btrace: Replace struct btrace_function::segment.
This used to hold a pair of pointers to the previous and next function segment that belong to this function call. Replace with a pair of indices into the vector of function segments.
Showing
- gdb/ChangeLog 16 additions, 0 deletionsgdb/ChangeLog
- gdb/btrace.c 28 additions, 20 deletionsgdb/btrace.c
- gdb/btrace.h 6 additions, 11 deletionsgdb/btrace.h
- gdb/python/py-record-btrace.c 4 additions, 4 deletionsgdb/python/py-record-btrace.c
- gdb/record-btrace.c 3 additions, 2 deletionsgdb/record-btrace.c
Loading
Please register or sign in to comment