diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-29 01:52:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-29 01:52:02 +0000 |
commit | 1058bca7483f329cd60fba85ce7391d522885fde (patch) | |
tree | 036848f60b897b3e984bd3b9863fb1ed44ba8496 /gdb/ChangeLog | |
parent | d92419e5e96545b7021e28c14db0576ad0b1790b (diff) | |
download | gdb-1058bca7483f329cd60fba85ce7391d522885fde.zip gdb-1058bca7483f329cd60fba85ce7391d522885fde.tar.gz gdb-1058bca7483f329cd60fba85ce7391d522885fde.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0b9664a..434ec84 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +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. + 2002-11-28 J. Brobecker <brobecker@gnat.com> * configure.in: Check that the pthdebug library is recent enough |