| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBModule.cpp | 32 SBModule::SBModule() { LLDB_INSTRUMENT_VA(this); } in SBModule() function in SBModule 34 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule() function in SBModule 36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule() function in SBModule 46 SBModule::SBModule(const SBModule &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBModule() function in SBModule 50 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) { in SBModule() function in SBModule 65 const SBModule &SBModule::operator=(const SBModule &rhs) { in operator =() 73 SBModule::~SBModule() = default; 75 bool SBModule::IsValid() const { in IsValid() 85 void SBModule::Clear() { in Clear() 193 bool SBModule::operator==(const SBModule &rhs) const { in operator ==() [all …]
|
| H A D | SBSymbolContext.cpp | 54 SBModule SBSymbolContext::GetModule() { in GetModule() 57 SBModule sb_module; in GetModule() 115 void SBSymbolContext::SetModule(lldb::SBModule module) { in SetModule()
|
| H A D | SBTarget.cpp | 137 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent() 143 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent() 1479 lldb::SBModule sb_module; in AddModule() 1506 lldb::SBModule sb_module; in AddModule() 1514 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule() 1547 SBModule sb_module; in FindModule() 1642 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() 1645 SBModule sb_module; in GetModuleAtIndex() 1657 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule() 2091 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() [all …]
|
| H A D | SBAddress.cpp | 203 SBModule SBAddress::GetModule() { in GetModule() 206 SBModule sb_module; in GetModule()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBModule.h | 20 class LLDB_API SBModule { 22 SBModule(); 24 SBModule(const SBModule &rhs); 26 SBModule(const SBModuleSpec &module_spec); 28 const SBModule &operator=(const SBModule &rhs); 30 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr); 32 ~SBModule(); 109 bool operator==(const lldb::SBModule &rhs) const; 111 bool operator!=(const lldb::SBModule &rhs) const; 307 explicit SBModule(const lldb::ModuleSP &module_sp);
|
| H A D | SBTarget.h | 286 bool AddModule(lldb::SBModule &module); 288 lldb::SBModule AddModule(const char *path, const char *triple, 291 lldb::SBModule AddModule(const char *path, const char *triple, 294 lldb::SBModule AddModule(const SBModuleSpec &module_spec); 298 lldb::SBModule GetModuleAtIndex(uint32_t idx); 300 bool RemoveModule(lldb::SBModule module); 304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec); 390 lldb::SBError SetModuleLoadAddress(lldb::SBModule module, 401 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module); 844 bool IsLoaded(const lldb::SBModule &module) const; [all …]
|
| H A D | SBSymbolContext.h | 38 lldb::SBModule GetModule(); 45 void SetModule(lldb::SBModule module); 60 friend class SBModule; variable
|
| H A D | SBType.h | 197 lldb::SBModule GetModule(); 230 friend class SBModule; variable 267 friend class SBModule; variable
|
| H A D | SBAddress.h | 76 lldb::SBModule GetModule(); 96 friend class SBModule; variable
|
| H A D | SBSymbolContextList.h | 45 friend class SBModule;
|
| H A D | SBSymbol.h | 74 friend class SBModule; variable
|
| H A D | SBSection.h | 93 friend class SBModule; variable
|
| H A D | SBModuleSpec.h | 84 friend class SBModule; variable
|
| H A D | SBCompileUnit.h | 81 friend class SBModule; variable
|
| H A D | SBFileSpec.h | 69 friend class SBModule; variable
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBModule.i | 14 # Helper function for SBModule class 116 ) SBModule; 117 class SBModule 121 SBModule (); 123 SBModule (const lldb::SBModule &rhs); 125 SBModule (const lldb::SBModuleSpec &module_spec); 127 SBModule (lldb::SBProcess &process, 130 ~SBModule (); 190 bool operator==(const lldb::SBModule &rhs) const; 192 bool operator!=(const lldb::SBModule &rhs) const; [all …]
|
| H A D | SBTarget.i | 93 static lldb::SBModule 346 AddModule (lldb::SBModule &module); 348 lldb::SBModule 353 lldb::SBModule 359 lldb::SBModule 365 lldb::SBModule 369 RemoveModule (lldb::SBModule module); 374 lldb::SBModule 429 SetModuleLoadAddress (lldb::SBModule module, 433 ClearModuleLoadAddress (lldb::SBModule module); [all …]
|
| H A D | SBSymbolContext.i | 62 lldb::SBModule GetModule (); 69 void SetModule (lldb::SBModule module);
|
| /llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/ |
| H A D | lldb-target-fuzzer.cpp | 32 SBModule::GarbageCollectAllocatedModules(); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
| H A D | lldb-commandinterpreter-fuzzer.cpp | 44 SBModule::GarbageCollectAllocatedModules(); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/unicode/ |
| H A D | TestUnicodeSymbols.py | 15 module = lldb.SBModule(spec)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/ |
| H A D | TestDyldExecLinux.py | 35 interp_section = lldb.SBModule(spec).FindSection(".interp")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/ |
| H A D | TestDyldLaunchLinux.py | 22 interp_section = lldb.SBModule(spec).FindSection(".interp")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/ |
| H A D | TestTypeGetModule.py | 17 result = lldb.SBModule()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python.swig | 22 * :py:class:`SBModule`: Represents an executable image and its associated object and symbol 23 files. :py:class:`SBTarget` contains SBModule.
|