• Eric Pouech's avatar
    dbghelp: Mimic native behavior for module name. · 4f80a599
    Eric Pouech authored
    Module names appear in three spots in dbghelp:
      A) SymGetModuleInfo() .ModuleName
      B) module enumeration (as parameter in callback)
      C) in symbol/type research in module!name form
    
    Tests show that:
    - A) and B) always use only the derivation of the image
      name, whatever the passed module name in SymLoadModule().
    - C) can use either the form derived from image name
      {as A) and B)}, but also the passed module name in
      SymLoadModule().
    
    Note: B) is limited to 64 characters, while A) is limited to 32
    characters (not tested here).
    Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
    4f80a599
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...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE.md 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.md Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...