unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59702: Fix the command line to load the Emacs-specific LLDB commands
       [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
  2022-11-30 15:25   ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-11-29 22:11 UTC (permalink / raw)
  To: 59702

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59702: Fix the command line to load the Emacs-specific LLDB commands
  2022-11-29 22:11 ` bug#59702: Fix the command line to load the Emacs-specific LLDB commands Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-11-30 15:25   ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2022-11-30 15:25 UTC (permalink / raw)
  To: Daniel Martín, 59702-done

Daniel Martín via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

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

Thanks, installed on emacs-29 (commit a699f65936).

For posterity, the flags are documented here:
https://lldb.llvm.org/man/lldb.html





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-30 15:25 UTC | newest]

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

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).