[Pdbg] [PATCH v2 0/8] Pre gdbserver additions

Rashmica Gupta rashmica.g at gmail.com
Fri Jun 22 14:51:08 AEST 2018


V2 of this series. Has gone from 10 patches to 8 as patch 'Tidy up putnia/putmsr'
is now redundant and I don't like patch 'Return if invalid register numbers are given'.

This has also been rebased on top of Alistair's 'Rework option parsing' series.

Rashmica Gupta (8):
  libpdbg: Print the name of the instruction when erroring
  libpdbg: Add in getxer and putxer functions
  pdbg: Add getxer & putxer commands
  libpdbg: Make getcr actually get all of the Condition Register
  libpdbg: Add in mtocrf and putcr function
  pdbg: Add getcr and putcr options
  libpdbg: Check if scom controllers are exposed
  pdbg: Make return codes consistent for get/put registers

 libpdbg/chip.c       | 170 +++++++++++++++++++++++++++++++++++++++++++++------
 libpdbg/host.c       |  10 ++-
 libpdbg/libpdbg.h    |   6 ++
 libpdbg/operations.h |  12 +++-
 libpdbg/p8chip.c     |  41 +++++++++++++
 libpdbg/p9chip.c     |  32 +++++++++-
 libpdbg/target.h     |   2 +
 src/main.c           |  10 ++-
 src/reg.c            |  47 +++++++++++++-
 9 files changed, 303 insertions(+), 27 deletions(-)

-- 
2.14.4



More information about the Pdbg mailing list