Searched refs:exit_desc (Results 1 – 4 of 4) sorted by relevance
355 exit_desc = process.GetExitDescription()356 if exit_desc:357 … print("process %u exited with status %u: %s" % (pid, process.GetExitStatus(), exit_desc))
3032 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch() local3034 if (exit_desc && exit_desc[0]) in Launch()3035 desc = " (" + std::string(exit_desc) + ')'; in Launch()3129 const char *exit_desc = process_sp->GetExitDescription(); in Attach() local3130 if (exit_desc) in Attach()3131 error.SetErrorStringWithFormat("%s", exit_desc); in Attach()
549 const char *exit_desc = nullptr; in GetExitDescription() local554 exit_desc = process_sp->GetExitDescription(); in GetExitDescription()556 return exit_desc; in GetExitDescription()
3376 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw() local3378 if (exit_desc && exit_desc[0]) in WindowDelegateDraw()3379 window.Printf(" with status = %i (%s)", exit_status, exit_desc); in WindowDelegateDraw()