version/tests: Print GetLastError() in decimal with '%u'.
[wine] / dlls / dbghelp / dwarf.c
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-12-04  Eric Pouechdbghelp: Fixed value stored for register relative infor...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-27  Eric Pouechdbghelp: Silence typedefs children in sub program block.
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: Simplify code with function to get section...
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-10-26  David Andersondbghelp: Avoid printing too many "What the heck" messag...
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-08-07  Eric Pouechdbghelp: Missing bits from previous patch about variabl...
2006-08-03  Eric Pouechdbghelp: Properly handle variable with const value...
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-26  Eric Pouechdbghelp: Dwarf & thunks.
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: 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: 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: Transform a few TRACEs into WARNs (especially...
2006-06-20  Eric Pouechdbghelp: Remove the unneeded level attribute while...
2006-06-20  Eric Pouechdbghelp: Moved all Dwarf standard definitions into...
2006-06-20  Eric Pouechdbghelp: Dwarf & typedefs.
2006-06-20  Eric Pouechdbghelp: Dwarf & module's symtype.
2006-06-20  Eric Pouechdbghelp: Dwarf2 & AT_byte_size.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-06-27  Eric PouechConst correctness fixes.
2005-06-09  Mike McCormackFix warnings exposed by -Wmissing-declarations and...
2005-05-23  Raphael Junqueira- fixme when unexpected children found
2005-05-20  Raphael Junqueira- better traces
2005-05-19  Raphael Junqueira- basic parsing of subprogram, typedef, pointer, class...
2005-05-18  Raphael Junqueira- add some Dwarf2 enums
2005-05-17  Raphael JunqueiraBeginning of dbghelp dwarf2 support: