Home
last modified time | relevance | path

Searched defs:debugger_id (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1451 ReportProgress(uint64_t progress_id,std::string title,std::string details,uint64_t completed,uint64_t total,std::optional<lldb::user_id_t> debugger_id) ReportProgress() argument
1508 ReportDiagnosticImpl(DiagnosticEventData::Type type,std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportDiagnosticImpl() argument
1545 ReportWarning(std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportWarning() argument
1552 ReportError(std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportError() argument
1559 ReportInfo(std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportInfo() argument
[all...]
H A DModule.cpp1079 ReportWarningOptimization(std::optional<lldb::user_id_t> debugger_id) ReportWarningOptimization() argument
1093 ReportWarningUnsupportedLanguage(LanguageType language,std::optional<lldb::user_id_t> debugger_id) ReportWarningUnsupportedLanguage() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp241 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { in EnterSession()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4580 std::optional<lldb::user_id_t> debugger_id; CheckJITObjectsDir() local