Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Wrighton <wrighton@@codesourcery.com>2012-09-13 00:01:10 +0400
committerMike Wrighton <wrighton@@codesourcery.com>2012-09-13 00:01:10 +0400
commitd9eaa4f603493efabaa53fdaf2f2ab70e0c020aa (patch)
treec1c8a2d902c85012d6944183467163d915104a09 /ChangeLog
parent5e99ba945a018343d4f96d5bbae14e213013fb17 (diff)
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1a09a184..802988317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
+
+ * 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 <hongjiu.lu@intel.com>
PR binutils/4970