diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-02 05:51:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-02 05:51:09 +0000 |
commit | 075559bc196f31237cf09c3eda0757f493f4dc25 (patch) | |
tree | 9ef8613d89aaf077d9c5d9488ce001bfc183bfcb /gdb/ChangeLog | |
parent | 6789195b4218084c38719f3c44e09eaa8108fc12 (diff) | |
download | gdb-075559bc196f31237cf09c3eda0757f493f4dc25.zip gdb-075559bc196f31237cf09c3eda0757f493f4dc25.tar.gz gdb-075559bc196f31237cf09c3eda0757f493f4dc25.tar.bz2 |
2003-02-01 Andrew Cagney <ac131313@redhat.com>
From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
* stack.c (print_frame_info_base): Output complete FRAME tuple
for synthesized frames.
2003-02-01 Andrew Cagney <ac131313@redhat.com>
From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
* gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
stack backtraces.
* gdb.mi/mi-syn-frame.c: Part of same.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0ecfdec..9388cf2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-02-01 Andrew Cagney <ac131313@redhat.com> + + From 2002-11-09 Jason Molenda (jason-cl@molenda.com) + * stack.c (print_frame_info_base): Output complete FRAME tuple + for synthesized frames. + 2003-02-02 Andrew Cagney <ac131313@redhat.com> * mips-nat.c (zerobuf): Delete. |