Prints threads of processes. More...
Public Member Functions | |
def | unified_output (self, data) |
def | generator (self, data) |
def | get_addr_limit |
Here we read the addr_limit variable of a thread by reading at the offset of the thread plus the offset of the addr_limit variable inside the thread_info :param thread: thread from which we want the information :param addrvar_offset: offset of the addr_limit var in the thread_info :return: the addr_limit. | |
def | render_text (self, outfd, data) |
Prints threads of processes.