[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] [Issue] gdb breakpoints don't work
From: |
Nick Renieris |
Subject: |
[Qemu-discuss] [Issue] gdb breakpoints don't work |
Date: |
Fri, 21 Dec 2018 01:58:45 +0200 |
Getting the following for any breakpoint I try to add, after starting:
"Warning:
Cannot insert breakpoint 1.
Cannot access memory at address 0x991420
Command aborted."
I don't think jumping works either.
Command is this:
gdb --args qemu-system-ps4 -bios ./ubios.bin -kernel ./boot.img -drive
file=hdd.qcow2 -drive file=fat:sflash/,read-only=off,media=disk
-monitor stdio -smp 8 -display orbital
Environment is Windows 10 Pro v. 10.0.16299, running on MSYS2 64-bit
(msys2-x86_64-20180531).
QEMU is compiled with '--enable-debug' and '--enable-debug-info'
options (and these
https://github.com/AlexAltea/orbital/blob/master/build.sh#L34-L36).
Symbols are loaded fine in gdb.
This is on a QEMU fork (https://github.com/AlexAltea/orbital-qemu/),
not sure if it matters.
Thank you.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-discuss] [Issue] gdb breakpoints don't work,
Nick Renieris <=