From: Gerd Möllmann Date: Sun, 15 Oct 2023 07:40:24 +0000 (+0200) Subject: ; New command alias xprint for LLDB X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98748aa6e62488dd088e0ff0bd1d81d770c8abde;p=emacs.git ; New command alias xprint for LLDB --- 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.