appwiz.cpl: Added checksum validation of downloaded file.
[wine] / dlls / dbghelp / dwarf.c
2010-08-30  Andrew Talbotdbghelp: Constify some variables.
2010-08-26  Eric Pouechdbghelp: dwarf debug info: a few more fixes to dwarf...
2010-08-16  Jacek Cabandbghelp: Silence template related dwarf FIXMEs.
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: 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-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-26  Gerald Pfeiferdbghelp: Remove variable basic_block which is not reall...
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-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: 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-22  Eric Pouechdbghelp: Removed the not-useful start_data field out...
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: Make the ELF mapping code easier to use.
2010-03-16  Eric Pouechdbghelp: Added full support for DW_FORM_data8 attribute...
2010-02-09  André Hentscheldbghelp: Merge dwarf code from ntdll/signal_x86_64.c.
2009-12-29  Eric Pouechdbghelp: Silence a couple of FIXMEs for C++ code.
2009-12-21  André Hentscheldbghelp: Implement literal dwarf opcodes.
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-12-14  Eric Pouechdbghelp: A couple of fixes for dwarf2 support on a...
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-11-29  Eric Pouechdbghelp: In dwarf parsing, allow 64 bit wide values.
2009-10-05  Eric Pouechdbghelp: Enhance support for constant values in dwarf...
2009-06-29  Eric Pouechdbghelp: When the CU is compiled with GCC, deal with...
2009-05-29  Alexandre Julliarddbghelp: Try to avoid crashing on unrecognized attributes.
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-05-26  Eric Pouechdbghelp: Don't crash when parsing the forward declarati...
2008-05-19  Eric Pouechdbghelp: Protect dwarf parsing against NULL function...
2008-05-01  Eric Pouechdbghelp: Some cleanup in dwarf include files.
2008-02-28  Rob Shearmandbghelp: Define NONAMELESSUNION in dwarf.c and type...
2008-02-12  Eric Pouechdbghelp: Fix erroneous access to dwarf symbol cache.
2008-02-07  Eric Pouechdbghelp: Attempt to cache some basic symbol types for...
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2008-01-14  Eric Pouechdbghelp: Silence superfluous message (spotted by Robert...
2007-12-26  Andrey Turkindbghelp: Treat const addresses as const unsigned.
2007-07-20  Andrew Talbotdbghelp: Cast-qual warnings fix.
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-04-18  Andrew Talbotdbghelp: Constify some variables.
2007-03-16  Peter Oberndorferdbghelp: Use elf load_offset passed to dwarf2_parse...
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2007-02-19  Marcus Meissnerdbghelp: Return when not finding the name.
2007-02-05  Dmitry Timoshkovdbghelp: Turn a FIXME to a WARN in order to avoid mangl...
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.
next