History log of /csrg-svn/old/dbx/process.c (Results 1 – 24 of 24)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 42683 01-Jun-1990 bostic

new copyright notice


/csrg-svn/old/dbx/asm.c
/csrg-svn/old/dbx/c.c
/csrg-svn/old/dbx/cerror.iris.s
/csrg-svn/old/dbx/cerror.sun.s
/csrg-svn/old/dbx/cerror.tahoe.s
/csrg-svn/old/dbx/cerror.vax.s
/csrg-svn/old/dbx/check.c
/csrg-svn/old/dbx/commands.y
/csrg-svn/old/dbx/coredump.c
/csrg-svn/old/dbx/debug.c
/csrg-svn/old/dbx/defs.h
/csrg-svn/old/dbx/eval.c
/csrg-svn/old/dbx/events.c
/csrg-svn/old/dbx/fortran.c
/csrg-svn/old/dbx/iris.c
/csrg-svn/old/dbx/keywords.c
/csrg-svn/old/dbx/languages.c
/csrg-svn/old/dbx/library.c
/csrg-svn/old/dbx/lists.c
/csrg-svn/old/dbx/main.c
/csrg-svn/old/dbx/makedefs.c
/csrg-svn/old/dbx/mappings.c
/csrg-svn/old/dbx/mkdate.c
/csrg-svn/old/dbx/modula-2.c
/csrg-svn/old/dbx/names.c
/csrg-svn/old/dbx/object.c
/csrg-svn/old/dbx/operators.c
/csrg-svn/old/dbx/ops.iris.c
/csrg-svn/old/dbx/ops.sun.c
/csrg-svn/old/dbx/ops.tahoe.c
/csrg-svn/old/dbx/ops.vax.c
/csrg-svn/old/dbx/pascal.c
/csrg-svn/old/dbx/pathnames.h
/csrg-svn/old/dbx/printsym.c
/csrg-svn/old/dbx/process.c
/csrg-svn/usr.bin/error/error.h
/csrg-svn/usr.bin/error/filter.c
/csrg-svn/usr.bin/error/input.c
/csrg-svn/usr.bin/error/main.c
/csrg-svn/usr.bin/error/pathnames.h
/csrg-svn/usr.bin/error/pi.c
/csrg-svn/usr.bin/error/subr.c
/csrg-svn/usr.bin/error/touch.c
/csrg-svn/usr.bin/fpr/fpr.c
/csrg-svn/usr.bin/fsplit/fsplit.c
/csrg-svn/usr.bin/gcore/gcore.c
/csrg-svn/usr.bin/gprof/arcs.c
/csrg-svn/usr.bin/gprof/dfn.c
/csrg-svn/usr.bin/gprof/gprof.c
/csrg-svn/usr.bin/gprof/gprof.h
/csrg-svn/usr.bin/gprof/hertz.c
/csrg-svn/usr.bin/gprof/lookup.c
/csrg-svn/usr.bin/gprof/pathnames.h
/csrg-svn/usr.bin/gprof/printgprof.c
/csrg-svn/usr.bin/gprof/printlist.c
/csrg-svn/usr.bin/gprof/tahoe.c
/csrg-svn/usr.bin/gprof/tahoe.h
/csrg-svn/usr.bin/gprof/vax.c
/csrg-svn/usr.bin/gprof/vax.h
# 39163 15-Sep-1989 bostic

POSIX signals

# 38105 23-May-1989 bostic

add Berkeley specific copyright notice

# 33331 12-Jan-1988 donn

merge in latest Linton version

# 26333 23-Feb-1986 sam

add new signals; move rloc to machine file; add pio buffer alignment
kludge for tahoe; make ARGP vax specific; move some include files to machine file

# 21620 31-May-1985 dist

Add copyright

# 18230 01-Mar-1985 linton

update to version 3.0

# 17253 13-Oct-1984 sam

use global definitions from <ptrace.h>

# 16931 12-Aug-1984 sam

handle signal lists (with names) for ignore and catch

# 16928 12-Aug-1984 sam

add real aliases; rewrite lexical scanner

# 16635 23-Jun-1984 sam

merge linton branch delta trail

# 16617 23-Jun-1984 sam

branch delta of linton changes from net.sources

# 14757 19-Aug-1983 linton

now reports when writing to the process' instruction space fails,
some stuff with signals is slightly cleaner, but there is a problem remaining
that has to do with intelligently "single-stepping" i

now reports when writing to the process' instruction space fails,
some stuff with signals is slightly cleaner, but there is a problem remaining
that has to do with intelligently "single-stepping" in the presence of
pending signals

show more ...

# 14395 07-Aug-1983 linton

added calls to "ptraced(pid)" and "unptraced(pid)" to make
pwait (in library.c) ignore spurious returns from wait -- this caused
a rather annoying bug to occur when doing a "sh" command

# 13841 07-Jul-1983 linton

upped the maximum number of arguments on a command line to 100

# 12484 17-May-1983 linton

now computes source position for a core dump so that things such as
pc are set appropriately

# 11867 08-Apr-1983 linton

cont now takes an argument which is the signal that is passed
to the debuggee, and stepping in the main execution loop is now considerably
more efficient as it only single-steps to the next source

cont now takes an argument which is the signal that is passed
to the debuggee, and stepping in the main execution loop is now considerably
more efficient as it only single-steps to the next source line if the
situation calls for it

show more ...

# 11832 03-Apr-1983 linton

changed execvp to execv

# 11768 30-Mar-1983 linton

now saves/restores process' tty state before/after execution

# 11560 13-Mar-1983 linton

changed error handling for illegal addresses

# 11172 20-Feb-1983 linton

now uses vfork instead for fork, also has central routine
for printing source location (which now includes current function)

# 9843 18-Dec-1982 linton

changed <sys/reg.h> to <machine/reg.h> include

# 9689 15-Dec-1982 linton

fixed @(#) stuff

# 9677 15-Dec-1982 linton

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