Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-26 Thread Laurent Vivier
Le 25/11/2019 à 21:54, Aleksandar Markovic a écrit : >>> 4. NEW PROPOSAL : >>> >>> early: read(3,0xff80038c,512) >>> late: = 512 >>> [(3,"\177ELF\1\2\1\3\0\0\0\0\0\0\0\0\0\3\0\17\0\0\0\1\0\2bl\0\0\04"...,512)] >>> early: getcwd(0x18180,4096) >>> late: = 9 [("/usr/bin",4096)] >>> >>> In other wor

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-25 Thread Aleksandar Markovic
On Mon, Nov 25, 2019 at 9:40 PM Helge Deller wrote: > > On 25.11.19 14:46, Aleksandar Markovic wrote: > > On Sun, Nov 24, 2019 at 2:31 PM Aleksandar Markovic > > wrote: > >> > >> > >> > >> On Sunday, November 24, 2019, Helge Deller wrote: > >>> > >>> On 24.11.19 13:10, Aleksandar Markovic wrote:

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-25 Thread Helge Deller
On 25.11.19 14:46, Aleksandar Markovic wrote: > On Sun, Nov 24, 2019 at 2:31 PM Aleksandar Markovic > wrote: >> >> >> >> On Sunday, November 24, 2019, Helge Deller wrote: >>> >>> On 24.11.19 13:10, Aleksandar Markovic wrote: On Sunday, November 24, 2019, Helge Deller >>>

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-25 Thread Aleksandar Markovic
On Sun, Nov 24, 2019 at 2:31 PM Aleksandar Markovic wrote: > > > > On Sunday, November 24, 2019, Helge Deller wrote: >> >> On 24.11.19 13:10, Aleksandar Markovic wrote: >> > >> > >> > On Sunday, November 24, 2019, Helge Deller > > > wrote: >> > >> > On 23.11.19 12:34, Al

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-24 Thread Aleksandar Markovic
On Sunday, November 24, 2019, Helge Deller wrote: > On 24.11.19 13:10, Aleksandar Markovic wrote: > > > > > > On Sunday, November 24, 2019, Helge Deller del...@gmx.de>> wrote: > > > > On 23.11.19 12:34, Aleksandar Markovic wrote: > > > On Thursday, November 21, 2019, Helge Deller

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-24 Thread Helge Deller
On 24.11.19 13:10, Aleksandar Markovic wrote: > > > On Sunday, November 24, 2019, Helge Deller > wrote: > > On 23.11.19 12:34, Aleksandar Markovic wrote: > > On Thursday, November 21, 2019, Helge Deller

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-24 Thread Aleksandar Markovic
On Sunday, November 24, 2019, Helge Deller wrote: > On 23.11.19 12:34, Aleksandar Markovic wrote: > > On Thursday, November 21, 2019, Helge Deller del...@gmx.de>> wrote: > > > > The strace functionality in qemu-user lacks the possibility to trace > > which real values get returned to poi

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-24 Thread Helge Deller
On 23.11.19 12:34, Aleksandar Markovic wrote: > On Thursday, November 21, 2019, Helge Deller > wrote: > > The strace functionality in qemu-user lacks the possibility to trace > which real values get returned to pointers in userspace by syscalls. > > For example, t

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-23 Thread Aleksandar Markovic
On Thursday, November 21, 2019, Helge Deller wrote: > The strace functionality in qemu-user lacks the possibility to trace > which real values get returned to pointers in userspace by syscalls. > > For example, the read() and getcwd() syscalls currently only show the > destination address where t

Re: [PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191121201448.ga3...@ls3530.fritz.box/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] linux-user: Improve strace output for read() and getcwd() Type: series Message-id: 20191121201448.ga3

[PATCH] linux-user: Improve strace output for read() and getcwd()

2019-11-21 Thread Helge Deller
The strace functionality in qemu-user lacks the possibility to trace which real values get returned to pointers in userspace by syscalls. For example, the read() and getcwd() syscalls currently only show the destination address where the syscalls should put the return values: 2532 read(3,0xff80038