Home
last modified time | relevance | path

Searched refs:SetErrorString (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp122 error.SetErrorString("no value to read from"); in GetFloat()
127 error.SetErrorString("unable to read data"); in GetFloat()
137 error.SetErrorString("no value to read from"); in GetDouble()
142 error.SetErrorString("unable to read data"); in GetDouble()
152 error.SetErrorString("no value to read from"); in GetLongDouble()
157 error.SetErrorString("unable to read data"); in GetLongDouble()
167 error.SetErrorString("no value to read from"); in GetAddress()
172 error.SetErrorString("unable to read data"); in GetAddress()
182 error.SetErrorString("no value to read from"); in GetUnsignedInt8()
187 error.SetErrorString("unable to read data"); in GetUnsignedInt8()
[all …]
H A DSBThreadPlan.cpp243 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange()
283 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange()
319 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut()
341 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepSingleInstruction()
375 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress()
406 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
430 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
H A DSBTarget.cpp262 error.SetErrorString("Failed to create the process"); in LoadCore()
265 error.SetErrorString("SBTarget is invalid"); in LoadCore()
333 error.SetErrorString("process attach is in progress"); in Launch()
335 error.SetErrorString("a process is already being debugged"); in Launch()
345 error.SetErrorString("process is connected and already has a listener, " in Launch()
382 error.SetErrorString("SBTarget is invalid"); in Launch()
402 error.SetErrorString("process attach is in progress"); in Launch()
404 error.SetErrorString("a process is already being debugged"); in Launch()
426 error.SetErrorString("SBTarget is invalid"); in Launch()
458 error.SetErrorString("SBTarget is invalid"); in Attach()
[all …]
H A DSBError.cpp35 SetErrorString(message); in SBError()
150 void SBError::SetErrorString(const char *err_str) { in SetErrorString() function in SBError
H A DSBHostOS.cpp
H A DSBFrame.cpp965 error.SetErrorString("The provided SBFormat object is invalid"); in GetDescriptionWithFormat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.cpp
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
H A DScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h62 void SetErrorString(const char *err_str);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp414 error.SetErrorString("no script interpreter."); in ProcessArgs()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25316 (arg1)->SetErrorString((char const *)arg2); in _wrap_SBError_SetErrorString()