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

  /external/lldb/scripts/Python/interface/
SBThread.i 271 __swig_getmethods__["is_stopped"] = IsStopped
272 if _newclass: is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value that indicates if this thread is stopped but not exited.''')
SBProcess.i 425 __swig_getmethods__["is_stopped"] = __get_is_running__
426 if _newclass: is_stopped = property(__get_is_running__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently stopped.''')
  /external/ltrace/sysdeps/linux-gnu/
proc.c 158 int is_stopped = -1; local
162 &is_stopped);
165 return is_stopped;
  /external/lldb/source/API/
SBDebugger.cpp 419 bool is_stopped = StateIsStoppedState (event_state);
420 if (!is_stopped)
    [all...]

Completed in 72 milliseconds