Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1563 const char *error_str = remote->Context().LaunchStatus().AsString(); main() local
1656 const char *error_str = remote->Context().LaunchStatus().AsString(); main() local
H A DDNB.cpp155 const char *error_str = strerror(error_no); in kqueue_thread() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp120 const char *error_str = nullptr; LoadUserSubcommand() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp96 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete() local
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp618 std::string error_str = llvm::toString(utility_fn_or_error.takeError()); MakeLoadImageUtilityFunction() local
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp593 std::string error_str; GetNextObject() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp701 char error_str[64]; in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp719 char error_str[64]; in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1161 char error_str[64]; in Codegen() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2551 assertFailure(self, obj, error_str=None, msg=None) global() argument