diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-11-13 18:04:03 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-11-13 18:04:03 +0000 |
commit | 9d1fb17785b89eeefe98c1aa2f41596d5fbb29dc (patch) | |
tree | 5371d4353d113d08770de0c2d26850b4f9e3f22a /gdb/gdbserver/ChangeLog | |
parent | f0b3881fd7572482b33cf4f10b788abb34b25e89 (diff) | |
download | gdb-9d1fb17785b89eeefe98c1aa2f41596d5fbb29dc.zip gdb-9d1fb17785b89eeefe98c1aa2f41596d5fbb29dc.tar.gz gdb-9d1fb17785b89eeefe98c1aa2f41596d5fbb29dc.tar.bz2 |
* linux-arm-low.c (arm_eabi_breakpoint): New variable.
(arm_breakpoint_at): Recognize both breakpoints.
(the_low_target): Use the correct breakpoint instruction.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 0c9a47c..ec1e152 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2005-11-13 Daniel Jacobowitz <dan@codesourcery.com> + + * linux-arm-low.c (arm_eabi_breakpoint): New variable. + (arm_breakpoint_at): Recognize both breakpoints. + (the_low_target): Use the correct breakpoint instruction. + 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com> * configure.srv (x86_64-*-linux*): Turn on thread_db support. |