wininet/tests: Improve error reporting in a couple of tests.
[wine] / dlls / dbghelp /
2013-04-01  Andrew Cookdbghelp: Add stubs for SymSetHomeDirectory.
2013-03-05  André Hentscheldbghelp: Remove SPARC support.
2013-03-04  Jeff Muizelaardbghelp: Store the vendor id in the correct order.
2013-01-30  Maarten Lankhorstdbghelp: Add support for zlib compressed debug sections.
2013-01-23  André Hentscheldbghelp: Remove useless code in ARM stack walk.
2013-01-23  André Hentscheldbghelp: Implement rudimentary stack walk for ARM64.
2013-01-16  André Hentscheldbghelp: Add ARM64 support.
2013-01-15  Andrew Talbotdbghelp: Avoid signed-unsigned integer comparisons.
2013-01-09  Alexandre Julliarddbghelp: Use sysconf() instead of getpagesize().
2012-12-17  Andrew Talbotdbghelp: Indentation fix.
2012-10-25  Marcus Meissnerdbghelp: Size of the floating point stack registers...
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-08-15  Michael Stefaniucdbghelp: Remove a superfluous TRUE:FALSE conditional...
2012-06-25  Eric Pouechdbghelp: Added support for index leaves in types defini...
2012-06-04  Gerald Pfeiferdbghelp: Avoid unconditional use of NT_GNU_BUILD_ID.
2012-06-01  Eric Pouechdbghelp: Use build-id information to locate debug infor...
2012-05-21  Eric Pouechdbghelp: Protect COFF line number parsing against out...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-23  André Hentscheldbghelp: Assorted fixes for shadow variables.
2012-03-28  Thomas Faberdbghelp: Fix uninitialized variable usage.
2012-03-26  Michael Stefaniucdbghelp: Print the debug string and not the pointer...
2012-03-16  Alexandre Julliarddbghelp: Add support for jump instructions in function...
2012-03-09  André Hentscheldbghelp: Silence arm_fetch_minidump_module.
2012-03-09  André Hentscheldbghelp: Add arm_fetch_minidump_thread implementation.
2012-02-14  Eric Pouechdbghelp: Fix a couple of traces in dwarf line info...
2012-02-14  Eric Pouechdbghelp: In i386 stack unwinder, only check for NULL...
2012-02-14  Eric Pouechdbghelp: In traces for Dwarf/CFA engine, some offset...
2012-02-14  Eric Pouechdbghelp: In dwarf parser, when looking for FDE/CIE...
2012-02-14  Eric Pouechdbghelp: Correctly initialize module word_size field...
2012-02-14  Eric Pouechdbghelp: Store the 32/64 bitness in the image structure.
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-24  Eric Pouechdbghelp: Add our own thread data gathering struct for...
2012-01-24  Eric Pouechwinedbg, winedump: Embed wine build-id information...
2012-01-23  Eric Pouechdbghelp: Use new regular expression matcher for files.
2012-01-23  Eric Pouechdbghelp: Do all module and symbol names matching using...
2012-01-23  Eric Pouechdbghelp: Rewrote a simple regular expression matcher...
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...
2012-01-23  Eric Pouechdbghelp: Always ensure that 64bit module functions...
2012-01-16  Alexandre Julliarddbghelp: Fix a couple of pointer cast warnings.
2012-01-16  Francois Gougetdbghelp: Fix the position where the calling convention...
2012-01-10  André Hentscheldbghelp: No need for WINE_ prefixed ERR.
2012-01-09  Daniel Lehmandbghelp: Use CDECL calling convention for __unDName...
2012-01-03  Eric Pouechdbghelp: Correctly return flags in SYMBOL_INFO structur...
2011-11-02  André Hentscheldbghelp: Use ARMv7 for debugging.
2011-11-01  André Hentscheldbghelp: Implement SymMatchStringW.
2011-11-01  André Hentscheldbghelp: Rename SymMatchString and forward it to SymMat...
2011-10-17  André Hentscheldbghelp: Rewrite stabs parsing to not need PATH_MAX.
2011-10-11  André Hentscheldbghelp: Remove superfluous PATH_MAX defines.
2011-09-30  Andrew Talbotdbghelp: Mark a fall-through in a switch statement.
2011-09-06  André Hentscheldbghelp: Add some new dwarf enumerations.
2011-08-23  Andrew Talbotdbghelp: Constify some variables.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  André Hentscheldbghelp: One line only for the copyright.
2011-07-18  Austin Englishdbghelp: Add stubs for SymEnumSourceLines/SymEnumSource...
2011-07-11  André Hentscheldbghelp: Remove dead code (clang).
2011-07-05  Frédéric Delanoydbghelp: Remove dead code (Clang).
2011-06-29  André Hentscheldbghelp: Only declare deltapc for i386.
2011-06-01  Andrew Nguyendbghelp: Implement SymEnumSourceFilesW.
2011-05-30  Alistair Leslie... dbghelp: Add stubs SymFromIndex, SymFromIndexW.
2011-05-02  Eric Pouechdbghelp: Enhance a couple of register mapping functions...
2011-05-02  Eric Pouechdbghelp: Don't try to load fieldlist for a forward...
2011-04-29  Peter Urbanecdbghelp: Prevent winedbg page faults when loading some...
2011-04-28  Marcus Meissnerdbghelp: Mark internal symbols as hidden.
2011-04-28  André Hentscheldbghelp: Implement rudimentary stack walk for ARM.
2011-04-27  André Hentscheldbghelp: Implement sparc_map_dwarf_register.
2011-04-19  Austin Englishdbghelp: Get rid of a couple unused variables.
2011-04-19  André Hentscheldbghelp: Set the right ARM frame pointer.
2011-04-18  André Hentscheldbghelp: Implement arm_fetch_context_reg.
2011-04-18  André Hentscheldbghelp: Implement arm_fetch_regname.
2011-04-18  André Hentscheldbghelp: Implement arm_map_dwarf_register.
2011-04-15  Eric Pouechdbghelp: Silence DW_TAG_GNU_call_site objects.
2011-04-15  Eric Pouechdbghelp: Added some missing defines to dwarf.h.
2011-04-14  André Hentscheldbghelp: Implement sparc_get_addr.
2011-04-12  Eric Pouechdbghelp: Extended CPU structure by adding a default...
2011-04-12  Eric Pouechdbghelp: Force void type in const declaration, when...
2011-04-12  Eric Pouechdbghelp: For codeview/bprel symbols force the register...
2011-04-01  Gerald Pfeiferdbghelp: Add a return statement for the default/assert...
2011-03-28  Eric Pouechdbghelp: In const types, force 'void' type when none...
2011-03-28  Eric Pouechdbghelp: Return proper null value when lookup_type...
2011-03-28  Eric Pouechdbghelp: Now that compilers (like clang) start to merge...
2011-03-28  Eric Pouechdbghelp: When parsing .debug_line section in dwarf...
2011-03-14  Eric Pouechdbghelp: Set also reloc_delta information in module...
2011-03-14  Eric Pouechdbghelp: In dwarf debug functions, use register name...
2011-03-14  Eric Pouechdbghelp: When managing DW_OP_deref_size, always ensure...
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...
2011-03-14  Eric Pouechdbghelp: In msc unwinding code (from FPO extended data...
2011-03-14  Eric Pouechdbghelp: In i386 stackwalk implementation, store the...
2011-03-14  Eric Pouechdbghelp: When doing a stack backtrace on i386 with...
2011-03-14  Eric Pouechdbghelp: In dwarf unwinder, fix the last valid IP value...
2011-03-14  Eric Pouechdbghelp: Fix StackWalk when dwarf or pdb unwinders...
2011-03-14  Eric Pouechdbghelp: In i386 stack unwinder, ensure we always retur...
2011-03-10  Joris Huizerdbghelp: dwarf2_get_cpp_name: fix off-by-one error.
2011-03-09  Eric Pouechdbghelp: Fix bug in managing COFF files array.
2011-03-09  Eric Pouechdbghelp: When building the by address lookup table...
2011-03-09  Eric Pouechdbghelp: Add helper to get global address out of symt...
2011-03-09  Eric Pouechdbghelp: Quirk for supporting anonymous UDT (class...
next