Home
last modified time | relevance | path

Searched refs:DebuggerSP (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h96 static PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp);
152 lldb::DebuggerSP debugger_sp);
186 lldb::DebuggerSP debugger, const char *args,
192 lldb::DebuggerSP debugger, const char *args,
196 PyObject *implementor, lldb::DebuggerSP debugger,
216 lldb::DebuggerSP debugger);
H A DScriptInterpreterPythonImpl.h359 lldb::DebuggerSP m_debugger_sp;
364 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
H A DScriptInterpreterPython.cpp1728 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject()
2536 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler()
2560 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand()
2603 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand()
2646 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedParsedCommand()
2691 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in GetRepeatCommandForScriptedCommand()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp76 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager()
93 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile()
176 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source()
188 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi()
207 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret()
224 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi()
463 lldb::DebuggerSP debugger_sp) in File()
473 : DebuggerSP()), in File()
H A DDebugger.cpp839 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
846 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance()
883 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy()
914 DebuggerSP
917 return DebuggerSP(); in FindDebuggerWithInstanceName()
920 for (const DebuggerSP &debugger_sp : *g_debugger_list_ptr) { in FindDebuggerWithInstanceName()
927 return DebuggerSP(); in FindDebuggerWithInstanceName()
1523 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex()
1524 DebuggerSP debugger_sp; in GetDebuggerAtIndex()
1535 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID()
[all …]
H A DDebuggerEvents.cpp140 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h82 using DebuggerList = std::vector<lldb::DebuggerSP>;
92 static lldb::DebuggerSP
108 static void Destroy(lldb::DebuggerSP &debugger_sp);
110 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
112 static lldb::DebuggerSP
117 static lldb::DebuggerSP GetDebuggerAtIndex(size_t index);
H A DSourceManager.h42 File(lldb::SupportFileSP support_file_sp, lldb::DebuggerSP debugger_sp);
151 SourceManager(const lldb::DebuggerSP &debugger_sp);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h670 SBDebugger(const lldb::DebuggerSP &debugger_sp);
686 void reset(const lldb::DebuggerSP &debugger_sp);
692 const lldb::DebuggerSP &get_sp() const;
694 lldb::DebuggerSP m_opaque_sp;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp25 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl()
52 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
H A DSBDebugger.cpp93 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger()
1082 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform()
1098 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform()
1277 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset()
1288 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp()
1295 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID()
1315 DebuggerSP debugger_sp( in SetInternalVariable()
1337 DebuggerSP debugger_sp( in GetInternalVariableValue()
H A DSystemInitializerFull.cpp90 auto LoadPlugin = [](const lldb::DebuggerSP &debugger_sp, in Initialize()
H A DSBTypeCategory.cpp359 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary()
451 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DResource.cpp106 lldb::DebuggerSP debugger_sp = Debugger::GetDebuggerAtIndex(i); in GetResources()
164 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadDebuggerResource()
188 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadTargetResource()
H A DTool.cpp67 lldb::DebuggerSP debugger_sp = in Call()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp81 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
95 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions()
782 DebuggerSP debugger_sp = in DoExecute()
890 DebuggerSP debugger_sp = in DoExecute()
1105 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData()
1421 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo()
1662 DebuggerSP debugger_sp = in DumpHeader()
1791 DebuggerSP debugger_sp = in EnableNow()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp39 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
H A DCommandObjectPlatform.cpp1375 DebuggerSP debugger_sp = in SetOptionValue()
1377 : DebuggerSP(); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h33 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
H A Dlldb-forward.h341 typedef std::shared_ptr<lldb_private::Debugger> DebuggerSP; typedef
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig215 lldb::DebuggerSP debugger_sp) {
597 lldb::DebuggerSP debugger, const char *args,
628 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
746 PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl,
993 lldb::DebuggerSP debugger) {
H A Dpython-swigsafecast.swig67 PythonObject SWIGBridge::ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {