Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStringExtractorGDBRemote.cpp475 std::string error_messg; in GetStatus() local
477 GetHexByteString(error_messg); in GetStatus()
478 error.SetErrorString(error_messg); in GetStatus()