https://bugs.winehq.org/show_bug.cgi?id=34990
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Winedbg is unable to set |Winedbg is unable to set |breakpoints when |breakpoints when |encountering unsupported |encountering unsupported |managed PDB symbol/record |managed PDB symbol/record |types |types (S_TOKENREF, | |S_LMANPROC, S_GMANPROC) Keywords| |dotnet
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
https://source.winehq.org/git/wine.git/commitdiff/d8a39d40d82eb72fedc3b1818b... ("dbghelp: Add even more symbol types.")
0x1129 -> S_TOKENREF
https://github.com/Microsoft/microsoft-pdb/search?q=S_TOKENREF&unscoped_...
0x112a -> S_GMANPROC
https://github.com/Microsoft/microsoft-pdb/search?q=S_GMANPROC&unscoped_...
https://github.com/Microsoft/microsoft-pdb/search?q=S_LMANPROC&unscoped_...
$ wine --version wine-3.13
Regards