]> git.proxmox.com Git - rustc.git/blame - src/etc/rust-windbg.cmd
New upstream version 1.20.0+dfsg1
[rustc.git] / src / etc / rust-windbg.cmd
CommitLineData
7cac9316
XL
1@echo off
2setlocal
3
4REM Copyright 2014 The Rust Project Developers. See the COPYRIGHT
5REM file at the top-level directory of this distribution and at
6REM http://rust-lang.org/COPYRIGHT.
7REM
8REM Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
9REM http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
10REM <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
11REM option. This file may not be copied, modified, or distributed
12REM except according to those terms.
13
14for /f "delims=" %%i in ('rustc --print=sysroot') do set rustc_sysroot=%%i
15
16set rust_etc=%rustc_sysroot%\lib\rustlib\etc
17
041b39d2 18windbg -c ".nvload %rust_etc%\liballoc.natvis; .nvload %rust_etc%\libcore.natvis;" %*