search for: rtlcapturecontext

Displaying 12 results from an estimated 12 matches for "rtlcapturecontext".

2017 Aug 03
0
Wine release 2.14
...msvcrt: Set errno through the _matherr function. ucrtbase/tests: Add tests for math function errors. Alexandre Julliard (26): ntdll: Add an assembly wrapper to return correct values for the current thread in NtGetContextThread. ntdll: Get some values from the parent stackframe in RtlCaptureContext. ntdll: Use RtlCaptureContext also in RtlUnwind. krnl386: Simplify a couple of register functions. krnl386: Add a simple wrapper for CommonUnimpStub instead of saving/restoring all registers. user32: Reduce the cursor height if it also includes the mask. user32: Always...
2020 Aug 16
3
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
Martin, good to hear from you. Thanks for the effort - I will test on 32bit and 64bit Windows 10. I will report ASAP. Ivan On Sun, Aug 16, 2020 at 8:42 PM Martin Storsjö <martin at martin.st> wrote: > On Sat, 15 Aug 2020, Ivan Serdyuk wrote: > > > > > > > On Sat, Aug 15, 2020 at 8:39 PM Martin Storsjö <martin at martin.st> wrote: > > Hi, > >
2015 Jun 26
0
Wine release 1.7.46
...2_7: Move object creation to avoid forward declaration. xaudio2_7: Simplify object creation. xaudio2_7: Wrap long lines. include: Upgrade interface definitions to XAudio2 2.8. Andr? Hentschel (7): include: Rename 64-bit PState to 32-bit Cpsr on ARM64. ntdll: Implement RtlCaptureContext on ARM64. ntdll: Fix CONTEXT_ARM in RtlCaptureContext. winebuild: Create stubs for ARM64. ntdll: Set platform register x18 to TEB on ARM64. ntdll: Set TPIDRURW inline on ARM. include: Add IMAGE_LOAD_CONFIG_DIRECTORY64 definition. Aric Stewart (4): include: Add d...
2011 Apr 29
0
Wine release 1.3.19
...i64. Andr? Hentschel (39): include: Add more cv_call types. winedbg: Add ARM string for minidump. winedbg: Add more ARM registers to the map. ntdll: Fix setting the ExceptionAddress on ARM. dbghelp: Implement arm_map_dwarf_register. ntdll: Add implementation for RtlCaptureContext on ARM. ntdll: Trace context on ARM. winedbg: Implement be_arm_print_context. dbghelp: Implement arm_fetch_regname. dbghelp: Implement arm_fetch_context_reg. winedbg: Implement be_arm_get_register_info. winedbg: Be more verbose about what's not done. nt...
2011 Feb 04
0
Wine release 1.3.13
...olfp. msvcrt: Add a non-optimized implementation for the SSE2 math functions. include: Add a prototype for RtlUnwindEx on x86_64. ntdll: Capture the context inside RtlUnwindEx instead of assuming it's already initialized. ntdll: Avoid copying and restoring the context in RtlCaptureContext for x86_64. ntdll: Implement set_cpu_context for x86_64 directly instead of using the winebuild-generated code. ntdll: Implement RtlRaiseException for x86_64 directly instead of using the winebuild-generated code. ntdll: Get rid of support for register entry points on x86_64....
2020 Aug 28
0
Wine release 5.16
...registers in the arm64 virtual unwind test. ntdll: Implement the arm64 machine frame and context unwind opcodes. ntdll/tests: Add a larger testcase covering most arm64 unwinding opcodes. ntdll: Fix arm64 jump buffer float restoration. ntdll: Capture vector registers in arm64 RtlCaptureContext. winedump: Fix the dumping of arm64 packed float restoration. Nikolay Sivov (34): combase: Add a function to allocate OLE thread data. combase: Move GetErrorInfo(). combase: Add CoGetErrorInfo() as an alias for GetErrorInfo(). combase: Move SetErrorInfo(). comba...
2019 Aug 16
0
Wine release 4.14
...: Move some directory functions to kernelbase. ntdll: Add support for saving/restoring FPU state on ARM64. ntdll: Use the exception fault code to detect write access on ARM64. ntdll: Preserve the stack red zone on ARM64. ntdll: Save the context from the caller stack frame in RtlCaptureContext() on ARM64. ntdll: Implement setting the thread context on ARM64. ntdll: Don't run exception handlers on the signal stack on ARM64. ntdll: Fix support for breakpoint exceptions on ARM64. wineboot: Only use cpuid on platforms where it makes sense. Alexey Prokhin (1):...
2013 Jun 07
0
Wine release 1.6-rc1
...ns. oleaut32: Always search external references in GetRefTypeInfo. oleaut32: Use implementation bitflag in href. oleaut32: Always read all imports from the typelib. oleaut32: Use the new typelib creation implementation. Andr? Hentschel (9): ntdll: Actually store PC in RtlCaptureContext on ARM. winecfg: Add more room for the license. winetest: Report number of failures in more places. winetest: Set font in resources. difxapi: Add stubs for DriverPackagePreinstall{A,W}. difxapi: Add stubs for DriverPackageInstall{A,W}. difxapi: Add stubs for Driv...
2020 Aug 01
0
Wine release 5.14
...RM64. ntdll: Use a syscall thunk for NtGetContextThread(). ntdll: Reimplement RtlRaiseException() to build a correct context on ARM. ntdll/tests: Fix vectored exception handler usage. ntdll/tests: Enable more exception tests on ARM platforms. ntdll/tests: Add tests for RtlCaptureContext() and NtGetContextThread() on x86_64. ntdll/tests: Add thread context test for ARM platforms. Alistair Leslie-Hughes (1): ws2_32: Correct returned error code for an invalid socket. Anton Baskanov (6): amstream/tests: Fix AMMultiMediaStream::OpenFile test. amstream/tests: F...
2020 Jun 05
0
Wine release 5.10
...-fasynchronous-unwind-tables to the compiler. ntdll: Fix handling of the save_lrpair unwind opcode. ntdll: Fix byte vs register units in unwind_packed_data. ntdll: Pass a nonnull handler_data in when continuing after a collided unwind. ntdll: Store the real stack pointer in RtlCaptureContext. ntdll: Fix unwinding functions that end with a branch instruction. wine/asm.h: Use __ASM_CFI on clang too, despite not defining __GCC_HAVE_DWARF2_CFI_ASM. ntdll: Implement RtlRestoreContext. ntdll: Keep the previous iteration of NonVolatileRegisters in call_function_handler...
2008 Dec 05
0
Wine release 1.1.10
...races. gdiplus/tests: Don't cast pointers to integers. imm32/tests: Don't use a pointer in an ok test. ntdll/tests: Use the correct prototype for RtlAllocateHeap/RtlReAllocateHeap. quartz: Use FIELD_OFFSET instead of casting a pointer to int. ntdll: Implemented RtlCaptureContext. Avoid including time.h before winsock.h in tests. browseui: Make a function static. comctl32: Make a function static. d3d8: Make a function static. d3d9: Make some functions static. d3d9_36: Make a function static. d3dxof: Make some functions static....
2009 Jan 16
0
Wine release 1.1.13
...cations. include: Document offsets in the x86_64 context structure. winebuild: Implement register entry points for x86_64. ntdll: Implement relay debugging for register entry points on x86_64. ntdll: Print exception context on x86_64. ntdll: Replaced get_cpu_context by RtlCaptureContext. Implemented it for x86_64. kernel32: Moved _DebugOutput to kernel16.c. kernel32: Moved the 16-bit WOW thunk routines to thunk.c. kernel32: #ifdef out some code that is not needed on non-i386. winefile: Get rid of hack to load vswprintf from msvcrt. regedit: Fix intege...