atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp / dwarf.c
2012-04-23  André Hentscheldbghelp: Assorted fixes for shadow variables.
2012-02-14  Eric Pouechdbghelp: Fix a couple of traces in dwarf line info...
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...
2011-10-11  André Hentscheldbghelp: Remove superfluous PATH_MAX defines.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-04-19  Austin Englishdbghelp: Get rid of a couple unused variables.
2011-04-15  Eric Pouechdbghelp: Silence DW_TAG_GNU_call_site objects.
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-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: When parsing .debug_line section in dwarf...
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: In dwarf unwinder, fix the last valid IP value...
2011-03-10  Joris Huizerdbghelp: dwarf2_get_cpp_name: fix off-by-one error.
2011-03-09  Eric Pouechdbghelp: Quirk for supporting anonymous UDT (class...
2011-03-09  Eric Pouechdbghelp: When parsing a subprogram in dwarf debug forma...
2011-03-09  Eric Pouechdbghelp: Add support for parsing methods (in C++ classe...
2011-03-09  Eric Pouechdbghelp: Store the compiland into the parse context.
2011-03-09  Eric Pouechdbghelp: In dwarf debug format, correctly manage the...
2011-03-09  Eric Pouechdbghelp: Add support for namespace support out of dwarf...
2011-03-09  Eric Pouechdbghelp: Add hierarchical information in die object.
2011-03-09  Eric Pouechdbghelp: More precisely manage the inline attribute.
2011-03-09  Eric Pouechdbghelp: When parsing dwarf debug info, silence ptr_to_...
2011-01-31  Eric Pouechdbghelp: Added support for variables in thread storage.
2011-01-24  Alexandre Julliarddbghelp: Use Dwarf debug info even when part of it...
2011-01-19  Eric Pouechdbghelp: Use AT_range attribute (for function, block...
2011-01-13  Alexandre Julliarddbghelp: Support pointer types of various sizes.
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...
next