Re: [PATCH v2 17/20] plugins: add ability to register a GDB triggered callback

2024-10-22 Thread Pierrick Bouvier
On 10/22/24 03:56, Alex Bennée wrote: Now gdbstub has gained the ability to extend its command tables we can allow it to trigger plugin callbacks. This is probably most useful for QEMU developers debugging plugins themselves but might be useful for other stuff. Trigger the callback by sending:

[PATCH v2 17/20] plugins: add ability to register a GDB triggered callback

2024-10-22 Thread Alex Bennée
Now gdbstub has gained the ability to extend its command tables we can allow it to trigger plugin callbacks. This is probably most useful for QEMU developers debugging plugins themselves but might be useful for other stuff. Trigger the callback by sending: maintenance packet Qqemu.plugin_cb I'