/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | SWIGPythonBridge.h | 93 static PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp); 149 lldb::DebuggerSP debugger_sp); 193 lldb::DebuggerSP debugger, const char *args, 199 lldb::DebuggerSP debugger, const char *args, 204 lldb::DebuggerSP debugger, 215 lldb::DebuggerSP debugger);
|
H A D | ScriptInterpreterPythonImpl.h | 353 lldb::DebuggerSP m_debugger_sp; 358 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
|
H A D | ScriptInterpreterPython.cpp | 1761 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() 2556 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() 2580 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() 2625 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() 2670 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedParsedCommand() 2717 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in GetRepeatCommandForScriptedCommand()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 70 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() 83 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() 165 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source() 177 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi() 196 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret() 213 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi() 448 lldb::DebuggerSP debugger_sp) in File() 457 : DebuggerSP()), in File()
|
H A D | Debugger.cpp | 734 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() 736 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 765 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 795 DebuggerSP 798 return DebuggerSP(); in FindDebuggerWithInstanceName() 801 for (const DebuggerSP &debugger_sp : *g_debugger_list_ptr) { in FindDebuggerWithInstanceName() 808 return DebuggerSP(); in FindDebuggerWithInstanceName() 1355 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex() 1356 DebuggerSP debugger_sp; in GetDebuggerAtIndex() 1367 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() [all …]
|
H A D | DebuggerEvents.cpp | 140 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 82 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 D | SourceManager.h | 41 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp); 136 SourceManager(const lldb::DebuggerSP &debugger_sp);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 497 SBDebugger(const lldb::DebuggerSP &debugger_sp); 512 void reset(const lldb::DebuggerSP &debugger_sp); 518 const lldb::DebuggerSP &get_sp() const; 520 lldb::DebuggerSP m_opaque_sp;
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSourceManager.cpp | 25 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) 52 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
|
H A D | SBDebugger.cpp | 92 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 181 auto LoadPlugin = [](const lldb::DebuggerSP &debugger_sp, in InitializeWithErrorHandling() 1110 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() 1126 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() 1305 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 1316 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp() 1323 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() 1343 DebuggerSP debugger_sp( in SetInternalVariable() 1365 DebuggerSP debugger_sp( in GetInternalVariableValue()
|
H A D | SBTypeCategory.cpp | 359 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/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 81 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() 95 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() 779 DebuggerSP debugger_sp = in DoExecute() 887 DebuggerSP debugger_sp = in DoExecute() 1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1413 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1654 DebuggerSP debugger_sp = in DumpHeader() 1783 DebuggerSP debugger_sp = in EnableNow()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectQuit.cpp | 39 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
|
H A D | CommandObjectPlatform.cpp | 1378 DebuggerSP debugger_sp = in SetOptionValue() 1380 : DebuggerSP(); in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-types.h | 30 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
|
H A D | lldb-forward.h | 336 typedef std::shared_ptr<lldb_private::Debugger> DebuggerSP; typedef
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-wrapper.swig | 215 lldb::DebuggerSP debugger_sp) { 680 lldb::DebuggerSP debugger, const char *args, 711 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, 756 PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl, 965 lldb::DebuggerSP debugger) {
|
H A D | python-swigsafecast.swig | 58 PythonObject SWIGBridge::ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
|