On 21/03/2018 14:29, Howard Spoelstra wrote: > Obviously not, but this doesn't make things better... ;-) > > C:\qemu-debugging>gdb --args c:\qemu-master\qemu-system-ppc.exe -L > c:\qemu-master\pc-bios -boot d -m 256 -M mac99 -prom-env > "boot-args=-v" -prom-env "auto-boot?=true" -prom-env "vga-ndrv?=true" > -drive > file=c:\Mac-disks\debian-9.0-powerpc-NETINST-1.iso,format=raw,media=cdrom > -device usb-mouse -device usb-kbd -netdev user,id=network01 -device > sungem,netdev=network01,mac=52:54:00:12:34:56 -sdl -drive > file=c:\Mac-disks\9.2.img,format=raw,media=disk > This binary was built by Equation Solution <http://www.Equation.com>. > GNU gdb (GDB) 7.12 > Copyright (C) 2016 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-w64-mingw32". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>. > Find the GDB manual and other documentation resources online at: > <http://www.gnu.org/software/gdb/documentation/>. > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from c:\qemu-master\qemu-system-ppc.exe...done.
You need to "r"un the program here. :) Also probably "b aio_context_set_poll_params" is useful before you run the program, to trap the moment in which the function is called. Thanks, Paolo > (gdb) thread apply all bt full > (gdb) bt > No stack. > (gdb) > > Best, > Howard >