/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.h | 19 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly 29 GetNonCallSiteUnwindPlanFromAssembly (lldb_private::AddressRange& func, 30 lldb_private::Thread& thread, 31 lldb_private::UnwindPlan& unwind_plan); 34 GetFastUnwindPlan (lldb_private::AddressRange& func, 35 lldb_private::Thread& thread, 36 lldb_private::UnwindPlan &unwind_plan); 40 FirstNonPrologueInsn (lldb_private::AddressRange& func, 41 const lldb_private::ExecutionContext &exe_ctx, 42 lldb_private::Address& first_non_prologue_insn); [all …]
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.h | 17 class SymbolFileSymtab : public lldb_private::SymbolFile 29 static lldb_private::ConstString 35 static lldb_private::SymbolFile* 36 CreateInstance (lldb_private::ObjectFile* obj_file); 41 SymbolFileSymtab(lldb_private::ObjectFile* obj_file); 58 ParseCompileUnitLanguage (const lldb_private::SymbolContext& sc); 61 ParseCompileUnitFunctions (const lldb_private::SymbolContext& sc); 64 ParseCompileUnitLineTable (const lldb_private::SymbolContext& sc); 67 …ParseCompileUnitSupportFiles (const lldb_private::SymbolContext& sc, lldb_private::FileSpecList &s… 70 ParseFunctionBlocks (const lldb_private::SymbolContext& sc); [all …]
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.h | 37 class ProcessGDBRemote : public lldb_private::Process 44 CreateInstance (lldb_private::Target& target, 45 lldb_private::Listener &listener, 46 const lldb_private::FileSpec *crash_file_path); 52 DebuggerInitialize (lldb_private::Debugger &debugger); 57 static lldb_private::ConstString 66 ProcessGDBRemote(lldb_private::Target& target, lldb_private::Listener &listener); 75 CanDebug (lldb_private::Target &target, 78 virtual lldb_private::CommandObject * 84 virtual lldb_private::Error [all …]
|
D | GDBRemoteCommunicationClient.h | 49 HandshakeWithServer (lldb_private::Error *error_ptr); 81 SendInterrupt (lldb_private::Mutex::Locker &locker, 202 lldb_private::Error 205 lldb_private::Error 207 lldb_private::MemoryRegionInfo &range_info); 209 lldb_private::Error 212 lldb_private::Error 215 lldb_private::Error 218 const lldb_private::ArchSpec & 221 const lldb_private::ArchSpec & [all …]
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 63 class SymbolFileDWARF : public lldb_private::SymbolFile, public lldb_private::UserID 78 static lldb_private::ConstString 84 static lldb_private::SymbolFile* 85 CreateInstance (lldb_private::ObjectFile* obj_file); 89 SymbolFileDWARF(lldb_private::ObjectFile* ofile); 101 virtual lldb::LanguageType ParseCompileUnitLanguage (const lldb_private::SymbolContext& sc); 102 virtual size_t ParseCompileUnitFunctions (const lldb_private::SymbolContext& sc); 103 virtual bool ParseCompileUnitLineTable (const lldb_private::SymbolContext& sc); 104 …l bool ParseCompileUnitSupportFiles (const lldb_private::SymbolContext& sc, lldb_privat… 105 virtual size_t ParseFunctionBlocks (const lldb_private::SymbolContext& sc); [all …]
|
D | SymbolFileDWARFDebugMap.h | 31 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile 44 static lldb_private::ConstString 50 static lldb_private::SymbolFile * 51 CreateInstance (lldb_private::ObjectFile* obj_file); 56 SymbolFileDWARFDebugMap (lldb_private::ObjectFile* ofile); 69 virtual lldb::LanguageType ParseCompileUnitLanguage (const lldb_private::SymbolContext& sc); 70 virtual size_t ParseCompileUnitFunctions (const lldb_private::SymbolContext& sc); 71 virtual bool ParseCompileUnitLineTable (const lldb_private::SymbolContext& sc); 72 …l bool ParseCompileUnitSupportFiles (const lldb_private::SymbolContext& sc, lldb_privat… 73 virtual size_t ParseFunctionBlocks (const lldb_private::SymbolContext& sc); [all …]
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 20 namespace lldb_private { 263 typedef std::shared_ptr<lldb_private::ABI> ABISP; 264 typedef std::shared_ptr<lldb_private::Baton> BatonSP; 265 typedef std::shared_ptr<lldb_private::Block> BlockSP; 266 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP; 267 typedef std::weak_ptr<lldb_private::Breakpoint> BreakpointWP; 268 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP; 269 typedef std::weak_ptr<lldb_private::BreakpointSite> BreakpointSiteWP; 270 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP; 271 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP; [all …]
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.h | 36 class ProcessKDP : public lldb_private::Process 43 CreateInstance (lldb_private::Target& target, 44 lldb_private::Listener &listener, 45 const lldb_private::FileSpec *crash_file_path); 51 DebuggerInitialize (lldb_private::Debugger &debugger); 56 static lldb_private::ConstString 65 ProcessKDP(lldb_private::Target& target, lldb_private::Listener &listener); 74 CanDebug (lldb_private::Target &target, 77 virtual lldb_private::CommandObject * 83 virtual lldb_private::Error [all …]
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.h | 28 public lldb_private::Process 35 ProcessPOSIX(lldb_private::Target& target, 36 lldb_private::Listener &listener); 48 CanDebug(lldb_private::Target &target, bool plugin_specified_by_name); 50 virtual lldb_private::Error 51 WillLaunch(lldb_private::Module *module); 53 virtual lldb_private::Error 56 virtual lldb_private::Error 57 DoAttachToProcessWithID (lldb::pid_t pid, const lldb_private::ProcessAttachInfo &attach_info); 59 virtual lldb_private::Error [all …]
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwinKernel.h | 33 static lldb_private::Platform* 34 CreateInstance (bool force, const lldb_private::ArchSpec *arch); 37 DebuggerInitialize (lldb_private::Debugger &debugger); 45 static lldb_private::ConstString 54 PlatformDarwinKernel (lldb_private::LazyBool is_ios_debug_session); 62 virtual lldb_private::ConstString 84 GetStatus (lldb_private::Stream &strm); 86 virtual lldb_private::Error 87 GetSharedModule (const lldb_private::ModuleSpec &module_spec, 89 const lldb_private::FileSpecList *module_search_paths_ptr, [all …]
|
D | PlatformDarwin.h | 19 class PlatformDarwin : public lldb_private::Platform 30 virtual lldb_private::Error 31 ResolveExecutable (const lldb_private::FileSpec &exe_file, 32 const lldb_private::ArchSpec &arch, 34 const lldb_private::FileSpecList *module_search_paths_ptr); 36 virtual lldb_private::Error 37 ResolveSymbolFile (lldb_private::Target &target, 38 const lldb_private::ModuleSpec &sym_spec, 39 lldb_private::FileSpec &sym_file); 41 lldb_private::FileSpecList [all …]
|
D | PlatformRemoteiOS.h | 28 static lldb_private::Platform* 29 CreateInstance (bool force, const lldb_private::ArchSpec *arch); 37 static lldb_private::ConstString 54 virtual lldb_private::ConstString 69 virtual lldb_private::Error 70 ResolveExecutable (const lldb_private::FileSpec &exe_file, 71 const lldb_private::ArchSpec &arch, 73 const lldb_private::FileSpecList *module_search_paths_ptr); 82 GetStatus (lldb_private::Stream &strm); 84 virtual lldb_private::Error [all …]
|
D | PlatformiOSSimulator.h | 26 static lldb_private::Platform* 27 CreateInstance (bool force, const lldb_private::ArchSpec *arch); 35 static lldb_private::ConstString 52 virtual lldb_private::ConstString 67 virtual lldb_private::Error 68 ResolveExecutable (const lldb_private::FileSpec &exe_file, 69 const lldb_private::ArchSpec &arch, 71 const lldb_private::FileSpecList *module_search_paths_ptr); 80 GetStatus (lldb_private::Stream &strm); 82 virtual lldb_private::Error [all …]
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.h | 19 class PlatformFreeBSD : public lldb_private::Platform 27 static lldb_private::Platform* 28 CreateInstance (bool force, const lldb_private::ArchSpec *arch); 36 static lldb_private::ConstString 53 virtual lldb_private::ConstString 74 virtual lldb_private::Error 75 ResolveExecutable (const lldb_private::FileSpec &exe_file, 76 const lldb_private::ArchSpec &arch, 78 const lldb_private::FileSpecList *module_search_paths_ptr); 81 GetSoftwareBreakpointTrapOpcode (lldb_private::Target &target, [all …]
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 22 class PlatformRemoteGDBServer : public lldb_private::Platform 32 static lldb_private::Platform* 33 CreateInstance (bool force, const lldb_private::ArchSpec *arch); 35 static lldb_private::ConstString 50 virtual lldb_private::ConstString 66 virtual lldb_private::Error 67 ResolveExecutable (const lldb_private::FileSpec &exe_file, 68 const lldb_private::ArchSpec &arch, 70 const lldb_private::FileSpecList *module_search_paths_ptr); 75 virtual lldb_private::Error [all …]
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 30 public lldb_private::ObjectFile 42 static lldb_private::ConstString 48 static lldb_private::ObjectFile * 52 const lldb_private::FileSpec* file, 56 static lldb_private::ObjectFile * 63 GetModuleSpecifications (const lldb_private::FileSpec& file, 68 lldb_private::ModuleSpecList &specs); 78 virtual lldb_private::ConstString 102 virtual lldb_private::Symtab * 109 CreateSections (lldb_private::SectionList &unified_section_list); [all …]
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.h | 22 public lldb_private::ObjectContainer 35 static lldb_private::ConstString 41 static lldb_private::ObjectContainer * 45 const lldb_private::FileSpec *file, 50 GetModuleSpecifications (const lldb_private::FileSpec& file, 55 lldb_private::ModuleSpecList &specs); 58 MagicBytesMatch (const lldb_private::DataExtractor &data); 66 const lldb_private::FileSpec *file, 84 Dump (lldb_private::Stream *s) const; 87 GetObjectFile (const lldb_private::FileSpec *file); [all …]
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessLinux.h | 34 CreateInstance(lldb_private::Target& target, 35 lldb_private::Listener &listener, 36 const lldb_private::FileSpec *); 44 static lldb_private::ConstString 53 ProcessLinux(lldb_private::Target& target, 54 lldb_private::Listener &listener, 55 lldb_private::FileSpec *core_file); 58 …UpdateThreadList(lldb_private::ThreadList &old_thread_list, lldb_private::ThreadList &new_thread_l… 63 virtual lldb_private::ConstString 70 GetPluginCommandHelp(const char *command, lldb_private::Stream *strm); [all …]
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 26 public lldb_private::ObjectFile 38 static lldb_private::ConstString 44 static lldb_private::ObjectFile * 48 const lldb_private::FileSpec* file, 52 static lldb_private::ObjectFile * 59 GetModuleSpecifications (const lldb_private::FileSpec& file, 64 lldb_private::ModuleSpecList &specs); 77 const lldb_private::FileSpec* file, 104 virtual lldb_private::Symtab * 111 CreateSections (lldb_private::SectionList &unified_section_list); [all …]
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.h | 33 class ProcessElfCore : public lldb_private::Process 40 CreateInstance (lldb_private::Target& target, 41 lldb_private::Listener &listener, 42 const lldb_private::FileSpec *crash_file_path); 50 static lldb_private::ConstString 59 ProcessElfCore(lldb_private::Target& target, 60 lldb_private::Listener &listener, 61 const lldb_private::FileSpec &core_file); 70 CanDebug (lldb_private::Target &target, 76 virtual lldb_private::Error [all …]
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.h | 29 class DynamicLoaderDarwinKernel : public lldb_private::DynamicLoader 41 static lldb_private::ConstString 47 static lldb_private::DynamicLoader * 48 CreateInstance (lldb_private::Process *process, bool force); 51 DebuggerInitialize (lldb_private::Debugger &debugger); 53 DynamicLoaderDarwinKernel (lldb_private::Process *process, lldb::addr_t kernel_addr); 71 GetStepThroughTrampolinePlan (lldb_private::Thread &thread, 74 virtual lldb_private::Error 80 virtual lldb_private::ConstString 88 PrivateInitialize (lldb_private::Process *process); [all …]
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.h | 26 class ProcessMachCore : public lldb_private::Process 33 CreateInstance (lldb_private::Target& target, 34 lldb_private::Listener &listener, 35 const lldb_private::FileSpec *crash_file_path); 43 static lldb_private::ConstString 52 ProcessMachCore(lldb_private::Target& target, 53 lldb_private::Listener &listener, 54 const lldb_private::FileSpec &core_file); 63 CanDebug (lldb_private::Target &target, 69 virtual lldb_private::Error [all …]
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.h | 21 namespace lldb_private { 25 class RegisterContextLLDB : public lldb_private::RegisterContext 30 RegisterContextLLDB (lldb_private::Thread &thread, 32 lldb_private::SymbolContext& sym_ctx, 33 uint32_t frame_number, lldb_private::UnwindLLDB& unwind_lldb); 48 virtual const lldb_private::RegisterInfo * 54 virtual const lldb_private::RegisterSet * 58 ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value); 61 …WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &valu… 134 lldb_private::UnwindLLDB::RegisterSearchResult [all …]
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 26 using namespace lldb_private; 342 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES)); in GetSummaryFormat() 379 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES)); in GetSyntheticChildren() 581 …AddCXXSynthetic(gnu_category_sp, lldb_private::formatters::LibStdcppVectorIteratorSyntheticFrontEn… in LoadLibStdcppFormatters() 583 …AddCXXSynthetic(gnu_category_sp, lldb_private::formatters::LibstdcppMapIteratorSyntheticFrontEndCr… in LoadLibStdcppFormatters() 589 …hildren(stl_synth_flags,"libc++ std::vector<bool> synthetic children",lldb_private::formatters::Li… in LoadLibStdcppFormatters() 610 …std_string_summary_sp(new CXXFunctionSummaryFormat(stl_summary_flags, lldb_private::formatters::Li… in LoadLibcxxFormatters() 611 …td_wstring_summary_sp(new CXXFunctionSummaryFormat(stl_summary_flags, lldb_private::formatters::Li… in LoadLibcxxFormatters() 628 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxStdVectorSyntheticFrontEndCrea… in LoadLibcxxFormatters() 629 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxStdListSyntheticFrontEndCreato… in LoadLibcxxFormatters() [all …]
|
/external/lldb/source/Plugins/UnwindAssembly/x86/ |
D | UnwindAssembly-x86.h | 18 class UnwindAssembly_x86 : public lldb_private::UnwindAssembly 25 GetNonCallSiteUnwindPlanFromAssembly (lldb_private::AddressRange& func, 26 lldb_private::Thread& thread, 27 lldb_private::UnwindPlan& unwind_plan); 30 GetFastUnwindPlan (lldb_private::AddressRange& func, 31 lldb_private::Thread& thread, 32 lldb_private::UnwindPlan &unwind_plan); 36 FirstNonPrologueInsn (lldb_private::AddressRange& func, 37 const lldb_private::ExecutionContext &exe_ctx, 38 lldb_private::Address& first_non_prologue_insn); [all …]
|