[Crash-utility] [PATCH 0/2] sparc64 support for crash utility

Dave Kleikamp dave.kleikamp at oracle.com
Wed Mar 23 16:22:30 UTC 2016


These patches add support for the sparc64 architecture.

This supports running against a live kernel. Diskdump support is
also here, but the crashdump support for the kernel, kexec-tools,
and makedumpfile is still pending.

Initial work was done by Karl Volz with help from Bob Picco.

Dave Kleikamp (2):
  sparc64 changes for gdb-7.6
  sparc64 changes

 Makefile            |    9 +-
 configure.c         |   23 +
 defs.h              |  190 ++++++++-
 diskdump.c          |   36 ++-
 gdb-7.6.patch       |   37 ++
 lkcd_vmdump_v2_v3.h |    2 +-
 sparc64.c           | 1186 +++++++++++++++++++++++++++++++++++++++++++++++++++
 symbols.c           |   10 +
 task.c              |   11 +-
 9 files changed, 1496 insertions(+), 8 deletions(-)
 create mode 100644 sparc64.c




More information about the Crash-utility mailing list