]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18422 : michaelwoerister/rust/windows-freeze-fix, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 1 Nov 2014 03:56:44 +0000 (03:56 +0000)
committerbors <bors@rust-lang.org>
Sat, 1 Nov 2014 03:56:44 +0000 (03:56 +0000)
On some Windows versions of GDB this is more stable than setting breakpoints via function names. This is also something I wanted to do for some time now because it makes the tests more consistent.

@brson:
These changes are in response to issue #17540. It works on my machine with the toolchain mentioned in the issue. In order to find out if the problem is really worked around, we also need to make the build bots use the newer GDB version again.


Trivial merge