cs01/gdbgui
在 GitHub 查看Source file search overlay similar to sublime/atom/chrome debugger's ctrl+p
Open
#192 创建于 2018年5月11日
featurehelp wanted
仓库指标
- Star
- (6,592 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Hi,
I was just wondering whether gdbgui provides a way to quick access the source files of the binary, maybe through fuzzy search. For example chrome debugger supports this with Ctrl+p.
AFAIK the source files are retrievable from gdb with the info source command.