mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-23 00:13:53 +08:00
Moved the Changelog entries for breakpoint.c and remote.c out of Changelog
and into gdb/Changelog.
This commit is contained in:
parent
cb5ab6c82c
commit
42b5c53d91
10
ChangeLog
10
ChangeLog
@ -13,16 +13,6 @@
|
|||||||
Add libgomp*.o to compare_exclusions for AIX.
|
Add libgomp*.o to compare_exclusions for AIX.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
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>
|
2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR binutils/4970
|
PR binutils/4970
|
||||||
|
@ -179,6 +179,16 @@
|
|||||||
(DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
|
(DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
|
||||||
callback typedefs.
|
callback typedefs.
|
||||||
|
|
||||||
|
2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
|
||||||
|
|
||||||
|
* remote.c (remote_insert_hw_breakpoint): Throw exception if
|
||||||
|
there is an error inserting hardware breakpoints and use the
|
||||||
|
error message from the target.
|
||||||
|
|
||||||
|
* 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-09-12 Doug Evans <dje@google.com>
|
2012-09-12 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
|
* dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
|
||||||
|
Loading…
Reference in New Issue
Block a user