coreinfo

Display information about a core file

Syntax:

coreinfo [-ilmstv] file [file ...]

Runs on:

QNX Neutrino

Options:

-i
Display process information, including process ID, parent process ID, arguments, initial environment variables, number of threads, and so on.
-l
Display the QNT_LINK_MAP note if present. This note includes a link map of shared memory objects, along with build IDs of the associated binaries.
-m
Display the memory map.
-s
Display system information.
-t
Display information about thread(s).
-v[v...]
Be verbose. Specifying additional -v options increases verbosity.

Description:

The coreinfo utility displays information about a core file. It lets you examine a core dump directly, without using a debugger.

You can use the options to specify which sections of the core file to display. If you don't specify any options, coreinfo displays all the sections.