Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3662 std::string desc_string; in AsyncThread() local
3670 extractor.GetHexByteString(desc_string); in AsyncThread()
3673 SetExitStatus(exit_status, desc_string.c_str()); in AsyncThread()