From d9ec569e57209cb7ea822190b13b46a8c6de227c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 5 Jul 2021 10:45:50 +0800 Subject: [PATCH] PUB @amwps290 https://linux.cn/article-13550-1.html --- .../20210517 How to look at the stack with gdb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20210517 How to look at the stack with gdb.md (99%) diff --git a/translated/tech/20210517 How to look at the stack with gdb.md b/published/20210517 How to look at the stack with gdb.md similarity index 99% rename from translated/tech/20210517 How to look at the stack with gdb.md rename to published/20210517 How to look at the stack with gdb.md index 8a6a8a3975..5c2f5ced83 100644 --- a/translated/tech/20210517 How to look at the stack with gdb.md +++ b/published/20210517 How to look at the stack with gdb.md @@ -4,8 +4,8 @@ [#]: collector: "lujun9972" [#]: translator: "amwps290" [#]: reviewer: "wxy" -[#]: publisher: " " -[#]: url: " " +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-13550-1.html" 使用 GDB 查看程序的栈空间 ======