[DBGHELP_WINETEST] Add from wine-staging 5.16
[reactos.git] / sdk / tools / winesync / dbghelp.cfg
2020-09-16 Jérôme Gardou[DBGHELP_WINETEST] Add from wine-staging 5.16
2020-09-16 Jérôme Gardou[WINESYNC]: dbghelp is now in sync with wine-staging...
2020-09-16 winesync[WINESYNC] dbghelp: Add xmm and mxcsr register mapping...
2020-09-16 winesync[WINESYNC] dbghelp: Replace another usage of GetEnviron...
2020-09-16 winesync[WINESYNC] dbghelp: Ignore missing debug info in SymIni...
2020-09-16 winesync[WINESYNC] dbghelp: Remove support for PPC32.
2020-09-16 winesync[WINESYNC] dbghelp: Use debuggee environment in search_...
2020-09-16 winesync[WINESYNC] dbghelp: Fix the spelling of a comment.
2020-09-16 winesync[WINESYNC] dbghelp: Use debuggee environment variables...
2020-09-16 winesync[WINESYNC] dbghelp: Use stricmp() instead of _strnicmp...
2020-09-16 winesync[WINESYNC] dbghelp: Make qsort callback explicitly...
2020-09-16 winesync[WINESYNC] dbghelp: Get rid of no longer needed #ifdefs.
2020-09-16 winesync[WINESYNC] dbghelp: Get rid of no longer needed HAVE_ZL...
2020-09-16 winesync[WINESYNC] dbghelp: Don't use PATH to search for libraries.
2020-09-16 winesync[WINESYNC] dbghelp: Remove unneeded includes.
2020-09-16 winesync[WINESYNC] dbghelp: Import zlib inflate code.
2020-09-16 winesync[WINESYNC] dbghelp: Always build all loader backends.
2020-09-16 winesync[WINESYNC] dbghelp: Fix GCC warnings in macho_module.c.
2020-09-16 winesync[WINESYNC] dbghelp: Introduce read_process_memory helper.
2020-09-16 winesync[WINESYNC] dbghelp: Ignore N_INDR symbols.
2020-09-16 winesync[WINESYNC] dbghelp: Use mount manager to lookup dsym...
2020-09-16 winesync[WINESYNC] dbghelp: Factor out query_dsym.
2020-09-16 winesync[WINESYNC] dbghelp: Don't bother trying to initialize...
2020-09-16 winesync[WINESYNC] dbghelp: Get rid of get_dyld_image_info_address.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use _NSGetExecutablePath...
2020-09-16 winesync[WINESYNC] dbghelp: Use local constants definitions...
2020-09-16 winesync[WINESYNC] dbghelp: Don't use stdint.h types.
2020-09-16 winesync[WINESYNC] dbghelp.c: Use local mach header declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local symtab and segment comman...
2020-09-16 winesync[WINESYNC] dbghelp: Use local fat header declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local macho section declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local macho load command declar...
2020-09-16 winesync[WINESYNC] dbghelp: Don't store entire mach header...
2020-09-16 winesync[WINESYNC] dbghelp: Don't use system headers for ELF...
2020-09-16 winesync[WINESYNC] dbghelp: Use local ELF constants definitions.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use ELF32_ST_BIND and ELF32_S...
2020-09-16 winesync[WINESYNC] dbghelp: Inline ELF magic constants.
2020-09-16 winesync[WINESYNC] dbghelp: Use local symbol table entry declar...
2020-09-16 winesync[WINESYNC] dbghelp: Use local dynamic section entry...
2020-09-16 winesync[WINESYNC] dbghelp: Use local ELF program segment heade...
2020-09-16 winesync[WINESYNC] dbghelp: Use local elf_section_header declar...
2020-09-16 winesync[WINESYNC] dbghelp: Use local elf_header declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local declarations of r_debug...
2020-09-16 winesync[WINESYNC] dbghelp: Use local AT_SYSINFO_EHDR definition.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use *_NULL constants.
2020-09-16 winesync[WINESYNC] dbghelp: Use local NOTE_GNU_BUILD_ID declara...
2020-09-16 winesync[WINESYNC] dbghelp: Fix misleading indentation warning.
2020-09-16 winesync[WINESYNC] dbghelp: Pass stab size to stabs_parse.
2020-09-16 winesync[WINESYNC] dbghelp: Use local declaration for 64-bit...
2020-09-16 winesync[WINESYNC] dbghelp: Use local stab_nlist declaration...
2020-09-16 winesync[WINESYNC] dbghelp: Clear N_PEXT flag of stab type...
2020-09-16 winesync[WINESYNC] dbghelp: Provide N_PEXT and N_SECT defines...
2020-09-16 winesync[WINESYNC] dbghelp: Use DWARF registry mapping quirk...
2020-09-16 winesync[WINESYNC] dbghelp: Pass module to map_dwarf_register.
2020-09-16 winesync[WINESYNC] dbghelp: Define NT_GNU_BUILD_ID regardless...
2020-09-16 winesync[WINESYNC] dbghelp: Use LONG_PTR instead of long type.
2020-09-16 winesync[WINESYNC] dbghelp: Remove unused code in module_find_cb.
2020-09-16 winesync[WINESYNC] dbghelp: Move reading debug base address...
2020-09-16 winesync[WINESYNC] dbghelp: Use PE type for virtual modules.
2020-09-16 winesync[WINESYNC] dbghelp: Explicitly pass file type to path_f...
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for load_debug_info.
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for load_module.
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for enum_modules.
2020-09-16 winesync[WINESYNC] dbghelp: Pass process struct to image_uses_s...
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for fetch_file_info.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use elf_fetch_file_info and...
2020-09-16 winesync[WINESYNC] dbghelp: Introduce loader_ops to abstract...
2020-09-16 winesync[WINESYNC] dbghelp: Move loader search functions to...
2020-09-16 winesync[WINESYNC] dbghelp: Pass process struct to elf_enum_mod...
2020-09-16 winesync[WINESYNC] dbghelp: Store process struct pointer in...
2020-09-16 winesync[WINESYNC] dbghelp: Use search_dll_path to load seach...
2020-09-16 winesync[WINESYNC] dbghelp: Use search_unix_path to load seach...
2020-09-16 winesync[WINESYNC] dbghelp: Introduce search_unix_path helper...
2020-09-16 winesync[WINESYNC] dbghelp: Use search_dll_path in elf_search_a...
2020-09-16 winesync[WINESYNC] dbghelp: Make dll builtin PE path search...
2020-09-16 winesync[WINESYNC] dbghelp: Use file_name helper in more places.
2020-09-16 winesync[WINESYNC] dbghelp: Rename helpers to make unicode...
2020-09-16 winesync[WINESYNC] dbghelp: Use page size from sysinfo.
2020-09-16 winesync[WINESYNC] dbghelp: Call GetSystemInfo in DllMain.
2020-09-16 winesync[WINESYNC] dbghelp: Use Windows API to map macho files.
2020-09-16 winesync[WINESYNC] dbghelp: Lookup real image paths in image_lo...
2020-09-16 winesync[WINESYNC] dbghelp: Support PE debug link files.
2020-09-16 winesync[WINESYNC] dbghelp: Support GNU debug link and build...
2020-09-16 winesync[WINESYNC] dbghelp: Move elf_check_alternate implementa...
2020-09-16 winesync[WINESYNC] dbghelp: Move get_dos_file_name to path.c.
2020-09-16 winesync[WINESYNC] dbghelp: Use elf_check_debug_link in elf_loc...
2020-09-16 winesync[WINESYNC] dbghelp: Check checksum before mapping elf...
2020-09-16 winesync[WINESYNC] dbghelp: Pass module struct to elf_locate_de...
2020-09-16 winesync[WINESYNC] dbghelp: Support Windows paths in elf_locate...
2020-09-16 winesync[WINESYNC] dbghelp: Move HANDLE-based crc32 helper...
2020-09-16 winesync[WINESYNC] dbghelp: Introduce generic image_unmap_file.
2020-09-16 winesync[WINESYNC] dbghelp: Use vtbl to handle different image_...
2020-09-16 winesync[WINESYNC] dbghelp: Move alternate file map pointer...
2020-09-16 winesync[WINESYNC] dbghelp: Use generic image_find_section...
2020-09-16 winesync[WINESYNC] dbghelp: Use Windows API to map ELF files.
2020-09-16 winesync[WINESYNC] dbghelp: Search also real path location...
2020-09-16 winesync[WINESYNC] dbghelp: Try loading builtin modules from...
2020-09-16 winesync[WINESYNC] dbghelp: Use RtlImageDirectoryEntryToData...
2020-09-16 winesync[WINESYNC] dbghelp: Support 32 and 64-bit binaries...
2020-09-16 winesync[WINESYNC] dbghelp: Look for .eh_fram if no .eh_frame...
next