History log of /csrg-svn/old/adb/common_source/pcs.c (Results 1 – 6 of 6)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 47822 04-Apr-1991 bostic

new copyright; att/bsd/shared

# 37336 09-Apr-1989 torek

fix :r breakpoint-skipping code; simplify; comment

# 36679 04-Feb-1989 torek

mr-frog reminded me: need to invalidate ptrace cache
when subprocess runs. how did I ever forget?

# 36578 17-Jan-1989 torek

simplify: starting new process is like restarting old,
since setup() fishes out the start PC; junk the `new process' flag.
Fix starting with single step: exect() works only on VAX, execve()
works eve

simplify: starting new process is like restarting old,
since setup() fishes out the start PC; junk the `new process' flag.
Fix starting with single step: exect() works only on VAX, execve()
works everywhere.

show more ...

# 36576 17-Jan-1989 torek

:s on new process should not decrement run count

# 36559 16-Jan-1989 bostic

new version from Chris Torek