diff options
| author | Walnut <39544927+Walnut356@users.noreply.github.com> | 2024-11-29 19:19:12 -0600 |
|---|---|---|
| committer | Walnut <39544927+Walnut356@users.noreply.github.com> | 2024-11-29 19:19:12 -0600 |
| commit | 9b4a247190574056b93b01ed50d272e71d07ba71 (patch) | |
| tree | c3bfb531c2fb392e947b7c2d372689f4829bc416 | |
| parent | 8ecac88d7a999afbcb6cf9f35ee4ef0589095e55 (diff) | |
| download | rust-9b4a247190574056b93b01ed50d272e71d07ba71.tar.gz rust-9b4a247190574056b93b01ed50d272e71d07ba71.zip | |
add explicit synthetic lookup for tuples
| -rw-r--r-- | src/etc/lldb_commands | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/lldb_commands b/src/etc/lldb_commands index 2811a00d898..ef0c3740f03 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 synthetic add -l lldb_lookup.synthetic_lookup -x "^(.*)$" --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 |
