We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecac88 commit 9b4a247Copy full SHA for 9b4a247
src/etc/lldb_commands
@@ -18,6 +18,7 @@ type synthetic add -l lldb_lookup.synthetic_lookup -x "^(core::([a-z_]+::)+)NonZ
18
type synthetic add -l lldb_lookup.synthetic_lookup -x "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
19
type synthetic add -l lldb_lookup.synthetic_lookup -x "^(std::([a-z_]+::)+)PathBuf$" --category Rust
20
type synthetic add -l lldb_lookup.synthetic_lookup -x "^&(mut )?(std::([a-z_]+::)+)Path$" --category Rust
21
+type synthetic add -l lldb_lookup.synthetic_lookup -x "^(.*)$" --category Rust
22
type summary add -F _ -e -x -h "^.*$" --category Rust
23
type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
24
type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
0 commit comments