[Pdbg] [PATCH v2 14/19] libpdbg: Add all thread procedures to pib target

Amitay Isaacs amitay at ozlabs.org
Tue Apr 7 16:16:08 AEST 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libpdbg/hwunit.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libpdbg/hwunit.h b/libpdbg/hwunit.h
index 5bca088..318a611 100644
--- a/libpdbg/hwunit.h
+++ b/libpdbg/hwunit.h
@@ -93,6 +93,10 @@ struct pib {
 	struct pdbg_target target;
 	int (*read)(struct pib *, uint64_t, uint64_t *);
 	int (*write)(struct pib *, uint64_t, uint64_t);
+	int (*thread_start_all)(struct pib *);
+	int (*thread_stop_all)(struct pib *);
+	int (*thread_step_all)(struct pib *, int);
+	int (*thread_sreset_all)(struct pib *);
 	void *priv;
 	int fd;
 };
-- 
2.25.2



More information about the Pdbg mailing list