Searched refs:debugger_id (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 523 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 D | Module.h | 812 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 D | Debugger.cpp | 1451 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 D | Module.cpp | 1079 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 D | lldb-private-types.h | 124 typedef void (*DebuggerDestroyCallback)(lldb::user_id_t debugger_id,
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDefines.h | 138 typedef void (*SBDebuggerDestroyCallback)(lldb::user_id_t debugger_id,
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 1068 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 D | Target.cpp | 4580 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()
|