Re: [Qemu-devel] [PATCH v10 12/24] replay: introduce breakpoint at the specified step

2019-01-17 Thread Pavel Dovgalyuk
> From: Markus Armbruster [mailto:arm...@redhat.com] > Pavel Dovgalyuk writes: > > > This patch introduces replay_break, replay_delete_break > > qmp and hmp commands. > > These commands allow stopping at the specified instruction. > > It may be useful for debugging when there are some known > > e

Re: [Qemu-devel] [PATCH v10 12/24] replay: introduce breakpoint at the specified step

2019-01-17 Thread Markus Armbruster
Pavel Dovgalyuk writes: > This patch introduces replay_break, replay_delete_break > qmp and hmp commands. > These commands allow stopping at the specified instruction. > It may be useful for debugging when there are some known > events that should be investigated. > replay_break command has one a

[Qemu-devel] [PATCH v10 12/24] replay: introduce breakpoint at the specified step

2019-01-16 Thread Pavel Dovgalyuk
This patch introduces replay_break, replay_delete_break qmp and hmp commands. These commands allow stopping at the specified instruction. It may be useful for debugging when there are some known events that should be investigated. replay_break command has one argument - number of instructions execu