reactos/dll/win32/dbghelp
winesync f71124fa11 [WINESYNC] dbghelp: Support Windows paths in elf_locate_debug_link.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id e1b28a9c988ef0ff49d7254fd7ba05316f1c9b98 by Jacek Caban <jacek@codeweavers.com>
2020-09-16 10:35:45 +02:00
..
CMakeLists.txt [WINESYNC] dbghelp: Use RtlComputeCrc32(). 2020-09-16 10:35:42 +02:00
coff.c [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
compat.c [WINESYNC] dbghelp: Determine the wine loader name from the target process's architecture. 2020-09-16 10:35:31 +02:00
compat.h [WINESYNC] dbghelp: Return a dos path from SymGetLineFromAddr. 2020-09-16 10:35:42 +02:00
cpu_arm.c [WINESYNC] dbghelp/dwarf: Allow get_context_reg() to handle different register sizes. 2020-09-16 10:35:35 +02:00
cpu_arm64.c [WINESYNC] dbghelp/dwarf: Allow get_context_reg() to handle different register sizes. 2020-09-16 10:35:35 +02:00
cpu_i386.c [WINESYNC] dbghelp/dwarf: Allow get_context_reg() to handle different register sizes. 2020-09-16 10:35:35 +02:00
cpu_ppc.c [WINESYNC] dbghelp: Use WOW64_CONTEXT instead of CONTEXT for i386 backend. 2020-09-16 10:35:34 +02:00
cpu_x86_64.c [WINESYNC] dbghelp/dwarf: Allow get_context_reg() to handle different register sizes. 2020-09-16 10:35:35 +02:00
dbghelp.c [WINESYNC] dbghelp: Move HANDLE-based crc32 helper to dbghelp.c. 2020-09-16 10:35:45 +02:00
dbghelp.spec [WINESYNC] dbghelp: Add SymGetExtendedOption/SymSetExtendedOption stubs. 2020-09-16 10:35:41 +02:00
dbghelp_private.h [WINESYNC] dbghelp: Move HANDLE-based crc32 helper to dbghelp.c. 2020-09-16 10:35:45 +02:00
dbghelp_ros.diff
dwarf.c [WINESYNC] dbghelp: Look for .eh_fram if no .eh_frame is found. 2020-09-16 10:35:43 +02:00
dwarf.h
elf_module.c [WINESYNC] dbghelp: Support Windows paths in elf_locate_debug_link. 2020-09-16 10:35:45 +02:00
image.c [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
image_private.h [WINESYNC] dbghelp: Introduce generic image_unmap_file. 2020-09-16 10:35:45 +02:00
macho_module.c [WINESYNC] dbghelp: Move HANDLE-based crc32 helper to dbghelp.c. 2020-09-16 10:35:45 +02:00
minidump.c [WINESYNC] include: Move inline assembly definitions to a new wine/asm.h header. 2020-09-16 10:35:41 +02:00
module.c [WINESYNC] dbghelp: Try loading builtin modules from unix installation. 2020-09-16 10:35:44 +02:00
msc.c [WINESYNC] dbghelp: Support S_HEAPALLOCSITE entry. 2020-09-16 10:35:41 +02:00
path.c [WINESYNC] dbghelp: Search also real path location in path_find_symbol_file. 2020-09-16 10:35:44 +02:00
pe_module.c [WINESYNC] dbghelp: Introduce generic image_unmap_file. 2020-09-16 10:35:45 +02:00
precomp.h [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
rosstubs.c [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
rsym.c [WINESYNC] dbghelp: Set correct values in symt_fill_sym_info (SYMBOL_INFO). 2020-09-16 10:35:39 +02:00
source.c [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
stabs.c [WINESYNC] dbghelp: Use the ARRAY_SIZE() macro. 2020-09-16 10:35:34 +02:00
stack.c [WINESYNC] dbghelp/dwarf: Use the correct backend CPU in dwarf2_virtual_unwind(). 2020-09-16 10:35:34 +02:00
storage.c [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
symbol.c [WINESYNC] dbghelp: Avoid dead assignment (scan-build). 2020-09-16 10:35:42 +02:00
type.c [DBGHELP] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 23:54:20 +01:00
version.rc
wdbgexts.h