atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp / cpu_x86_64.c
2012-03-28  Thomas Faberdbghelp: Fix uninitialized variable usage.
2012-03-16  Alexandre Julliarddbghelp: Add support for jump instructions in function...
2012-01-24  Eric Pouechdbghelp: Allow each CPU backend to save CPU specific...
2012-01-24  Eric Pouechdbghelp: Allow CPU backends to add specific information...
2012-01-23  Eric Pouechdbghelp: In x86-64 support code, fix RUNTIME_FUNCTION...
2012-01-23  Eric Pouechdbghelp: On x86-64 CPUs, add capability to interpret...
2012-01-23  Eric Pouechdbghelp: Fix a couple of bugs in function table interpr...
2011-04-28  Marcus Meissnerdbghelp: Mark internal symbols as hidden.
2011-04-12  Eric Pouechdbghelp: Extended CPU structure by adding a default...
2011-03-14  Eric Pouechdbghelp: Fix unwinding on x86-64 (correct frame and...
2011-03-14  Eric Pouechdbghelp: For the internal functions on x86_64 stack...
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-03-29  Eric Pouechdbghelp: When unwinding the stack, stop if the current...
2010-03-29  Eric Pouechdbghelp: Added preliminary CFA management.
2010-03-29  Eric Pouechdbghelp: Extend the CPU object in order to manipulate...
2010-03-25  Eric Pouechdbghelp: Created a CPU method to map dwarf register...
2010-03-25  Eric Pouechdbghelp: Enhanced x86_64 stack unwinding with PE's...
2010-03-22  Eric Pouechdbghelp: Implemented SymFunctionTableAccess.
2010-02-04  Eric Pouechdbghelp: Remove a couple of unnneeded include files.
2009-12-23  Eric Pouechdbghelp: Add a couple of helpers to struct cpu to help...
2009-12-23  Eric Pouechdbghelp: Hacked a StackWalk implementation for x86_64.