Lines Matching refs:doc
452 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
454 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
455 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
456 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
457 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
458 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec…
459 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as…
460 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
461 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue …
462 …stop_reason = property(GetStopReason, None, doc='''A read only property that returns an lldb enume…
463 …is_suspended = property(IsSuspended, None, doc='''A read only property that returns a boolean valu…
464 …is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…