Date: Wed, 10 Dec 1997 11:15:47 +0200 (IST) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp AT delorie DOT com Subject: Re: RHIDE Debugging Idea... In-Reply-To: <348DAA90.6C02@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 9 Dec 1997, John M. Aldrich wrote: > The good > news is that there already exists a function in the DJGPP libc named > __dpmi_set_debug_watchpoint(), which calls the DPMI function 0x0b00. It > accepts a pointer to a given location in your program and installs a > breakpoint at that location when the program is run under a debugger. How is that different from just setting a breakpoint (a hardware one, if you need that, with the hbreak command) using the debugger itself?