mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
These weren't working correctly because I made the unwinder call `_swift_task_getCurrent()`, but of course when out-of-process, it calls that in `swift-backtrace`, which is wrong. Remove that for now. While I'm here, I also tweaked the formatting slightly, and I noticed that we were saying that all thunks were also system functions, which seemed unnecessary and odd. Plus there were a couple of extra system functions I added to make the async crash backtraces nicer in friendly mode. rdar://106363539