Lines Matching full:that

45 …       '''A helper object that will lazily hand out thread for a process when supplied an index.'''
63 …'''An accessor function that returns a modules_access() object which allows lazy thread access fro…
67 …'''An accessor function that returns a list() that contains all threads in a lldb.SBProcess object…
85 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(…
86 …y(get_threads_access_object, None, doc='''A read only property that returns an object that can acc…
87 …roperty(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indi…
88 …perty(__get_is_running__, None, doc='''A read only property that returns a boolean value that indi…
89 …perty(__get_is_stopped__, None, doc='''A read only property that returns a boolean value that indi…
90 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
91 …tTarget, None, doc='''A read only property that an lldb object that represents the target (lldb.SB…
92 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
93 …operty(GetSelectedThread, SetSelectedThread, doc='''A read/write property that gets/sets the curre…
94 …, doc='''A read only property that returns an lldb enumeration value (see enumerations that start …
95 …exit_state = property(GetExitStatus, None, doc='''A read only property that returns an exit status…
96 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
97 …er = property(GetBroadcaster, None, doc='''A read only property that an lldb object that represent…