- 02 Sep, 2016 1 commit
-
-
Jacek Caban authored
Also change return type to void since the function can no longer fail. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 18 Jul, 2011 1 commit
-
-
Austin English authored
-
- 01 Jun, 2011 1 commit
-
-
Andrew Nguyen authored
-
- 31 Jan, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 10 Jan, 2011 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 10 Jul, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 04 Feb, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 25 Sep, 2008 1 commit
-
-
Andrew Talbot authored
-
- 08 Sep, 2008 1 commit
-
-
Eric Pouech authored
Plug a potential memory leak as well.
-
- 15 May, 2007 1 commit
-
-
Markus Amsler authored
-
- 13 Mar, 2007 1 commit
-
-
Eric Pouech authored
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) - split up module_find_by_name in two different functions: + reused module_find_by_name which looks upon the module name + added module_is_already_loaded which looks upon the image name - cleanup module loading using these functions (removed extra parameter to pe_load_module_from_pcs)
-
- 22 Feb, 2007 1 commit
-
-
Eric Pouech authored
-
- 27 Nov, 2006 1 commit
-
-
Eric Pouech authored
This makes the code simpler to read, a bit more efficient, and furthermore it'll be needed in future patches.
-
- 06 Nov, 2006 1 commit
-
-
Eric Pouech authored
-
- 30 Oct, 2006 1 commit
-
-
Andrew Talbot authored
-
- 20 Jun, 2006 1 commit
-
-
Eric Pouech authored
-
- 07 Jun, 2006 1 commit
-
-
Andrew Talbot authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 11 May, 2006 1 commit
-
-
Eric Pouech authored
-
- 08 May, 2006 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
- report the correct image base for a symbol which is seen as being in a builtin PE module, whilst its debug information is gotten from an ELF module - module_get_debug now returns a pair of modules (the requested that has to be presented back to the client and the effective one, which contains the debug info) - reworked SymFromName in order to provide also the revelant module base address
-
- 23 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 04 Nov, 2005 1 commit
-
-
Vincent Béron authored
PSYM_ENUMSOURCFILES_CALLBACK.
-
- 03 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 21 Oct, 2004 1 commit
-
-
Francois Gouget authored
Use PVOID instead of void* for consistency. Update the dbghelp section in win32.api.
-
- 11 Oct, 2004 1 commit
-
-
Robert Shearman authored
native dbghelp.
-
- 05 Apr, 2004 1 commit
-
-
Eric Pouech authored
-