From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: eliz@is.elta.co.il Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Cleanup i386-tdep.c Date: Sun, 18 Feb 2001 02:17:00 -0000 Message-id: <200102181017.f1IAHmd11648@delius.kettenis.local> References: X-SW-Source: 2001-02/msg00334.html Date: Sun, 18 Feb 2001 08:20:40 +0200 (IST) From: Eli Zaretskii 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