dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / winedbg / be_x86_64.c
2012-05-29  Alexandre Julliardwinedbg: Fix some pointer conversion warnings.
2012-05-09  Eric Pouechwinedbg: Fix printing of fp registers for x86_64 CPU.
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2012-01-03  Eric Pouechwinedbg: In x86_64 backend, now recognize 'rep ret...
2011-01-28  Alexandre Julliardwinedbg: Add dumping of floating point registers for...
2011-01-10  Eric Pouechwinedbg: Added CPU method for identifying a jmp insn...
2010-04-13  Eric Pouechwinedbg: Describe pointer size in CPU backend structure.
2010-04-07  Eric Pouechwinedbg: Allow using 8-byte long hardware assisted...
2010-03-29  Eric Pouechwinedbg: Store for context variables only the offsets...
2010-02-04  Eric Pouechwinedbg: Implement is_func_call on x86_64 CPU.
2010-02-04  Eric Pouechwinedbg: Implemented is_step_over method for x86-64...
2010-02-04  Eric Pouechwinedbg: Implemented is_break_insn for x86-64 CPUs.
2010-02-04  Eric Pouechwinedbg: Implemented is_function_return method for...
2010-02-04  Eric Pouechwinedbg: Implement float fetching for x86-64 debugger.
2010-02-04  Eric Pouechwinedbg: Add disassembly capacity to x86-64 backend.
2010-02-04  Eric Pouechwinedbg: For x86-64 CPU, fix $rip variable definition.
2009-12-22  Eric Pouechwinedbg: Push the correct machine type to StackWalk.
2009-12-15  Eric Pouechwinedbg: Implement breakpoint management for x86_64...
2009-12-14  Eric Pouechwinedbg: For the x86_64 backend, fetch all the integral...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-05-01  Alexandre Julliardwinedbg: Implement single step for x86_64.
2009-05-01  Alexandre Julliardwinedbg: Fix formatting of the flag register bits.
2009-04-15  Dmitry Timoshkovwinedbg: Fix a typo in the comment.
2009-04-08  Alexandre Julliardwinedbg: Add context dumping for x86_64.
2008-10-18  Alexandre Julliardprograms: Convert source files to utf-8.
2007-05-24  Dmitry Timoshkovwinedbg: Fix a problem revealed by compilation in 64...
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-07-11  Ge van Geldorpwinedbg: Implement some x86_64 backend routines.
2006-07-03  Ge van Geldorpwinedbg: Implement be_x86_64_init_registers.
2006-06-20  Ge van Geldorpwinedbg: Added x86_64 support.