Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/API/
DSBModule.cpp32 SBModule::SBModule() : m_opaque_sp() { in SBModule() function in SBModule
33 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBModule); 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
39 LLDB_RECORD_CONSTRUCTOR(SBModule, (const lldb::SBModuleSpec &), module_spec); in SBModule()
48 SBModule::SBModule(const SBModule &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBModule() function in SBModule
49 LLDB_RECORD_CONSTRUCTOR(SBModule, (const lldb::SBModule &), rhs); in SBModule()
52 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) in SBModule() function in SBModule
54 LLDB_RECORD_CONSTRUCTOR(SBModule, (lldb::SBProcess &, lldb::addr_t), process, in SBModule()
69 const SBModule &SBModule::operator=(const SBModule &rhs) { in operator =()
[all …]
DSBSymbolContext.cpp69 SBModule SBSymbolContext::GetModule() { in GetModule()
70 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBModule, SBSymbolContext, GetModule); in GetModule()
72 SBModule sb_module; in GetModule()
133 void SBSymbolContext::SetModule(lldb::SBModule module) { in SetModule()
134 LLDB_RECORD_METHOD(void, SBSymbolContext, SetModule, (lldb::SBModule), in SetModule()
247 LLDB_REGISTER_METHOD(lldb::SBModule, SBSymbolContext, GetModule, ()); in RegisterMethods()
254 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetModule, (lldb::SBModule)); in RegisterMethods()
DSBTarget.cpp148 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent()
150 LLDB_RECORD_STATIC_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndexFromEvent, in GetModuleAtIndexFromEvent()
156 return LLDB_RECORD_RESULT(SBModule(module_list.GetModuleAtIndex(idx))); in GetModuleAtIndexFromEvent()
1576 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1578 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, AddModule, in AddModule()
1585 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1587 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, AddModule, in AddModule()
1591 lldb::SBModule sb_module; in AddModule()
1615 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1616 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, AddModule, in AddModule()
[all …]
DSBAddress.cpp211 SBModule SBAddress::GetModule() { in GetModule()
212 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBModule, SBAddress, GetModule); in GetModule()
214 SBModule sb_module; in GetModule()
306 LLDB_REGISTER_METHOD(lldb::SBModule, SBAddress, GetModule, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
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();
107 bool operator==(const lldb::SBModule &rhs) const;
109 bool operator!=(const lldb::SBModule &rhs) const;
305 explicit SBModule(const lldb::ModuleSP &module_sp);
DSBTarget.h62 static lldb::SBModule GetModuleAtIndexFromEvent(const uint32_t idx,
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);
383 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
394 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module);
[all …]
DSBSymbolContext.h38 lldb::SBModule GetModule();
45 void SetModule(lldb::SBModule module);
60 friend class SBModule; variable
DSBType.h188 lldb::SBModule GetModule();
221 friend class SBModule; variable
258 friend class SBModule; variable
DSBAddress.h76 lldb::SBModule GetModule();
96 friend class SBModule; variable
DSBSymbolContextList.h45 friend class SBModule;
DSBSymbol.h74 friend class SBModule; variable
DSBSection.h87 friend class SBModule; variable
DSBCompileUnit.h78 friend class SBModule; variable
DSBModuleSpec.h84 friend class SBModule; variable
DSBFileSpec.h69 friend class SBModule; variable
DSBStream.h77 friend class SBModule; variable
DSBFrame.h49 lldb::SBModule GetModule() const;
/external/llvm-project/lldb/bindings/interface/
DSBModule.i14 # 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 ();
183 bool operator==(const lldb::SBModule &rhs) const;
185 bool operator!=(const lldb::SBModule &rhs) const;
[all …]
DSBTarget.i93 static lldb::SBModule
360 AddModule (lldb::SBModule &module);
362 lldb::SBModule
367 lldb::SBModule
373 lldb::SBModule
379 lldb::SBModule
383 RemoveModule (lldb::SBModule module);
388 lldb::SBModule
440 SetModuleLoadAddress (lldb::SBModule module,
444 ClearModuleLoadAddress (lldb::SBModule module);
DSBSymbolContext.i62 lldb::SBModule GetModule ();
69 void SetModule (lldb::SBModule module);
DSBAddress.i125 lldb::SBModule
/external/llvm-project/lldb/test/API/lang/c/unicode/
DTestUnicodeSymbols.py17 module = lldb.SBModule(spec)
/external/llvm-project/lldb/test/API/functionalities/type_get_module/
DTestTypeGetModule.py19 result = lldb.SBModule()
/external/llvm-project/lldb/examples/lookup/
Dmain.cpp186 SBModule module(target.FindModule(exe_file_spec)); in main()
/external/llvm-project/lldb/bindings/python/
Dpython.swig22 o SBModule: Represents an executable image and its associated object and symbol
23 files. SBTarget contains SBModule(s).

12