Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp424 auto error_with_message = [&error](llvm::StringRef message) { in GetLoadedDynamicLibrariesInfos() local
438 auto reload_image = [&target, &module_list, &error_with_message]( in GetLoadedDynamicLibrariesInfos()
443 return error_with_message("Couldn't cast image object into dictionary."); in GetLoadedDynamicLibrariesInfos()
451 return error_with_message("Dictionary should have key 'path' or 'uuid'"); in GetLoadedDynamicLibrariesInfos()
453 return error_with_message("Dictionary is missing key 'load_addr'"); in GetLoadedDynamicLibrariesInfos()
470 return error_with_message("Couldn't create or get module."); in GetLoadedDynamicLibrariesInfos()
477 return error_with_message( in GetLoadedDynamicLibrariesInfos()
488 return error_with_message("Couldn't set the load address for module."); in GetLoadedDynamicLibrariesInfos()