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: Remove struct btrace_function::flow.


*** TEST RESULTS FOR COMMIT eb8f2b9c44619eecdb3b77da01da910fcf05abed ***

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

btrace: Remove struct btrace_function::flow.

This used to hold a pair of pointers to the previous and next function segment
in execution flow order.  It is no longer necessary as the previous and next
function segments now are simply the previous and next elements in 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]