Uh oh!
There was an error while loading. Please reload this page.
Adds rust-windbg.cmd script - #39983
Conversation
rust-highfive
commented
Feb 20, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
alexcrichton
commented
Feb 21, 2017
r? @brson |
alexcrichton
commented
Apr 14, 2017
Sorry for the delay here @AndrewGaspar! I'll try to ping @brson in person soon to help move this along. |
alexcrichton
commented
Apr 20, 2017
Haven't forgotten this, @brson will be back next week from China |
brson
commented
Apr 24, 2017
@bors r+ |
bors
commented
Apr 24, 2017
📌 Commit 9737ee2 has been approved by |
brson
commented
Apr 24, 2017
cc @vadimcn does this look reasonable to you? |
bors
commented
Apr 24, 2017
🔒 Merge conflict |
alexcrichton
commented
Apr 24, 2017
@bors: r=brson |
bors
commented
Apr 24, 2017
📌 Commit 70e6739 has been approved by |
bors
commented
Apr 25, 2017
⌛ Testing commit 70e6739 with merge 10f481d... |
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 ```
frewsxcv
commented
Apr 25, 2017
@bors retry prioritizing rollup |
alexcrichton
commented
Apr 25, 2017
@bors: retry |
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 ```
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 ```
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 ```
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: