emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 98748aa6e62: ; New command alias xprint for LLDB


From: Gerd Moellmann
Subject: master 98748aa6e62: ; New command alias xprint for LLDB
Date: Sun, 15 Oct 2023 03:40:47 -0400 (EDT)

branch: master
commit 98748aa6e62488dd088e0ff0bd1d81d770c8abde
Author: Gerd Möllmann <gerd.moellmann@gmail.com>
Commit: Gerd Möllmann <gerd.moellmann@gmail.com>

    ; New command alias xprint for LLDB
---
 src/.lldbinit | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/.lldbinit b/src/.lldbinit
index f5fcdd7b597..a5789f49122 100644
--- a/src/.lldbinit
+++ b/src/.lldbinit
@@ -30,4 +30,7 @@ script -- sys.path.append('../etc')
 # Load our Python files
 command script import emacs_lldb
 
+# Print with children provider, depth 2.
+command alias xprint frame variable -P 2
+
 # end.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]