Skip to content

currand/CoreDump

Repository files navigation

CoreDump

A system to retrieve, analyze and format coredump files for ETI Triad.

Usage:
  formatcore.py  [-c ] ([-p] | [-o ] [-s ]) ...

Arguments:
  coredumps    Coredump file(s) to process.  May be a file, directory, or wildcard

Options:
  -p                     Print output to screen
  -c         Specify a configuration file.   [default: ./coredump.cfg]
  -o          Specifiy an output destination directory
  -s             Specify a suffix for output files

example:

  1. Outputs a formatted core file based on the provided coredump

formatcore.py core.12345

  1. Outputs a formatted core to STDOUT

formatcore.py -p core.12345

  1. Outputs multiple core files found in ~/input to ~/output with a suffix of .output

formatcore.py -s .output -o ~/output ~/input/core.*

here's a change CoreDump

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages