[Pdbg] [PATCH 0/4] Add start/stop/step/sreset all via sbefifo

Amitay Isaacs amitay at ozlabs.org
Fri Aug 9 13:20:20 AEST 2019


Use sbefifo chip-op shortcut for start/stop/step/sreset all threads.
Use special wakeup for stop and sreset.

Amitay Isaacs (4):
  libpdbg: Add thread start/step/stop all api
  path: Check if all specified class targets are selected
  pdbg: Call thread_<op>_all() api if all threads are selected
  sbefifo: Enable special-wakeup for thread stop and sreset

 libpdbg/chip.c    | 99 +++++++++++++++++++++++++++++++++++++++++++++++
 libpdbg/libpdbg.h |  3 ++
 libpdbg/sbefifo.c | 11 ++++--
 src/path.c        | 15 +++++++
 src/path.h        |  9 +++++
 src/thread.c      | 24 ++++++++++++
 6 files changed, 158 insertions(+), 3 deletions(-)

-- 
2.21.0



More information about the Pdbg mailing list