-
This is a meta-issue to discuss + track `gdbstub`'s LLDB compatibility story.
### Overview
LLDB uses the GDB Remote Serial Protocol for remote debugging, and for the most part, LLDB works "out …
-
Hello, I'm trying write new overlay with teslalib, but it crashes, and I don't know why.
How I can use atmosphere gdbstub implementation for debug my overlay?
-
HW Side: Debug Module, talking over AWS OCL port to host-side.
Host-side: Connect to debugger (GDB).
Functionality: Control HW completely, from GDB.
Status: HW Side is done. Host-side: pre-step dem…
-
LLDB requires that the full list of registers is provided.
For example, for rv32, this string is currently returned:
```rs
fn target_description_xml() -> Option
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Update the gdb code to make use of the new gdbstub API introduced with 0.6. This will simpli…
-
Hi,
I'm on MAME 0198 (OSX) and wondering how to stop a running debugger from the lua console.
I also tried the gdbstub lua script but also without success.
Here is what I've tried.
1. started…
-
So, I came across this project while fiddling around with SerialICE for coreboot dev purposes.
The handbook mentions avatar2 can still do a GDBTarget, but as far as I can see there is no
gdbstub fir…
-
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 [GDB Remote Serial Protocol](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html) is implemented by several debugging targets, including [kgdb for the Linux kernel](https://www.kernel.o…
-
https://github.com/EEESlab/tricore-gcc-toolchain-11.3.0
This is a complete free and open source implementation of tricore-elf-gcc based on GCC 11.3. The compiler works good and supports many architec…