Home
last modified time | relevance | path

Searched refs:SBModuleSpec (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp22 SBModuleSpec::SBModuleSpec() : m_opaque_up(new lldb_private::ModuleSpec()) { in SBModuleSpec() function in SBModuleSpec
26 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) { in SBModuleSpec() function in SBModuleSpec
32 SBModuleSpec::SBModuleSpec(const lldb_private::ModuleSpec &module_spec) in SBModuleSpec() function in SBModuleSpec
37 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()
45 SBModuleSpec::~SBModuleSpec() = default;
47 bool SBModuleSpec::IsValid() const { in IsValid()
51 SBModuleSpec::operator bool() const { in operator bool()
57 void SBModuleSpec::Clear() { in Clear()
63 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()
70 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec()
[all …]
H A DCMakeLists.txt84 SBModuleSpec.cpp
H A DSBPlatform.cpp15 #include "lldb/API/SBModuleSpec.h"
712 // because of the SBModuleSpec and SBFileSpec dependencies. Use a lambda to in SetLocateModuleCallback()
713 // convert ModuleSpec/FileSpec <--> SBModuleSpec/SBFileSpec for the callback in SetLocateModuleCallback()
719 SBModuleSpec module_spec_sb(module_spec); in SetLocateModuleCallback()
/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h17 class LLDB_API SBModuleSpec {
19 SBModuleSpec();
21 SBModuleSpec(const SBModuleSpec &rhs);
23 ~SBModuleSpec();
25 const SBModuleSpec &operator=(const SBModuleSpec &rhs);
96 SBModuleSpec(const lldb_private::ModuleSpec &module_spec);
113 void Append(const SBModuleSpec &spec);
117 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
119 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
123 SBModuleSpec GetSpecAtIndex(size_t i);
H A DSBDefines.h90 class LLDB_API SBModuleSpec;
148 void *baton, const lldb::SBModuleSpec &module_spec,
89 class LLDB_API SBModuleSpec; global() variable
H A DSBFileSpec.h73 friend class SBModuleSpec; variable
H A DSBStream.h91 friend class SBModuleSpec; variable
H A DSBModule.h26 SBModule(const SBModuleSpec &module_spec);
H A DSBTarget.h315 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/llvm-project/lldb/test/API/python_api/sbplatform/
H A DTestLocateModuleCallback.py39 def check_module_spec(self, module_spec: lldb.SBModuleSpec): argument
129 module_spec: lldb.SBModuleSpec, argument
151 module_spec: lldb.SBModuleSpec, argument
173 module_spec: lldb.SBModuleSpec, argument
200 module_spec: lldb.SBModuleSpec, argument
229 module_spec: lldb.SBModuleSpec, argument
255 module_spec: lldb.SBModuleSpec, argument
284 module_spec: lldb.SBModuleSpec, argument
316 module_spec: lldb.SBModuleSpec, argument
/llvm-project/lldb/bindings/interface/
H A DSBModuleSpecDocstrings.i10 ) lldb::SBModuleSpec::GetFileSpec;
26 ) lldb::SBModuleSpec::GetPlatformFileSpec;
H A DSBModuleSpecExtensions.i1 STRING_EXTENSION_OUTSIDE(SBModuleSpec)
/llvm-project/lldb/test/API/python_api/module_spec/
H A DTestModuleSpec.py12 module_spec = lldb.SBModuleSpec()
/llvm-project/lldb/test/API/lang/c/unicode/
H A DTestUnicodeSymbols.py12 spec = lldb.SBModuleSpec()
/llvm-project/lldb/test/API/python_api/sbmodule/FindTypes/
H A DTestSBModuleFindTypes.py12 spec = lldb.SBModuleSpec()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h34 class SBModuleSpec; variable
114 ToSWIGWrapper(std::unique_ptr<lldb::SBModuleSpec> module_spec_sb);
/llvm-project/lldb/test/API/functionalities/dyld-exec-linux/
H A DTestDyldExecLinux.py34 spec = lldb.SBModuleSpec()
/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py21 spec = lldb.SBModuleSpec()
/llvm-project/lldb/test/API/functionalities/json/object-file/
H A DTestObjectFileJSON.py26 module_spec = lldb.SBModuleSpec()
/llvm-project/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn82 "SBModuleSpec.cpp",
/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig137 std::unique_ptr<lldb::SBModuleSpec> module_spec_sb) {
/llvm-project/lldb/bindings/
H A Dheaders.swig50 #include "lldb/API/SBModuleSpec.h"
H A Dinterfaces.swig132 %include "lldb/API/SBModuleSpec.h"
/llvm-project/lldb/docs/
H A D.htaccess63 Redirect 301 /python_reference/lldb.SBModuleSpec-class.html https://lldb.llvm.org/python_api/lldb.S…
/llvm-project/lldb/test/API/python_api/type/
H A DTestTypeList.py295 spec = lldb.SBModuleSpec()

12