]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/btrace.c
btrace: Remove struct btrace_function::flow.
authorTim Wiederhake <tim.wiederhake@intel.com>
Tue, 30 May 2017 10:47:37 +0000 (12:47 +0200)
committerTim Wiederhake <tim.wiederhake@intel.com>
Tue, 30 May 2017 10:49:25 +0000 (12:49 +0200)
commiteb8f2b9c44619eecdb3b77da01da910fcf05abed
tree0c0e950c3b6303287ff741bc6be06bb95fe27207
parent42bfe59e3a3fef26be6809168756f40740fac1d0
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.
gdb/ChangeLog
gdb/btrace.c
gdb/btrace.h