This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/5] MIPS GDBserver watchpoint
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 29 Jun 2013 11:00:52 +0300
- Subject: Re: [PATCH 5/5] MIPS GDBserver watchpoint
- References: <1369881867-11372-1-git-send-email-yao at codesourcery dot com> <1372475427-24862-1-git-send-email-yao at codesourcery dot com> <1372475427-24862-6-git-send-email-yao at codesourcery dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Yao Qi <yao@codesourcery.com>
> Date: Sat, 29 Jun 2013 11:10:27 +0800
>
> This patch adds the mips hardware watchpoint support in GDBserver.
>
> gdb/gdbserver:
>
> 2013-06-29 Jie Zhang <jie@codesourcery.com>
> Daniel Jacobowitz <dan@codesourcery.com>
> Yao Qi <yao@codesourcery.com>
>
> * Makefile.in (SFILES): Add common/mips-linux-watch.c.
> (mips_linux_watch_h): New.
> (mips-linux-watch.o): New rule.
> * 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.
> (mips_linux_new_process, mips_linux_new_thread) New.
> (mips_linux_prepare_to_resume, mips_insert_point): New.
> (mips_remove_point, mips_stopped_by_watchpoint): New.
> (rsp_bp_type_to_target_hw_bp_type): New.
> (mips_stopped_data_address): New.
> (the_low_target): Add watchpoint support functions.
>
> gdb:
>
> 2013-06-29 Yao Qi <yao@codesourcery.com>
>
> * NEWS: Mention it.
The NEWS part is approved.
Thanks.