Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h73 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 DScriptInterpreterPythonImpl.h351 lldb::DebuggerSP m_debugger_sp;
356 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
H A DScriptInterpreterPython.cpp1936 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 DSourceManager.cpp67 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 DDebugger.cpp103 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 DDebuggerEvents.cpp103 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h97 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 DSourceManager.h40 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 DSBDebugger.h46 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 DSBSourceManager.cpp26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl()
53 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
H A DSBDebugger.cpp68 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 DSBTypeCategory.cpp359 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 DStructuredDataDarwinLog.cpp79 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 Dlldb-private-types.h31 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
H A Dlldb-forward.h320 typedef std::shared_ptr<lldb_private::Debugger> DebuggerSP; typedef
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
H A DCommandObjectPlatform.cpp1404 DebuggerSP debugger_sp = in SetOptionValue()
1406 : DebuggerSP(); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-swigsafecast.swig62 PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
H A Dpython-wrapper.swig215 lldb::DebuggerSP debugger_sp) {
758 lldb::DebuggerSP debugger, const char *args,
789 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
998 lldb::DebuggerSP debugger) {