gdb/arm: Use default gdbarch methods where possible
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sun, 9 Sep 2018 16:10:21 +0000 (17:10 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 27 Feb 2019 14:54:43 +0000 (16:54 +0200)
commita19a650fcca359a02bfadb201c9b032ce7479525
tree22ea316417ea9beba396cfcda10ab48b7cd5e46c
parentf8278c3c7e0212e810fa7d65f6202b607c9cf3ca
gdb/arm: 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.

gdb/ChangeLog:

* gdb/arm-tdep.c (arm_dummy_id): Delete.
(arm_unwind_pc): Delete.
(arm_unwind_sp): Delete.
(arm_gdbarch_init): Don't register deleted functions with gdbarch.
gdb/ChangeLog
gdb/arm-tdep.c
This page took 0.098407 seconds and 4 git commands to generate.