aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Möllmann2023-10-15 09:40:24 +0200
committerGerd Möllmann2023-10-15 09:40:24 +0200
commit98748aa6e62488dd088e0ff0bd1d81d770c8abde (patch)
treeb02457c4130e86cf69d7c2e9604220f7bfa883cb /src
parent47ddff8ae89117192e5ddac89831c6d3f1c94b8c (diff)
downloademacs-98748aa6e62488dd088e0ff0bd1d81d770c8abde.tar.gz
emacs-98748aa6e62488dd088e0ff0bd1d81d770c8abde.zip
; New command alias xprint for LLDB
Diffstat (limited to 'src')
-rw-r--r--src/.lldbinit3
1 files changed, 3 insertions, 0 deletions
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')
30# Load our Python files 30# Load our Python files
31command script import emacs_lldb 31command script import emacs_lldb
32 32
33# Print with children provider, depth 2.
34command alias xprint frame variable -P 2
35
33# end. 36# end.