From 851a177a1ad08b4e00f3516200f25752d36b4632 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Tue, 27 Feb 2018 05:37:08 +0800 Subject: [PATCH] update gdb.txt --- tools/gdb.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/gdb.txt b/tools/gdb.txt index 3fb649c..6df7ed8 100644 --- a/tools/gdb.txt +++ b/tools/gdb.txt @@ -1,6 +1,6 @@ ############################################################################## # GDB CHEATSHEET (中文速查表) - by skywind (created on 2018/02/20) -# Version: 6, Last Modified: 2018/02/27 05:16 +# Version: 7, Last Modified: 2018/02/27 05:35 # https://github.com/skywind3000/awesome-cheatsheets ############################################################################## @@ -241,9 +241,11 @@ gdbgui https://github.com/cs01/gdbgui # References ############################################################################## +https://sourceware.org/gdb/current/onlinedocs/gdb/ 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 +http://security.cs.pub.ro/hexcellents/wiki/kb/toolset/gdb # vim: set ts=4 sw=4 tw=0 noet ft=gdb: