Alexandre Julliard pushed to branch master at wine / wine
Commits: df340b2e by Eric Pouech at 2025-03-14T21:26:16+01:00 dbghelp: Fix potential crash for old debug formats.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 93e62320 by Eric Pouech at 2025-03-14T21:26:16+01:00 dbghelp: Support large PDB files (> 4G).
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 3721a903 by Eric Pouech at 2025-03-14T21:26:16+01:00 dbghelp: Store pointer to context instead of context.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 5c54087c by Eric Pouech at 2025-03-14T21:26:16+01:00 dbghelp: Optimize vector allocation.
Introduce a new model for vector allocation: - No longer requiring initial size (using a pure quadratic growth), - No longer providing stability of element address across add operations.
This allows some reduction in memory usage.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - c36cbd9d by Eric Pouech at 2025-03-14T21:26:18+01:00 dbghelp: Simplify get_line_from_addr().
We can't (no longer) get inlined functions here.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
7 changed files:
- dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/dwarf.c - dlls/dbghelp/module.c - dlls/dbghelp/msc.c - dlls/dbghelp/storage.c - dlls/dbghelp/symbol.c - dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cd3eb3585a44ad6e348011f158106...