aboutsummaryrefslogtreecommitdiff
path: root/trans/crash.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-06-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-011-1/+2
| | | | * crash.c (options): Add --dump-core as alias for --core-file.
* 1999-06-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-011-6/+106
| | | | | | | | | | | | | * crash.c: Support three modes of operation, selected by command line switches: -s/--suspend suspend crashing process (old behavior) -k/--kill kill crashing process, no core dump -c/--core-file dump core file (enum crash_action): New type. (crash_how): New variable. (options, crash_argp, trivfs_runtime_argp): New variables. (parse_opt, trivfs_append_args): New functions. (main): Call argp_parse.
* Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-2/+2
| | | | | | | | | * crash.c (main): New args for ports_manage_port_operations_multithread. * fifo.c (main): Likewise. * firmlink.c (main): Likewise. * new-fifo.c (main): Likewise. * null.c (main): Likewise.
* (stop_pgrp): Fetch pgrp using correct call.Michael I. Bushnell1996-07-131-2/+5
|
* (stop_pgrp): Don't do anything if ORPHANED.Michael I. Bushnell1996-07-081-2/+2
|
* (stop_pgrp): Take second arg CTTYID. Fetch each pgrp member's msgpor andRoland McGrath1996-07-081-10/+16
| | | | | | send msg_sig_post with that as refport instead of calling POSIX.1 kill function like a bonehead. (S_crash_dump_task): Pass CTTY_ID arg through to stop_pgrp.
* (S_crash_dump_task): fixupMichael I. Bushnell1996-07-081-1/+3
|
* (stop_pgrp): New function.Michael I. Bushnell1996-07-081-0/+31
| | | | (S_crash_dump_task): Call stop_pgrp.
* (S_msg_describe_ports): New function.Michael I. Bushnell1996-07-011-0/+5
|
* (S_crash_dump_task): Drop arg TARGET.Michael I. Bushnell1996-07-011-5/+3
| | | | | (dump_core): Likewise; all callers changed. (struct crasher): Delete member `target'.
* (S_crash_dump_task): New args EXC, CODE, SUBCODE, CTTY_ID. SupplyMichael I. Bushnell1996-07-011-7/+9
| | | | | | | SIGCODE arg to proc_mark_stop. (signal_crasher): New arg SIGCODE, supply to proc_mark_exit. All callers changed. (S_msg_sig_post_untraced): Supply C->sigcode to proc_mark_stop.
* typo fixesRoland McGrath1996-06-211-4/+4
|
* Use ports_create_port instead of ports_allocate_port, and notice the error.Roland McGrath1996-04-271-5/+4
|
* Initial revisionRoland McGrath1995-12-151-0/+578