From 493e76f8140aa10ac5b21eff2cd3dd29a1d61421 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 28 Feb 2018 17:13:17 +0800 Subject: [PATCH] commit gdb --- tools/gdb.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/gdb.txt b/tools/gdb.txt index 6df7ed8..2223a7b 100644 --- a/tools/gdb.txt +++ b/tools/gdb.txt @@ -1,6 +1,6 @@ ############################################################################## # GDB CHEATSHEET (中文速查表) - by skywind (created on 2018/02/20) -# Version: 7, Last Modified: 2018/02/27 05:35 +# Version: 8, Last Modified: 2018/02/28 17:13 # https://github.com/skywind3000/awesome-cheatsheets ############################################################################## @@ -236,6 +236,8 @@ cgdb http://cgdb.github.io/ emacs http://gnu.org/software/emacs gdbgui https://github.com/cs01/gdbgui +GDB 图形化前端评测 http://www.skywind.me/blog/archives/2036 + ############################################################################## # References