GEP (GDB Enhanced Prompt) - a GDB plug-in to enhance your GDB with fzf history search, fish-like autosuggestions, tab auto-completion with fzf, and more!
MIT License
98
stars
7
forks
source link
Error in `gdb.prompt_hook` might cause infinite loop #21
If we set
gdb.prompt_hook
as following:GEP will step into an infinite loop after the first prompt.