-
```
What steps will reproduce the problem?
1. ./configure --disable-gcc-ckeck
2. make
3.
What is the expected output? What do you see instead?
Should have worked
Got the error
rm -f gdbstub-xml.c
/…
-
When I run `cargo test gdb` on the main branch and add a print to the `read_addrs` function, https://github.com/hermit-os/uhyve/blob/dc6b01e1294f610af309be44cbdb91c9e623b944/src/linux/gdb/mod.rs#L121
…
-
When using probe-rs with Segger Embedded Studio to debug a MCU, gdbstub seems not able to recognize some commands.
"Client sent an unexpected packet. This should never happen! Please re-run with `log…
-
The `example_no_std` package doesn't build on Windows because it seems to use Unix-specific libc calls:
```
[10:48:46 am] E:/Code/Xous/Core/gdbstub/example_no_std> cargo build --release
Updat…
-
Hi,
It would be great if the xtensa-lx106-elf-gdb binary could be added to take advantage of the the GDB debugger in windows.
https://github.com/espressif/esp-gdbstub
Thanks
-
We could use https://github.com/luser/rust-gdb-remote-protocol for this.
-
https://github.com/daniel5151/gdbstub/pull/25 (which added support for 32-bit PowerPC architectures) raised some interesting questions regarding how `gdbstub` should handle big-endian and bi-endian ta…
-
While testing `pkg bootstrap` with qemu-aarch64-static running on an amd64 host, I came across problems. First, I tried with the current qemu-user-static-devel port (hash 64ff0f0):
```
$ cat test.sh…
-
Hi,
I have a retail N64 rom with debugging symbols, and a .elf file with debugging symbols to go along with it. Is there a way to hook this up to ed64 using this stub? Thanks
-
```
(gdb) help nexti
Step one instruction, but proceed through subroutine calls.
Usage: nexti [N]
Argument N means step N times (or till program stops for another reason).
```
`nexti` is suppose…