-
# Motivation
There exists a group of PROS users who want better debugging features for the PROS ecosystem. Currently users must print their variables to the terminal or screen in order to debug their…
-
See https://sourceware.org/gdb/onlinedocs/gdb/File_002dI_002fO-Overview.html#File_002dI_002fO-Overview
> The File I/O remote protocol extension (short: File-I/O) allows the target to use the host’s…
-
lldb also supports the GDB-MI protocol, but there are some basic differences on how it is launched compared to gdb.
-
I'm testing Chinese machine vision camera with a stream example. Cameleon expects strictly one LEADER packet, followed by TRAILER packets. An unrecoverable issue is that Cameleon receives TRAILER pack…
-
**Describe the bug**
Under enough USB traffic load, the implementation of `usb_dc_ep_write()` in the stm32 USB driver can cause data corruption. This is because the data pointer it accepts is stored …
-
## Bug report
### Describe the bug
Since upgrading Sheevaplug to Debian Bullseye, MPD update thread hangs on startup.
The music library contains only playlists. No music tracks are visible. Only…
-
LLDB implements the GDB protocol, but we should see if there are any quirks we'd need to support:
https://github.com/llvm-mirror/lldb/blob/master/docs/lldb-gdb-remote.txt
luser updated
6 years ago
-
Currently gdb tries to load symbols for shared libraries by grabbing the file names from tracee memory and trying to read those files in the local filesystem. That won't work well when the local files…
-
Hi, I've been trying to install voltron for use of the binja_dynamics plugin for Binary Ninja.I have tried modifying the script to allow pypi.python.org as a 'trusted source'; however; this seems to d…
-
**Describe the bug**
Hi there,
I've installed the latest `probe-rs-cli` from git commit `222264f4b1393ac8bcb743ee9865f92ba63365db`, and I run this to spin up the GDB server:
```
probe-rs-cl…