; New command alias xprint for LLDB
This commit is contained in:
parent
47ddff8ae8
commit
98748aa6e6
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue