/external/lldb/www/python_reference/ |
D | api-objects.txt | 1679 lldb lldb-module.html 1680 lldb.kNumFormats lldb-module.html#kNumFormats 1681 lldb.eTypeClassVector lldb-module.html#eTypeClassVector 1682 lldb.eFormatVectorOfFloat64 lldb-module.html#eFormatVectorOfFloat64 1683 lldb.eFormatOSType lldb-module.html#eFormatOSType 1684 lldb.eStopReasonBreakpoint lldb-module.html#eStopReasonBreakpoint 1685 lldb.eInputReaderActivate lldb-module.html#eInputReaderActivate 1686 lldb.eFrameCompareInvalid lldb-module.html#eFrameCompareInvalid 1687 lldb.eArgTypeRegisterName lldb-module.html#eArgTypeRegisterName 1688 lldb.LLDB_ARCH_DEFAULT_64BIT lldb-module.html#LLDB_ARCH_DEFAULT_64BIT [all …]
|
/external/lldb/include/lldb/API/ |
D | SBValue.h | 20 namespace lldb { 29 SBValue (const lldb::SBValue &rhs); 31 lldb::SBValue & 32 operator =(const lldb::SBValue &rhs); 45 lldb::user_id_t 60 lldb::Format 64 SetFormat (lldb::Format format); 70 GetValueAsSigned (lldb::SBError& error, int64_t fail_value=0); 73 GetValueAsUnsigned (lldb::SBError& error, uint64_t fail_value=0); 93 lldb::SBValue [all …]
|
D | SBTarget.h | 23 namespace lldb { 127 SBAttachInfo (lldb::pid_t pid); 138 lldb::pid_t 142 SetProcessID (lldb::pid_t pid); 148 SetExecutable (lldb::SBFileSpec exe_file); 210 lldb::pid_t 214 SetParentProcessID (lldb::pid_t pid); 249 SBTarget (const lldb::SBTarget& rhs); 251 SBTarget (const lldb::TargetSP& target_sp); 253 const lldb::SBTarget& [all …]
|
D | SBFrame.h | 16 namespace lldb { 23 SBFrame (const lldb::SBFrame &rhs); 25 const lldb::SBFrame & 26 operator =(const lldb::SBFrame &rhs); 31 IsEqual (const lldb::SBFrame &that) const; 39 lldb::addr_t 43 SetPC (lldb::addr_t new_pc); 45 lldb::addr_t 48 lldb::addr_t 51 lldb::SBAddress [all …]
|
D | SBData.h | 15 namespace lldb { 45 lldb::ByteOrder 49 SetByteOrder (lldb::ByteOrder endian); 52 GetFloat (lldb::SBError& error, lldb::offset_t offset); 55 GetDouble (lldb::SBError& error, lldb::offset_t offset); 58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset); 60 lldb::addr_t 61 GetAddress (lldb::SBError& error, lldb::offset_t offset); 64 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset); 67 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset); [all …]
|
D | SBProcess.h | 18 namespace lldb { 39 SBProcess (const lldb::SBProcess& rhs); 41 const lldb::SBProcess& 42 operator = (const lldb::SBProcess& rhs); 44 SBProcess (const lldb::ProcessSP &process_sp); 64 lldb::SBTarget 67 lldb::ByteOrder 83 ReportEventState (const lldb::SBEvent &event, FILE *out) const; 86 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result); 94 RemoteAttachToProcessWithID (lldb::pid_t pid, [all …]
|
D | SBModule.h | 19 namespace lldb { 34 SBModule (lldb::SBProcess &process, 35 lldb::addr_t header_addr); 55 lldb::SBFileSpec 73 lldb::SBFileSpec 77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file); 79 lldb::ByteOrder 95 operator == (const lldb::SBModule &rhs) const; 98 operator != (const lldb::SBModule &rhs) const; 100 lldb::SBSection [all …]
|
D | SBType.h | 15 namespace lldb { 24 SBTypeMember (const lldb::SBTypeMember& rhs); 28 lldb::SBTypeMember& 29 operator = (const lldb::SBTypeMember& rhs); 37 lldb::SBType 53 GetDescription (lldb::SBStream &description, 54 lldb::DescriptionLevel description_level); 77 SBType (const lldb::SBType &rhs); 99 lldb::SBType 102 lldb::SBType [all …]
|
D | SBDebugger.h | 16 namespace lldb { 29 static lldb::SBDebugger 32 static lldb::SBDebugger 35 static lldb::SBDebugger 36 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton); 39 Destroy (lldb::SBDebugger &debugger); 46 SBDebugger(const lldb::SBDebugger &rhs); 48 SBDebugger(const lldb::DebuggerSP &debugger_sp); 50 lldb::SBDebugger & 51 operator = (const lldb::SBDebugger &rhs); [all …]
|
D | SBBreakpoint.h | 15 namespace lldb { 24 lldb::SBBreakpointLocation &location); 28 SBBreakpoint (const lldb::SBBreakpoint& rhs); 32 const lldb::SBBreakpoint & 33 operator = (const lldb::SBBreakpoint& rhs); 38 operator == (const lldb::SBBreakpoint& rhs); 41 operator != (const lldb::SBBreakpoint& rhs); 52 lldb::SBBreakpointLocation 53 FindLocationByAddress (lldb::addr_t vm_addr); 55 lldb::break_id_t [all …]
|
D | SBCommandInterpreter.h | 16 namespace lldb { 30 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs); 32 const lldb::SBCommandInterpreter & 33 operator = (const lldb::SBCommandInterpreter &rhs); 38 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 41 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type); 52 lldb::SBBroadcaster 67 lldb::SBProcess 70 lldb::SBDebugger 73 lldb::SBCommand [all …]
|
/external/lldb/include/lldb/Core/ |
D | DataExtractor.h | 62 … lldb::addr_t base_addr); // Pass LLDB_INVALID_ADDRESS to not show address at start of line 89 …DataExtractor (const void* data, lldb::offset_t data_length, lldb::ByteOrder byte_order, uint32_t … 108 … DataExtractor (const lldb::DataBufferSP& data_sp, lldb::ByteOrder byte_order, uint32_t addr_size); 133 DataExtractor (const DataExtractor& data, lldb::offset_t offset, lldb::offset_t length); 207 lldb::offset_t 209 lldb::offset_t offset, 210 lldb::offset_t length, 276 lldb::offset_t 278 lldb::offset_t offset, 279 lldb::Format item_format, [all …]
|
D | Section.h | 29 typedef std::vector<lldb::SectionSP> collection; 41 AddSection (const lldb::SectionSP& section_sp); 44 AddUniqueSection (const lldb::SectionSP& section_sp); 50 ContainsSection(lldb::user_id_t sect_id) const; 55 lldb::SectionSP 58 lldb::SectionSP 59 FindSectionByID (lldb::user_id_t sect_id) const; 61 lldb::SectionSP 62 … FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const; 64 lldb::SectionSP [all …]
|
/external/lldb/scripts/Python/interface/ |
D | SBDebugger.i | 10 namespace lldb { 119 static lldb::SBDebugger 122 static lldb::SBDebugger 125 static lldb::SBDebugger 126 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton); 129 Destroy (lldb::SBDebugger &debugger); 136 SBDebugger(const lldb::SBDebugger &rhs); 173 lldb::SBCommandInterpreter 179 lldb::SBListener 183 HandleProcessEvent (const lldb::SBProcess &process, [all …]
|
D | SBTarget.i | 10 namespace lldb { 104 SBAttachInfo (lldb::pid_t pid); 108 SBAttachInfo (const lldb::SBAttachInfo &rhs); 110 lldb::pid_t 114 SetProcessID (lldb::pid_t pid); 120 SetExecutable (lldb::SBFileSpec exe_file); 182 lldb::pid_t 186 SetParentProcessID (lldb::pid_t pid); 251 SBTarget (const lldb::SBTarget& rhs); 264 lldb::SBProcess [all …]
|
D | SBValue.i | 10 namespace lldb { 76 lldb::user_id_t 91 lldb::Format 95 SetFormat (lldb::Format format); 124 lldb::SBValue 125 GetDynamicValue (lldb::DynamicValueType use_dynamic); 127 lldb::SBValue 130 lldb::SBValue 133 lldb::DynamicValueType 137 SetPreferDynamicValue (lldb::DynamicValueType use_dynamic); [all …]
|
D | SBProcess.i | 10 namespace lldb { 52 SBProcess (const lldb::SBProcess& rhs); 71 lldb::SBTarget 74 lldb::ByteOrder 104 ReportEventState (const lldb::SBEvent &event, FILE *out) const; 107 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result); 117 RemoteAttachToProcessWithID (lldb::pid_t pid, 118 lldb::SBError& error); 132 lldb::SBError& error); 146 lldb::SBThread [all …]
|
/external/lldb/test/ |
D | bench-history | 6 [17:45:55] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py 2>&1 | grep -P '^lldb.*benchmark:' 7 lldb startup delay (create fresh target) benchmark: Avg: 0.104274 (Laps: 30, Total Elapsed Time: 3.… 8 lldb startup delay (set first breakpoint) benchmark: Avg: 0.102216 (Laps: 30, Total Elapsed Time: 3… 9 lldb frame variable benchmark: Avg: 1.649162 (Laps: 20, Total Elapsed Time: 32.983245) 10 lldb stepping benchmark: Avg: 0.104409 (Laps: 50, Total Elapsed Time: 5.220461) 11 lldb expr cmd benchmark: Avg: 0.206774 (Laps: 25, Total Elapsed Time: 5.169350) 12 lldb disassembly benchmark: Avg: 0.089086 (Laps: 10, Total Elapsed Time: 0.890859) 15 [15:53:34] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py 2>&1 | grep -P '^lldb.*benchmark:' 16 lldb startup delay (create fresh target) benchmark: Avg: 0.105384 (Laps: 30, Total Elapsed Time: 3.… 17 lldb startup delay (set first breakpoint) benchmark: Avg: 0.102334 (Laps: 30, Total Elapsed Time: 3… [all …]
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 83 ThreadEventData (const lldb::ThreadSP thread_sp); 85 ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id); 106 static lldb::ThreadSP 112 static lldb::StackFrameSP 115 lldb::ThreadSP 128 lldb::ThreadSP m_thread_sp; 184 lldb::DataBufferSP & 190 const lldb::DataBufferSP & 198 lldb::DataBufferSP m_data_sp; 204 …lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you might continue with … [all …]
|
D | StackFrame.h | 45 StackFrame (const lldb::ThreadSP &thread_sp, 46 lldb::user_id_t frame_idx, 47 lldb::user_id_t concrete_frame_idx, 48 lldb::addr_t cfa, 49 lldb::addr_t pc, 52 StackFrame (const lldb::ThreadSP &thread_sp, 53 lldb::user_id_t frame_idx, 54 lldb::user_id_t concrete_frame_idx, 55 const lldb::RegisterContextSP ®_context_sp, 56 lldb::addr_t cfa, [all …]
|
D | Target.h | 75 lldb::DynamicValueType 189 m_use_dynamic(lldb::eNoDynamicValues), in EvaluateExpressionOptions() 258 lldb::DynamicValueType 265 SetUseDynamic (lldb::DynamicValueType dynamic = lldb::eDynamicCanRunTarget) 304 lldb::DynamicValueType m_use_dynamic; 353 TargetEventData (const lldb::TargetSP &new_target_sp); 355 lldb::TargetSP & 367 static const lldb::TargetSP 368 GetTargetFromEvent (const lldb::EventSP &event_sp); 374 lldb::TargetSP m_target_sp; [all …]
|
D | ExecutionContext.h | 182 SetTargetSP (const lldb::TargetSP &target_sp); 200 SetProcessSP (const lldb::ProcessSP &process_sp); 218 SetThreadSP (const lldb::ThreadSP &thread_sp); 236 SetFrameSP (const lldb::StackFrameSP &frame_sp); 257 lldb::TargetSP 267 lldb::ProcessSP 277 lldb::ThreadSP 287 lldb::StackFrameSP 344 lldb::TargetWP m_target_wp; ///< A weak reference to a target 345 lldb::ProcessWP m_process_wp; ///< A weak reference to a process [all …]
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.h | 29 AppleObjCTrampolineHandler (const lldb::ProcessSP &process_sp, 30 const lldb::ModuleSP &objc_module_sp); 34 lldb::ThreadPlanSP 42 AddrIsMsgForward (lldb::addr_t addr) const in AddrIsMsgForward() 64 lldb::addr_t 87 VTableDescriptor(uint32_t in_flags, lldb::addr_t in_code_start) : in VTableDescriptor() 92 lldb::addr_t code_start; 108 VTableRegion(AppleObjCVTables *owner, lldb::addr_t header_addr); 112 lldb::addr_t GetNextRegionAddr () in GetNextRegionAddr() 117 lldb::addr_t [all …]
|
/external/lldb/include/lldb/Expression/ |
D | DWARFExpression.h | 62 lldb::offset_t data_offset, 63 lldb::offset_t data_length); 98 lldb::DescriptionLevel level, 99 lldb::addr_t location_list_base_addr, 131 LocationListContainsAddress (lldb::addr_t loclist_base_addr, lldb::addr_t addr) const; 154 lldb::addr_t 158 Update_DW_OP_addr (lldb::addr_t file_addr); 186 … SetOpcodeData(const DataExtractor& data, lldb::offset_t data_offset, lldb::offset_t data_length); 214 lldb::offset_t data_offset, 215 lldb::offset_t data_length); [all …]
|
/external/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 90 ObjectFile (const lldb::ModuleSP &module_sp, 92 lldb::offset_t file_offset, 93 lldb::offset_t length, 94 lldb::DataBufferSP& data_sp, 95 lldb::offset_t data_offset); 97 ObjectFile (const lldb::ModuleSP &module_sp, 98 const lldb::ProcessSP &process_sp, 99 lldb::addr_t header_addr, 100 lldb::DataBufferSP& data_sp); 150 static lldb::ObjectFileSP [all …]
|