Skip to content

Commit 25a5ea7

Browse files
committed
Add patched backtrace crate
- Get rid of RtlCaptureContext import, manually implement it - Add support for older dbghelp versions. With this, backtraces on XP+ are supported out of the box. It seems that the "best" version for old systems is the one from VS2005, found in "Microsoft Visual Studio 8\Common7\IDE\dbghelp.dll". This one is compiled with 9x support (unlike the VS2003 one!).
1 parent 4e78d9e commit 25a5ea7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
shallow = true
3434
[submodule "library/backtrace"]
3535
path = library/backtrace
36-
url = https://github.com/rust-lang/backtrace-rs.git
36+
url = https://github.com/rust9x/backtrace-rs.git
3737
shallow = true
3838
[submodule "src/tools/rustc-perf"]
3939
path = src/tools/rustc-perf

0 commit comments

Comments
 (0)