From 8ac9a53478dfb1dce5e551be32747b95eb447ef8 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:03:44 -0400 Subject: [PATCH] lldb: move from linux/ to common/, add more info link (#5643) --- pages/{linux => common}/lldb.md | 1 + 1 file changed, 1 insertion(+) rename pages/{linux => common}/lldb.md (85%) diff --git a/pages/linux/lldb.md b/pages/common/lldb.md similarity index 85% rename from pages/linux/lldb.md rename to pages/common/lldb.md index 8255dc7e36..8795ddce4c 100644 --- a/pages/linux/lldb.md +++ b/pages/common/lldb.md @@ -1,6 +1,7 @@ # lldb > The LLVM Low-Level Debugger. +> More information: . - Debug an executable: