From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31916 invoked by alias); 12 Sep 2012 20:01:11 -0000 Received: (qmail 31888 invoked by uid 9955); 12 Sep 2012 20:01:10 -0000 Date: Wed, 12 Sep 2012 20:01:00 -0000 Message-ID: <20120912200110.31886.qmail@sourceware.org> From: wrighton@sourceware.org To: src-cvs@sourceware.org Subject: src ChangeLog Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2012-q3/txt/msg00013.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: wrighton@sourceware.org 2012-09-12 20:01:10 Modified files: . : ChangeLog Log message: * gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if there is an error inserting hardware breakpoints and use the error message from the target. * gdb/breakpoint.c (insert_bp_location, insert_breakpoint_locations): Catch this exception and print the error message contained within. Do not print the default hardware error breakpoint message in this case. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1030&r2=1.1031