This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/5] Share 'enum target_hw_bp_type' in GDB and GDBserver.


On Sat, 29 Jun 2013, Yao Qi wrote:

> 'enum target_hw_bp_type' has been used in both GDB and GDBserver.  It
> will be used in MIPS hardware watchpoint support too.  This patch
> is to share 'enum target_hw_bp_type' in common/break-common.h.

 FWIW this patch looks reasonable to me, though I can't approve or reject 
a generic change like this.  I can see gdb/gdbserver/linux-aarch64-low.c 
has a similar target_point_type enum.  It might be a good idea to unify 
them all.

  Maciej


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]