History log of /csrg-svn/old/dbx/runtime.vax.c (Results 1 – 20 of 20)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 46146 27-Jan-1991 torek

stdio has changed; flushoutput must change correspondingly

# 42685 01-Jun-1990 bostic

new copyright notice

# 38105 23-May-1989 bostic

add Berkeley specific copyright notice

# 33334 12-Jan-1988 donn

merge in latest Linton version

# 26324 22-Feb-1986 sam

update from monet

# 21621 31-May-1985 dist

Add copyright

# 18231 01-Mar-1985 linton

update to version 3.0

# 17252 13-Oct-1984 sam

eliminate extraneous parameter

# 16636 23-Jun-1984 sam

merge linton branch delta trail

# 16618 23-Jun-1984 sam

branch delta of linton changes from net.sources

# 15784 30-Dec-1983 sam

fix findframe, it had been skipping a stack frame for each scope
block instead of checking to see if a stack frame existed for the block

# 14620 14-Aug-1983 sam

updated for revision to signals

# 14442 10-Aug-1983 linton

modified traceback to deal with "inline" functions, i.e. blocks
which contain variables but do not have a separate activation record

# 13937 15-Jul-1983 linton

changed the offset for finding the calling address of a signal handler
to reflect new 4.2 stuff'

# 12546 18-May-1983 csvaf

added code to recognize non-standard frames put on user stack
by the kernel when interrupts are trapped

# 12051 25-Apr-1983 linton

fixed problem with line number of top stack frame

# 11866 08-Apr-1983 linton

fixed a very annoying bug, the routine "findframe" occasionally
hung because it used the wrong test for the last frame. The correct test
involves checking if the saved frame pointer is 0 OR the sa

fixed a very annoying bug, the routine "findframe" occasionally
hung because it used the wrong test for the last frame. The correct test
involves checking if the saved frame pointer is 0 OR the saved pc belongs
to the "program", i.e. the start-up routine.

show more ...

# 9841 18-Dec-1982 linton

uses srcline(pc - 1) rather than srcline(pc) since pc is address
of next instruction

# 9690 15-Dec-1982 linton

fixed @(#) stuff

# 9678 15-Dec-1982 linton

date and time created 82/12/15 04:08:35 by linton