Skip to content

Commit 170193c

Browse files
committed
directly point to tuple summary
1 parent 4463c58 commit 170193c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/etc/lldb_commands

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ type synthetic add -l lldb_lookup.synthetic_lookup -x "^enum2\$<.+>::.*$" --cate
7777

7878
# Tuple
7979
type synthetic add -l lldb_lookup.TupleSyntheticProvider -x "^\(.*\)$" --category Rust
80+
type summary add -F lldb_lookup.TupleSummaryProvider -x "^\(.*\)$" --category Rust
8081

8182
## MSVC
8283
type synthetic add -l lldb_lookup.MSVCTupleSyntheticProvider -x "^tuple\$<.+>$" --category Rust

0 commit comments

Comments
 (0)