Ignore:
Timestamp:
Mar 19, 2012, 11:48:17 PM (13 years ago)
Author:
[email protected]
Message:

Split WTFReportBacktrace into WTFReportBacktrace and WTFPrintBacktrace
https://bugs.webkit.org/show_bug.cgi?id=80983

Reviewed by Darin Adler.

This allows printing a backtrace acquired by an earlier WTFGetBacktrace
call which is useful for local debugging.

  • wtf/Assertions.cpp:
  • wtf/Assertions.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/Assertions.h

    r110033 r111366  
    147147WTF_EXPORT_PRIVATE void WTFGetBacktrace(void** stack, int* size);
    148148WTF_EXPORT_PRIVATE void WTFReportBacktrace();
     149WTF_EXPORT_PRIVATE void WTFPrintBacktrace(void** stack, int size);
    149150
    150151typedef void (*WTFCrashHookFunction)();
Note: See TracChangeset for help on using the changeset viewer.