Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2402 std::string exit_string; in DoDestroy() local
2430 exit_string.assign("killed"); in DoDestroy()
2432 exit_string.assign(llvm::toString(kill_res.takeError())); in DoDestroy()
2435 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()
2441 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()
2444 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()