• Eric Pouech's avatar
    dbghelp: Dwarf & thunks. · e9910fee
    Eric Pouech authored
    - added the elf_is_in_thunk_area() function to locate an address
      within the known thunk area of Wine's builtin modules
    - now passing this thunk information to the dwarf parser so that it
      can drop functions from the thunk areas (as dwarf symbols), so that
      those functions can be later on marked as thunks in dbghelp
      internals
    e9910fee
Name
Last commit
Last update
..
.gitignore Loading commit data...
Makefile.in Loading commit data...
coff.c Loading commit data...
dbghelp.c Loading commit data...
dbghelp.spec Loading commit data...
dbghelp_private.h Loading commit data...
dwarf.c Loading commit data...
dwarf.h Loading commit data...
elf_module.c Loading commit data...
image.c Loading commit data...
memory.c Loading commit data...
minidump.c Loading commit data...
module.c Loading commit data...
msc.c Loading commit data...
mscvpdb.h Loading commit data...
path.c Loading commit data...
pe_module.c Loading commit data...
source.c Loading commit data...
stabs.c Loading commit data...
stack.c Loading commit data...
storage.c Loading commit data...
symbol.c Loading commit data...
type.c Loading commit data...
wdbgexts.h Loading commit data...