[Pdbg] [PATCH 0/3] libpdbg: adu fixups
Joel Stanley
joel at jms.id.au
Fri May 18 17:01:59 AEST 2018
The first two are cleanups. The third one changes the adu API back to
what we had before, and adds a new helper for doing cache inhibited
memory operations.
I'm not super attached to the third patch. It arose out of confusion
when the API changed and I had no idea if I wanted to be 'true' or
'false'.
Joel Stanley (3):
operations.h: remove adu_putmem and adu_getmem from this header
libpdbg: Make get/putmem ci argument a boolean
libpdbg: Wrappers for cache inhibited adu_getmem and adu_putmem
libpdbg/adu.c | 30 ++++++++++++++++++++++++++++--
libpdbg/libpdbg.h | 10 ++++++++--
libpdbg/operations.h | 4 ----
src/mem.c | 14 +++++++-------
4 files changed, 43 insertions(+), 15 deletions(-)
--
2.17.0
More information about the Pdbg
mailing list