-
03f69bb2
by Eric Pouech at 2026-02-03T21:15:53+01:00
dbghelp/pdb: No longer create symt for top level global variables.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
378b0379
by Eric Pouech at 2026-02-03T21:16:00+01:00
dbghelp/pdb: No longer create symt for (file) local variables.
(static variables inside functions are still created with a symt*).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
76d7939d
by Eric Pouech at 2026-02-03T21:16:05+01:00
dbghelp: Simplify check for local scope when removing a module.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
cfa22e59
by Eric Pouech at 2026-02-03T21:16:05+01:00
dbghelp: Pass a symref for lexical parent when creating a compiland.
Only storing the compiland in top's children when this symref is
a symt ptr.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
45a6fb06
by Eric Pouech at 2026-02-03T21:16:08+01:00
dbghelp/pdb: No longer use symt_module to store compilands.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>