GEP icon indicating copy to clipboard operation
GEP copied to clipboard

GEP (GDB Enhanced Prompt) - a GDB plug-in for GDB command prompt with fzf history search, fish-like autosuggestions, tab auto-completion with fzf, partial string matching in history, and more!

Results 3 GEP issues
Sort by recently updated
recently updated
newest added

We should find a way to test the features of GEP. ---- #39 was merged, but there are still many TODOs: - [ ] Add tests for tab auto-completion. -...

testing

Hi, thank you for the convenience brought by this tool to my debugging experience. It is really useful! I find something was wrong when gdb run "layout [src|asm|}regs|split|next|prev]". The specific...

bug
help wanted

Vanilla GDB's autocompletion can't complete breakpoint numbers when the buffer contains commands like `disable` or `enable`. It would be nice if we could complete the breakpoint numbers and preview the...

enhancement