Skip to content

Commit 8ecac88

Browse files
committed
force expanded formatting for non-synthetic types
1 parent 673b3d3 commit 8ecac88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/etc/lldb_commands

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type synthetic add -l lldb_lookup.synthetic_lookup -x "^(core::([a-z_]+::)+)NonZ
1818
type synthetic add -l lldb_lookup.synthetic_lookup -x "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
1919
type synthetic add -l lldb_lookup.synthetic_lookup -x "^(std::([a-z_]+::)+)PathBuf$" --category Rust
2020
type synthetic add -l lldb_lookup.synthetic_lookup -x "^&(mut )?(std::([a-z_]+::)+)Path$" --category Rust
21+
type summary add -F _ -e -x -h "^.*$" --category Rust
2122
type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
2223
type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
2324
type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?\\[.+\\]$" --category Rust

0 commit comments

Comments
 (0)