Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2445 std::string exit_string; in DoDestroy() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1088 bool Process::SetExitStatus(int status, llvm::StringRef exit_string) { in SetExitStatus()