Home
last modified time | relevance | path

Searched refs:SBDebugger (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp72 lldb::SBDebugger &sb_debugger, in Initialize()
91 SBDebugger::SBDebugger() { LLDB_INSTRUMENT_VA(this); } in SBDebugger() function in SBDebugger
93 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() function in SBDebugger
98 SBDebugger::SBDebugger(const SBDebugger &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBDebugger() function in SBDebugger
102 SBDebugger::~SBDebugger() = default;
104 SBDebugger &SBDebugger::operator=(const SBDebugger &rhs) { in operator =()
113 const char *SBDebugger::GetBroadcasterClass() { in GetBroadcasterClass()
119 const char *SBDebugger::GetProgressFromEvent(const lldb::SBEvent &event, in GetProgressFromEvent()
139 SBDebugger::GetProgressDataFromEvent(const lldb::SBEvent &event) { in GetProgressDataFromEvent()
154 SBDebugger::GetDiagnosticFromEvent(const lldb::SBEvent &event) { in GetDiagnosticFromEvent()
[all …]
H A DSBProgress.cpp16 SBDebugger &debugger) { in SBProgress()
26 uint64_t total_units, SBDebugger &debugger) { in SBProgress()
H A DSystemInitializerFull.cpp96 typedef bool (*LLDBCommandPluginInit)(lldb::SBDebugger debugger); in Initialize()
98 lldb::SBDebugger debugger_sb(debugger_sp); in Initialize()
H A DSBListener.cpp74 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 DSBDebuggerDocstrings.i107 ) 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 DSBDebuggerExtensions.i1 STRING_EXTENSION_OUTSIDE(SBDebugger)
3 %extend lldb::SBDebugger {
58 return SBDebugger.GetVersionString()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h34 SBError Initialize(lldb::SBDebugger &sb_debugger,
45 class LLDB_API SBDebugger {
61 SBDebugger();
63 SBDebugger(const lldb::SBDebugger &rhs);
65 ~SBDebugger();
125 lldb::SBDebugger &operator=(const lldb::SBDebugger &rhs);
151 static lldb::SBDebugger Create();
157 static lldb::SBDebugger Create(bool source_init_files);
164 static lldb::SBDebugger Create(bool source_init_files,
169 static void Destroy(lldb::SBDebugger &debugger);
[all …]
H A DSBListener.h36 uint32_t StartListeningForEventClass(SBDebugger &debugger,
40 bool StopListeningForEventClass(SBDebugger &debugger,
87 friend class SBDebugger; variable
H A DSBCommandInterpreter.h98 lldb::SBDebugger GetDebugger();
348 friend class SBDebugger;
358 virtual bool DoExecute(lldb::SBDebugger /*debugger*/, char ** /*command*/, in DoExecute() argument
474 friend class SBDebugger;
H A DSBProgress.h39 SBProgress(const char *title, const char *details, SBDebugger &debugger);
52 SBDebugger &debugger);
H A DSBSourceManager.h20 SBSourceManager(const SBDebugger &debugger);
39 friend class SBDebugger; variable
H A DSBCommandInterpreterRunOptions.h24 friend class SBDebugger; variable
95 friend class SBDebugger; variable
H A DSBStructuredData.h35 const lldb::SBDebugger &debugger);
116 friend class SBDebugger; variable
H A DSBTrace.h23 /// See SBDebugger::LoadTraceFromFile.
24 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger,
46 /// method \a SBDebugger.LoadTraceFromFile().
H A DSBFile.h21 friend class SBDebugger; variable
H A DSBStringList.h46 friend class SBDebugger; variable
H A DSBTypeNameSpecifier.h56 friend class SBDebugger;
H A DSBTypeFilter.h57 friend class SBDebugger;
H A DSBTypeSynthetic.h63 friend class SBDebugger;
H A DSBTypeFormat.h59 friend class SBDebugger;
H A DSBBroadcaster.h66 friend class SBDebugger; variable
H A DSBEvent.h71 friend class SBDebugger; variable
H A DSBTypeCategory.h99 friend class SBDebugger;
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp108 : SBBroadcaster("Driver"), m_debugger(SBDebugger::Create(false)) { in Driver()
116 SBDebugger::Destroy(m_debugger); in ~Driver()
238 lldb::SBDebugger::SetInternalVariable("target.load-cwd-lldbinit", "true", in ProcessArgs()
261 if (!lldb::SBDebugger::SetDefaultArchitecture(arg_value)) { in ProcessArgs()
390 llvm::outs() << lldb::SBDebugger::GetVersionString() << '\n'; in ProcessArgs()
494 if (lldb::SBDebugger::GetDefaultArchitecture(arch_name, in MainLoop()
763 SBError error = SBDebugger::InitializeWithErrorHandling(); in main()
771 SBDebugger::PrintDiagnosticsOnError(); in main()
844 std::async(std::launch::async, []() { SBDebugger::Terminate(); }); in main()
H A DDriver.h93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger()
98 lldb::SBDebugger m_debugger;

12