diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-05-05 14:45:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-05-05 14:45:51 +0000 |
commit | b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98 (patch) | |
tree | c59a94fbe917e0839329b872139198c2a7a05ab1 /gdb/procfs.c | |
parent | e1346c8d0969dad58ddc13c9c741cb0f4e6345a5 (diff) | |
download | gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.zip gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.tar.gz gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.tar.bz2 |
import gdb-19990504 snapshot
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 6822f42..8a68a89 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -1831,7 +1831,7 @@ init_syscall_table () LOCAL FUNCTION - procfs_kill_inferior - kill any currently inferior + procfs_kill_inferior - kill any current inferior SYNOPSIS @@ -3631,7 +3631,7 @@ DESCRIPTION If we are not delivering the same signal that the prstatus siginfo struct contains information about, then synthesize a siginfo struct - to match the signal we are doing to deliver, make it of the type + to match the signal we are going to deliver, make it of the type "generated by a user process", and send this synthesized copy. When used to set the inferior's signal state, this will be required if we are not currently stopped because of a traced signal, or if we decide |