-
### Environment
- OS and version: KUbuntu 22.04
- VS Code: 1.94.2
- C/C++ extension:v1.22.10
- GDB / LLDB version: 12.1
### Bug Summary and Steps to Reproduce
Bug Summary: When selecting a new fra…
-
From GDB [documentation](https://sourceware.org/gdb/onlinedocs/gdb/Non_002dStop-Mode.html):
GDB supports an optional mode of operation in which you can examine stopped program threads in the debugg…
-
Using ARCv3, in release 2023.09 I cannot enable option "BR2_PACKAGE_GDB_DEBUGGER". In Config.in I can see this line
```
config BR2_PACKAGE_GDB_DEBUGGER
bool "full debugger"
depends on BR2_USE_…
-
The problem is that with the current type, I cannot debug native C programs any more, because "gdb" conflicts with the native.debug extension.
I suggest to use `cob-gdb` or something else instead.
-
The cuda project has their own version of gdb that has enhancements for some cuda related things.
Here's the cuda-gdb project.
https://github.com/NVIDIA/cuda-gdb
And this task I submitted to …
-
0351a629e7 causes mgruberman/Enbugger#13
Enbugger is important module which allows to run perl debugger from inside GDB. That enforces me to sit on 5.36.
-
https://doc.rust-lang.org/nightly/reference/attributes/debugger.html#using-debugger_visualizer-with-gdb
https://github.com/rust-lang/rust/blob/ab0f3e680e4fd50218914b8afa6900a67377721c/compiler/rustc_…
-
### Environment
- OS and version: Windows_NT x64 10.0.19043
- VS Code: Version: 1.90.0 (user setup)
- OS and version of remote machine (if applicable): ARM Linux
- GDB / LLDB version: aarch64-linux-g…
-
Hello,
I'm trying to get the GDB integration working with a build of GDB that supports the TriCore architecture. Right now I'm using this build: https://github.com/NoMore201/tricore-gdb with some min…
-
Not a bug, but it's mildly annoying.
Currently, when rr starts, these lines are logged
```
Really redefine built-in command "restart"? (y or n) [answered Y; input not from terminal]
Really red…