crash-context-0.6.0
Jake-Shadle
released this
03 Apr 12:12
·
24 commits
to main
since this release
Changed
- PR#70 removed the
winapi
dependency in favor of embedded bindings to avoid dependencies. - PR#70 removed the asm implementations for Windows CPU context retrieval in favor of using
RtlCaptureContext
. This means that floating state is not captured, but is otherwise and improvement.
Added
- PR#68 added capture context support for x86 Windows, but this change was supplanted in PR#70 to use
RtlCaptureContext
instead.
Fixed
- PR#71 fixed the definition of
mcontext_t
fori686-unknow-linux
. Thanks @afranchuk!