Symbol Name Resolution
NTSD and KD attempt to match a symbol name in the following order:
-
exact case match (sym)
-
exact case match with leading underscore (_sym)
-
mixed-case match (Sym or SYM)
-
Mixed-case match with leading underscore ( _Sym or _SYM)
See also the rules for resolving register, hex, and DLL names listed in the preceding section.