Searched refs:lldb_private (Results 1 - 25 of 890) sorted by relevance

1234567891011>>

/external/lldb/source/DataFormatters/
H A DFormatClasses.cpp32 using namespace lldb_private;
/external/lldb/include/lldb/Utility/
H A DUtils.h16 namespace lldb_private { namespace
20 } // namespace lldb_private
/external/lldb/source/Core/
H A DConnection.cpp16 using namespace lldb_private;
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h35 CreateInstance(lldb_private::Target& target,
36 lldb_private::Listener &listener,
37 const lldb_private::FileSpec *crash_file_path);
45 static lldb_private::ConstString
54 ProcessFreeBSD(lldb_private::Target& target,
55 lldb_private::Listener &listener);
58 UpdateThreadList(lldb_private::ThreadList &old_thread_list, lldb_private::ThreadList &new_thread_list);
63 virtual lldb_private::ConstString
70 GetPluginCommandHelp(const char *command, lldb_private
[all...]
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h18 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
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.h34 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_list);
63 virtual lldb_private
[all...]
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h19 class PlatformDarwin : public lldb_private::Platform
28 // lldb_private::Platform functions
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
[all...]
H A DPlatformDarwinKernel.h33 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);
60 // lldb_private::PluginInterface functions
62 virtual lldb_private::ConstString
75 // lldb_private::Platform functions
84 GetStatus (lldb_private::Stream &strm);
86 virtual lldb_private
[all...]
H A DPlatformiOSSimulator.h26 static lldb_private::Platform*
27 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
35 static lldb_private::ConstString
50 // lldb_private::PluginInterface functions
52 virtual lldb_private::ConstString
65 // lldb_private::Platform functions
67 virtual lldb_private::Error
68 ResolveExecutable (const lldb_private::FileSpec &exe_file,
69 const lldb_private::ArchSpec &arch,
71 const lldb_private
[all...]
H A DPlatformRemoteiOS.h28 static lldb_private::Platform*
29 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
37 static lldb_private::ConstString
52 // lldb_private::PluginInterface functions
54 virtual lldb_private::ConstString
67 // lldb_private::Platform functions
69 virtual lldb_private::Error
70 ResolveExecutable (const lldb_private::FileSpec &exe_file,
71 const lldb_private::ArchSpec &arch,
73 const lldb_private
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h19 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
51 // lldb_private::PluginInterface functions
53 virtual lldb_private::ConstString
72 // lldb_private::Platform functions
74 virtual lldb_private::Error
75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
76 const lldb_private
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h36 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
[all...]
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h19 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
[all...]
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h17 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
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.h16 print_dwarf_expression (lldb_private::Stream &s,
17 const lldb_private::DataExtractor& data,
H A DDWARFLocationList.h19 Dump (lldb_private::Stream &s,
21 const lldb_private::DataExtractor& debug_loc_data,
25 Extract (const lldb_private::DataExtractor& debug_loc_data,
27 lldb_private::DataExtractor& location_list_data);
30 Size (const lldb_private::DataExtractor& debug_loc_data,
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h33 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
[all...]
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h22 class OperatingSystemPython : public lldb_private::OperatingSystem
28 static lldb_private::OperatingSystem *
29 CreateInstance (lldb_private::Process *process, bool force);
37 static lldb_private::ConstString
46 OperatingSystemPython (lldb_private::Process *process,
47 const lldb_private::FileSpec &python_module_path);
53 // lldb_private::PluginInterface Methods
55 virtual lldb_private::ConstString
62 // lldb_private::OperatingSystem Methods
65 UpdateThreadList (lldb_private
[all...]
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h22 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
48 // lldb_private::PluginInterface functions
50 virtual lldb_private::ConstString
64 // lldb_private::Platform functions
66 virtual lldb_private::Error
67 ResolveExecutable (const lldb_private::FileSpec &exe_file,
68 const lldb_private
[all...]
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h26 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
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h28 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
[all...]
/external/lldb/include/lldb/Symbol/
H A DVerifyDecl.h15 namespace lldb_private namespace
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h37 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
[all...]
/external/lldb/source/Symbol/
H A DVerifyDecl.cpp13 void lldb_private::VerifyDecl (clang::Decl *decl)
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h16 class SymbolVendorELF : public lldb_private::SymbolVendor
28 static lldb_private::ConstString
34 static lldb_private::SymbolVendor*
35 CreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm);
48 virtual lldb_private::ConstString

Completed in 853 milliseconds

1234567891011>>