>From e1b9ba998bf621ef61f70c24e799e20bb84cd3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= Date: Tue, 29 Nov 2022 23:03:42 +0100 Subject: [PATCH] Fix the command line to load the Emacs-specific LLDB commands * src/.lldbinit: Document the correct command to parse .lldbinit files from the current directory. --- src/.lldbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.lldbinit b/src/.lldbinit index 358cea5f8b..5fdac34b78 100644 --- a/src/.lldbinit +++ b/src/.lldbinit @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see . # -# Use 'lldb --local-init' or add to your ~/.lldbinit the line +# Use 'lldb --local-lldbinit' or add to your ~/.lldbinit the line # # settings set target.load-cwd-lldbinit true # -- 2.34.1