From 98748aa6e62488dd088e0ff0bd1d81d770c8abde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Sun, 15 Oct 2023 09:40:24 +0200 Subject: [PATCH] ; 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. -- 2.39.5