mcicda: Compare GetLastError() to kernel error codes, not ntdll ones.
[wine] / dlls / dbghelp /
2007-01-06  Eric Pouechdbghelp: Handling of S_SALIGN symbols.
2007-01-06  Eric Pouechwinedump: Removed cvinclude.h.
2007-01-06  Eric Pouechdbghelp: Corrected the map/unmap operations for ELF...
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2007-01-02  Andrew Talbotdbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2006-12-14  Dmitry Timoshkovdbghelp: Make some data const.
2006-12-11  Eric Pouechdbghelp: Sparse array speed up.
2006-12-08  Alexandre Julliarddbghelp: Avoid a printf format warning.
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-12-06  Eric Pouechdbghelp: Simplify the way we find the debug header.
2006-12-05  Thomas Fitzsimmonsdbghelp: Recognize DT_GNU_HASH.
2006-12-04  Eric Pouechdbghelp: Fixed value stored for register relative infor...
2006-12-04  Eric Pouechdbghelp: Now that symbol's value computation depend...
2006-12-04  Pierre d'Herbemontdbghelp: Fix elf_load_module params on non elf system...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-30  Eric Pouechmscvpdb.h: Update some definitions (constants, structur...
2006-11-30  Eric Pouechdbghelp: Moved mscvpdb.h file to include/wine to allow...
2006-11-27  Eric Pouechdbghelp: Silence typedefs children in sub program block.
2006-11-27  Eric Pouechdbghelp: Removed the alpha status FIXME for the dwarf...
2006-11-27  Eric Pouechdbghelp: Correctly store the addresses of blocks.
2006-11-27  Eric Pouechdbghelp: Properly handle the void type in some declarat...
2006-11-27  Eric Pouechdbghelp: We can now remove the default name prefix...
2006-11-27  Eric Pouechdbghelp: Extend support for inlined functions and handl...
2006-11-27  Eric Pouechdbghelp: Be a bit more strict on where we do actually...
2006-11-27  Eric Pouechdbghelp: Add support for a label in a subprogram block.
2006-11-27  Eric Pouechdbghelp: Register numbers in OP_piece don't need to...
2006-11-27  Eric Pouechdbghelp: Add support for deref operation in location...
2006-11-27  Eric Pouechdbghelp: Add ability to add a SymTagCustom element...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Added infrastructure to compute variable locat...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Added struct location to help computing a...
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-11-27  Eric Pouechdbghelp: When looking up for a local variable (or param...
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-11-27  Eric Pouechdbghelp: Simplify code with function to get section...
2006-11-09  Peter Oberndorferdbghelp: Do not write to array element -1.
2006-11-08  Peter Oberndorferdbghelp: Initialize BOOL elements with FALSE instead...
2006-11-08  Peter Oberndorferdbghelp: Make dwarf2 parser only report file numbers...
2006-11-08  Peter Oberndorferdbghelp: Make dwarf2_parse_line_numbers handle missing...
2006-11-06  Peter Oberndorferdbghelp: Make dwarf2 parser handle file paths relative...
2006-11-06  Eric Pouechdbghelp: Fixed memory leak in source string handling.
2006-10-30  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-30  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-26  David Andersondbghelp: Avoid printing too many "What the heck" messag...
2006-10-19  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-06  James Hawkinsdbghelp: Remove redundant NULL checks before pdb_free...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Eric Pouechdbghelp: Added support for a couple of compiland's...
2006-09-26  Eric Pouechdbghelp: Fix location computation when attribute has...
2006-09-26  Eric Pouechdbghelp: Change the definition of an attribute so that...
2006-09-26  Eric Pouechdbghelp: Move the attribute union (now nameless) into...
2006-09-26  Eric Pouechdbghelp: Added support for DW_OP_breg* operations in...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-08-28  Eric Pouechdbghelp: Removed stabs dump facility now that we have...
2006-08-09  Eric Pouechdbghelp: Made stabs parsing a bit more robust.
2006-08-07  Eric Pouechdbghelp: Missing bits from previous patch about variabl...
2006-08-03  Eric Pouechdbghelp: Properly handle variable with const value...
2006-07-26  Robert Shearmandbghelp: Implement SymGetSymFromAddr64.
2006-07-17  Robert Shearmandbghelp: Don't access a negative section index in elf_m...
2006-07-17  Robert Shearmandbghelp: Avoid accessing a negative string index when...
2006-07-13  Robert Shearmandbghelp: Fix the finding of PDB DS-type files.
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-27  William Knopdbghelp: Fix for non-elf build (undefined symbol: _elf_...
2006-06-27  Eric Pouechdbghelp: Implemented SymEnumerateModules64.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-26  Eric Pouechdbghelp: Dwarf & thunks.
2006-06-26  Eric Pouechdbghelp: Elf for wine and spec definitions.
2006-06-22  Eric Pouechdbghelp: Elf for wine and spec definitions.
2006-06-20  Eric Pouechdbghelp: dwarf: Tidy up leb128 reading.
2006-06-20  Eric Pouechdbghelp: Indent the code as the rest of dbghelp module.
2006-06-20  Eric Pouechdbghelp: Support multiple debug formats.
2006-06-20  Eric Pouechdbghelp: dwarf: Generate the current source file and...
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: dwarf: Started parsing the attributes for...
2006-06-20  Eric Pouechdbghelp: Pass .debug_loc section information to dwarf.
2006-06-20  Eric Pouechdbghelp: Dwarf & parse context.
2006-06-20  Eric Pouechdbghelp: Dwarf & udt members.
2006-06-20  Eric Pouechdbghelp: Dwarf & function blocks.
2006-06-20  Eric Pouechdbghelp: dwarf: Properly handle function formal parameters.
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-06-20  Eric Pouechdbghelp: Dwarf & global symbols.
2006-06-20  Eric Pouechdbghelp: dwarf: Added support for function labels.
2006-06-20  Eric Pouechdbghelp: Proper support for nested types definitions...
2006-06-20  Eric Pouechdbghelp: Dwarf - function scheme.
2006-06-20  Eric Pouechdbghelp: Dwarf & locations.
2006-06-20  Eric Pouechdbghelp: Dwarf compiland.
2006-06-20  Eric Pouechdbghelp: Dwarf & new scheme.
2006-06-20  Eric Pouechdbghelp: Dwarf & type references.
2006-06-20  Eric Pouechdbghelp: Dwarf merge parsing of UDT.
2006-06-20  Eric Pouechdbghelp: Dwarf & debug info entries.
2006-06-20  Eric Pouechdbghelp: Dwarf abbrev table is now a sparse array.
2006-06-20  Eric Pouechdbghelp: Added another basic type for storage: the...
2006-06-20  Eric Pouechdbghelp: Transform a few TRACEs into WARNs (especially...
next