-
We can hook up our emulator with [gdbstub](https://docs.rs/gdbstub/latest/gdbstub/) to support debuggers like gdb and any that speak the same wire protocol (like VSCode).
(Inspired by https://githu…
-
Hi !
I found `plutonium-dbg` because i was looking for an implementation of the GDB `RSP` protocol in Python.
I also happen to be implementing a GDB stub:
https://github.com/Wenzel/pyvmidbg
…
-
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
…
-
We could use https://github.com/luser/rust-gdb-remote-protocol for this.
-
With the start of the lame debugger, we can listen on a socket already. Here's what we get when we attempt to attach the GDB debugger to the lame debugger port:
```
2021-07-12 11:56:56,596 INFO L…
-
```
>>> $QSetDisableASLR:1#ce
-
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 …
-
### Environment
- OS and version: Debian 12
- VS Code: 1.95
- C/C++ extension: v1.22.10
- OS and version of remote machine (if applicable): n/a
- GDB / LLDB version: 13.1
### Bug Summary and Steps …
-
Hey there!
This is a totally shameless plug on my part, but I was wondering if you were aware of the [gdbstub](https://github.com/daniel5151/gdbstub) crate? `gdbstub` provides a generic, typesafe, …
-
In [1] Axel observes that
```
swaks -t foo@example.com --pipe '/usr/lib/sendmail -bs'
```
reliably segfaults nullmailer.
I duplicated this also with
```
swaks -t foo@example.com -…