ftilde
ftilde
No, unfortunately history saving/loading is not yet implemented and we don't use the gdb history. (I don't think there is a way to do that through the gdbmi API that...
Sorry for taking so long to respond. I've been quite busy with work lately. In general I like the idea and see how it would be useful to something to...
Hi! Nice to hear that you see some potential in ugdb. I was actually thinking about adding support for some more advanced movements (e.g., move forward to the next word...
Hi! The reason that you can't find the file after ugdb crashes is that the pty in question is not the one that your terminal emulator uses/provides, but instead a...
Huh, I had no idea that you could run make from within gdb. I actually use c++ with make at work, but usually run it from within vim or another...
It's been a while, but I just thought of a possible solution to the `make` problem: Replace the widget that currently displays gdb output (an `unsegen::LogViewer`) with a terminal widget...
On 07.12.2021 01:07, Karl Yngve Lervåg wrote: >I've now done the refactoring I mentioned. And so we are getting ready to incorporate your suggestions. However, there are some questions first....
Unfortunately, no. :( Work has continued to be super busy. If someone else wants to take this over, feel free. If not, I definitely plan to come back and finish...
In my testing found I found that rustc/llvm (quite annoyingly) still inlines `#[inline(never)]` functions (at least) when turning on size optimization. (The functions in the other library are actually still...
So, as promised, I just came back to work on this. However, it seems like with the refactorings done in the meantime (especially the pid matching for the zathura instance)...