- 
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>