Mikhail Tyutin writes:
> From: Aleksandr Anenkov
>
> This commit:
> - adds a plugin API to read the registers of the current CPU
> - introduces qemu_plugin_reg_ctx structure for faster data gathering of
> a set of registers without memory reallocation
> - adds an example plugin showing how t
From: Aleksandr Anenkov
This commit:
- adds a plugin API to read the registers of the current CPU
- introduces qemu_plugin_reg_ctx structure for faster data gathering of
a set of registers without memory reallocation
- adds an example plugin showing how to work with this API
- fixes for GDB tha