Home
last modified time | relevance | path

Searched defs:error_str (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1562 const char *error_str = remote->Context().LaunchStatus().AsString(); in main() local
1655 const char *error_str = remote->Context().LaunchStatus().AsString(); in main() local
H A DDNB.cpp154 const char *error_str = strerror(error_no); in kqueue_thread() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp474 std::string error_str; in GetNextObject() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp119 const char *error_str = nullptr; in LoadUserSubcommand() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp96 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp615 std::string error_str = llvm::toString(utility_fn_or_error.takeError()); in MakeLoadImageUtilityFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp378 std::string error_str; in LaunchProcess() local
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h278 std::string &error_str, in CreateScriptedThreadPlan()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp701 char error_str[64]; in Codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp719 char error_str[64]; in Codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1161 char error_str[64]; in Codegen() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp857 std::string error_str; in DoLaunch() local
3373 char error_str[1024]; in MonitorDebugserverProcess() local
H A DGDBRemoteCommunicationClient.cpp743 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1731 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()