aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-block.c
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2018-09-09 17:07:16 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-02-27 16:54:43 +0200
commitf8278c3c7e0212e810fa7d65f6202b607c9cf3ca (patch)
tree602a82f0d1842b9afccf4a590d380f675a880e0c /gdb/python/py-block.c
parent480e46cfc5cf4976c1f1a00bc6254d78e9c45447 (diff)
downloadbinutils-f8278c3c7e0212e810fa7d65f6202b607c9cf3ca.zip
binutils-f8278c3c7e0212e810fa7d65f6202b607c9cf3ca.tar.gz
binutils-f8278c3c7e0212e810fa7d65f6202b607c9cf3ca.tar.bz2
gdb/arc: Use default gdbarch methods where possible
Make use of the default gdbarch methods for gdbarch_dummy_id, gdbarch_unwind_pc, and gdbarch_unwind_sp where possible. I have not tested this change but, by inspecting the code, I believe the default methods are equivalent to the code being deleted. The only difference is that the old ARC specific methods had additional debugging, however, this was discussed on the mailing list[1] and it was agreed these methods could be removed. [1] https://sourceware.org/ml/gdb-patches/2018-12/msg00386.html gdb/ChangeLog: * gdb/arc-tdep.c (arc_dummy_id): Delete. (arc_unwind_pc): Delete. (arc_unwind_sp): Delete. (arc_gdbarch_init): Don't register deleted functions with gdbarch.
Diffstat (limited to 'gdb/python/py-block.c')
0 files changed, 0 insertions, 0 deletions