Date: Tue, 17 Apr 2001 16:52:41 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Francisco Pastor cc: djgpp AT delorie DOT com Subject: Re: Debug watchpoints in CWSDPMI. In-Reply-To: <9bhak9$sc6$1@talia.mad.ttd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 17 Apr 2001, Francisco Pastor wrote: > Please, somedy know if the DPMI services to use debug watchpoints (0x0b00 to > 0x0b03) work with CWSDPMI? Of course, they do: that's how GDB and FSDB implement hardware-assisted watchpoints since long ago. See src/debug/common/dbgcom.c in djlsr203.zip for how this is done. These functions work in any DPMI host I have ever used, including CWSDPMI, QDPMI, and several versions of Windows. > I have tried to use it and seems that do not work. Details, please. What did you try to do, and how did it ``not work''?