| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 88 static lldb::DebuggerSP 104 static void Destroy(lldb::DebuggerSP &debugger_sp); 106 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id); 108 static lldb::DebuggerSP 113 static lldb::DebuggerSP GetDebuggerAtIndex(size_t index);
|
| H A D | SourceManager.h | 50 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp); 132 SourceManager(const lldb::DebuggerSP &debugger_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 42 SBDebugger(const lldb::DebuggerSP &debugger_sp); 286 void reset(const lldb::DebuggerSP &debugger_sp); 292 const lldb::DebuggerSP &get_sp() const; 294 lldb::DebuggerSP m_opaque_sp;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SourceManager.cpp | 61 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() 74 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() 107 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source() 119 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi() 138 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret() 371 lldb::DebuggerSP debugger_sp) in File() 382 : DebuggerSP()) { in File()
|
| H A D | Debugger.cpp | 90 typedef std::vector<DebuggerSP> DebuggerList; 685 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() 687 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 696 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 714 DebuggerSP 716 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName() 1165 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex() 1166 DebuggerSP debugger_sp; in GetDebuggerAtIndex() 1177 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() 1178 DebuggerSP debugger_sp; in FindDebuggerWithID()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 70 const lldb::DebuggerSP debugger_sp); 120 lldb::DebuggerSP &debugger, const char *args, 125 void *implementor, lldb::DebuggerSP &debugger, const char *args, 131 lldb::DebuggerSP &debugger); 534 lldb::DebuggerSP m_debugger_sp; 539 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
|
| H A D | ScriptInterpreterPython.cpp | 2098 DebuggerSP debugger_sp( in CreateScriptCommandObject() 2753 lldb::DebuggerSP debugger_sp = m_interpreter.GetDebugger().shared_from_this(); in LoadScriptingModule() 2916 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() 2945 lldb::DebuggerSP debugger_sp = m_interpreter.GetDebugger().shared_from_this(); in RunScriptBasedCommand() 2994 lldb::DebuggerSP debugger_sp = m_interpreter.GetDebugger().shared_from_this(); in RunScriptBasedCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSourceManager.cpp | 26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() 54 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
|
| H A D | SystemInitializerFull.cpp | 193 const lldb::DebuggerSP debugger_sp); 240 lldb::DebuggerSP &debugger, const char *args, 245 LLDBSwigPythonCallCommandObject(void *implementor, lldb::DebuggerSP &debugger, 253 lldb::DebuggerSP &debugger);
|
| H A D | SBDebugger.cpp | 61 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() 113 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 810 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() 825 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() 966 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 977 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp() 982 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() 995 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable() 1016 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
|
| H A D | SBTypeCategory.cpp | 356 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary() 468 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 82 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() 96 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() 813 DebuggerSP debugger_sp = in DoExecute() 930 DebuggerSP debugger_sp = in DoExecute() 1168 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1497 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1744 DebuggerSP debugger_sp = in DumpHeader() 1875 DebuggerSP debugger_sp = in EnableNow()
|
| /freebsd-12.1/contrib/llvm/tools/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 | 339 typedef std::shared_ptr<lldb_private::Debugger> DebuggerSP; typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectQuit.cpp | 40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
|
| H A D | CommandObjectPlatform.cpp | 1322 DebuggerSP debugger_sp = in SetOptionValue() 1324 : DebuggerSP(); in SetOptionValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1111 DebuggerSP debugger = Debugger::GetDebuggerAtIndex(didx); in KillProcess()
|