aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-11-06 17:57:32 +0000
committerDaniel Jacobowitz <drow@false.org>2003-11-06 17:57:32 +0000
commitadeee247f4fb02f62001298feba359b3437533dc (patch)
tree376abe1058cd4eb73bb1a1754b9d756b3389b6e0
parent7cc221efff3ca2ee564dbf69ae9af5bbe73b1df5 (diff)
downloadgdb-adeee247f4fb02f62001298feba359b3437533dc.zip
gdb-adeee247f4fb02f62001298feba359b3437533dc.tar.gz
gdb-adeee247f4fb02f62001298feba359b3437533dc.tar.bz2
Correct typo in previous entry
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 787caa9..7e755b9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -12,7 +12,7 @@
* breakpoint.h (enum bp_loc_type, struct bp_location): New.
(struct breakpoint): Remove address, shadow_contents, inserted,
- and duplicate. Add a struct bp_location.
+ requested_address, and duplicate. Add a struct bp_location.
* breakpoint.c (condition_command, read_memory_nobpt)
(insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
(reattach_breakpoints, update_breakpoints_after_exec)