Split WTFReportBacktrace into WTFReportBacktrace and WTFPrintBacktrace
Created attachment 131593 [details] Patch
Alexey, can you review this change? During my debugging, I often use WTFGetBacktrace to store backtraces in various objects, and want to print the symbolized stack trace at some later point.
Adding Gavin and Balazs who both wrote that code, and Simon and Darin, who reviewed their changes
Comment on attachment 131593 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=131593&action=review I'm not a reviewer, but I like this change. > Source/JavaScriptCore/wtf/Assertions.cpp:-307 > - for (int i = framesToSkip; i < frames; ++i) { Nice to see framesToSkip leave the printing logic.
Seems reasonable to me (although I'm not a reviewer).
Comment on attachment 131593 [details] Patch Clearing flags on attachment: 131593 Committed r111366: <http://trac.webkit.org/changeset/111366>
All reviewed patches have been landed. Closing bug.