Ros-diffs September 2020

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

[reactos] 74/179: [WINESYNC] dbghelp: Fix reading the address of the target's dyld image info from its PEB.
by winesync
4 years, 8 months

[reactos] 73/179: [WINESYNC] dbghelp: Avoid dead assignment (scan-build).
by winesync
4 years, 8 months

[reactos] 72/179: [WINESYNC] dbghelp: Prevent an invalid memory access when the search path element is empty.
by winesync
4 years, 8 months

[reactos] 71/179: [WINESYNC] dbghelp: Return NULL instead of IMAGE_NO_MAP when PE file mapping fails.
by winesync
4 years, 8 months

[reactos] 70/179: [WINESYNC] dbghelp: Use RtlComputeCrc32().
by winesync
4 years, 8 months

[reactos] 69/179: [WINESYNC] dbghelp: Return a dos path from SymGetLineFromAddr.
by winesync
4 years, 8 months

[reactos] 68/179: [WINESYNC] dbghelp: Use internal flag for loading native files.
by winesync
4 years, 8 months

[reactos] 67/179: [WINESYNC] dbghelp: SymSet/GetExtendedOption support a WINE only option.
by winesync
4 years, 8 months

[reactos] 66/179: [WINESYNC] dbghelp: Add SymGetExtendedOption/SymSetExtendedOption stubs.
by winesync
4 years, 8 months

[reactos] 65/179: [WINESYNC] dbghelp: Support S_HEAPALLOCSITE entry.
by winesync
4 years, 8 months

[reactos] 64/179: [WINESYNC] dbghelp: Fix the spelling of a parameter.
by winesync
4 years, 8 months

[reactos] 63/179: [WINESYNC] include: Add missing SYMOPT_* defines.
by winesync
4 years, 8 months

[reactos] 62/179: [WINESYNC] include: Move inline assembly definitions to a new wine/asm.h header.
by winesync
4 years, 8 months

[reactos] 61/179: [WINESYNC] dbghelp: Don't use strcasecmp.
by winesync
4 years, 8 months

[reactos] 60/179: [WINESYNC] include: Get rid of the DPRINTF() macro.
by winesync
4 years, 8 months

[reactos] 59/179: [WINESYNC] dbghelp: Make minidump_add_memory64_block() static.
by winesync
4 years, 8 months

[reactos] 58/179: [WINESYNC] dbghelp: Spelling fixes in a couple of comments.
by winesync
4 years, 8 months

[reactos] 57/179: [WINESYNC] dbghelp: Support full memory dumps.
by winesync
4 years, 8 months

[reactos] 56/179: [WINESYNC] dbghelp: Make symt_get_best_at() static.
by winesync
4 years, 8 months

[reactos] 55/179: [WINESYNC] dbghelp: Avoid using inline assembly in have_x86cpuid().
by winesync
4 years, 8 months

[reactos] 54/179: [WINESYNC] dbghelp: Avoid using inline assembly in do_x86cpuid().
by winesync
4 years, 8 months

[reactos] 53/179: [WINESYNC] dbghelp: Fix build failure on macOS.
by winesync
4 years, 8 months

[reactos] 52/179: [WINESYNC] dbghelp: SymFromAddr: Handle 2 or more symbols at the same address correct.
by winesync
4 years, 8 months

[reactos] 51/179: [WINESYNC] dbghelp: Set last error for SymGetModuleBase-calls to ERROR_MOD_NOT_FOUND.
by winesync
4 years, 8 months

[reactos] 50/179: [WINESYNC] dbghelp: Set correct values in symt_fill_sym_info (SYMBOL_INFO).
by winesync
4 years, 8 months

[reactos] 49/179: [WINESYNC] dbghelp: Add SYMFLAG_- and SYMTYPE_-defines.
by winesync
4 years, 8 months

[reactos] 48/179: [WINESYNC] dbghelp: Use correct record in codeview_snarf_public.
by winesync
4 years, 8 months

[reactos] 47/179: [WINESYNC] dbghelp: Only check process architecture if we are actually given a process.
by winesync
4 years, 8 months

[reactos] 46/179: [WINESYNC] dbghelp: Return a Unicode path in path_find_symbol_file().
by winesync
4 years, 8 months

[reactos] 45/179: [WINESYNC] dbghelp: Search for debug files in module path too.
by winesync
4 years, 8 months

[reactos] 44/179: [WINESYNC] Add missing mapping for msvcpdb.h
by Jérôme Gardou
4 years, 8 months

[reactos] 43/179: Revert "[DBGHELP] search for debugfiles in modulepath too."
by Jérôme Gardou
4 years, 8 months

[reactos] 42/179: Revert "[DBGHELP] use correct record in codeview_snarf_public."
by Jérôme Gardou
4 years, 8 months

[reactos] 41/179: Revert "[DBGHELP] Add SYMFLAG_- and SYMTYPE_-defines."
by Jérôme Gardou
4 years, 8 months

[reactos] 40/179: Revert "[DBGHELP] set correct values in symt_fill_sym_info (SYMBOL_INFO)."
by Jérôme Gardou
4 years, 8 months

[reactos] 39/179: Revert "[DBGHELP] Set LastError for SymGetModuleBase-calls to ERROR_MOD_NOT_FOUND."
by Jérôme Gardou
4 years, 8 months

[reactos] 38/179: Revert "[DBGHELP] SymFromAddr: Handle 2 or more symbols at the same address correct."
by Jérôme Gardou
4 years, 8 months

[reactos] 37/179: [WINESYNC] dbghelp: Turn variable 'code' into a static constant.
by winesync
4 years, 8 months

[reactos] 36/179: [WINESYNC] dbghelp/dwarf: Use debugstr_a() to trace external strings.
by winesync
4 years, 8 months

[reactos] 35/179: [WINESYNC] dbghelp: Fix memory leak in SymInitializeW() (Coverity).
by winesync
4 years, 8 months

[reactos] 34/179: [WINESYNC] dbghelp/msc: Use the word size of the target process.
by winesync
4 years, 8 months

[reactos] 33/179: [WINESYNC] dbghelp: Correctly determine the dyld image info address.
by winesync
4 years, 8 months

[reactos] 32/179: [WINESYNC] dbghelp/dwarf: Use the word size of the target process.
by winesync
4 years, 8 months

[reactos] 31/179: [WINESYNC] dbghelp/dwarf: Allow get_context_reg() to handle different register sizes.
by winesync
4 years, 8 months

[reactos] 30/179: [WINESYNC] dbghelp/dwarf: Use the correct backend CPU in dwarf2_virtual_unwind().
by winesync
4 years, 8 months

[reactos] 29/179: [WINESYNC] dbghelp: Use WOW64_CONTEXT instead of CONTEXT for i386 backend.
by winesync
4 years, 8 months

[reactos] 28/179: [SDK] Add WOW64_CONTEXT structure
by Jérôme Gardou
4 years, 8 months

[reactos] 27/179: [WINESYNC] dbghelp: Fix loading of Mach-O load commands for 64-bit binaries.
by winesync
4 years, 8 months

[reactos] 26/179: [WINESYNC] dbghelp: Use the ARRAY_SIZE() macro.
by winesync
4 years, 8 months

[reactos] 25/179: [WINESYNC] dbghelp: Recompute location after fixing it.
by winesync
4 years, 8 months
Results per page: