summaryrefslogtreecommitdiff
path: root/hurd/crash.defs
AgeCommit message (Collapse)Author
2016-08-09trans/crash: core file name templatesJustus Winter
Add an option to specify a template used to construct core file names. This way core files can be collected at a predictable central location. * hurd/crash.defs (crash_dump_task): Return EEXIST if the core file has been written elsewhere. * trans/crash.c (corefile_template): New variable. (template_valid): New function. (template_make_file_name): Likewise. (S_crash_dump_task): Use the template to construct a name, open the file, and write the core dump there instead of the handle provided by the caller. (argp_option): New option. (doc): Document the format. (parse_opt): Handle new option (trivfs_append_args): Likewise.
1996-07-01(crash_dump_task): Use integer_t for sigcode.Roland McGrath
Add exc, code, subcode, cttyid_port args.
1995-11-19(crash_dump_task): Add sreplyport arg.Roland McGrath
1995-09-16Initial revisionRoland McGrath