Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp406 auto error_with_message = [&error](llvm::StringRef message) { in GetLoadedDynamicLibrariesInfos() local
420 auto reload_image = [&target, &module_list, &error_with_message]( in GetLoadedDynamicLibrariesInfos()
425 return error_with_message("Couldn't cast image object into dictionary."); in GetLoadedDynamicLibrariesInfos()
433 return error_with_message("Dictionary should have key 'path' or 'uuid'"); in GetLoadedDynamicLibrariesInfos()
435 return error_with_message("Dictionary is missing key 'load_addr'"); in GetLoadedDynamicLibrariesInfos()
452 return error_with_message("Couldn't create or get module."); in GetLoadedDynamicLibrariesInfos()
459 return error_with_message( in GetLoadedDynamicLibrariesInfos()
470 return error_with_message("Couldn't set the load address for module."); in GetLoadedDynamicLibrariesInfos()