Hello abi::__cxa_demangle my old friend, I've come to talk to you again...

Any day you have to demangle C++ object types in your application at run time you know you're having fun.

@azonenberg Does it have other uses besides printing stack tags? Do I want to know?
@taral converting a std::type_info into human readable class names
@azonenberg who needs that at runtime?
@taral a debug dialog with a list of all gpu memory buffers and a ton of metadata about them so you can find and eliminate bloat
@taral crash logs when we run out of vram