diff options
author | Mike Wrighton <wrighton@codesourcery.com> | 2012-09-12 20:01:10 +0000 |
---|---|---|
committer | Mike Wrighton <wrighton@codesourcery.com> | 2012-09-12 20:01:10 +0000 |
commit | dd61ec5cb3bcb866519cfce804693d5bc6a56b21 (patch) | |
tree | 370945c442ecc1cdcd71ba337393cd47ca876468 /ChangeLog | |
parent | a1b64ce14eb2871983290c5cddaaa565ccbb6749 (diff) | |
download | gdb-dd61ec5cb3bcb866519cfce804693d5bc6a56b21.zip gdb-dd61ec5cb3bcb866519cfce804693d5bc6a56b21.tar.gz gdb-dd61ec5cb3bcb866519cfce804693d5bc6a56b21.tar.bz2 |
* 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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |