diff options
author | Yao Qi <yao@codesourcery.com> | 2013-07-27 07:59:49 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-07-27 07:59:49 +0000 |
commit | 7a60ad401761a2fc7d95ba164b90e4b58052ca86 (patch) | |
tree | 68be1225f7ea48570e1de801af88b2c8c527a109 /gdb/NEWS | |
parent | aaee205620e524600a02c486f5da47c731676c3e (diff) | |
download | gdb-7a60ad401761a2fc7d95ba164b90e4b58052ca86.zip gdb-7a60ad401761a2fc7d95ba164b90e4b58052ca86.tar.gz gdb-7a60ad401761a2fc7d95ba164b90e4b58052ca86.tar.bz2 |
gdb/gdbserver/
* Makefile.in (SFILES): Add common/mips-linux-watch.c.
(mips-linux-watch.o): New rule.
(mips_linux_watch_h): New variable.
* configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
srv_tgtobj.
* linux-mips-low.c: Include mips-linux-watch.h.
(struct arch_process_info, struct arch_lwp_info): New.
(update_watch_registers_callback): New function.
(mips_linux_new_process, mips_linux_new_thread) New functions.
(mips_linux_prepare_to_resume, mips_insert_point): New
functions.
(mips_remove_point, mips_stopped_by_watchpoint): New
functions.
(rsp_bp_type_to_target_hw_bp_type): New function.
(mips_stopped_data_address): New function.
(the_low_target): Add watchpoint support functions.
gdb/
* NEWS: Mention that GDBserver now supports hardware
watchpoints on the MIPS GNU/Linux target.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ qXfer:libraries-svr4:read's annex 'qXfer:traceframe-info:read'. It has the id of the collected trace state variables. + ** GDBserver now supports hardware watchpoints on the MIPS GNU/Linux + target. + * New 'z' formatter for printing and examining memory, this displays the value as hexadecimal zero padded on the left to the size of the type. |