aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-01* stack.c (frame_info): Use frame_register_unwind instead ofAndrew Cagney1-30/+75
2002-05-05* stack.c (select_and_print_frame): Make static. Delete theAndrew Cagney1-18/+4
2002-05-05* frame.h (select_frame): Delete level parameter.Andrew Cagney1-43/+11
2002-04-26* stack.c (selected_frame_level):Andrew Cagney1-8/+0
2002-04-21* frame.h (selected_frame_level): Document as deprecated.Andrew Cagney1-11/+33
2002-04-10* stack.c (select_frame): Cleanup internal error message, do notAndrew Cagney1-2/+3
2002-04-10* stack.c (select_frame): Check that selected_frame and theAndrew Cagney1-0/+32
2002-04-05gdb/ChangeLog:Jim Blandy1-6/+10
2002-03-23* defs.h (error): Add printf format attribute.Andrew Cagney1-1/+1
2002-02-142002-02-13 Martin M. Hunt <hunt@redhat.com>Martin Hunt1-1/+4
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney1-67/+6
2002-01-13 * stack.c (print_frame_info_base): Print the frame's pcKeith Seitz1-9/+20
2001-11-10s/value_ptr/struct value */Andrew Cagney1-2/+2
2001-11-06 2001-11-06 Fred Fish <fnf@redhat.com>Fred Fish1-1/+0
2001-10-16* value.h (value_as_address): Rename value_as_pointer.Andrew Cagney1-2/+2
2001-10-122001-10-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-16/+3
2001-07-14 * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez1-60/+4
2001-06-26* stack.c (print_frame): For ui_out, output a list of arguments.Andrew Cagney1-1/+1
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney1-6/+4
2001-04-08Use cleanup machinery to invoke ui_out_list_end().Kevin Buettner1-1/+6
2001-03-27* arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin1-2/+0
2001-03-21* frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macroAndrew Cagney1-1/+1
2001-03-13Eliminate ARCH_NUM_REGS.Andrew Cagney1-1/+1
2001-03-08Add comment (part of immediately previous commit).David Taylor1-0/+5
2001-03-08 * stack.c (parse_frame_specification): For one argument case,David Taylor1-2/+9
2001-03-06Update/correct copyright notices.Kevin Buettner1-2/+2
2001-02-10 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.Peter Schauer1-18/+0
2001-01-27* ui-out.c (do_list_end): New function.Mark Kettenis1-2/+6
2000-12-15Replace free() with xfree().Kevin Buettner1-3/+3
2000-11-06 * stack.c (return_command): Pop dummy frame if we just returned fromPeter Schauer1-0/+6
2000-10-30 * eval.c (parse_and_eval_long): New function.David Taylor1-4/+4
2000-07-30Protoization.Kevin Buettner1-147/+57
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner1-1/+1
2000-05-28PARAMS removal.Kevin Buettner1-28/+29
2000-05-15Use make_cleanup_ui_out_stream_delete().Andrew Cagney1-1/+1
2000-02-29Add more checks for no stack frame.Andrew Cagney1-0/+6
2000-02-08 Clean up compiler warnings:Jim Kingdon1-1/+1
2000-02-03import gdb-2000-02-02 snapshotJason Molenda1-1/+103
2000-02-02import gdb-2000-02-01 snapshotJason Molenda1-21/+18
2000-01-18import gdb-2000-01-17 snapshotJason Molenda1-114/+139
1999-10-26import gdb-1999-10-25 snapshotJason Molenda1-0/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-253/+261
1999-06-01import gdb-1999-06-01 snapshotJason Molenda1-1/+3
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-6/+4
1999-04-26import gdb-19990422 snapshotStan Shebs1-12/+23
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+2019
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2016/+0
1999-01-11 * dwarf2read.c (dump_die): Change stderr gdb_stderr.Stu Grossman1-1/+1
1998-12-31all remaining *.c *.h files from hp merge.David Taylor1-69/+575
1998-12-10CARP:Andrew Cagney1-13/+27