[Pdbg] [PATCH v3 0/3] Moar Progress

Alistair Popple alistair at popple.id.au
Thu May 17 15:44:25 AEST 2018


This is basically Joel's patch series refactored to put the implementation
details in the application instead of the library using a call back as
suggested by Amitay. It also adds progress bars for setmem.

Alistair Popple (2):
  libpdbg: Add function to register progress tick callback
  pdbg: Add progress tick callbacks for getp/putmem

Joel Stanley (1):
  pdbg: Add progress bars utility

 Makefile.am       |  2 +-
 libpdbg/adu.c     |  7 ++++
 libpdbg/libpdbg.c | 13 ++++++++
 libpdbg/libpdbg.h |  5 +++
 src/mem.c         |  7 ++++
 src/progress.c    | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/progress.h    | 24 ++++++++++++++
 7 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 src/progress.c
 create mode 100644 src/progress.h

-- 
2.11.0



More information about the Pdbg mailing list