• Eric Pouech's avatar
    dbghelp: Don't include global & static variables from S_LOCAL* records. · 87e2b007
    Eric Pouech authored
    PDB supports description of a global or static variable:
    - accessed from a register
    - stored as a local variable record inside a function
    
    This likely describes access to a global/static variable where
    intermediate computation is kept in a register.
    
    We cannot store this kind of entries in local variable lists
    (builtin dbghelp and winedbg are not prepared to handle a global variable)
    
    Note: the global or static Codeview data record is still present (with a
    relocatable address), so the variable should still be available from global
    access (but could be not up-to-date if temporarly stored in a register).
    Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    87e2b007
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...