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

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatClasses.cpp21 using namespace lldb_private;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DUtils.h16 namespace lldb_private { namespace
20 } // namespace lldb_private
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DConnection.cpp16 using namespace lldb_private;
/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/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
82 virtual lldb_private::Error
83 ResolveExecutable (const lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/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);
57 virtual lldb_private::Error
61 UpdateThreadList(lldb_private::ThreadList &old_thread_list, lldb_private::ThreadList &new_thread_list);
63 virtual lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.h16 print_dwarf_expression (lldb_private::Stream &s,
17 const lldb_private::DWARFDataExtractor& data,
H A DDWARFLocationList.h19 Dump (lldb_private::Stream &s,
21 const lldb_private::DWARFDataExtractor& debug_loc_data,
25 Extract (const lldb_private::DWARFDataExtractor& debug_loc_data,
27 lldb_private::DWARFDataExtractor& location_list_data);
30 Size (const lldb_private::DWARFDataExtractor& debug_loc_data,
/freebsd-10.1-release/contrib/llvm/tools/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...]
H A DRegisterContextPOSIXCore_mips64.h19 RegisterContextCorePOSIX_mips64 (lldb_private::Thread &thread,
21 const lldb_private::DataExtractor &gpregset,
22 const lldb_private::DataExtractor &fpregset);
27 ReadRegister(const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value);
30 WriteRegister(const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value);
H A DRegisterContextPOSIXCore_x86_64.h19 RegisterContextCorePOSIX_x86_64 (lldb_private::Thread &thread,
21 const lldb_private::DataExtractor &gpregset,
22 const lldb_private::DataExtractor &fpregset);
27 ReadRegister(const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value);
30 WriteRegister(const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value);
/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVerifyDecl.h15 namespace lldb_private namespace
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h36 class ProcessGDBRemote : 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 ProcessGDBRemote(lldb_private::Target& target, lldb_private::Listener &listener);
74 CanDebug (lldb_private::Target &target,
77 virtual lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVerifyDecl.cpp13 void lldb_private::VerifyDecl (clang::Decl *decl)
/freebsd-10.1-release/contrib/llvm/tools/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
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h23 class PlatformPOSIX : public lldb_private::Platform
32 // lldb_private::Platform functions
34 virtual lldb_private::OptionGroupOptions*
35 GetConnectionOptions (lldb_private::CommandInterpreter& interpreter);
37 virtual lldb_private::Error
38 PutFile (const lldb_private::FileSpec& source,
39 const lldb_private::FileSpec& destination,
44 OpenFile (const lldb_private::FileSpec& file_spec,
47 lldb_private::Error &error);
51 lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h28 DynamicRegisterInfo (const lldb_private::PythonDictionary &dict,
35 SetRegisterInfo (const lldb_private::PythonDictionary &dict,
39 AddRegister (lldb_private::RegisterInfo &reg_info,
40 lldb_private::ConstString &reg_name,
41 lldb_private::ConstString &reg_alt_name,
42 lldb_private::ConstString &set_name);
56 const lldb_private::RegisterInfo *
59 const lldb_private::RegisterSet *
63 GetRegisterSetIndexByName (lldb_private::ConstString &set_name, bool can_create);
78 typedef std::vector <lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h22 public lldb_private::ABI
32 PrepareTrivialCall (lldb_private::Thread &thread,
39 PrepareNormalCall (lldb_private::Thread &thread,
43 lldb_private::ValueList &args) const;
46 GetArgumentValues (lldb_private::Thread &thread,
47 lldb_private::ValueList &values) const;
49 virtual lldb_private::Error
54 GetReturnValueObjectImpl (lldb_private::Thread &thread,
55 lldb_private::ClangASTType &ast_type) const;
60 CreateFunctionEntryUnwindPlan (lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h21 public lldb_private::ABI
33 PrepareTrivialCall (lldb_private::Thread &thread,
40 GetArgumentValues (lldb_private::Thread &thread,
41 lldb_private::ValueList &values) const;
43 virtual lldb_private::Error
48 GetReturnValueObjectSimple (lldb_private::Thread &thread,
49 lldb_private::ClangASTType &ast_type) const;
53 GetReturnValueObjectImpl (lldb_private::Thread &thread,
54 lldb_private::ClangASTType &type) const;
57 CreateFunctionEntryUnwindPlan (lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h22 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
[all...]

Completed in 221 milliseconds

1234567891011>>