diff options
| author | Gerd Möllmann | 2023-10-15 09:40:24 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2023-10-15 09:40:24 +0200 |
| commit | 98748aa6e62488dd088e0ff0bd1d81d770c8abde (patch) | |
| tree | b02457c4130e86cf69d7c2e9604220f7bfa883cb /src | |
| parent | 47ddff8ae89117192e5ddac89831c6d3f1c94b8c (diff) | |
| download | emacs-98748aa6e62488dd088e0ff0bd1d81d770c8abde.tar.gz emacs-98748aa6e62488dd088e0ff0bd1d81d770c8abde.zip | |
; New command alias xprint for LLDB
Diffstat (limited to 'src')
| -rw-r--r-- | src/.lldbinit | 3 |
1 files changed, 3 insertions, 0 deletions
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') | |||
| 30 | # Load our Python files | 30 | # Load our Python files |
| 31 | command script import emacs_lldb | 31 | command script import emacs_lldb |
| 32 | 32 | ||
| 33 | # Print with children provider, depth 2. | ||
| 34 | command alias xprint frame variable -P 2 | ||
| 35 | |||
| 33 | # end. | 36 | # end. |