Home
last modified time | relevance | path

Searched refs:error_with_message (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.cpp223 auto error_with_message = [&error](llvm::StringRef message) { in ReadMemoryAtAddress() local
233 return error_with_message("Python object ill-formed."); in ReadMemoryAtAddress()
236 return error_with_message("Python method not callable."); in ReadMemoryAtAddress()
242 return error_with_message("Python implementor not allocated."); in ReadMemoryAtAddress()
251 return error_with_message("Python method not allocated."); in ReadMemoryAtAddress()
256 return error_with_message("Python method not callable."); in ReadMemoryAtAddress()
270 return error_with_message("Python method could not be called."); in ReadMemoryAtAddress()
278 return error_with_message( in ReadMemoryAtAddress()
284 return error_with_message("Returned object is null."); in ReadMemoryAtAddress()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
DScriptedProcess.cpp238 auto error_with_message = [&error](llvm::StringRef message) { in DoReadMemory() local
244 return error_with_message("No interpreter."); in DoReadMemory()
256 return error_with_message("Failed to copy read memory to buffer."); in DoReadMemory()