aboutsummaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
AgeCommit message (Collapse)AuthorFilesLines
1993-08-18 * blockframe.c (block_innermost_frame): Uncomment.Jim Kingdon1-6/+5
Return NULL if passed NULL. * frame.h: Declare it. * expression.h (union exp_element): Add field block. * parse.c (write_exp_elt_block): New function. * expression.h (OP_VAR_VALUE): Now takes additional struct block *. * *-exp.y: Write block for OP_VAR_VALUE. * eval.c, expprint.c, parse.c: Deal with block for OP_VAR_VALUE. * valops.c, value.h (value_of_variable), callers: Add second argument, for block.
1993-08-17 * blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetchPeter Schauer1-57/+124
the saved pc from sigcontext on the stack for BSD signal handling. * config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Define to make backtracing through sigtramp work. * config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto.
1993-07-07 * frame.h, blockframe.c, stack.c, a29k-tdep.c,Jim Kingdon1-148/+124
config/gould/tmp-{pn,np1}.h, config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field next_frame from struct frame_info. It has no purpose beyond ->next->frame and is an artifact from GDB 2.8.
1991-11-18Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,John Gilmore1-7/+84
since it was always defined exactly the same in all of them.
1991-08-14 * blockframe.c (frameless_look_for_prologue): Speed up byJohn Gilmore1-6/+12
calling SKIP_PROLOGUE_FRAMELESS_P if it's defined. * tm-sparc.h (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): Define two variants, one faster. * sparc-tdep.c (sparc_frame_chain): Use target_read_memory and return zero, rather than giving an error. (setup_arbitrary_frame): Initialize the PC in the new frame. (skip_prologue): Add a second arg saying whether we're just checking for a frameless function or not.
1991-05-30Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog.John Gilmore1-1/+2
1991-04-24 * blockframe.c, frame.h (reinit_frame_cache): New function.Jim Kingdon1-0/+11
solib.c (solib_add), symfile.c ({,add_}symbol_file_command): Use it.
1991-03-28Initial revisionK. Richard Pixley1-0/+650
1990-09-05Initial revisionJohn Gilmore1-604/+0
2012-06-03gdb-3.5gdb-3.51-20/+26
2012-06-03gdb-3.4gdb-3.41-1/+9
2012-06-03gdb-3.3gdb-3.31-173/+211
2012-06-03gdb-3.1gdb-3.11-80/+274
2012-06-03gdb-2.8.1gdb-2.8.11-7/+12
2012-06-03gdb-2.8gdb-2.81-0/+4
2012-06-03gdb-2.5.1gdb-2.5.11-9/+25
2012-06-03gdb-2.4+.aux.coffgdb-2.4+.aux.coff1-0/+333