|
@@ -27,9 +27,11 @@
|
|
|
do { \
|
|
|
CPUState *cs = env_cpu(env); \
|
|
|
fprintf(stderr, fmt , ## __VA_ARGS__); \
|
|
|
+ fprintf(stderr, "Failing executable: %s\n", exec_path); \
|
|
|
cpu_dump_state(cs, stderr, 0); \
|
|
|
if (qemu_log_separate()) { \
|
|
|
qemu_log(fmt, ## __VA_ARGS__); \
|
|
|
+ qemu_log("Failing executable: %s\n", exec_path); \
|
|
|
log_cpu_state(cs, 0); \
|
|
|
} \
|
|
|
} while (0)
|