Re: [PATCH v3 04/12] linux-user: Log failing executable in EXCP_DUMP()

2022-09-25 Thread Laurent Vivier
Le 18/09/2022 à 21:45, Helge Deller a écrit : Enhance the EXCP_DUMP() macro to print out the failing program too. During debugging it's sometimes hard to track down the actual failing program if you are e.g. building a whole debian package. Signed-off-by: Helge Deller --- linux-user/cpu_loop-

Re: [PATCH v3 04/12] linux-user: Log failing executable in EXCP_DUMP()

2022-09-18 Thread Philippe Mathieu-Daudé via
On 18/9/22 21:45, Helge Deller wrote: Enhance the EXCP_DUMP() macro to print out the failing program too. During debugging it's sometimes hard to track down the actual failing program if you are e.g. building a whole debian package. Signed-off-by: Helge Deller --- linux-user/cpu_loop-common.h

[PATCH v3 04/12] linux-user: Log failing executable in EXCP_DUMP()

2022-09-18 Thread Helge Deller
Enhance the EXCP_DUMP() macro to print out the failing program too. During debugging it's sometimes hard to track down the actual failing program if you are e.g. building a whole debian package. Signed-off-by: Helge Deller --- linux-user/cpu_loop-common.h | 2 ++ 1 file changed, 2 insertions(+)