-
Hello, I had trouble compiling this state with a current Debian for some python issue,
so I thought I try to rebase the patches to current gdb upstream.
Doing so I squashed some commits together.
I…
-
**Describe the bug**
GDB comment commands are not supported by eclipse. Any GDB comment cannot be executed successfully and give Undefined command: "". Try "help".
**To Reproduce**
It can be repr…
-
Hello,
First of all thank for this library, it works like a charm. :)
I'm working on a rust wrapper of a java library.
I noticed that when I launch cargo test sometimes one or two of my tests…
-
On macOS Sonoma 14.6.1, M1 MacBook Pro, I cannot build/install avr-gdb from home-brew.
I have successfully installed the main toolchain with `brew install avr-gcc`. When executing `brew install avr…
-
Nix is tricky! It seems like the challenge image might need to be a bit more explicit about things.
This shows that image gdb knows where to find libc debug info:
```
strace /usr/bin/gdb --batch …
-
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…
-
[strnq@bytheway Source]$ sudo gdb -batch-silent -p $(pidof cs2) -ex "call (void*)dlopen(\"$PWD/libOsiris.so\", 2)"
Error while mapping shared library sections:
Could not open `target:/usr/lib/pressu…
-
Find out some memory leak which easy to reproduce: it's enough to run `gdb -v` to have loose 1-2mb of the RAM. I.e. let's say we have 296MB of used ram, that what we have then for 10 `gdb -v` runs:
…
kas1e updated
1 month ago
-
https://www.gonwan.com/2014/07/02/setting-up-pretty-printers-in-gdb/
https://stackoverflow.com/questions/68446026/gdb-not-loading-pretty-printers-in-thread
https://youtrack.jetbrains.com/issue/CPP-1…
-
## Description
When using the `compile code` feature, GDB produces the following error:
```
Could not load libcc1.so: libcc1.so: cannot open shared object file: No such file or directory
```
##…