Searched refs:debugger_id (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 34 m_progress_data.debugger_id = debugger->GetID(); 80 m_progress_data.debugger_id); in ReportProgress() 174 progress_data.debugger_id, in ReportProgress()
|
H A D | Debugger.cpp | 1488 std::optional<lldb::user_id_t> debugger_id, in ReportProgress() argument 1491 if (debugger_id) { in ReportProgress() 1494 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress() 1547 std::optional<lldb::user_id_t> debugger_id, in ReportDiagnosticImpl() argument 1563 if (debugger_id) { in ReportDiagnosticImpl() 1566 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl() 1588 std::optional<lldb::user_id_t> debugger_id, in ReportWarning() argument 1590 ReportDiagnosticImpl(eSeverityWarning, std::move(message), debugger_id, once); in ReportWarning() 1594 std::optional<lldb::user_id_t> debugger_id, in ReportError() argument 1596 ReportDiagnosticImpl(eSeverityError, std::move(message), debugger_id, once); in ReportError() [all …]
|
H A D | Module.cpp | 1081 std::optional<lldb::user_id_t> debugger_id) { in ReportWarningOptimization() argument 1090 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningOptimization() 1095 LanguageType language, std::optional<lldb::user_id_t> debugger_id) { in ReportWarningUnsupportedLanguage() argument 1101 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningUnsupportedLanguage()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 516 std::optional<lldb::user_id_t> debugger_id = std::nullopt, 538 std::optional<lldb::user_id_t> debugger_id = std::nullopt, 558 std::optional<lldb::user_id_t> debugger_id = std::nullopt, 637 std::optional<lldb::user_id_t> debugger_id, 641 std::optional<lldb::user_id_t> debugger_id,
|
H A D | Progress.h | 118 std::optional<lldb::user_id_t> debugger_id; member
|
H A D | Module.h | 812 void ReportWarningOptimization(std::optional<lldb::user_id_t> debugger_id); 816 std::optional<lldb::user_id_t> debugger_id);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.h | 79 llvm::Error EnterSession(lldb::user_id_t debugger_id);
|
H A D | ScriptInterpreterLua.cpp | 241 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { in EnterSession() argument 251 return m_lua->Run(llvm::formatv(fmt_str, debugger_id).str()); in EnterSession()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-types.h | 143 typedef void (*DebuggerDestroyCallback)(lldb::user_id_t debugger_id,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDefines.h | 142 typedef void (*SBDebuggerDestroyCallback)(lldb::user_id_t debugger_id,
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-wrapper.swig | 1010 static void LLDBSwigPythonCallPythonSBDebuggerTerminateCallback(lldb::user_id_t debugger_id, 1015 reinterpret_cast<PyObject *>(baton), const_cast<char *>("l"), debugger_id);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 4561 std::optional<lldb::user_id_t> debugger_id; in CheckJITObjectsDir() local 4563 debugger_id = m_target->GetDebugger().GetID(); in CheckJITObjectsDir() 4564 Debugger::ReportError(os.str(), debugger_id); in CheckJITObjectsDir()
|