diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/bigcore.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/bigcore.1')
| -rw-r--r-- | static/unix-v10/man1/bigcore.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/static/unix-v10/man1/bigcore.1 b/static/unix-v10/man1/bigcore.1 new file mode 100644 index 00000000..18159971 --- /dev/null +++ b/static/unix-v10/man1/bigcore.1 @@ -0,0 +1,38 @@ +.TH BIGCORE 1 +.CT 1 debug_tune +.SH NAME +bigcore, coreid \- permit big core images, identify source of image +.SH SYNOPSIS +.B bigcore +.I command +.PP +.B coreid +[ +.I file +] +.SH DESCRIPTION +.I Bigcore +calls the named +.I command +with no restriction on the size of core images. +By default, +no core image will be written when a program aborts +if it would be larger than a megabyte. +.PP +.I Coreid +reads the file +.FR core , +or the specified core image +.I file, +and prints on the standard output the argument list +of the program that produced the core image. +.SH FILES +.F core +.SH SEE ALSO +.IR core (5) +.SH BUGS +.I Coreid +only works for core images from C and Fortran programs. +.br +The arguments shown are those at the time of the dump, +not at invocation of the program. |
