diff options
author | Dawn Perchik <dawn@cygnus> | 1998-07-23 21:48:28 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@cygnus> | 1998-07-23 21:48:28 +0000 |
commit | 2474bfd7941b312d6aa79d00c395ef6e7c847405 (patch) | |
tree | ad41bae81e20b41f2bfae34fd8c26a610b6d7bbe /gdb/ChangeLog | |
parent | 650a22721ede761cff0a22715618d8c55d271084 (diff) | |
download | gdb-2474bfd7941b312d6aa79d00c395ef6e7c847405.zip gdb-2474bfd7941b312d6aa79d00c395ef6e7c847405.tar.gz gdb-2474bfd7941b312d6aa79d00c395ef6e7c847405.tar.bz2 |
* remote-mips.c (remote_mips_insert_hw_breakpoint,
remote_mips_remove_hw_breakpoint): New functions for hardware
breakpoints on LSI targets.
* config/mips/tm-embed.h (target_remove_hw_breakpoint,
target_insert_hw_breakpoint): Define to call
remote_mips_insert_hw_breakpoint and remote_mips_remove_hw_breakpoint,
respectively.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e97c5a..c75c1a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Thu Jul 23 14:49:27 1998 Dawn Perchik <dawn@cygnus.com> + + * remote-mips.c (remote_mips_insert_hw_breakpoint, + remote_mips_remove_hw_breakpoint): New functions for hardware + breakpoints on LSI targets. + * config/mips/tm-embed.h (target_remove_hw_breakpoint, + target_insert_hw_breakpoint): Define to call + remote_mips_insert_hw_breakpoint and remote_mips_remove_hw_breakpoint, + respectively. + start-sanitize-sky Thu Jul 23 13:00:28 1998 Ian Carmichael <iancarm@cygnus.com> |