Commit 573c064
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 bc45b0a commit 573c064
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
0 commit comments