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 查看程序的栈空间 ======