fix demangling of inlined frames to not depend on linfo lookup#20218
fix demangling of inlined frames to not depend on linfo lookup#20218
Conversation
1cae061 to
e4ade00
Compare
e4ade00 to
529e369
Compare
|
Hard to know what this changes or if it's correct since it doesn't have tests. Is it possible to test? If not that's ok, but I think in that case only @vtjnash is in a position to decide if it's ready or not. |
|
The fixing of the semicolon, and possibly the fromC flag, should address the issue that was causing #19890 to fail its tests on win32, though that PR causes large performance regressions that we will need to address before merging it. The deletion here of |
|
This is hard to test, since it's checking the case where debug info is missing or bad, and we generally try not to do that. The deletion of |
No description provided.