Home
last modified time | relevance | path

Searched refs:SBModule (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp34 SBModule::SBModule() : m_opaque_sp() {} in SBModule() function in SBModule
36 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule() function in SBModule
38 SBModule::SBModule(const SBModuleSpec &module_spec) : m_opaque_sp() { in SBModule() function in SBModule
46 SBModule::SBModule(const SBModule &rhs) : m_opaque_sp(rhs.m_opaque_sp) {} in SBModule() function in SBModule
48 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) in SBModule() function in SBModule
62 const SBModule &SBModule::operator=(const SBModule &rhs) { in operator =()
68 SBModule::~SBModule() {} in ~SBModule()
188 bool SBModule::operator==(const SBModule &rhs) const { in operator ==()
194 bool SBModule::operator!=(const SBModule &rhs) const { in operator !=()
276 size_t SBModule::GetNumSymbols() { in GetNumSymbols()
[all …]
H A DSBSymbolContext.cpp61 SBModule SBSymbolContext::GetModule() { in GetModule()
64 SBModule sb_module; in GetModule()
142 void SBSymbolContext::SetModule(lldb::SBModule module) { in SetModule()
H A DSBTarget.cpp134 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent()
138 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()
1546 lldb::SBModule sb_module; in AddModule()
1571 lldb::SBModule sb_module; in AddModule()
1578 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1614 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule()
1615 SBModule sb_module; in FindModule()
1680 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex()
1683 SBModule sb_module; in GetModuleAtIndex()
1700 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule()
[all …]
H A DSBAddress.cpp192 SBModule SBAddress::GetModule() { in GetModule()
193 SBModule sb_module; in GetModule()
H A DSBFrame.cpp143 SBModule SBFrame::GetModule() const { in GetModule()
145 SBModule sb_module; in GetModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h21 class LLDB_API SBModule {
23 SBModule();
25 SBModule(const SBModule &rhs);
27 SBModule(const SBModuleSpec &module_spec);
29 const SBModule &operator=(const SBModule &rhs);
31 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
33 ~SBModule();
114 bool operator==(const lldb::SBModule &rhs) const;
116 bool operator!=(const lldb::SBModule &rhs) const;
321 explicit SBModule(const lldb::ModuleSP &module_sp);
H A DSBTarget.h67 static lldb::SBModule GetModuleAtIndexFromEvent(const uint32_t idx,
300 bool AddModule(lldb::SBModule &module);
302 lldb::SBModule AddModule(const char *path, const char *triple,
305 lldb::SBModule AddModule(const char *path, const char *triple,
308 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
312 lldb::SBModule GetModuleAtIndex(uint32_t idx);
314 bool RemoveModule(lldb::SBModule module);
318 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
409 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
422 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module);
[all …]
H A DSBSymbolContext.h37 lldb::SBModule GetModule();
44 void SetModule(lldb::SBModule module);
59 friend class SBModule; variable
H A DSBAddress.h71 lldb::SBModule GetModule();
91 friend class SBModule; variable
H A DSBType.h214 friend class SBModule; variable
249 friend class SBModule; variable
H A DSBSymbolContextList.h44 friend class SBModule;
H A DSBSymbol.h77 friend class SBModule; variable
H A DSBSection.h90 friend class SBModule; variable
H A DSBCompileUnit.h79 friend class SBModule; variable
H A DSBModuleSpec.h87 friend class SBModule; variable
H A DSBFileSpec.h65 friend class SBModule; variable
H A DSBStream.h70 friend class SBModule; variable
H A DSBFrame.h48 lldb::SBModule GetModule() const;
H A DSBDefines.h63 class LLDB_API SBModule; variable
H A DSBProcess.h435 friend class SBModule; variable
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.h77 bool MiHelpGetModuleInfo(const lldb::SBModule &vModule,
H A DMICmdCmdFile.cpp137 lldb::SBModule module = target.FindModule(target.GetExecutable()); in Execute()
H A DMICmdCmdGdbInfo.cpp200 lldb::SBModule module = sbTarget.GetModuleAtIndex(i); in PrintFnSharedLibrary()
H A DMICmnLLDBDebuggerHandleEvents.cpp664 const lldb::SBModule sbModule = in HandleTargetEventBroadcastBitModulesLoaded()
694 const lldb::SBModule sbModule = in HandleTargetEventBroadcastBitModulesUnloaded()
720 const lldb::SBModule &vModule, const bool vbWithExtraFields, in MiHelpGetModuleInfo()
H A DMICmnLLDBDebugSessionInfo.cpp804 lldb::SBModule rModule = symbolCntxt.GetModule(); in GetBrkPtInfo()

12