-
### Environment
- OS and version: archlinux
- VS Code: 1.96.0 - insider
- C/C++ extension: 1.23.1
- GDB / LLDB version: GNU gdb (GDB) 15.2
### Bug Summary and Steps to Reproduce
Bug Summary:
Someti…
-
When following [the guide](https://github.com/anydistro/bxt/blob/master/CONTRIBUTING.md#dev-setup) debugging is not possible because it can't find GDB. Running works fine though.
![Screenshot_20240…
-
I'm not sure how to use CUDA's debugger with libreCUDA. If anyone has any resources, please point them out so I can give it a try.
-
An explanation is given here
https://github.com/joshua-smith-12/binutils-gdb-nds/blob/97ef9a7f3683dda35086bfbaaabc22e90a42f48b/gdb/source-cache.c#L28-L39
And you use fstream here
https://github.c…
-
Consider this verilog module:
```
module m;
typedef enum { FALSE, TRUE } u;
//typedef u [0:1] yeah; // "yeah" works
typedef u [0:1] crash; // "crash" segfaults
endmodule
```
This…
-
I have found that the binutils-gdb repo is pretty good for testing compiler changes
-
In the last day or so, our CI started consistently failing on the "rpmbuild debuginfo gdb index included" test for no apparent reason. Investigation reveals this to be a gdb regression, now reported i…
-
via gdb-mi, we will bundle the gdb executable with the debugger
-
Hi,
gdb 10.1 version is not working when CONFIG_DEBUG_INFO_COMPRESSED_ZSTD config is enabled, for this support has been added in latest gdb, can you please share the plan when crash-utility is upg…
-
I have attempted this on my main machine running NixOS, as well as a virtual machine running Ubuntu 24.04. For some reason the debugger never connects. It is getting late now, so I can do some more tr…