Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3510 std::string desc_string; in AsyncThread() local
3518 extractor.GetHexByteString(desc_string); in AsyncThread()
3521 SetExitStatus(exit_status, desc_string.c_str()); in AsyncThread()