Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 13 of 13) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DValueIR.py18 error_string: str = None,
26 self.error_string = error_string
32 if self.error_string is not None:
33 return prefix + self.error_string
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py327 error_string = str(result.error)
331 s in error_string
344 s in error_string
351 s in error_string
362 assert error_string == "success", (error_string, expression, value)
365 if error_string == "success":
366 error_string = None
380 error_string=error_string,
[all...]
/llvm-project/lldb/test/API/commands/expression/fixits/
H A DTestFixIts.py81 error_string = value.GetError().GetCString()
83 error_string.find("fixed expression suggested:"), -1, "Fix was suggested"
86 error_string.find("my_pointer->second.a"), -1, "Fix was right"
/llvm-project/polly/lib/External/isl/imath/
H A Dimtest.c177 char *error_string(mp_result res);
379 error_string(imath_errno)); in run_test()
419 char *error_string(mp_result res) { in error_string() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h167 std::string error_string; in CreatePluginObject()
172 [&](PythonException &E) { error_string.append(E.ReadBacktrace()); }, in CreatePluginObject()
174 error_string.append(E.message()); in CreatePluginObject()
177 error_string); in CreatePluginObject()
124 std::string error_string; CreatePluginObject() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexUnreachable.py50 error_string=None,
H A DDexExpectStepOrder.py50 error_string=None,
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Ddbgeng.py200 error_string="",
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp258 std::string error_string; in GetRunnableInfo()
276 .setErrorStr(&error_string) in GetRunnableInfo()
302 error_string.c_str()); in GetRunnableInfo()
263 std::string error_string; GetRunnableInfo() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py444 error_string=None,
/llvm-project/lldb/source/Target/
H A DProcess.cpp2713 const char *error_string = error.AsCString(); in LaunchPrivate()
2714 if (error_string == nullptr) in LaunchPrivate()
2715 error_string = "launch failed"; in LaunchPrivate()
2716 SetExitStatus(-1, error_string); in LaunchPrivate()
3065 const char *error_string = error.AsCString(); in Attach()
3066 if (error_string == nullptr) in Attach()
3067 error_string = "attach failed"; in Attach()
3069 SetExitStatus(-1, error_string); in Attach()
2720 const char *error_string = error.AsCString(); LaunchPrivate() local
3070 const char *error_string = error.AsCString(); Attach() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1648 std::string error_string; in GetMemoryRegionInfo()
1650 error_extractor.GetHexByteString(error_string); in GetMemoryRegionInfo()
1651 error = Status::FromErrorString(error_string.c_str()); in GetMemoryRegionInfo()
1646 std::string error_string; GetMemoryRegionInfo() local
H A DProcessGDBRemote.cpp3391 const char *error_string = error.AsCString(); in LaunchAndConnectToDebugserver()
3392 if (error_string == nullptr) in LaunchAndConnectToDebugserver()
3393 error_string = "unable to launch " DEBUGSERVER_BASENAME; in LaunchAndConnectToDebugserver()
3334 const char *error_string = error.AsCString(); EstablishConnectionIfNeeded() local