aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-12-13 16:26:02 +0000
committerAndrew Cagney <cagney@redhat.com>2002-12-13 16:26:02 +0000
commit18ea5ba4f05d572ec1513a37c22544c6037b21fa (patch)
treec1422f040ea448054f341e59df03abd1bed19526 /gdb/ChangeLog
parent2c517d0eb4a66f872b052972e5a76990efb8cf3f (diff)
downloadgdb-18ea5ba4f05d572ec1513a37c22544c6037b21fa.zip
gdb-18ea5ba4f05d572ec1513a37c22544c6037b21fa.tar.gz
gdb-18ea5ba4f05d572ec1513a37c22544c6037b21fa.tar.bz2
2002-12-13 Andrew Cagney <ac131313@redhat.com>
* infcmd.c (run_stack_dummy): Create a frame ID directly and then pass that to set_momentary_breakpoint. Move comments to where they belong. * frame.h (set_current_frame): Delete declaration. * frame.c (set_current_frame): Delete function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index def947c..f789563 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2002-12-13 Andrew Cagney <ac131313@redhat.com>
+ * infcmd.c (run_stack_dummy): Create a frame ID directly and then
+ pass that to set_momentary_breakpoint. Move comments to where they
+ belong.
+ * frame.h (set_current_frame): Delete declaration.
+ * frame.c (set_current_frame): Delete function.
+
+2002-12-13 Andrew Cagney <ac131313@redhat.com>
+
* frame.c (frame_extra_info_zalloc): New function.
* frame.h (frame_extra_info_zalloc): Declare.