This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] Cleanup i386-tdep.c


   Date: Sun, 18 Feb 2001 08:20:40 +0200 (IST)
   From: Eli Zaretskii <eliz@is.elta.co.il>

   On Sat, 17 Feb 2001, Mark Kettenis wrote:

   > The attached patch cleans up i386-tdep.c such that it follows the GNU
   > coding standards more closely, and removes redundant prototypes.

   Which reminds me: where is the right place to put the x86 watchpoints 
   stuff I'm working on?  Is i386-tdep.c a good one?  i386-nat.c doesn't 
   seem to exist...

Please create i386-nat.c (and i386-nat.h, for the exported
interfaces).  i386-tdep.c isn't the right place since a cross-debugger
won't need the code.  It's the remote-end that's responsible for
implementing hardware breakpoints.

Mark


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