[Crash-utility] [PATCH 0/4] MIPS support

Rabin Vincent rabin at rab.in
Sun Jan 11 20:21:48 UTC 2015


This adds support for analyzing dumps from 32-bit MIPS.

I've uploaded some sample dumps generated from the QEMU MIPS Malta machine
(little-endian) at the following location:

 https://drive.google.com/folderview?id=0B4tMLbMvJ-l6R3J4LWJFc1k0eFU

Rabin Vincent (4):
  netdump: Make a helper out of the PPC getregs function
  Add gdb patch to fix sim/igen build
  Rename convert() to converts() to avoid conflit with gdb
  Add support for MIPS

 Makefile            |   7 +-
 configure.c         |  48 +++
 defs.h              | 113 ++++++-
 gdb-7.6.patch       |  13 +
 kernel.c            |   6 +-
 lkcd_vmdump_v2_v3.h |   3 +-
 mips.c              | 874 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 netdump.c           |  27 +-
 symbols.c           |   5 +
 tools.c             |   2 +-
 10 files changed, 1084 insertions(+), 14 deletions(-)
 create mode 100644 mips.c

-- 
2.1.4




More information about the Crash-utility mailing list