user32/tests: Run the tests again on Win95.
[wine] / dlls / dbghelp /
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).
2009-11-29  Eric Pouechdbghelp: In dwarf parsing, allow 64 bit wide values.
2009-11-23  Eric Pouechdbghelp: Correctly compute offsets in line number infor...
2009-11-23  Eric Pouechdbghelp: Revisit array len description for debug format...
2009-11-17  Eric Pouechdbghelp: Beef up SymRefreshModuleList.
2009-11-16  Andrew Nguyendbghelp: Stub SymRefreshModuleList.
2009-11-13  Eric Pouechdbghelp: Fix the threads stream size.
2009-11-03  Eric Pouechwinedump, dbghelp: In .pdb files (>= VC2005), handle...
2009-10-28  Paul Bolledbghelp: elf_load_file: return if elf_map_file fails.
2009-10-05  Eric Pouechdbghelp: Enhance support for constant values in dwarf...
2009-08-27  Louis Lendersdbghelp: Add version resource.
2009-08-19  Jesse Littondbghelp: Don't double memory allocation on every add.
2009-08-17  Jacek Cabandbghelp: Check for NULL adt before using it in stabs_pt...
2009-08-17  Jacek Cabandbghelp: Use symt_get_name directly in stabs_pts_read_a...
2009-08-17  Jacek Cabandbghelp: Fixed buffer overflow in stabs_parse.
2009-08-14  Jacek Cabandbghelp: Improved arena allocation in pool_alloc.
2009-07-15  Andrew Talbotdbghelp: Constify some variables.
2009-07-14  Eric Pouechdbghelp: Fixed regressions introduced by growing arrays...
2009-07-14  Andrew Talbotdbghelp: Constify some variables.
2009-07-13  Andrew Talbotdbghelp: Constify some variables.
next