Lines Matching full:doc
48 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
49 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
50 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
51 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
53 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
54 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec…
55 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as…
56 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
57 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue …
58 …stop_reason = property(GetStopReason, None, doc='''A read only property that returns an lldb enume…
59 …is_suspended = property(IsSuspended, None, doc='''A read only property that returns a boolean valu…
60 …is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…