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
>>
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.
> >
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
>
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
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