]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
record-btrace, frame: supply target-specific unwinder
authorMarkus Metzger <markus.t.metzger@intel.com>
Mon, 18 Mar 2013 15:47:01 +0000 (16:47 +0100)
committerMarkus Metzger <markus.t.metzger@intel.com>
Thu, 16 Jan 2014 12:06:12 +0000 (13:06 +0100)
commitcecac1aba0917b4f87837e3037a84954ac013b5c
treea512f46ec08e75e9d82f0933e075320e903c5a55
parent824344ca4f9765b5598aed2c11b6f3caf5cc77ba
record-btrace, frame: supply target-specific unwinder

Supply a target-specific frame unwinder for the record-btrace target that does
not allow unwinding while replaying.

2013-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Markus Metzger  <markus.t.metzger@intel.com>

gdb/
* record-btrace.c: Include frame-unwind.h.
(record_btrace_frame_unwind_stop_reason)
(record_btrace_frame_this_id, record_btrace_frame_prev_register)
(record_btrace_frame_sniffer, record_btrace_frame_unwind):
New.
(init_record_btrace_ops): Install it.
gdb/ChangeLog
gdb/record-btrace.c