From 97d5c458cfa039d857301e1ca7d5af3beb37131d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Apr 2026 16:38:00 -0400 Subject: build: Better Build System --- static/unix-v10/man1/bigcore.1 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 static/unix-v10/man1/bigcore.1 (limited to 'static/unix-v10/man1/bigcore.1') 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. -- cgit v1.2.3