Skip to content

Commit

Permalink
No synthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 11, 2020
1 parent 323c53b commit beab8ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pretty-std-collections.debugger.script
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
settings set auto-confirm true
version
command script import lldb_lookup.py
type synthetic add -l lldb_lookup.synthetic_lookup -x '.*' --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 '^&str$' --category Rust
type summary add -F lldb_lookup.summary_lookup -e -x -h '^&\[.+\]$' --category Rust
Expand Down

0 comments on commit beab8ae

Please sign in to comment.