update gdb.txt

pull/7/head
skywind3000 7 years ago
parent a08e2d52af
commit cf4816de69

@ -1,6 +1,6 @@
##############################################################################
# GDB CHEATSHEET (中文速查表) - by skywind (created on 2018/02/20)
# Version: 5, Last Modified: 2018/02/27 00:17
# Version: 6, Last Modified: 2018/02/27 05:16
# https://github.com/skywind3000/awesome-cheatsheets
##############################################################################
@ -13,6 +13,7 @@ gdb object # 正常启动,加载可执行
gdb object core # 对可执行 + core 文件进行调试
gdb object pid # 对正在执行的进程进行调试
gdb # 正常启动,启动后需要 file 命令手动加载
gdb -tui # 启用 gdb 的文本界面
##############################################################################
@ -226,10 +227,21 @@ source {file} # 从文件加载 gdb 命令
quit # 退出 gdb
##############################################################################
# GDB 前端
##############################################################################
gdb-tui 使用 gdb -tui 启动
cgdb http://cgdb.github.io/
emacs http://gnu.org/software/emacs
gdbgui https://github.com/cs01/gdbgui
##############################################################################
# References
##############################################################################
https://kapeli.com/cheat_sheets/GDB.docset/Contents/Resources/Documents/index
http://www.yolinux.com/TUTORIALS/GDB-Commands.html
https://gist.github.com/rkubik/b96c23bd8ed58333de37f2b8cd052c30

Loading…
Cancel
Save