- Timestamp:
- Sep 29, 2022, 3:19:12 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- da77728
- Parents:
- f58522b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gdb/utils-gdb.py
rf58522b0 r2e94d94f 159 159 160 160 # if we already saw the root, then go forward 161 my_next = self.curr['_X4link ']['_X4nextPY13__tE_generic__1']161 my_next = self.curr['_X4linkS5dlink_S9processor__1']['_X4nextPY13__tE_generic__1'] 162 162 self.curr = my_next.cast(cfa_t.processor_ptr) 163 163 … … 355 355 )) 356 356 tls = tls_for_proc( processor ) 357 thrd = t ls['_X11this_threadVPS7thread$_1']357 thrd = thread_for_proc( processor ) 358 358 if thrd != 0x0: 359 359 tname = '{} {}'.format(thrd['self_cor']['name'].string(), str(thrd))
Note: See TracChangeset
for help on using the changeset viewer.