/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 71 lldb::SBDebugger &sb_debugger, in Initialize() 90 SBDebugger::SBDebugger() { LLDB_INSTRUMENT_VA(this); } in SBDebugger() function in SBDebugger 92 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() function in SBDebugger 97 SBDebugger::SBDebugger(const SBDebugger &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBDebugger() function in SBDebugger 101 SBDebugger::~SBDebugger() = default; 103 SBDebugger &SBDebugger::operator=(const SBDebugger &rhs) { in operator =() 112 const char *SBDebugger::GetBroadcasterClass() { in GetBroadcasterClass() 118 const char *SBDebugger::GetProgressFromEvent(const lldb::SBEvent &event, in GetProgressFromEvent() 138 SBDebugger::GetProgressDataFromEvent(const lldb::SBEvent &event) { in GetProgressDataFromEvent() 153 SBDebugger::GetDiagnosticFromEvent(const lldb::SBEvent &event) { in GetDiagnosticFromEvent() [all …]
|
H A D | SBListener.cpp | 74 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, in StartListeningForEventClass() 90 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, in StopListeningForEventClass()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDebuggerDocstrings.i | 107 ) lldb::SBDebugger; 111 ) lldb::SBDebugger::GetDummyTarget; 115 ) lldb::SBDebugger::DeleteTarget; 119 ) lldb::SBDebugger::GetNumPlatforms; 123 ) lldb::SBDebugger::GetPlatformAtIndex; 127 ) lldb::SBDebugger::GetNumAvailablePlatforms; 135 ) lldb::SBDebugger::GetAvailablePlatformInfoAtIndex; 160 ) lldb::SBDebugger::RunCommandInterpreter;
|
H A D | SBDebuggerExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBDebugger) 3 %extend lldb::SBDebugger {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 32 SBError Initialize(lldb::SBDebugger &sb_debugger, 43 class LLDB_API SBDebugger { 52 SBDebugger(); 54 SBDebugger(const lldb::SBDebugger &rhs); 56 ~SBDebugger(); 109 lldb::SBDebugger &operator=(const lldb::SBDebugger &rhs); 122 static lldb::SBDebugger Create(); 124 static lldb::SBDebugger Create(bool source_init_files); 126 static lldb::SBDebugger Create(bool source_init_files, 130 static void Destroy(lldb::SBDebugger &debugger); [all …]
|
H A D | SBCommandInterpreter.h | 98 lldb::SBDebugger GetDebugger(); 346 friend class SBDebugger; 356 virtual bool DoExecute(lldb::SBDebugger /*debugger*/, char ** /*command*/, in DoExecute() argument 472 friend class SBDebugger;
|
H A D | SBListener.h | 36 uint32_t StartListeningForEventClass(SBDebugger &debugger, 40 bool StopListeningForEventClass(SBDebugger &debugger, 87 friend class SBDebugger; variable
|
H A D | SBSourceManager.h | 20 SBSourceManager(const SBDebugger &debugger); 39 friend class SBDebugger; variable
|
H A D | SBCommandInterpreterRunOptions.h | 24 friend class SBDebugger; variable 95 friend class SBDebugger; variable
|
H A D | SBStructuredData.h | 34 const lldb::SBDebugger &debugger); 114 friend class SBDebugger; variable
|
H A D | SBTrace.h | 23 /// See SBDebugger::LoadTraceFromFile. 24 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger, 46 /// method \a SBDebugger.LoadTraceFromFile().
|
H A D | SBFile.h | 21 friend class SBDebugger; variable
|
H A D | SBStringList.h | 46 friend class SBDebugger; variable
|
H A D | SBTypeNameSpecifier.h | 56 friend class SBDebugger;
|
H A D | SBTypeFilter.h | 57 friend class SBDebugger;
|
H A D | SBTypeSynthetic.h | 63 friend class SBDebugger;
|
H A D | SBTypeFormat.h | 59 friend class SBDebugger;
|
H A D | SBBroadcaster.h | 66 friend class SBDebugger; variable
|
H A D | SBTypeCategory.h | 99 friend class SBDebugger;
|
H A D | SBEvent.h | 71 friend class SBDebugger; variable
|
H A D | SBError.h | 82 friend class SBDebugger; variable
|
H A D | SBTypeSummary.h | 130 friend class SBDebugger;
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Driver.cpp | 101 : SBBroadcaster("Driver"), m_debugger(SBDebugger::Create(false)) { in Driver() 109 SBDebugger::Destroy(m_debugger); in ~Driver() 231 lldb::SBDebugger::SetInternalVariable("target.load-cwd-lldbinit", "true", in ProcessArgs() 254 if (!lldb::SBDebugger::SetDefaultArchitecture(arg_value)) { in ProcessArgs() 377 llvm::outs() << lldb::SBDebugger::GetVersionString() << '\n'; in ProcessArgs() 484 if (lldb::SBDebugger::GetDefaultArchitecture(arch_name, in MainLoop() 777 SBError error = SBDebugger::InitializeWithErrorHandling(); in main() 785 SBDebugger::PrintDiagnosticsOnError(); in main() 816 std::async(std::launch::async, []() { SBDebugger::Terminate(); }); in main()
|
H A D | Driver.h | 93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() 98 lldb::SBDebugger m_debugger;
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 156 // Typemap for handling SBDebugger::SetLoggingCallback 231 // Typemap for file handles (e.g. used in SBDebugger::SetOutputFile) 247 // Typemap for file handles (e.g. used in SBDebugger::GetOutputFileHandle)
|