about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWalnut <39544927+Walnut356@users.noreply.github.com>2024-11-28 08:09:45 -0600
committerWalnut <39544927+Walnut356@users.noreply.github.com>2024-11-28 08:09:45 -0600
commit8ecac88d7a999afbcb6cf9f35ee4ef0589095e55 (patch)
treeb0aed4e1afef7aa5f22763b5b6ea97957ee3d3b9
parent673b3d380fb2e0607bfdd875eafd0bffa81e0a91 (diff)
downloadrust-8ecac88d7a999afbcb6cf9f35ee4ef0589095e55.tar.gz
rust-8ecac88d7a999afbcb6cf9f35ee4ef0589095e55.zip
force expanded formatting for non-synthetic types
-rw-r--r--src/etc/lldb_commands1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/lldb_commands b/src/etc/lldb_commands
index 8a2ed0835b7..2811a00d898 100644
--- a/src/etc/lldb_commands
+++ b/src/etc/lldb_commands
@@ -18,6 +18,7 @@ type synthetic add -l lldb_lookup.synthetic_lookup -x "^(core::([a-z_]+::)+)NonZ
 type synthetic add -l lldb_lookup.synthetic_lookup -x "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
 type synthetic add -l lldb_lookup.synthetic_lookup -x "^(std::([a-z_]+::)+)PathBuf$" --category Rust
 type synthetic add -l lldb_lookup.synthetic_lookup -x "^&(mut )?(std::([a-z_]+::)+)Path$" --category Rust
+type summary add -F _ -e -x -h "^.*$" --category Rust
 type summary add -F lldb_lookup.summary_lookup  -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
 type summary add -F lldb_lookup.summary_lookup  -e -x -h "^&(mut )?str$" --category Rust
 type summary add -F lldb_lookup.summary_lookup  -e -x -h "^&(mut )?\\[.+\\]$" --category Rust