- 
dd840e09
 by Eric Pouech   at 2025-04-08T18:29:41+02:00 
dbghelp: Fix line number when multiple entries have same offset.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
 
- 
4a0ea8bf
 by Eric Pouech   at 2025-04-08T18:29:45+02:00 
dbghelp: Always reset all the fields for local scope enumeration.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
 
- 
48edd4ed
 by Eric Pouech   at 2025-04-08T18:29:45+02:00 
dbghelp: Don't report local symbols when they are not present.
(making use of already set values by Dwarf backend).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
 
- 
bc00c37b
 by Eric Pouech   at 2025-04-08T18:29:48+02:00 
dbghelp: Use new pdb reader for DEFRANGE based local variables.
Fixing a couple of bugs in the process.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
 
- 
6e2c4ad0
 by Eric Pouech   at 2025-04-08T18:29:50+02:00 
dbghelp: Introduce helper to query info from index.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>