DescriptionExpose DumpBacktrace for debugging purposes.
After this change, you can just call DumpBacktrace in any function. Previously
the only function printing stack traces was V8_Fatal, but that also terminated
the program, so not very useful for debugging.
Note that DumpBacktrace is roughly equivalent to base::debug::StackTrace
functionality in Chromium, except less fancy, but it's enough for us.
R=mstarzinger@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=19993
Patch Set 1 #
Total comments: 5
Patch Set 2 : code review #Patch Set 3 : rebased #Patch Set 4 : namespacing #Patch Set 5 : rebased #Messages
Total messages: 6 (0 generated)
|