#
30797 |
| 06-Apr-1987 |
bostic |
printf format/argument mismatch |
#
25807 |
| 10-Jan-1986 |
donn |
When the variable $unsafecall is set, override the standard checking of actual vs. formal argument types in the call command. |
#
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 |