]> git.eshelyaron.com Git - emacs.git/commitdiff
; New command alias xprint for LLDB
authorGerd Möllmann <gerd.moellmann@gmail.com>
Sun, 15 Oct 2023 07:40:24 +0000 (09:40 +0200)
committerGerd Möllmann <gerd.moellmann@gmail.com>
Sun, 15 Oct 2023 07:40:24 +0000 (09:40 +0200)
src/.lldbinit

index f5fcdd7b59724ae9de789bf08a3d76b95996ec88..a5789f49122508968b03fbaa63f71f1f66727edb 100644 (file)
@@ -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.