HomeSort by relevance Sort by last modified time
    Searched refs:GetExitDescription (Results 1 - 7 of 7) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_process.py 28 obj.GetExitDescription()
  /external/lldb/scripts/Python/interface/
SBProcess.i 193 GetExitDescription ();
447 __swig_getmethods__["exit_description"] = GetExitDescription
448 if _newclass: exit_description = property(GetExitDescription, None, doc='''A read only property that returns an exit description as a string of this process when the process state is lldb.eStateExited.''')
  /external/lldb/include/lldb/API/
SBProcess.h 155 GetExitDescription ();
  /external/lldb/examples/python/
process_events.py 212 exit_desc = process.GetExitDescription()
  /external/lldb/source/API/
SBProcess.cpp 589 SBProcess::GetExitDescription ()
596 exit_desc = process_sp->GetExitDescription ();
600 log->Printf ("SBProcess(%p)::GetExitDescription () => %s",
    [all...]
  /external/lldb/include/lldb/Target/
Process.h     [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 1817 milliseconds