Skip to content

Conversation

@NicksWorld
Copy link
Contributor

This set of changes adds support for symbol demangling via cxx_demangle on Windows and uses the improved symbol demangling in reading classnames from RTTI entries on all current targets.

Known problems:

  • Wine environments fail on some advanced STL features.

When running a modified devel/scan-vtables for Windows under wine, a number of symbols fail demangling, all of which can be filtered out by excluding those belonging to std/Concurency. This can be automatically performed by checking if the end of the mangled name is std@@ or Concurrency@@.

I have not discovered any further issues, but practical testing is likely a requirement.

Thank you to @ab9rf and @lethosor for their help with understanding particular issues that arose.

@myk002 myk002 merged commit 9f3b117 into DFHack:develop Dec 28, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants