]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2002-11-28 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 29 Nov 2002 01:52:02 +0000 (01:52 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 29 Nov 2002 01:52:02 +0000 (01:52 +0000)
commit1058bca7483f329cd60fba85ce7391d522885fde
tree036848f60b897b3e984bd3b9863fb1ed44ba8496
parentd92419e5e96545b7021e28c14db0576ad0b1790b
2002-11-28  Andrew Cagney  <ac131313@redhat.com>

* frame.c (pc_notcurrent): New function.
(find_frame_sal): New function.
* frame.h (find_frame_sal): Declare.
(struct symtab_and_line): Add opaque declaration.
* stack.c (print_frame_info_base): Use find_pc_line instead of
find_frame_sal.
(frame_info): Ditto.
* ada-lang.c (find_printable_frame): Ditto.

Index: tui/ChangeLog
2002-11-28  Andrew Cagney  <ac131313@redhat.com>

* tuiStack.c (tuiShowFrameInfo): Use find_frame_sal instead of
find_pc_line.
gdb/ChangeLog
gdb/ada-lang.c
gdb/frame.c
gdb/frame.h
gdb/stack.c
gdb/tui/ChangeLog
gdb/tui/tuiStack.c