]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorSanjoy Das <sanjoyd@sourceware.org>
Sun, 20 Nov 2011 09:18:48 +0000 (09:18 +0000)
committerSanjoy Das <sanjoyd@sourceware.org>
Sun, 20 Nov 2011 09:18:48 +0000 (09:18 +0000)
commit3623dc3afb5e0fc3eaf1e045b0aded9d3123a6a6
tree14b9cb124681d4b974edccfb3ba858a7d48f1919
parent1825a88da14997adfef05cff0225e7bba33436bd
gdb/
* jit.c: Include regcache.h.
(jit_gdbarch_data, jit_frame_unwind): New static variables.
(jit_unwind_reg_set_impl, free_reg_value_impl)
(jit_unwind_reg_get_impl, jit_frame_sniffer)
(jit_frame_unwind_stop_reason, jit_frame_this_id)
(jit_frame_prev_register, jit_dealloc_cache)
(jit_prepend_unwinder, jit_gdbarch_data_init): New functions.
(jit_inferior_init): Prepend (new) pseudo unwinder by calling
jit_prepend_unwinder.
(_initialize_jit): Register new gdbarch data jit_gdbarch_data.
gdb/ChangeLog
gdb/jit.c