Re: [PATCH v2 0/2] Quality of life patches for qemu coroutine debugging

2021-01-07 Thread Maxim Levitsky
On Thu, 2021-01-07 at 19:05 +0100, Paolo Bonzini wrote: > On 07/01/21 11:24, Maxim Levitsky wrote: > > On Thu, 2020-12-17 at 17:54 +0200, Maxim Levitsky wrote: > > > These are two patches that improve a bit the qemu gdb scripts in regard to > > > coroutines. > > > > > > First patch fixes a bug in

Re: [PATCH v2 0/2] Quality of life patches for qemu coroutine debugging

2021-01-07 Thread Paolo Bonzini
On 07/01/21 11:24, Maxim Levitsky wrote: On Thu, 2020-12-17 at 17:54 +0200, Maxim Levitsky wrote: These are two patches that improve a bit the qemu gdb scripts in regard to coroutines. First patch fixes a bug in 'qemu coroutine' in regard to usage on non topmost stack frame. Second patch imple

Re: [PATCH v2 0/2] Quality of life patches for qemu coroutine debugging

2021-01-07 Thread Maxim Levitsky
On Thu, 2020-12-17 at 17:54 +0200, Maxim Levitsky wrote: > These are two patches that improve a bit the qemu gdb scripts in regard to > coroutines. > > First patch fixes a bug in 'qemu coroutine' in regard to usage on non topmost > stack frame. > > Second patch implements 'qemu bt' as Stefan sugg

[PATCH v2 0/2] Quality of life patches for qemu coroutine debugging

2020-12-17 Thread Maxim Levitsky
These are two patches that improve a bit the qemu gdb scripts in regard to coroutines. First patch fixes a bug in 'qemu coroutine' in regard to usage on non topmost stack frame. Second patch implements 'qemu bt' as Stefan suggested. V2, because after hitting 'send' I noticed a few bugs: 1. Sw