• Peter Marshall's avatar
    [tools] Add an API for unwinding the V8 stack · f4bb38c3
    Peter Marshall authored
    This API allows the embedder to provide a stack and PC, FP and
    SP registers. V8 will then attempt to unwind the stack to the C++ frame
    that called into JS. This API is signal-safe, meaning it does not call
    any signal-unsafe OS functions or read/write any V8 state.
    
    Bug: v8:8116
    
    Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
    Change-Id: I7e3e73753b711737020b6a5f11946096658afa6f
    Reviewed-on: https://chromium-review.googlesource.com/c/1186724
    Commit-Queue: Peter Marshall <petermarshall@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#57749}
    f4bb38c3
Name
Last commit
Last update
..
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-internal.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-value-serializer-version.h Loading commit data...
v8-version-string.h Loading commit data...
v8-version.h Loading commit data...
v8-wasm-trap-handler-posix.h Loading commit data...
v8-wasm-trap-handler-win.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...