Home
last modified time | relevance | path

Searched refs:debugger_id (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h523 std::optional<lldb::user_id_t> debugger_id = std::nullopt,
545 std::optional<lldb::user_id_t> debugger_id = std::nullopt,
565 std::optional<lldb::user_id_t> debugger_id = std::nullopt,
628 std::optional<lldb::user_id_t> debugger_id);
632 std::optional<lldb::user_id_t> debugger_id,
H A DModule.h812 void ReportWarningOptimization(std::optional<lldb::user_id_t> debugger_id);
816 std::optional<lldb::user_id_t> debugger_id);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1451 std::optional<lldb::user_id_t> debugger_id) { in ReportProgress() argument
1453 if (debugger_id) { in ReportProgress()
1456 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress()
1521 if (debugger_id) { in ReportDiagnosticImpl()
1524 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl()
1545 std::optional<lldb::user_id_t> debugger_id, in ReportWarning() argument
1548 debugger_id, once); in ReportWarning()
1552 std::optional<lldb::user_id_t> debugger_id, in ReportError() argument
1555 debugger_id, once); in ReportError()
1559 std::optional<lldb::user_id_t> debugger_id, in ReportInfo() argument
[all …]
H A DModule.cpp1079 std::optional<lldb::user_id_t> debugger_id) { in ReportWarningOptimization() argument
1088 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningOptimization()
1093 LanguageType language, std::optional<lldb::user_id_t> debugger_id) { in ReportWarningUnsupportedLanguage() argument
1099 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningUnsupportedLanguage()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h124 typedef void (*DebuggerDestroyCallback)(lldb::user_id_t debugger_id,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h79 llvm::Error EnterSession(lldb::user_id_t debugger_id);
H A DScriptInterpreterLua.cpp241 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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h138 typedef void (*SBDebuggerDestroyCallback)(lldb::user_id_t debugger_id,
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig1068 static void LLDBSwigPythonCallPythonSBDebuggerTerminateCallback(lldb::user_id_t debugger_id,
1073 reinterpret_cast<PyObject *>(baton), const_cast<char *>("l"), debugger_id);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4580 std::optional<lldb::user_id_t> debugger_id; in CheckJITObjectsDir() local
4582 debugger_id = m_target->GetDebugger().GetID(); in CheckJITObjectsDir()
4583 Debugger::ReportError(os.str(), debugger_id); in CheckJITObjectsDir()