Re: [PATCH] gdbstub.c: add support for info proc mappings

2022-03-08 Thread Alex Bennée
Dominik Czarnota writes: > Hey, > > I may work on this next week but I will probably not make it until the 8th :(. > > On Thu, 3 Mar 2022 at 13:34, Alex Bennée wrote: >> >> >> Disconnect3d writes: >> >> > This commit adds support for `info proc mappings` and a few other commands >> > into >>

Re: [PATCH] gdbstub.c: add support for info proc mappings

2022-03-04 Thread Dominik Czarnota
Hey, I may work on this next week but I will probably not make it until the 8th :(. On Thu, 3 Mar 2022 at 13:34, Alex Bennée wrote: > > > Disconnect3d writes: > > > This commit adds support for `info proc mappings` and a few other commands > > into > > the QEMU user-mode emulation gdbstub. > >

Re: [PATCH] gdbstub.c: add support for info proc mappings

2022-03-03 Thread Alex Bennée
Disconnect3d writes: > This commit adds support for `info proc mappings` and a few other commands > into > the QEMU user-mode emulation gdbstub. > > For that, support for the following GDB remote protocol commands has been > added: > * vFile:setfs: pid > * vFile:open: filename, flags, mode >

Re: [PATCH] gdbstub.c: add support for info proc mappings

2022-03-02 Thread Dominik Czarnota
ping The patch can also be seen on patchew: https://patchew.org/QEMU/20220221030910.3203063-1-dominik.b.czarn...@gmail.com/ or on lore.kernel.org: https://lore.kernel.org/qemu-devel/20220221030910.3203063-1-dominik.b.czarn...@gmail.com/ On Mon, 21 Feb 2022 at 04:09, Disconnect3d wrote: > > Thi

[PATCH] gdbstub.c: add support for info proc mappings

2022-02-20 Thread Disconnect3d
This commit adds support for `info proc mappings` and a few other commands into the QEMU user-mode emulation gdbstub. For that, support for the following GDB remote protocol commands has been added: * vFile:setfs: pid * vFile:open: filename, flags, mode * vFile:pread: fd, count, offset * vFile:clo