]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sat, 23 Nov 2019 07:27:17 +0000 (07:27 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 Nov 2019 07:27:17 +0000 (07:27 +0000)
commit9420ff4c0ebea44b167d530bb59f9d5721d8ff0b
tree83f6563bf56a871442a4909c363273394901073d
parentd9025395c8e46599f062216c818e3388e597d553
parent839d58ca56581c432d537ccca7a04010535d748c
Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michaelwoerister

debuginfo:  Support for std::collections::Hash* in windows debuggers.

Okay, I finally needed to debug code involving a HashMap!  Added support for HashSet s as well.

r? @michaelwoerister

### Local Testing

Verified these are passing locally:
```cmd
:: cmd.exe
python x.py test --stage 1 --build x86_64-pc-windows-msvc src/test/debuginfo
python x.py test --stage 1 --build i686-pc-windows-msvc src/test/debuginfo
python x.py test --stage 1 src/tools/tidy

:: MinGW MSYS2
./x.py test --stage 1 --build x86_64-pc-windows-gnu src/test/debuginfo
```

### Related Issues

* https://github.com/rust-lang/rust/issues/36503
* https://github.com/rust-lang/rust/issues/40460
* https://github.com/rust-gamedev/wg/issues/20