Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp32 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()
79 SBModule::operator bool() const { in operator bool()
85 void SBModule::Clear() { in Clear()
[all …]
H A DSBSymbolContext.cpp54 SBModule SBSymbolContext::GetModule() { in GetModule()
57 SBModule sb_module; in GetModule()
115 void SBSymbolContext::SetModule(lldb::SBModule module) { in SetModule()
H A DSBTarget.cpp139 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent()
145 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()
1454 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1461 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1486 return SBModule(); in AddModule()
1489 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1492 lldb::SBModule sb_module; in AddModule()
1518 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1546 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule()
1549 SBModule sb_module; in FindModule()
[all …]
H A DSBAddress.cpp203 SBModule SBAddress::GetModule() { in GetModule()
206 SBModule sb_module; in GetModule()
H A DSBType.cpp611 lldb::SBModule SBType::GetModule() { in GetModule()
614 lldb::SBModule sb_module; in GetModule()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleDocstrings.i81 ) lldb::SBModule;
90 ) lldb::SBModule::IsFileBacked;
101 ) lldb::SBModule::GetFileSpec;
117 ) lldb::SBModule::GetPlatformFileSpec;
120 ) lldb::SBModule::GetUUIDString;
133 ) lldb::SBModule::FindCompileUnits;
151 ) lldb::SBModule::FindFunctions;
166 ) lldb::SBModule::GetTypes;
183 ) lldb::SBModule::FindGlobalVariables;
197 ) lldb::SBModule::FindFirstGlobalVariable;
[all …]
H A DSBModuleExtensions.i4 # Helper function for SBModule class
26 STRING_EXTENSION_OUTSIDE(SBModule)
28 %extend lldb::SBModule {
37 '''Return the number of symbols in a lldb.SBModule object.'''
41 '''Iterate over all symbols in a lldb.SBModule object.'''
45 '''Iterate over all sections in a lldb.SBModule object.'''
49 '''Iterate over all compile units in a lldb.SBModule object.'''
107 '''An accessor function that returns a symbols_access() object which allows lazy symbol access from a lldb.SBModule object.'''
111 '''An accessor function that returns a compile_units_access() object which allows lazy compile unit access from a lldb.SBModule object.'''
115 '''An accessor function that returns a list() that contains all symbols in a lldb.SBModule objec
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h20 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;
310 explicit SBModule(const lldb::ModuleSP &module_sp);
H A DSBTarget.h69 static lldb::SBModule GetModuleAtIndexFromEvent(const uint32_t idx,
307 bool AddModule(lldb::SBModule &module);
309 lldb::SBModule AddModule(const char *path, const char *triple,
312 lldb::SBModule AddModule(const char *path, const char *triple,
315 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
319 lldb::SBModule GetModuleAtIndex(uint32_t idx);
321 bool RemoveModule(lldb::SBModule module);
325 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
430 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
452 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
[all …]
H A DSBSymbolContext.h42 lldb::SBModule GetModule();
49 void SetModule(lldb::SBModule module);
64 friend class SBModule; variable
H A DSBAddress.h76 lldb::SBModule GetModule();
97 friend class SBModule; variable
H A DSBType.h243 lldb::SBModule GetModule();
278 friend class SBModule; variable
319 friend class SBModule; variable
H A DSBSymbolContextList.h45 friend class SBModule;
H A DSBSymbol.h110 friend class SBModule; variable
H A DSBSection.h93 friend class SBModule; variable
H A DSBCompileUnit.h81 friend class SBModule; variable
H A DSBFileSpec.h72 friend class SBModule; variable
H A DSBModuleSpec.h92 friend class SBModule; variable
H A DSBStream.h90 friend class SBModule; variable
H A DSBFrame.h58 lldb::SBModule GetModule() const;
H A DSBDefines.h89 class LLDB_API SBModule; variable
H A DSBValue.h442 friend class SBModule; variable
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig22 * :py:class:`SBModule`: Represents an executable image and its associated object and symbol
23 files. :py:class:`SBTarget` contains SBModule.
H A Dpython-swigsafecast.swig31 return ToSWIGHelper(new lldb::SBModule(std::move(module_sp)),
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3477 SWIGINTERN std::string lldb_SBModule___repr__(lldb::SBModule *self){ in lldb_SBModule___repr__()
4567 lldb::SBModule result; in _wrap_SBAddress_GetModule()
4578 lldb::SBModule * resultptr = new lldb::SBModule(result); in _wrap_SBAddress_GetModule()
30893 lldb::SBModule result; in _wrap_SBFrame_GetModule()
30904 lldb::SBModule * resultptr = new lldb::SBModule(result); in _wrap_SBFrame_GetModule()
39097 lldb::SBModule *result = 0 ; in _wrap_new_SBModule__SWIG_0()
39100 result = (lldb::SBModule *)new lldb::SBModule(); in _wrap_new_SBModule__SWIG_0()
39114 lldb::SBModule *arg1 = 0 ; in _wrap_new_SBModule__SWIG_1()
39115 lldb::SBModule *result = 0 ; in _wrap_new_SBModule__SWIG_1()
39124 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModule const &)*arg1); in _wrap_new_SBModule__SWIG_1()
[all …]

12