dbghelp: Simplify code with function to get section size.
[wine] / dlls / dbghelp / elf_module.c
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: Make dwarf2_parse_line_numbers handle missing...
2006-07-17  Robert Shearmandbghelp: Don't access a negative section index in elf_m...
2006-06-27  William Knopdbghelp: Fix for non-elf build (undefined symbol: _elf_...
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: Support multiple debug formats.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Pass .debug_loc section information to dwarf.
2006-06-19  Jeremy Whitedbghelp: Fix a Solaris compilation error.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-18  Eric Pouechdbghelp: Compiland and source files are not the same...
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-02-17  Alexandre Julliarddbghelp: Use wine_dll_enum_load_path to search the...
2006-02-17  Alexandre JulliardFixed a couple of function prototypes.
2005-12-19  Eric Pouechdbghelp: Fixed loading .so modules from a living target.
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-29  Alexandre JulliardAdded a couple of missing stubs for the non-ELF case.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-07  Alexandre JulliardWe no longer have thunks in the data section.
2005-05-17  Raphael JunqueiraBeginning of dbghelp dwarf2 support:
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-05  Emmanuel MaillardFix compile on non-ELF host.
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-07  Eric PouechAdded support for minidump (read & write).
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2005-01-31  Alexandre JulliardSilence a noisy FIXME.
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-04  Robert ShearmanAdd support for .gnu_debuglink.
2004-10-04  Robert ShearmanRewrite a section of code so that it doesn't use exit...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-05-24  Dmitry TimoshkovFix elf_read_wine_loader_dbg_info() for the !__ELF__...
2004-05-24  Eric Pouech- some more fixes to elf module's symbol table handling...
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-20  Francois GougetAssorted spelling fixes.
2004-04-15  Kevin KoltzauFix a few compile errors when cross compiling.
2004-04-07  Gerald PfeiferCast third parameter of elf_search_and_load_file()...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.