aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-262004-01-26 David Carlton <carlton@kealia.com>carlton_dictionary-branchDavid Carlton1-6/+2
2003-12-162003-12-15 David Carlton <carlton@kealia.com>David Carlton1-25/+32
2003-11-112003-11-11 David Carlton <carlton@kealia.com>David Carlton1-67/+117
2003-09-172003-09-17 David Carlton <carlton@kealia.com>David Carlton1-31/+31
2003-08-052003-08-05 David Carlton <carlton@kealia.com>David Carlton1-4/+4
2003-06-272003-06-27 David Carlton <carlton@kealia.com>David Carlton1-23/+248
2003-05-232003-05-23 David Carlton <carlton@bactrian.org>David Carlton1-5/+23
2003-04-162003-04-16 David Carlton <carlton@bactrian.org>David Carlton1-16/+10
2003-03-062003-03-05 David Carlton <carlton@math.stanford.edu>David Carlton1-10/+12
2003-02-072003-02-07 David Carlton <carlton@math.stanford.edu>David Carlton1-160/+51
2002-12-232002-12-23 David Carlton <carlton@math.stanford.edu>David Carlton1-164/+102
2002-12-212002-12-20 David Carlton <carlton@math.stanford.edu>David Carlton1-8/+8
2002-11-282002-11-27 David Carlton <carlton@math.stanford.edu>David Carlton1-3/+3
2002-11-152002-11-15 David Carlton <carlton@math.stanford.edu>David Carlton1-3/+3
2002-10-182002-10-18 David Carlton <carlton@math.stanford.edu>David Carlton1-0/+1
2002-10-11Merge with mainline; merge tag carlton_dictionary-20021011-merge.David Carlton1-12/+11
2002-09-27Merge with mainline; tag is carlton_dictionary-20020927-mergeDavid Carlton1-1/+3
2002-09-242002-09-23 David Carlton <carlton@math.stanford.edu>David Carlton1-6/+8
2002-09-20This commit was manufactured by cvs2svn to create branchnobody1-0/+2023
2002-09-03This commit was manufactured by cvs2svn to create branchnobody1-2022/+0
2002-09-03This commit was manufactured by cvs2svn to create branch 'gdb_5_3-branch'.gdb_5_3-2002-09-04-branchpointnobody1-6/+21
2002-08-24This commit was manufactured by cvs2svn to create branch 'readline_4_3readline_4_3-import-branchpointnobody1-45/+79
2002-06-15This commit was manufactured by cvs2svn to create branchnobody1-0/+1973
2002-05-28This commit was manufactured by cvs2svn to create branchnobody1-1973/+0
2002-05-06This commit was manufactured by cvs2svn to create branch 'jimb-jimb-macro-020506-branchpointnobody1-44/+49
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