dbghelp: Make ehdr_addr in elf_enum_modules_internal dependent on AT_SYSINFO_EHDR.
[wine] / dlls / dbghelp / elf_module.c
2010-12-29  Gerald Pfeiferdbghelp: Make ehdr_addr in elf_enum_modules_internal...
2010-12-28  Eric Pouechdbghelp: For targets on Linux, report the VDSO system...
2010-12-28  Eric Pouechdbghelp: Extend elf_map_file so that it can also handle...
2010-12-28  Eric Pouechdbghelp: Use pread instead of read in elf_map_file.
2010-12-28  Eric Pouechdbghelp: Split elf_load_file into two functions (one...
2010-12-28  Eric Pouechdbghelp: Factorize a bit the ELF enumeration callbacks.
2010-12-27  Eric Pouechdbghelp: Fix ELF file computation on 64bit systems.
2010-10-11  Eric Pouechdbghelp: Fix some relocation errors for debug formats...
2010-10-11  Eric Pouechdbghelp: Compute ELF load address using the link_map...
2010-10-11  Eric Pouechdbghelp: When enumerating loaded modules from r_debug...
2010-10-11  Eric Pouechdbghelp: Only map an ELF file once.
2010-10-11  Eric Pouechdbghelp: Some more 64bit base address fixes.
2010-09-21  Paul Vriensdbghelp: Fix use of GetProcessHeap.
2010-04-02  Eric Pouechdbghelp: Store delta used for re-locating a module.
2010-03-22  Eric Pouechdbghelp: Properly bail out if get an error while readin...
2010-03-19  Eric Pouechdbghelp: Moved the ELF's module information into the...
2010-03-19  Eric Pouechdbghelp: Let dwarf_parse decide on which sections it...
2010-03-19  Eric Pouechdbghelp: Extend the image (ELF/PE) scheme to get the...
2010-03-19  Eric Pouechdbghelp: Create the notion of image (PE, ELF modules...
2010-03-19  Eric Pouechdbghelp: Make the ELF mapping code easier to use.
2010-03-16  Eric Pouechdbghelp: Store the file map in ELF's module specific...
2010-03-16  Eric Pouechdbghelp: Added helper to free module's specific data...
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2009-12-24  Eric Pouechdbghelp: Add support for loading dwarf debug informatio...
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-12-14  Eric Pouechdbghelp: Add ELF support but for the current 32 vs...
2009-10-28  Paul Bolledbghelp: elf_load_file: return if elf_map_file fails.
2009-07-13  Andrew Talbotdbghelp: Constify some variables.
2009-06-26  Eric Pouechdbghelp: When loading ELF public information, handle...
2009-03-12  Ken Thomasesdbghelp: Extract calc_crc32 function into a separate...
2009-03-12  Ken Thomasesdbghelp: Rename some things to be less ELF-centric.
2009-03-12  Ken Thomasesdbghelp: Let stabs_parse call back for real (non-debug...
2009-03-10  Alexandre Julliarddbghelp: The main executable is now always named "wine".
2007-05-17  Peter Oberndorferdbghelp: Minor cleanup.
2007-03-17  Alexandre Julliarddbghelp: Avoid some warnings on Solaris.
2007-03-16  Peter Oberndorferdbghelp: Fix up load_offset to work in case the load...
2007-03-16  Peter Oberndorferdbghelp: Initialize the elf_section_map in case of...
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-13  Eric Pouechdbghelp: Cleanups for module loading (lookups on module...
2007-02-26  Eric Pouechdbghelp: Handle the .gnu_debuglink files with the newly...
2007-02-26  Eric Pouechdbghelp: Allow to add an alternate file_map for an...
2007-02-26  Eric Pouechdbghelp: Rewrote the ELF section mapper for better...
2007-02-22  Eric Pouechdbghelp: Merge the A/W of elf_map_file into a single...
2007-02-22  Eric Pouechdbghelp: Now load the .gnu_debuglink file using Unicode...
2007-02-22  Eric Pouechdbghelp: Added helper to map a Unicode file.
2007-02-22  Eric Pouechdbghelp: Now moving the ELF loading code to Unicode.
2007-02-22  Eric Pouechdbghelp: Move elf_fetch_file_info to Unicode.
2007-02-22  Eric Pouechdbghelp: Make elf_enum_modules a Unicode function.
2007-02-22  Eric Pouechdbghelp: Moved ELF module loading interfaces to Unicode.
2007-02-22  Eric Pouechdbghelp: Now storing module information in Unicode...
2007-02-22  Eric Pouechdbghelp: .gnu_link support: rewrote helper functions...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2007-02-21  Rob Shearmandbghelp: ImageName is usually blank, so print LoadedIma...
2007-01-17  Frank Richterdbghelp: Search for .gnu_debuglink file.
2007-01-15  Eric Pouechdbghelp: Removed unneeded code from rewrite of .gnu_lin...
2007-01-12  Frank Richterdbghelp: Split gnu_debuglink handling into own function.
2007-01-06  Eric Pouechdbghelp: Corrected the map/unmap operations for ELF...
2007-01-02  Andrew Talbotdbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
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  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-27  Eric Pouechdbghelp: Removed the alpha status FIXME for the dwarf...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
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-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...
next