projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ddff8
)
; New command alias xprint for LLDB
author
Gerd Möllmann
<gerd.moellmann@gmail.com>
Sun, 15 Oct 2023 07:40:24 +0000
(09:40 +0200)
committer
Gerd Möllmann
<gerd.moellmann@gmail.com>
Sun, 15 Oct 2023 07:40:24 +0000
(09:40 +0200)
src/.lldbinit
patch
|
blob
|
history
diff --git
a/src/.lldbinit
b/src/.lldbinit
index f5fcdd7b59724ae9de789bf08a3d76b95996ec88..a5789f49122508968b03fbaa63f71f1f66727edb 100644
(file)
--- 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.