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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DConnection.cpp11 using namespace lldb_private;
H A DIOObject.cpp11 using namespace lldb_private;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializer.cpp11 using namespace lldb_private;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h18 class PlatformPOSIX : public lldb_private::RemoteAwarePlatform {
24 // lldb_private::Platform functions
26 lldb_private::OptionGroupOptions *
27 GetConnectionOptions(lldb_private::CommandInterpreter &interpreter) override;
29 lldb_private::Status PutFile(const lldb_private::FileSpec &source,
30 const lldb_private::FileSpec &destination,
34 lldb_private::Status
35 GetFile(const lldb_private::FileSpec &source,
36 const lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.cpp11 lldb_private::ExternalASTSourceWrapper::~ExternalASTSourceWrapper() {}
13 void lldb_private::ExternalASTSourceWrapper::PrintStats() {
17 lldb_private::ASTConsumerForwarder::~ASTConsumerForwarder() {}
19 void lldb_private::ASTConsumerForwarder::PrintStats() { m_c->PrintStats(); }
21 lldb_private::SemaSourceWithPriorities::~SemaSourceWithPriorities() {}
23 void lldb_private::SemaSourceWithPriorities::PrintStats() {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h18 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {
23 lldb_private::AddressRange &func, lldb_private::Thread &thread,
24 lldb_private::UnwindPlan &unwind_plan) override;
27 GetNonCallSiteUnwindPlanFromAssembly(lldb_private::AddressRange &func,
29 lldb_private::UnwindPlan &unwind_plan);
32 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
33 lldb_private::Thread &thread,
34 lldb_private::UnwindPlan &unwind_plan) override;
36 bool GetFastUnwindPlan(lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h17 class UnwindAssembly_x86 : public lldb_private::UnwindAssembly {
22 lldb_private::AddressRange &func, lldb_private::Thread &thread,
23 lldb_private::UnwindPlan &unwind_plan) override;
26 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
27 lldb_private::Thread &thread,
28 lldb_private::UnwindPlan &unwind_plan) override;
30 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
31 lldb_private::Thread &thread,
32 lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h21 namespace lldb_private { namespace
25 class OperatingSystemPython : public lldb_private::OperatingSystem {
27 OperatingSystemPython(lldb_private::Process *process,
28 const lldb_private::FileSpec &python_module_path);
33 static lldb_private::OperatingSystem *
34 CreateInstance(lldb_private::Process *process, bool force);
40 static lldb_private::ConstString GetPluginNameStatic();
44 // lldb_private::PluginInterface Methods
45 lldb_private::ConstString GetPluginName() override;
49 // lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.h17 namespace lldb_private { namespace
19 typedef std::function<bool(const lldb_private::MemoryRegionInfo &,
20 const lldb_private::Status &)> LinuxMapCallback;
25 } // namespace lldb_private
H A DRegisterContextDarwinConstants.h12 namespace lldb_private { namespace
23 } // namespace lldb_private
H A DRegisterContextFreeBSD_mips64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextFreeBSD_mips64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterSet *GetRegisterSet(size_t set) const;
25 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
H A DRegisterContextFreeBSD_x86_64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextFreeBSD_x86_64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
26 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextNetBSD_x86_64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextNetBSD_x86_64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
26 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextOpenBSD_x86_64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextOpenBSD_x86_64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
26 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterInfoPOSIX_ppc64le.h16 class RegisterInfoPOSIX_ppc64le : public lldb_private::RegisterInfoInterface {
18 RegisterInfoPOSIX_ppc64le(const lldb_private::ArchSpec &target_arch);
22 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
27 const lldb_private::RegisterInfo *m_register_info_p;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.h19 lldb_private::Thread &thread,
20 lldb_private::RegisterInfoInterface *register_info,
21 const lldb_private::DataExtractor &gpregset,
22 llvm::ArrayRef<lldb_private::CoreNote> notes);
24 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
25 lldb_private::RegisterValue &value) override;
27 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
28 const lldb_private::RegisterValue &value) override;
42 lldb_private::DataExtractor m_gpr;
43 lldb_private
[all...]
H A DRegisterContextPOSIXCore_mips64.h20 lldb_private::Thread &thread,
21 lldb_private::RegisterInfoInterface *register_info,
22 const lldb_private::DataExtractor &gpregset,
23 llvm::ArrayRef<lldb_private::CoreNote> notes);
27 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
28 lldb_private::RegisterValue &value) override;
30 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
31 const lldb_private::RegisterValue &value) override;
51 lldb_private::DataExtractor m_gpr;
52 lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h19 namespace lldb_private { namespace
29 virtual lldb::TypeSP ParseTypeFromDWARF(const lldb_private::SymbolContext &sc,
33 virtual lldb_private::Function *
34 ParseFunctionFromDWARF(lldb_private::CompileUnit &comp_unit,
38 CompleteTypeFromDWARF(const DWARFDIE &die, lldb_private::Type *type,
39 lldb_private::CompilerType &compiler_type) = 0;
41 virtual lldb_private::CompilerDecl
44 virtual lldb_private::CompilerDeclContext
47 virtual lldb_private::CompilerDeclContext
51 lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeProcess.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
H A DLockFile.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
H A DPipe.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h17 class DynamicLoaderStatic : public lldb_private::DynamicLoader {
19 DynamicLoaderStatic(lldb_private::Process *process);
28 static lldb_private::ConstString GetPluginNameStatic();
32 static lldb_private::DynamicLoader *
33 CreateInstance(lldb_private::Process *process, bool force);
43 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(lldb_private::Thread &thread,
46 lldb_private::Status CanLoadImage() override;
49 lldb_private::ConstString GetPluginName() override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private.h20 namespace lldb_private { namespace
24 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.h15 lldb_private::CommandInterpreter &interpreter);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h18 class SymbolFileSymtab : public lldb_private::SymbolFile {
41 static lldb_private::ConstString GetPluginNameStatic();
45 static lldb_private::SymbolFile *
52 ParseLanguage(lldb_private::CompileUnit &comp_unit) override;
54 size_t ParseFunctions(lldb_private::CompileUnit &comp_unit) override;
56 bool ParseLineTable(lldb_private::CompileUnit &comp_unit) override;
58 bool ParseDebugMacros(lldb_private::CompileUnit &comp_unit) override;
60 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
61 lldb_private::FileSpecList &support_files) override;
63 size_t ParseTypes(lldb_private
[all...]

Completed in 123 milliseconds

1234567891011>>