Searched refs:exit_desc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2945 const char *exit_desc = m_process_sp->GetExitDescription(); local
2950 if (exit_desc && exit_desc[0]) {
2954 exit_status, exit_desc);
2957 exit_status, exit_desc);
3051 const char *exit_desc = process_sp->GetExitDescription(); local
3052 if (exit_desc)
3053 error.SetErrorStringWithFormat("%s", exit_desc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp548 const char *exit_desc = nullptr; local
553 exit_desc = process_sp->GetExitDescription();
555 return exit_desc;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3193 const char *exit_desc = process->GetExitDescription(); variable
3195 if (exit_desc && exit_desc[0])
3196 window.Printf(" with status = %i (%s)", exit_status, exit_desc);

Completed in 138 milliseconds