Sign in
goma
/
wine
/
4c97910387cc72bc1e7e600fc71aa8b285dae31e
/
dlls
/
dbghelp
/
elf_module.c
4c97910
dbghelp: elf_load_file: return if elf_map_file fails.
by Paul Bolle
· 15 years ago
41ca9b0
dbghelp: Constify some variables.
by Andrew Talbot
· 16 years ago
607a07f
dbghelp: When loading ELF public information, handle the cases when we don't get an address.
by Eric Pouech
· 16 years ago
637827a
dbghelp: Extract calc_crc32 function into a separate file.
by Ken Thomases
· 16 years ago
b8f6a68
dbghelp: Rename some things to be less ELF-centric.
by Ken Thomases
· 16 years ago
3db11b9
dbghelp: Let stabs_parse call back for real (non-debug) symbol definitions.
by Ken Thomases
· 16 years ago
d2682f5
dbghelp: The main executable is now always named "wine".
by Alexandre Julliard
· 16 years ago
b19fa1d
dbghelp: Minor cleanup.
by Peter Oberndorfer
· 18 years ago
b677e81
dbghelp: Avoid some warnings on Solaris.
by Alexandre Julliard
· 18 years ago
25203bd
dbghelp: Fix up load_offset to work in case the load offset is different for real binary and debug link file.
by Peter Oberndorfer
· 18 years ago
7bbb212
dbghelp: Initialize the elf_section_map in case of failures in elf_find_section.
by Peter Oberndorfer
· 18 years ago
f2cfb37
dbghelp: Get rid of module_name in all traces (using Unicode flavor).
by Eric Pouech
· 18 years ago
ade919c
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things)
by Eric Pouech
· 18 years ago
e161dd9
dbghelp: Handle the .gnu_debuglink files with the newly added alternate mechanism.
by Eric Pouech
· 18 years ago
fc66bb3
dbghelp: Allow to add an alternate file_map for an ELF file (where to look for its debug information).
by Eric Pouech
· 18 years ago
62b57f9
dbghelp: Rewrote the ELF section mapper for better data encapsulation.
by Eric Pouech
· 18 years ago
8d3167c
dbghelp: Merge the A/W of elf_map_file into a single one.
by Eric Pouech
· 18 years ago
0c1e33b
dbghelp: Now load the .gnu_debuglink file using Unicode search paths.
by Eric Pouech
· 18 years ago
4aab161
dbghelp: Added helper to map a Unicode file.
by Eric Pouech
· 18 years ago
3565d93
dbghelp: Now moving the ELF loading code to Unicode.
by Eric Pouech
· 18 years ago
c126939
dbghelp: Move elf_fetch_file_info to Unicode.
by Eric Pouech
· 18 years ago
039d54a
dbghelp: Make elf_enum_modules a Unicode function.
by Eric Pouech
· 18 years ago
46684a9
dbghelp: Moved ELF module loading interfaces to Unicode.
by Eric Pouech
· 18 years ago
43dffcd
dbghelp: Now storing module information in Unicode form.
by Eric Pouech
· 18 years ago
6efc061
dbghelp: .gnu_link support: rewrote helper functions for better later unicodification.
by Eric Pouech
· 18 years ago
aac77c9
dbghelp: Added an ANSI copy of the module name (useful for next patches).
by Eric Pouech
· 18 years ago
272d7ab
dbghelp: ImageName is usually blank, so print LoadedImageName in elf_load_debug_info_map.
by Rob Shearman
· 18 years ago
867ebe4
dbghelp: Search for .gnu_debuglink file.
by Frank Richter
· 18 years ago
2e34ea4
dbghelp: Removed unneeded code from rewrite of .gnu_link handling.
by Eric Pouech
· 18 years ago
afc2df8
dbghelp: Split gnu_debuglink handling into own function.
by Frank Richter
· 18 years ago
1b158dd
dbghelp: Corrected the map/unmap operations for ELF sections.
by Eric Pouech
· 18 years ago
3af1212
dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
by Andrew Talbot
· 18 years ago
4806320
dbghelp: In find_nearest, now return the symbol instead of its index in module->sorttable.
by Eric Pouech
· 18 years ago
08712bc
dbghelp: Simplify the way we find the debug header.
by Eric Pouech
· 18 years ago
4b30ece
dbghelp: Recognize DT_GNU_HASH.
by Thomas Fitzsimmons
· 18 years ago
c20afad
dbghelp: Fix elf_load_module params on non elf system to reflect last change to its definition.
by Pierre d'Herbemont
· 18 years ago
8e7b2e0
dbghelp: Get rid of long int issues on 64bit platforms.
by Eric Pouech
· 18 years ago
0dd7c44
dbghelp: Removed the alpha status FIXME for the dwarf code.
by Eric Pouech
· 18 years ago
20fc25b
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable.
by Eric Pouech
· 18 years ago
848f8c4
dbghelp: Pass .debug_loc section info from the ELF loader to the dwarf parser.
by Eric Pouech
· 18 years ago
1a723f2
dbghelp: Store compiland's address in internal structures.
by Eric Pouech
· 18 years ago
04c7c20
dbghelp: Simplify code with function to get section size.
by Eric Pouech
· 18 years ago
a39f3da
dbghelp: Do not write to array element -1.
by Peter Oberndorfer
· 18 years ago
6d0948f
dbghelp: Make dwarf2_parse_line_numbers handle missing line number section.
by Peter Oberndorfer
· 18 years ago
f57ddeb
dbghelp: Don't access a negative section index in elf_map_section.
by Robert Shearman
· 19 years ago
289a068
dbghelp: Fix for non-elf build (undefined symbol: _elf_is_in_thunk_area).
by William Knop
· 19 years ago
e4441d7
dbghelp: Module info.
by Eric Pouech
· 19 years ago
e9910fe
dbghelp: Dwarf & thunks.
by Eric Pouech
· 19 years ago
f939b08
dbghelp: Elf for wine and spec definitions.
by Eric Pouech
· 19 years ago
41ee985
dbghelp: Elf for wine and spec definitions.
by Eric Pouech
· 19 years ago
cca3d1a
dbghelp: Support multiple debug formats.
by Eric Pouech
· 19 years ago
7af4097
dbghelp: Added the ability to define a source file by dir+filename instead of only filename.
by Eric Pouech
· 19 years ago
a655b14
dbghelp: Pass .debug_loc section information to dwarf.
by Eric Pouech
· 19 years ago
466d3fe
dbghelp: Fix a Solaris compilation error.
by Jeremy White
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
c0e0de6
dbghelp: Compiland and source files are not the same thing.
by Eric Pouech
· 19 years ago
88aa670
dbghelp: Virtual modules.
by Eric Pouech
· 19 years ago
133b306
dbghelp: Use wine_dll_enum_load_path to search the dll load path.
by Alexandre Julliard
· 19 years ago
29aea6e
Fixed a couple of function prototypes.
by Alexandre Julliard
· 19 years ago
177bf4c
dbghelp: Fixed loading .so modules from a living target.
by Eric Pouech
· 19 years ago
6b7bebf
SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a 32 bit one.
by Eric Pouech
· 19 years ago
b5bd4a1
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
705bc7b
Added a couple of missing stubs for the non-ELF case.
by Alexandre Julliard
· 20 years ago
49b7fdc
Removed the broken mmap64 configure check, and moved the
by Alexandre Julliard
· 20 years ago
22fd30c
We no longer have thunks in the data section.
by Alexandre Julliard
· 20 years ago
83f001b
Beginning of dbghelp dwarf2 support:
by Raphael Junqueira
· 20 years ago
821d4c4
Fix nativeapi.pm so it knows about AC_HEADER_STAT().
by Francois Gouget
· 20 years ago
034ebcc
Fix compile on non-ELF host.
by Emmanuel Maillard
· 20 years ago
7ea69cc
- Various improvements for minidump module information
by Eric Pouech
· 20 years ago
93416cd
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
642402d
Added support for minidump (read & write).
by Eric Pouech
· 20 years ago
01aa713
Memory consumption optimization while loading ELF debug info:
by Eric Pouech
· 20 years ago
2dd4011
Silence a noisy FIXME.
by Alexandre Julliard
· 20 years ago
25cdb4c
Fixed regressions introduced when moving addresses as 64bit values.
by Eric Pouech
· 20 years ago
dc43edf
- fixed loading stabs from PE modules compiled with MingW
by Eric Pouech
· 20 years ago
1abb0a5
Add support for .gnu_debuglink.
by Robert Shearman
· 20 years ago
ef8ba28
Rewrite a section of code so that it doesn't use exit(0) when out of memory.
by Robert Shearman
· 20 years ago
65c3765
Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr>
by Alexandre Julliard
· 21 years ago
40f0931
- added support for GCC static local variables
by Eric Pouech
· 21 years ago
c4a5c73
Fix elf_read_wine_loader_dbg_info() for the !__ELF__ case.
by Dmitry Timoshkov
· 21 years ago
eef83b3
- some more fixes to elf module's symbol table handling (including
by Eric Pouech
· 21 years ago
48a8659
- removed file extension from module (and suffixed ELF modules with
by Eric Pouech
· 21 years ago
6683432
Assorted spelling fixes.
by Francois Gouget
· 21 years ago
5b338a8
Fix a few compile errors when cross compiling.
by Kevin Koltzau
· 21 years ago
cd69b11
Cast third parameter of elf_search_and_load_file() to proper type.
by Gerald Pfeifer
· 21 years ago
800864a
First shot at implementing dbghelp.
by Eric Pouech
· 21 years ago