This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] btrace: Replace struct btrace_function::segment.


*** TEST RESULTS FOR COMMIT 4aeb0dfcc42acfc108d3f870384d1719adc9569b ***

Author: Tim Wiederhake <tim.wiederhake@intel.com>
Branch: master
Commit: 4aeb0dfcc42acfc108d3f870384d1719adc9569b

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]