summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-12-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-171-1/+1
* 2002-12-07 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-091-19/+21
* 2002-12-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-091-7/+9
* 2002-12-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-091-4/+4
* 2002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-291-83/+41
* 2002-11-28 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-291-10/+6
* 2002-11-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-11-291-1/+15
* 2002-11-19 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-241-2/+2
* 2002-11-23 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-241-21/+3
* 2002-11-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-191-16/+0
* 2002-11-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-181-8/+8
* 2002-11-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-151-1/+1
* 2002-11-10 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-101-3/+3
* 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-10-031-4/+9
* 2002-10-02 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-10-031-8/+2
* * source.c (get_current_or_default_source_symtab_and_line): RemoveFernando Nasser2002-09-221-1/+3
* * source.c: Make global variables current_source_symtab andFernando Nasser2002-09-201-6/+7
* * stack.c (print_frame_info_base): Always set current_source_symtabKeith Seitz2002-08-291-4/+6
* * stack.c (select_frame): Add FIXME concerning selected-frameKeith Seitz2002-08-281-2/+15
* * stack.c (print_frame): Use result of frame_address_in_block()Corinna Vinschen2002-07-111-4/+4
* * infrun.c (struct inferior_status): Replace fieldsAndrew Cagney2002-06-101-11/+0
* * stack.c (frame_info): Use frame_register_unwind instead ofAndrew Cagney2002-06-011-30/+75
* * stack.c (select_and_print_frame): Make static. Delete theAndrew Cagney2002-05-051-18/+4
* * frame.h (select_frame): Delete level parameter.Andrew Cagney2002-05-051-43/+11
* * stack.c (selected_frame_level):Andrew Cagney2002-04-261-8/+0
* * frame.h (selected_frame_level): Document as deprecated.Andrew Cagney2002-04-211-11/+33
* * stack.c (select_frame): Cleanup internal error message, do notAndrew Cagney2002-04-101-2/+3
* * stack.c (select_frame): Check that selected_frame and theAndrew Cagney2002-04-101-0/+32
* gdb/ChangeLog:Jim Blandy2002-04-051-6/+10
* * defs.h (error): Add printf format attribute.Andrew Cagney2002-03-231-1/+1
* 2002-02-13 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-02-141-1/+4
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-171-67/+6
* * stack.c (print_frame_info_base): Print the frame's pcKeith Seitz2002-01-131-9/+20
* s/value_ptr/struct value */Andrew Cagney2001-11-101-2/+2
* 2001-11-06 Fred Fish <fnf@redhat.com>Fred Fish2001-11-061-1/+0
* * value.h (value_as_address): Rename value_as_pointer.Andrew Cagney2001-10-161-2/+2
* 2001-10-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-10-121-16/+3
* * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez2001-07-141-60/+4
* * stack.c (print_frame): For ui_out, output a list of arguments.Andrew Cagney2001-06-261-1/+1
* s/ui_out_list/ui_out_tupple/Andrew Cagney2001-05-121-6/+4
* Use cleanup machinery to invoke ui_out_list_end().Kevin Buettner2001-04-081-1/+6
* * arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin2001-03-271-2/+0
* * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macroAndrew Cagney2001-03-211-1/+1
* Eliminate ARCH_NUM_REGS.Andrew Cagney2001-03-131-1/+1
* Add comment (part of immediately previous commit).David Taylor2001-03-081-0/+5
* * stack.c (parse_frame_specification): For one argument case,David Taylor2001-03-081-2/+9
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
* Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.Peter Schauer2001-02-101-18/+0
* * ui-out.c (do_list_end): New function.Mark Kettenis2001-01-271-2/+6
* Replace free() with xfree().Kevin Buettner2000-12-151-3/+3