From: Corey Farwell Date: Wed, 26 Apr 2017 03:05:54 +0000 (-0400) Subject: Rollup merge of #39983 - AndrewGaspar:rust-windbg, r=brson X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=27fbe8cbca09b9908288faebb59ea34a2c89bc8e;p=rust.git Rollup merge of #39983 - AndrewGaspar:rust-windbg, r=brson Adds rust-windbg.cmd script Adds rust-gdb/rust-lldb equivalent for windbg that loads the Rust .natvis files on start. This change modifies the bootstrap code to add rust-windbg to bin and the .natvis files to lib/rustlib/etc. Example usage from cmd or PowerShell: ``` rust-windbg -c "bu rs_f442289d74765418!rs::main;g" target\debug\rs.exe ``` --- 27fbe8cbca09b9908288faebb59ea34a2c89bc8e