GEP
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!
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. -...
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...
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...