]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/rust-windbg.cmd
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[rust.git] / src / etc / rust-windbg.cmd
index 4cdd6b9860996b8218a95fd9e2b33a33bd14a527..2deb2a03a397646a84dc928f1c35a15a91b5e476 100644 (file)
@@ -1,18 +1,8 @@
 @echo off
 setlocal
 
-REM Copyright 2014 The Rust Project Developers. See the COPYRIGHT
-REM file at the top-level directory of this distribution and at
-REM http://rust-lang.org/COPYRIGHT.
-REM
-REM Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-REM http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-REM <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-REM option. This file may not be copied, modified, or distributed
-REM except according to those terms.
-
 for /f "delims=" %%i in ('rustc --print=sysroot') do set rustc_sysroot=%%i
 
 set rust_etc=%rustc_sysroot%\lib\rustlib\etc
 
-windbg -c ".nvload %rust_etc%\libcore.natvis;.nvload %rust_etc%\libcollections.natvis;" %*
\ No newline at end of file
+windbg -c ".nvload %rust_etc%\intrinsic.natvis; .nvload %rust_etc%\liballoc.natvis; .nvload %rust_etc%\libcore.natvis;" %*