Re: [RFC PATCH 00/24] plugins: Allow to read registers

2023-08-14 Thread Alex Bennée
Akihiko Odaki writes: > I and other people in the University of Tokyo, where I research processor > design, found TCG plugins are very useful for processor design > exploration. Thanks for the submission - I've finished my initial review pass. I think introducing register introspection into t

[RFC PATCH 00/24] plugins: Allow to read registers

2023-07-31 Thread Akihiko Odaki
I and other people in the University of Tokyo, where I research processor design, found TCG plugins are very useful for processor design exploration. The feature we find missing is the capability to read registers from plugins. In this series, I propose to add such a capability by reusing gdbstub