Commit d1253ae9 authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[unwinder] Advance deprecation of the old unwinder API

Chrome uses the new version now.

Bug: v8:8116
Change-Id: I59af8d2c6a897a852acd6de3a7938a4b8d3943e4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2110015Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66796}
parent 4ac48b60
......@@ -9285,7 +9285,7 @@ class V8_EXPORT Isolate {
* Returns the UnwindState necessary for use with the Unwinder API.
*/
// TODO(petermarshall): Remove this API.
V8_DEPRECATE_SOON("Use entry_stubs + code_pages version.")
V8_DEPRECATED("Use entry_stubs + code_pages version.")
UnwindState GetUnwindState();
/**
......@@ -10642,7 +10642,7 @@ class V8_EXPORT Unwinder {
* \return True on success.
*/
// TODO(petermarshall): Remove this API
V8_DEPRECATE_SOON("Use entry_stubs + code_pages version.")
V8_DEPRECATED("Use entry_stubs + code_pages version.")
static bool TryUnwindV8Frames(const UnwindState& unwind_state,
RegisterState* register_state,
const void* stack_base);
......@@ -10670,7 +10670,7 @@ class V8_EXPORT Unwinder {
* (but not necessarily) be successful.
*/
// TODO(petermarshall): Remove this API
V8_DEPRECATE_SOON("Use code_pages version.")
V8_DEPRECATED("Use code_pages version.")
static bool PCIsInV8(const UnwindState& unwind_state, void* pc);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment