summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * stack.c (return_command): Pop dummy frame if we just returned fromPeter Schauer2000-11-061-0/+6
* * eval.c (parse_and_eval_long): New function.David Taylor2000-10-301-4/+4
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-147/+57
* Eliminate PARAMS from function pointer declarations.gdb-post-params-removal-2000-06-04Kevin Buettner2000-06-041-1/+1
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-28/+29
* Use make_cleanup_ui_out_stream_delete().Andrew Cagney2000-05-151-1/+1
* Add more checks for no stack frame.Andrew Cagney2000-02-291-0/+6
* Clean up compiler warnings:Jim Kingdon2000-02-081-1/+1
* import gdb-2000-02-02 snapshotJason Molenda2000-02-031-1/+103
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-21/+18
* import gdb-2000-01-17 snapshotJason Molenda2000-01-181-114/+139
* import gdb-1999-10-25 snapshotJason Molenda1999-10-261-0/+1
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-253/+261
* import gdb-1999-06-01 snapshotJason Molenda1999-06-011-1/+3
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-6/+4
* import gdb-19990422 snapshotStan Shebs1999-04-261-12/+23
* Initial revisionStan Shebs1999-04-161-0/+2019