crash-context-0.6.0
·
32 commits
to main
since this release
Changed
- PR#70 removed the
winapidependency 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
RtlCaptureContextinstead.
Fixed
- PR#71 fixed the definition of
mcontext_tfori686-unknow-linux. Thanks @afranchuk!