We used to have a pretty stack trace printer in SystemInitializerCommon. This was disabled on Apple because we didn't want the library to be setting signal handlers, as this was causing issues when loaded into Xcode. However, I think it's useful to have this for the LLDB driver, so I moved it up to use the PrettyStackTraceProgram in the driver's main.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I think this makes perfect sense. Could you also add the same thing to the other binaries in the tools subfolder?
Comment Actions
I've added it to the tools that made sense to me. Let me know if I missed something obvious.