- 03 Mar, 2017 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 09 Nov, 2015 1 commit
-
-
Alexandre Julliard authored
Android libraries will be handled differently. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 29 Jun, 2015 1 commit
-
-
Ken Thomases authored
Such external debug info files are created by the dsymutil command. Usually, it creates a <name>.dSYM bundle directory but it can also produce a <name>.dwarf flat file. The code will find and use either. It first checks if such a bundle or file is adjacent to the module binary. If it's not, it uses Spotlight to search for a .dSYM bundle based on the binary's UUID, which is what gdb and lldb do, too. That way, it can find it anywhere on the system.
-
- 30 Jan, 2014 1 commit
-
-
Alexandre Julliard authored
-
- 02 Jan, 2014 1 commit
-
-
Alexandre Julliard authored
-
- 27 Sep, 2013 1 commit
-
-
Huw Davies authored
-
- 05 Mar, 2013 1 commit
-
-
André Hentschel authored
-
- 30 Jan, 2013 1 commit
-
-
Maarten Lankhorst authored
Patch created with the assistance of Eric Pouech who helped diagnose the problem, wrote some parts of this patch and reviewed this patch.
-
- 16 Jan, 2013 1 commit
-
-
André Hentschel authored
-
- 20 Sep, 2010 1 commit
-
-
André Hentschel authored
-
- 19 Sep, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 23 Aug, 2010 1 commit
-
-
Austin English authored
-
- 21 Jul, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 16 Mar, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 23 Dec, 2009 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Create a cpu backend to store CPU dependent code, and use it for the i386 stack implementation.
-
- 10 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 27 Aug, 2009 1 commit
-
-
Louis Lenders authored
-
- 25 Mar, 2009 1 commit
-
-
Ken Thomases authored
-
- 12 Mar, 2009 1 commit
-
-
Ken Thomases authored
-
- 09 Mar, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 04 Mar, 2008 1 commit
-
-
Rob Shearman authored
Only specify the root to keep platform-specifics out of the individual DLL makefiles.
-
- 04 Feb, 2008 1 commit
-
-
Eric Pouech authored
-
- 30 Nov, 2006 1 commit
-
-
Eric Pouech authored
-
- 29 Sep, 2006 1 commit
-
-
Michael Stefaniuc authored
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
-
- 14 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 17 May, 2005 1 commit
-
-
Raphael Junqueira authored
- add elf_module entry for dwarf2_parse - stubbed dwarf2_parse in new dwarf.c file
-
- 09 May, 2005 1 commit
-
-
Alexandre Julliard authored
makefiles, and added support for building a .def.a static import library too.
-
- 21 Nov, 2004 1 commit
-
-
Eric Pouech authored
to parse debug files generated by MS tools - moved into coff.c (and out of msc.c) the COFF handling - cleaned lots of types (add consistency across structs) - versioning of some defines and types (to follow MS tools evolution) - enhanced V2 of symbols parsing (some more types recognized, support of imported .pdb files) - added support for newest .pdb format
-
- 05 Apr, 2004 1 commit
-
-
Eric Pouech authored
-