comctl32/tests: DateTimePicker and MonthCalendar controls only support Gregorian...
[wine] / dlls / dbghelp /
2010-08-16  Jacek Cabandbghelp: Silence template related dwarf FIXMEs.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-05  Eric Pouechdbghelp: Added support for CFA save/restore operation.
2010-06-28  Eric Pouechdbghelp: Parse correctly DW_LNE_set_discriminator.
2010-06-28  Eric Pouechdbghelp: When unwinding i386 stacks, update CONTEXT...
2010-06-28  Eric Pouechdbghelp: Correctly handle the RULE_EXPRESSION when...
2010-06-28  Eric Pouechdbghelp: Set the correct word size when unwinding stack...
2010-06-28  Eric Pouechdbghelp: Ensure we can try to load COFF symbols if...
2010-06-28  Eric Pouechdbghelp: Test validity of COFF symbol table against...
2010-06-28  Eric Pouechdbghelp: Fix the localization of section table while...
2010-06-28  Paul Chitescudbghelp: Provide a non-NULL number of bytes read to...
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-08  Eric Pouechdbghelp: Properly manage in dbghelp interfaces local...
2010-06-08  Eric Pouechdbghelp: Ensure that local variables and parameter...
2010-06-08  Eric Pouechdbghelp: In dwarf parser, properly handle array without...
2010-06-07  Marcus Meissnerdbghelp: Add 2 new darf defines and implement DW_OP_sta...
2010-05-28  André Hentscheldbghelp: Use the available PowerPC functions.
2010-05-26  Gerald Pfeiferdbghelp: Remove variable basic_block which is not reall...
2010-05-10  Eric Pouechdbghelp: Protect PE's COFF table reading against bogus...
2010-04-08  Eric Pouechdbghelp: When trying to enumerate locals & parameters...
2010-04-07  Eric Pouechdbghelp: Added support for DW_CFA_GNU_args_size.
2010-04-02  Eric Pouechdbghelp: When handling a P augmentation in FDE/DIE...
2010-04-02  Eric Pouechdbghelp: Extend dwarf stack unwinding by reading inform...
2010-04-02  Eric Pouechdbghelp: Store delta used for re-locating a module.
2010-04-02  Eric Pouechdbghelp: Implement the new register methods for x86.
2010-03-29  Mikhail Maroukhinedbghelp: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Eric Pouechdbghelp: When unwinding the stack, stop if the current...
2010-03-29  Eric Pouechdbghelp: Rewrite SymGetModuleBase so that it relies...
2010-03-29  Eric Pouechdbghelp: In dwarf parsing, correctly handle the DW_OP_r...
2010-03-29  Eric Pouechdbghelp: In dwarf attribute parsing, ensure that we...
2010-03-29  Eric Pouechdbghelp: Added preliminary CFA management.
2010-03-29  Eric Pouechdbghelp: Added CFA information to dbghelp's dwarf.h.
2010-03-29  Eric Pouechdbghelp: Extend the CPU object in order to manipulate...
2010-03-29  Eric Pouechdbghelp: Keep the .debug_frame section mapped when...
2010-03-25  Eric Pouechdbghelp: Created a CPU method to map dwarf register...
2010-03-25  Eric Pouechdbghelp: In dwarf parsing, correctly get the size of...
2010-03-25  Eric Pouechdbghelp: Don't try to hardwire the dwarf's "word size...
2010-03-25  Eric Pouechdbghelp: Fixed a couple of portability issues to 64bit...
2010-03-25  Eric Pouechdbghelp: Enhanced x86_64 stack unwinding with PE's...
2010-03-22  Eric Pouechdbghelp: Properly bail out if get an error while readin...
2010-03-22  Eric Pouechdbghelp: Fix local/parameters enumeration on 64bit...
2010-03-22  Eric Pouechdbghelp: Removed the not-useful start_data field out...
2010-03-22  Eric Pouechdbghelp: Implemented SymFunctionTableAccess.
2010-03-22  Eric Pouechdbghelp: Added helper to image_file_map to map also...
2010-03-19  Eric Pouechdbghelp: Move the mach-o information into the modfmt...
2010-03-19  Eric Pouechdbghelp: Moved the ELF's module information into the...
2010-03-19  Eric Pouechdbghelp: Move the PE debug info to the newly define...
2010-03-19  Eric Pouechdbghelp: Create new infrastructure to hold specific...
2010-03-19  Eric Pouechdbghelp: Now that we can keep ELF sections around,...
2010-03-19  Eric Pouechdbghelp: Let dwarf_parse decide on which sections it...
2010-03-19  Eric Pouechdbghelp: Extend the image (ELF/PE) scheme to get the...
2010-03-19  Eric Pouechdbghelp: Keep the file map around for every PE module...
2010-03-19  Eric Pouechdbghelp: Create the notion of image (PE, ELF modules...
2010-03-19  Eric Pouechdbghelp: Extend the ELF image management to PE modules...
2010-03-19  Eric Pouechdbghelp: Make the ELF mapping code easier to use.
2010-03-16  Eric Pouechdbghelp: Store the file map in ELF's module specific...
2010-03-16  Eric Pouechdbghelp: Added helper to free module's specific data...
2010-03-16  Eric Pouechdbghelp: Added full support for DW_FORM_data8 attribute...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-16  Alexandre Julliarddbghelp: Fix a pointer cast.
2010-02-09  André Hentscheldbghelp: Merge dwarf code from ntdll/signal_x86_64.c.
2010-02-09  Alistair Leslie... dbghelp: Add stubs for SymGetLineFromName, SymGetLineFr...
2010-02-08  Alistair Leslie... dbghelp: Add basic support for PVOID64.
2010-02-04  Alexandre Julliarddbghelp: Fix broken sw_read_mem() call in i386 stack...
2010-02-04  Eric Pouechdbghelp: Remove a couple of unnneeded include files.
2010-01-28  Alexandre Julliarddbghelp: Fix the Mac OS build.
2010-01-27  Alexandre Julliarddbghelp: Don't require a 16-bit stack for StackWalk.
2010-01-25  Eric Pouechdbghelp: For PE modules, when no debug info is present...
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2010-01-06  André Hentscheldbghelp: Fix typo in url.
2009-12-31  André Hentscheldbghelp: Fix a typo.
2009-12-29  Eric Pouechdbghelp: Silence a couple of FIXMEs for C++ code.
2009-12-29  Marcus Meissnerdbghelp: Initialize ret (Coverity).
2009-12-24  Eric Pouechdbghelp: Add support for loading dwarf debug informatio...
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.
2009-12-23  Eric Pouechdbghelp: Create a cpu backend to store CPU dependent...
2009-12-22  Eric Pouechdbghelp: Generalize helper to get a string from an...
2009-12-22  Eric Pouechdbghelp: Rewrote stack_walk with 64 bit structures.
2009-12-21  André Hentscheldbghelp: Implement literal dwarf opcodes.
2009-12-18  Eric van Beurdendbghelp: Fix a minidump crash by using the correct...
2009-12-16  Huw Daviesdbghelp: Fix compilation on OSX.
2009-12-15  Marcus Meissnerdbghelp: Check for NULL return from process_find_by_han...
2009-12-15  Eric Pouechdbghelp: Move the core of some line related functions...
2009-12-15  Eric Pouechdbghelp: Fix symt_find_nearest so that it searches...
2009-12-15  Eric Pouechdbghelp: Rewrite the symt* <=> index wrappers to that...
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-12-15  Eric Pouechdbghelp: Fix module on which GetTypeFromName is done.
2009-12-14  Eric Pouechdbghelp: A couple of fixes for dwarf2 support on a...
2009-12-14  Eric Pouechdbghelp: Enforce using 64bit integers for module's...
2009-12-14  Eric Pouechdbghelp: Don't return error when validating a 64bit...
2009-12-14  Eric Pouechdbghelp: Add ELF support but for the current 32 vs...
2009-12-14  Eric Pouechdbghelp: Rewrote the SymRegisterCallback function so...
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-12-14  Eric Pouechdbghelp: Make the module enumeration process compatible...
2009-12-10  Alexandre Julliarddbghelp: Fix an invalid pointer cast.
2009-12-10  Alexandre Julliarddbghelp: Moved addr_to_linear() to stack.c.
2009-12-10  Eric Pouechdbghelp: For mingw32 (stabs debug info), parse the...
2009-12-09  Marcus Meissnerdbghelp: Add a missing NULL check (Coverity).
2009-12-01  Marcus Meissnerdbghelp: Check wImageName for NULL (Coverity).
next