Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dprocess_events.py212 exit_desc = process.GetExitDescription()
213 if exit_desc:
214 … print "process %u exited with status %u: %s" % (pid, process.GetExitStatus (), exit_desc)
/external/lldb/source/API/
DSBProcess.cpp591 const char *exit_desc = NULL; in GetExitDescription() local
596 exit_desc = process_sp->GetExitDescription (); in GetExitDescription()
601 process_sp.get(), exit_desc); in GetExitDescription()
602 return exit_desc; in GetExitDescription()