Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp56 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
82 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
107 std::vector<DebuggerSP> debuggers; in TEST_F()
111 DebuggerSP debugger = Debugger::CreateInstance(); in TEST_F()
141 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h93 lldb::DebuggerSP debugger_sp);
139 lldb::DebuggerSP debugger, const char *args,
144 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
150 lldb::DebuggerSP debugger);
H A DScriptInterpreterPythonImpl.h348 lldb::DebuggerSP m_debugger_sp;
353 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp85 lldb::DebuggerSP debugger_sp) { in LLDBSwigPythonCreateCommandObject()
170 lldb::DebuggerSP debugger, const char *args, in LLDBSwigPythonCallCommand()
177 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, in LLDBSwigPythonCallCommandObject()
185 lldb::DebuggerSP debugger) { in LLDBSwigPythonCallModuleInit()
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp66 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager()
80 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile()
111 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source()
123 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi()
142 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret()
159 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi()
396 lldb::DebuggerSP debugger_sp) in File()
407 : DebuggerSP()) { in File()
H A DDebugger.cpp102 typedef std::vector<DebuggerSP> DebuggerList;
651 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
653 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance()
662 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy()
692 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName()
1219 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex()
1220 DebuggerSP debugger_sp; in GetDebuggerAtIndex()
1231 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID()
1232 DebuggerSP debugger_sp; in FindDebuggerWithID()
1319 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress()
[all …]
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp84 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
99 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
134 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h95 static lldb::DebuggerSP
111 static void Destroy(lldb::DebuggerSP &debugger_sp);
113 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
115 static lldb::DebuggerSP
120 static lldb::DebuggerSP GetDebuggerAtIndex(size_t index);
H A DSourceManager.h39 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp);
117 SourceManager(const lldb::DebuggerSP &debugger_sp);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h46 SBDebugger(const lldb::DebuggerSP &debugger_sp);
416 void reset(const lldb::DebuggerSP &debugger_sp);
422 const lldb::DebuggerSP &get_sp() const;
424 lldb::DebuggerSP m_opaque_sp;
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp80 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
102 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
H A DStackFrameRecognizerTest.cpp67 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp111 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
149 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
189 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
/llvm-project-15.0.7/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.cpp67 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin()
127 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger()
1058 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform()
1074 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform()
1253 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset()
1264 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp()
1271 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID()
1288 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable()
1310 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
H A DSBTypeCategory.cpp398 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary()
512 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp47 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-types.h29 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp112 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformSiginfoTest.cpp34 DebuggerSP debugger_sp;
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig80 PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
H A Dpython-wrapper.swig189 lldb::DebuggerSP debugger_sp) {
774 lldb::DebuggerSP debugger, const char *args,
805 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
1014 lldb::DebuggerSP debugger) {
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp356 lldb::DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()

12