aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-syn-frame.c
AgeCommit message (Collapse)AuthorFilesLines
2003-02-062003-02-06 Jason Molenda (jason-cl@molenda.com)Jason Molenda1-0/+4
* gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining why the code is written that way.
2003-02-062003-02-05 Jason Molenda (jason-cl@molenda.com)Jason Molenda1-2/+3
* gdb.mi/mi-syn-frames.c (subroutine): Add an extra statement at the beginning so the breakpoint doesn't get set on the loop.
2003-02-022003-02-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-0/+61
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.