| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 73 PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp); 134 lldb::DebuggerSP debugger_sp); 180 lldb::DebuggerSP debugger, const char *args, 185 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, 191 lldb::DebuggerSP debugger);
|
| H A D | ScriptInterpreterPythonImpl.h | 351 lldb::DebuggerSP m_debugger_sp; 356 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
|
| H A D | ScriptInterpreterPython.cpp | 1936 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() 2738 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() 2762 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() 2807 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceManager.cpp | 67 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() 81 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() 112 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source() 124 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi() 143 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret() 160 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi() 397 lldb::DebuggerSP debugger_sp) in File() 408 : DebuggerSP()) { in File()
|
| H A D | Debugger.cpp | 103 typedef std::vector<DebuggerSP> DebuggerList; 671 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() 673 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 682 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 711 DebuggerSP Debugger::FindDebuggerWithInstanceName(ConstString instance_name) { in FindDebuggerWithInstanceName() 712 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName() 1209 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex() 1210 DebuggerSP debugger_sp; in GetDebuggerAtIndex() 1221 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() 1222 DebuggerSP debugger_sp; in FindDebuggerWithID() [all …]
|
| H A D | DebuggerEvents.cpp | 103 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 97 static lldb::DebuggerSP 113 static void Destroy(lldb::DebuggerSP &debugger_sp); 115 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id); 117 static lldb::DebuggerSP 122 static lldb::DebuggerSP GetDebuggerAtIndex(size_t index);
|
| H A D | SourceManager.h | 40 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp); 118 SourceManager(const lldb::DebuggerSP &debugger_sp);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 46 SBDebugger(const lldb::DebuggerSP &debugger_sp); 433 void reset(const lldb::DebuggerSP &debugger_sp); 439 const lldb::DebuggerSP &get_sp() const; 441 lldb::DebuggerSP m_opaque_sp;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBSourceManager.cpp | 26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() 53 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
|
| H A D | SBDebugger.cpp | 68 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() 128 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 1096 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() 1112 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() 1291 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 1302 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp() 1309 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() 1326 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable() 1348 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() 93 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() 777 DebuggerSP debugger_sp = in DoExecute() 885 DebuggerSP debugger_sp = in DoExecute() 1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1420 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1664 DebuggerSP debugger_sp = in DumpHeader() 1793 DebuggerSP debugger_sp = in EnableNow()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 31 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
|
| H A D | lldb-forward.h | 320 typedef std::shared_ptr<lldb_private::Debugger> DebuggerSP; typedef
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectQuit.cpp | 40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
|
| H A D | CommandObjectPlatform.cpp | 1404 DebuggerSP debugger_sp = in SetOptionValue() 1406 : DebuggerSP(); in SetOptionValue()
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 62 PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
|
| H A D | python-wrapper.swig | 215 lldb::DebuggerSP debugger_sp) { 758 lldb::DebuggerSP debugger, const char *args, 789 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, 998 lldb::DebuggerSP debugger) {
|