Open wrenger opened 8 months ago
Because this comment:
has been added in 732962cba98883326769cc753e052a0f7e5e1bed, that is 5 years ago, and the issue has been fixed in 2022...
Anyway 13.1 is still pretty new, Ubuntu 22.04 still ships with GDB 12.1.
Will migrate to that eventually, thanks for the heads up.
The dashboard has a few issues when gdb connects to the qemu gdb stub. One of which is the parsing function for breakpoints, which can't handle hardware breakpoints.
Why did you decide to parse the output instead of using
gdb.breakpoints()
? The provided issue (https://sourceware.org/bugzilla/show_bug.cgi?id=18385) has been fixed since 13.1.