Searched refs:lldb_private (Results 76 - 100 of 1475) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h22 namespace lldb_private { namespace
26 class RegisterContextLLDB : public lldb_private::RegisterContext {
30 RegisterContextLLDB(lldb_private::Thread &thread, const SharedPtr &next_frame,
31 lldb_private::SymbolContext &sym_ctx,
33 lldb_private::UnwindLLDB &unwind_lldb);
41 const lldb_private::RegisterInfo *GetRegisterInfoAtIndex(size_t reg) override;
45 const lldb_private::RegisterSet *GetRegisterSet(size_t reg_set) override;
47 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
48 lldb_private::RegisterValue &value) override;
50 bool WriteRegister(const lldb_private
[all...]
H A DRegisterContextDummy.h19 namespace lldb_private { namespace
21 class RegisterContextDummy : public lldb_private::RegisterContext {
34 const lldb_private::RegisterInfo *GetRegisterInfoAtIndex(size_t reg) override;
38 const lldb_private::RegisterSet *GetRegisterSet(size_t reg_set) override;
40 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
41 lldb_private::RegisterValue &value) override;
43 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
44 const lldb_private::RegisterValue &value) override;
56 lldb_private::RegisterSet m_reg_set0; // register set 0 (PC only)
57 lldb_private
[all...]
H A DRegisterContextHistory.h19 namespace lldb_private { namespace
21 class RegisterContextHistory : public lldb_private::RegisterContext {
34 const lldb_private::RegisterInfo *GetRegisterInfoAtIndex(size_t reg) override;
38 const lldb_private::RegisterSet *GetRegisterSet(size_t reg_set) override;
40 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
41 lldb_private::RegisterValue &value) override;
43 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
44 const lldb_private::RegisterValue &value) override;
56 lldb_private::RegisterSet m_reg_set0; // register set 0 (PC only)
57 lldb_private
[all...]
H A DRegisterInfoPOSIX_ppc64le.cpp23 static const lldb_private::RegisterInfo *
24 GetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) {
35 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch) {
47 const lldb_private::ArchSpec &target_arch)
48 : lldb_private::RegisterInfoInterface(target_arch),
56 const lldb_private::RegisterInfo *
H A DFreeBSDSignals.h14 namespace lldb_private { namespace
25 } // namespace lldb_private
H A DLinuxSignals.h14 namespace lldb_private { namespace
25 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h56 #define DIE_IS_BEING_PARSED ((lldb_private::Type *)1)
58 class SymbolFileDWARF : public lldb_private::SymbolFile,
59 public lldb_private::UserID {
84 static void DebuggerInitialize(lldb_private::Debugger &debugger);
86 static lldb_private::ConstString GetPluginNameStatic();
90 static lldb_private::SymbolFile *
93 static lldb_private::FileSpecList GetSymlinkPaths();
98 lldb_private::SectionList *dwo_section_list);
109 ParseLanguage(lldb_private::CompileUnit &comp_unit) override;
111 size_t ParseFunctions(lldb_private
[all...]
H A DDWARFDebugMacro.h19 namespace lldb_private { namespace
23 } // namespace lldb_private
36 ParseHeader(const lldb_private::DWARFDataExtractor &debug_macro_data,
43 SkipOperandTable(const lldb_private::DWARFDataExtractor &debug_macro_data,
54 ReadMacroEntries(const lldb_private::DWARFDataExtractor &debug_macro_data,
55 const lldb_private::DWARFDataExtractor &debug_str_data,
58 lldb_private::DebugMacrosSP &debug_macros_sp);
H A DNameToDIE.h27 void Dump(lldb_private::Stream *s);
29 void Insert(lldb_private::ConstString name, const DIERef &die_ref);
35 size_t Find(lldb_private::ConstString name,
38 size_t Find(const lldb_private::RegularExpression &regex,
45 ForEach(std::function<bool(lldb_private::ConstString name,
50 lldb_private::UniqueCStringMap<DIERef> m_map;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h17 namespace lldb_private { namespace
288 } // namespace lldb_private
293 typedef std::shared_ptr<lldb_private::ABI> ABISP;
294 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
295 typedef std::shared_ptr<lldb_private::Block> BlockSP;
296 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP;
297 typedef std::weak_ptr<lldb_private::Breakpoint> BreakpointWP;
298 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP;
299 typedef std::weak_ptr<lldb_private::BreakpointSite> BreakpointSiteWP;
300 typedef std::shared_ptr<lldb_private
[all...]
H A Dlldb-private-forward.h12 namespace lldb_private { namespace
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h22 class DisassemblerLLVMC : public lldb_private::Disassembler {
24 DisassemblerLLVMC(const lldb_private::ArchSpec &arch,
34 static lldb_private::ConstString GetPluginNameStatic();
36 static lldb_private::Disassembler *
37 CreateInstance(const lldb_private::ArchSpec &arch, const char *flavor);
39 size_t DecodeInstructions(const lldb_private::Address &base_addr,
40 const lldb_private::DataExtractor &data,
45 lldb_private::ConstString GetPluginName() override;
52 bool FlavorValidForArchSpec(const lldb_private::ArchSpec &arch,
72 const lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h23 namespace lldb_private { namespace
39 lldb_private::Status &error,
44 lldb_private::IRExecutionUnit &execution_unit,
45 lldb_private::Status &error,
48 lldb_private::ExecutionContext &exe_ctx);
52 lldb_private::Status &err);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.h21 class POSIXStopInfo : public lldb_private::StopInfo {
23 POSIXStopInfo(lldb_private::Thread &thread, uint32_t status)
41 bool ShouldStop(lldb_private::Event *event_ptr);
43 bool ShouldNotify(lldb_private::Event *event_ptr);
61 bool ShouldStop(lldb_private::Event *event_ptr);
63 bool ShouldNotify(lldb_private::Event *event_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DJITLoader.h17 namespace lldb_private { namespace
38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list);
59 virtual void ModulesDidLoad(lldb_private::ModuleList &module_list) = 0;
66 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DCXXFunctionPointer.h14 namespace lldb_private { namespace
19 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h15 namespace lldb_private { namespace
25 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVASPrintf.h16 namespace lldb_private { namespace
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.h14 namespace lldb_private { namespace
23 } // namespace lldb_private
H A DCommandObjectProcess.h14 namespace lldb_private { namespace
25 } // namespace lldb_private
H A DCommandObjectThread.h14 namespace lldb_private { namespace
23 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp15 using namespace lldb_private;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.h12 namespace lldb_private { namespace
21 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.h17 namespace lldb_private { namespace
23 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.h14 namespace lldb_private { namespace

Completed in 210 milliseconds

1234567891011>>