Re: [PATCH v3] plugins/stoptrigger: TCG plugin to stop execution under conditions

2024-07-12 Thread Pierrick Bouvier
On 7/12/24 01:03, Simon Hamelin wrote: This new plugin allows to stop emulation using conditions on the emulation state. By setting this plugin arguments, it is possible to set an instruction count limit and/or trigger address(es) to stop at. The code returned at emulation exit can be customized.

[PATCH v3] plugins/stoptrigger: TCG plugin to stop execution under conditions

2024-07-12 Thread Simon Hamelin
This new plugin allows to stop emulation using conditions on the emulation state. By setting this plugin arguments, it is possible to set an instruction count limit and/or trigger address(es) to stop at. The code returned at emulation exit can be customized. This plugin demonstrates how someone co