| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModule.cpp | 34 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 D | SBSymbolContext.cpp | 61 SBModule SBSymbolContext::GetModule() { in GetModule() 64 SBModule sb_module; in GetModule() 142 void SBSymbolContext::SetModule(lldb::SBModule module) { in SetModule()
|
| H A D | SBTarget.cpp | 134 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 D | SBAddress.cpp | 192 SBModule SBAddress::GetModule() { in GetModule() 193 SBModule sb_module; in GetModule()
|
| H A D | SBFrame.cpp | 143 SBModule SBFrame::GetModule() const { in GetModule() 145 SBModule sb_module; in GetModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModule.h | 21 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 D | SBTarget.h | 67 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 D | SBSymbolContext.h | 37 lldb::SBModule GetModule(); 44 void SetModule(lldb::SBModule module); 59 friend class SBModule; variable
|
| H A D | SBAddress.h | 71 lldb::SBModule GetModule(); 91 friend class SBModule; variable
|
| H A D | SBType.h | 214 friend class SBModule; variable 249 friend class SBModule; variable
|
| H A D | SBSymbolContextList.h | 44 friend class SBModule;
|
| H A D | SBSymbol.h | 77 friend class SBModule; variable
|
| H A D | SBSection.h | 90 friend class SBModule; variable
|
| H A D | SBCompileUnit.h | 79 friend class SBModule; variable
|
| H A D | SBModuleSpec.h | 87 friend class SBModule; variable
|
| H A D | SBFileSpec.h | 65 friend class SBModule; variable
|
| H A D | SBStream.h | 70 friend class SBModule; variable
|
| H A D | SBFrame.h | 48 lldb::SBModule GetModule() const;
|
| H A D | SBDefines.h | 63 class LLDB_API SBModule; variable
|
| H A D | SBProcess.h | 435 friend class SBModule; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebuggerHandleEvents.h | 77 bool MiHelpGetModuleInfo(const lldb::SBModule &vModule,
|
| H A D | MICmdCmdFile.cpp | 137 lldb::SBModule module = target.FindModule(target.GetExecutable()); in Execute()
|
| H A D | MICmdCmdGdbInfo.cpp | 200 lldb::SBModule module = sbTarget.GetModuleAtIndex(i); in PrintFnSharedLibrary()
|
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 664 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 D | MICmnLLDBDebugSessionInfo.cpp | 804 lldb::SBModule rModule = symbolCntxt.GetModule(); in GetBrkPtInfo()
|