Re: [Qemu-discuss] Unable to debug 2.5.0 qemu-system-ppc64.exe with gdb

2016-04-08 Thread Jakob Bohm
On 08/04/2016 13:50, trasmus...@ddci.com wrote: In order to find out where certain QEMU functions are called from, using test output is not practical. Therefore I set out to use gdb to debug qemu-system-ppc64.exe (the unstripped version): gdb /cygdrive/c/MinGW/msys/1.0/local/qemu/qemu-system-p

[Qemu-discuss] Unable to debug 2.5.0 qemu-system-ppc64.exe with gdb

2016-04-08 Thread trasmussen
In order to find out where certain QEMU functions are called from, using test output is not practical. Therefore I set out to use gdb to debug qemu-system-ppc64.exe (the unstripped version): gdb /cygdrive/c/MinGW/msys/1.0/local/qemu/qemu-system-ppc64 b pci_host_config_write_common gdb responds