Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2357 std::string exit_string; in DoDestroy() local
2385 exit_string.assign("killed"); in DoDestroy()
2387 exit_string.assign(llvm::toString(kill_res.takeError())); in DoDestroy()
2390 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()
2396 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()
2399 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()