unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 59702@debbugs.gnu.org
Subject: bug#59702: Fix the command line to load the Emacs-specific LLDB commands
Date: Tue, 29 Nov 2022 23:11:00 +0100	[thread overview]
Message-ID: <m1lentv2bv.fsf@yahoo.es> (raw)
In-Reply-To: m1lentv2bv.fsf.ref@yahoo.es

[-- Attachment #1: Type: text/plain, Size: 545 bytes --]

Tags: patch


The correct LLDB command to parse the Emacs .lldbinit file is
--local-lldbinit.  The attached patch fixes the typo.

In GNU Emacs 28.2 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00 Version 12.0.1 (Build 21A559))
 of 2022-09-12 built on armbob.lan
Windowing system distributor 'Apple', version 10.3.2113
System Description:  macOS 12.6

Configured using:
 'configure --with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application
 Support/Emacs/site-lisp' --with-modules'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-the-command-line-to-load-the-Emacs-specific-LLDB.patch --]
[-- Type: text/patch, Size: 896 bytes --]

From e1b9ba998bf621ef61f70c24e799e20bb84cd3c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
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 <https://www.gnu.org/licenses/>.
 #
-# 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


       reply	other threads:[~2022-11-29 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m1lentv2bv.fsf.ref@yahoo.es>
2022-11-29 22:11 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-11-30 15:25   ` bug#59702: Fix the command line to load the Emacs-specific LLDB commands Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1lentv2bv.fsf@yahoo.es \
    --to=bug-gnu-emacs@gnu.org \
    --cc=59702@debbugs.gnu.org \
    --cc=mardani29@yahoo.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).