; New command alias xprint for LLDB

This commit is contained in:
Gerd Möllmann 2023-10-15 09:40:24 +02:00
parent 47ddff8ae8
commit 98748aa6e6

View 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.