diff options
author | Fernando Nasser <fnasser@redhat.com> | 1998-08-19 19:55:58 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 1998-08-19 19:55:58 +0000 |
commit | 6cf219acdf31c6850fcab4ecfcc8ac595b15af21 (patch) | |
tree | c76077f19779fe939f57cdbeb2824c53c5d7def6 | |
parent | 97837cef65de34f6eb39659fffbfe02b0e9f83a1 (diff) | |
download | gdb-6cf219acdf31c6850fcab4ecfcc8ac595b15af21.zip gdb-6cf219acdf31c6850fcab4ecfcc8ac595b15af21.tar.gz gdb-6cf219acdf31c6850fcab4ecfcc8ac595b15af21.tar.bz2 |
*** empty log message ***
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e18c2c5..c2d94b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,16 @@ Wed Aug 19 03:07:53 1998 Richard Henderson <rth@cygnus.com> * config/alpha/alpha-linux (XDEPFILES): Build ser-tcp. +1998-08-18 Fernando Nasser <fnasser@totem.to.cygnus.com> + + * symtab.c (decode_line_1): For minimal symbol, SKIP_PROLOG to + make sure we stop after the frame pointer is locaded and backtrace + prints an accurate stack. Complements changes made on Mon Jul 27 + 10:45:56 1998 + (decode_line_2): Replaced the whitespace after ">" in a prompt + which has been taken away by changes made on Sun Jul 19 02:11:45 + 1998 + 1998-08-18 Keith Seitz <keiths@cygnus.com> * stack.c: Define new hook, selected_frame_level_changed_hook, which |