aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
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
1995-11-19 * solib.c (solib_address): Return the name of the containing solib.Fred Fish1-3/+18
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-1/+1
1995-07-31* configure.in: Check for unistd.h.J.T. Conklin1-143/+173
1994-05-04 * valprint.c (print_longest): Clarify comment about use_local.Jim Kingdon1-21/+43
1994-01-27 Fix many sins which will come up in 32 bit x 64 bit GDB, andJim Kingdon1-3/+2
1994-01-27 Fix many sins which will come up in 32 bit x 64 bit GDB, andJim Kingdon1-32/+55
1994-01-19 * infrun.c (normal_stop): Set stop_pc after popping the dummy framePeter Schauer1-8/+21
1993-12-30 * breakpoint.c (breakpoint_chain): Make static.Jim Kingdon1-1/+7
1993-11-03* stack.c (down_silently_command): Add comment about PR 1913.Jim Kingdon1-1/+10
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-23/+50
1993-10-15 * Move comments on bypassing call dummy breakpoint from stack.cJim Kingdon1-30/+24
1993-09-08some gcc lintK. Richard Pixley1-10/+23
1993-08-16 * blockframe.c (create_new_frame, get_prev_frame_info):Peter Schauer1-7/+32
1993-07-08Revision to this change--use ->next != NULL, not just ->next, whenJim Kingdon1-2/+2
1993-07-07 * frame.h, blockframe.c, stack.c, a29k-tdep.c,Jim Kingdon1-8/+9
1993-06-11 * stack.c (print_frame_info): Use catch_errors around print_frame_args.Jim Kingdon1-3/+25