Lines Matching full:that

20 …        '''A helper object that will lazily hand out frames for a thread when supplied an index.'''
38 …'''An accessor function that returns a frames_access() object which allows lazy frame access from …
42 …'''An accessor function that returns a list() that contains all frames in a lldb.SBThread object.'…
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 …perty(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that repre…
51 …ss, None, doc='''A read only property that returns an lldb object that represents the process (lld…
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 …ty(get_frames_access_object, None, doc='''A read only property that returns an object that can be …
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 …doc='''A read only property that returns an lldb enumeration value (see enumerations that start wi…
59 …d = property(IsSuspended, None, doc='''A read only property that returns a boolean value that indi…
60 …ped = property(IsStopped, None, doc='''A read only property that returns a boolean value that indi…