From d9eaa4f603493efabaa53fdaf2f2ab70e0c020aa Mon Sep 17 00:00:00 2001 From: Mike Wrighton Date: Wed, 12 Sep 2012 20:01:10 +0000 Subject: * 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1a09a184..802988317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-09-12 Mike Wrighton + + * 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. + 2012-08-26 H.J. Lu PR binutils/4970 -- cgit v1.2.3