From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7915 invoked by alias); 14 Nov 2005 20:04:55 -0000 Received: (qmail 7897 invoked by uid 448); 14 Nov 2005 20:04:53 -0000 Date: Mon, 14 Nov 2005 20:04:00 -0000 Message-ID: <20051114200453.7895.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sources.redhat.com Subject: src/sid/component/gdb ChangeLog gdb.cxx gdb.h Mailing-List: contact sid-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00002.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-11-14 20:04:53 Modified files: sid/component/gdb: ChangeLog gdb.cxx gdb.h Log message: 2005-11-14 Dave Brolley * gdb.h (hw_watchpoints_t): New typedef in gdb. (hw_watchpoints): New member of gdb. (remove_all_hw_watchpoints, remove_hw_watchpoint): New methods of gdb. (add_hw_watchpoint): New method of gdb. * gdb.cxx (remove_breakpoint): Handle GDBSERV_TARGET_BP_WRITE. (set_breakpoint): Likewise. (remove_all_hw_watchpoints, remove_hw_watchpoint): New methods of gdb. (add_hw_watchpoint): New method of gdb. (process_detach): Call remove_all_hw_watchpoints. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.cxx.diff?cvsroot=src&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.h.diff?cvsroot=src&r1=1.10&r2=1.11