-
548103f3
by Eric Pouech at 2025-04-14T21:53:40+02:00
dbghelp: Add SYMFLAG_NULL for out of scope local variables.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
137ea34e
by Eric Pouech at 2025-04-14T21:53:40+02:00
dbghelp: Rename ptr <> index conversion helpers.
We're going to introduce a couple more helpers in next patches,
so make it more readable.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
c42be792
by Eric Pouech at 2025-04-14T21:53:43+02:00
dbghelp: Introduce an opaque type to store type of data & function.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
795dc9ca
by Eric Pouech at 2025-04-14T21:53:43+02:00
dbghelp: Use opaque symref_t inside typedef symbol.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
78fe1014
by Eric Pouech at 2025-04-14T21:53:43+02:00
dbghelp: Introduce helpers to discrimate symref_t owner.
It's a ptr when lower 2 bits are unset, an opaque backend
value otherwise.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>