aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-11-24 19:08:30 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-11-24 19:08:30 +0000
commita418ecb545dc6681dbc1c81f2b1b283a2d80589e (patch)
tree1bd7e9387467663512fa6c98f12bf7119baddffe /gdb/ChangeLog
parentd82142e25dc381667706dfe593c6e5c6dd01e53e (diff)
downloadgdb-a418ecb545dc6681dbc1c81f2b1b283a2d80589e.zip
gdb-a418ecb545dc6681dbc1c81f2b1b283a2d80589e.tar.gz
gdb-a418ecb545dc6681dbc1c81f2b1b283a2d80589e.tar.bz2
gdb/
Code cleanup. * infrun.c (struct inferior_status) <stepping_over_breakpoint> (save_inferior_status) <stepping_over_breakpoint> (restore_inferior_status) <stepping_over_breakpoint>: Rename to trap_expected. (struct inferior_status) <step_resume_break_address>: Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e2b1fcf..03bf65d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Code cleanup.
+ * infrun.c (struct inferior_status) <stepping_over_breakpoint>
+ (save_inferior_status) <stepping_over_breakpoint>
+ (restore_inferior_status) <stepping_over_breakpoint>: Rename to
+ trap_expected.
+ (struct inferior_status) <step_resume_break_address>: Remove.
+
+2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Code cleanup.
* infrun.c (struct inferior_status, save_inferior_status)
(restore_inferior_status): Group and reorder the fields, comment their
groups.