Sweden-Number/dlls/dbghelp
Gijs Vermeulen fe998fb2d3 dbghelp: Implement SymFromNameW().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50829
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8d260b40fc)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
..
tests
Makefile.in dbghelp: Remove support for PPC32. 2020-06-17 16:46:14 +02:00
coff.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
cpu_arm.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_arm64.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_i386.c krnl386: Move the 16-bit stack out of the WOW32Reserved field. 2020-11-26 21:31:53 +01:00
cpu_x86_64.c dbghelp: Fix unwind opcodes on x64. 2021-05-18 00:24:26 +02:00
dbghelp.c dbghelp: Read process memory using target addresses, not debugger. 2020-12-04 17:51:36 +01:00
dbghelp.spec dbghelp: Implement SymFromNameW(). 2021-07-08 00:04:23 +02:00
dbghelp_private.h dbghelp: Use WINELOADER environment variable from debuggee process in get_wine_loader_name. 2020-12-08 22:25:59 +01:00
dwarf.c dbghelp: Get rid of no longer needed HAVE_ZLIB checks. 2020-04-07 09:13:51 +02:00
dwarf.h
elf_module.c dbghelp: Use WINELOADER environment variable from debuggee process in get_wine_loader_name. 2020-12-08 22:25:59 +01:00
image.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
image_private.h dbghelp: Fix GCC warnings in macho_module.c. 2020-04-06 21:21:42 +02:00
inflate.c dbghelp: Import zlib inflate code. 2020-04-06 21:21:42 +02:00
macho_module.c dbghelp: Use WINELOADER environment variable from debuggee process in get_wine_loader_name. 2020-12-08 22:25:59 +01:00
minidump.c dbghelp: Fetch version info only for PE modules in minidumps. 2020-12-14 21:43:30 +01:00
module.c dbghelp: Use WINELOADER environment variable from debuggee process in get_wine_loader_name. 2020-12-08 22:25:59 +01:00
msc.c dbghelp: Use stricmp() instead of _strnicmp(..., -1). 2020-04-07 14:26:19 +02:00
path.c dbghelp: Replace another usage of GetEnvironmentVariable() with the target process's environment. 2020-08-01 11:32:43 +02:00
pe_module.c dbghelp: Use debuggee environment variables in search_dll_path. 2020-04-09 21:04:05 +02:00
source.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
stabs.c dbghelp: Avoid asserting on egregiously long stabs symbol names. 2020-09-10 10:24:19 +02:00
stack.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
storage.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
symbol.c dbghelp: Implement SymFromNameW(). 2021-07-08 00:04:23 +02:00
type.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
version.rc
wdbgexts.h
zlib.h dbghelp: Import zlib inflate code. 2020-04-06 21:21:42 +02:00