Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1187 const FileSpec module_path_spec = FindModuleFile(req_module_path_spec.GetPath(), arch); in Handle_qModuleInfo() local
1188 const ModuleSpec module_spec(module_path_spec, arch); in Handle_qModuleInfo()
1191 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, module_specs)) in Handle_qModuleInfo()
1224 response.PutCStringAsRawHex8(module_path_spec.GetCString()); in Handle_qModuleInfo()