summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwrighton <wrighton>2012-09-12 20:01:10 +0000
committerwrighton <wrighton>2012-09-12 20:01:10 +0000
commit419af5cb94c8b59a412f92cb87ca24f3acf2f078 (patch)
treec7d86fbb274339b0b476ac3f5d09c76362e3f5e5 /ChangeLog
parent2e4e569f3e0cc43239e324d02153fcfab200f3db (diff)
downloadbinutils-redhat-419af5cb94c8b59a412f92cb87ca24f3acf2f078.tar.gz
* 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 f1a09a184a..8029883175 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