Ros-diffs September 2020

ros-diffs@reactos.org
  • 25 participants
  • 382 discussions

[reactos] 124/179: [WINESYNC] dbghelp: Use DWARF registry mapping quirk only for actual macho modules.
by winesync
4 years, 8 months

[reactos] 123/179: [WINESYNC] dbghelp: Pass module to map_dwarf_register.
by winesync
4 years, 8 months

[reactos] 122/179: [WINESYNC] dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined.
by winesync
4 years, 8 months

[reactos] 121/179: [WINESYNC] dbghelp: Use LONG_PTR instead of long type.
by winesync
4 years, 8 months

[reactos] 120/179: [WINESYNC] dbghelp: Remove unused code in module_find_cb.
by winesync
4 years, 8 months

[reactos] 119/179: [WINESYNC] dbghelp: Move reading debug base address from PEB to check_live_target.
by winesync
4 years, 8 months

[reactos] 118/179: [WINESYNC] dbghelp: Use PE type for virtual modules.
by winesync
4 years, 8 months

[reactos] 117/179: [WINESYNC] dbghelp: Explicitly pass file type to path_find_symbol_file.
by winesync
4 years, 8 months

[reactos] 116/179: [WINESYNC] dbghelp: Use loader_ops for load_debug_info.
by winesync
4 years, 8 months

[reactos] 115/179: [WINESYNC] dbghelp: Use loader_ops for load_module.
by winesync
4 years, 8 months

[reactos] 114/179: [WINESYNC] dbghelp: Use loader_ops for enum_modules.
by winesync
4 years, 8 months

[reactos] 113/179: [WINESYNC] dbghelp: Pass process struct to image_uses_split_segs.
by winesync
4 years, 8 months

[reactos] 112/179: [WINESYNC] dbghelp: Use loader_ops for fetch_file_info.
by winesync
4 years, 8 months

[reactos] 111/179: [WINESYNC] dbghelp: Don't use elf_fetch_file_info and macho_fetch_file_info in module_find_cb.
by winesync
4 years, 8 months

[reactos] 110/179: [WINESYNC] dbghelp: Introduce loader_ops to abstract platform-specific loader and use it to synchronize module list.
by winesync
4 years, 8 months

[reactos] 109/179: [WINESYNC] dbghelp: Move loader search functions to the end of module files.
by winesync
4 years, 8 months

[reactos] 108/179: [WINESYNC] dbghelp: Pass process struct to elf_enum_modules and macho_enum_modules.
by winesync
4 years, 8 months

[reactos] 107/179: [WINESYNC] dbghelp: Store process struct pointer in dump context.
by winesync
4 years, 8 months

[reactos] 106/179: [WINESYNC] dbghelp: Use search_dll_path to load seach macho files.
by winesync
4 years, 8 months

[reactos] 105/179: [WINESYNC] dbghelp: Use search_unix_path to load seach macho files.
by winesync
4 years, 8 months

[reactos] 104/179: [WINESYNC] dbghelp: Introduce search_unix_path helper and use it in elf_search_and_load_file.
by winesync
4 years, 8 months

[reactos] 103/179: [WINESYNC] dbghelp: Use search_dll_path in elf_search_and_load_file.
by winesync
4 years, 8 months

[reactos] 102/179: [WINESYNC] dbghelp: Make dll builtin PE path search helper more generic.
by winesync
4 years, 8 months

[reactos] 101/179: [WINESYNC] dbghelp: Use file_name helper in more places.
by winesync
4 years, 8 months

[reactos] 100/179: [WINESYNC] dbghelp: Rename helpers to make unicode variants default.
by winesync
4 years, 8 months

[reactos] 99/179: [WINESYNC] dbghelp: Use page size from sysinfo.
by winesync
4 years, 8 months

[reactos] 98/179: [WINESYNC] dbghelp: Call GetSystemInfo in DllMain.
by winesync
4 years, 8 months

[reactos] 97/179: [WINESYNC] dbghelp: Use Windows API to map macho files.
by winesync
4 years, 8 months

[reactos] 96/179: [WINESYNC] dbghelp: Lookup real image paths in image_locate_debug_link.
by winesync
4 years, 8 months

[reactos] 95/179: [WINESYNC] dbghelp: Support PE debug link files.
by winesync
4 years, 8 months

[reactos] 94/179: [WINESYNC] dbghelp: Support GNU debug link and build id in PE files.
by winesync
4 years, 8 months

[reactos] 93/179: [WINESYNC] dbghelp: Move elf_check_alternate implementation to module.c.
by winesync
4 years, 8 months

[reactos] 92/179: [WINESYNC] dbghelp: Move get_dos_file_name to path.c.
by winesync
4 years, 8 months

[reactos] 91/179: [WINESYNC] dbghelp: Use elf_check_debug_link in elf_locate_build_id_target.
by winesync
4 years, 8 months

[reactos] 90/179: [WINESYNC] dbghelp: Check checksum before mapping elf file.
by winesync
4 years, 8 months

[reactos] 89/179: [WINESYNC] dbghelp: Pass module struct to elf_locate_debug_link.
by winesync
4 years, 8 months

[reactos] 88/179: [WINESYNC] dbghelp: Support Windows paths in elf_locate_debug_link.
by winesync
4 years, 8 months

[reactos] 87/179: [WINESYNC] dbghelp: Move HANDLE-based crc32 helper to dbghelp.c.
by winesync
4 years, 8 months

[reactos] 86/179: [WINESYNC] dbghelp: Introduce generic image_unmap_file.
by winesync
4 years, 8 months

[reactos] 85/179: [WINESYNC] dbghelp: Use vtbl to handle different image_file_map types.
by winesync
4 years, 8 months

[reactos] 84/179: [WINESYNC] dbghelp: Move alternate file map pointer to generic image_file_map.
by winesync
4 years, 8 months

[reactos] 83/179: [WINESYNC] dbghelp: Use generic image_find_section in elf_check_alternate.
by winesync
4 years, 8 months

[reactos] 82/179: [WINESYNC] dbghelp: Use Windows API to map ELF files.
by winesync
4 years, 8 months

[reactos] 81/179: [WINESYNC] dbghelp: Search also real path location in path_find_symbol_file.
by winesync
4 years, 8 months

[reactos] 80/179: [WINESYNC] dbghelp: Try loading builtin modules from unix installation.
by winesync
4 years, 8 months

[reactos] 79/179: [WINESYNC] dbghelp: Use RtlImageDirectoryEntryToData in pe_load_msc_debug_info.
by winesync
4 years, 8 months

[reactos] 78/179: [WINESYNC] dbghelp: Support 32 and 64-bit binaries in ImageDirectoryEntryToDataEx.
by winesync
4 years, 8 months

[reactos] 77/179: [WINESYNC] dbghelp: Look for .eh_fram if no .eh_frame is found.
by winesync
4 years, 8 months

[reactos] 76/179: [WINESYNC] dbghelp: Fix MiniDumpWriteDump spec file entry.
by winesync
4 years, 8 months

[reactos] 75/179: [WINESYNC] dbghelp: Fix reading the target's dyld image info, based on its CPU architecture.
by winesync
4 years, 8 months
Results per page: