ff05fe59b8
In order to determine which module contains V8, v8windbg has been looking for the known symbol v8::Script::Run. However, that symbol might not be found if the function was inlined. To fix, we should instead choose a symbol that is declared with V8_NOINLINE. Change-Id: Ib73dfb27f35ab81ab69f92ffab944f6f1096b895 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3290107 Reviewed-by: Maya Lekova <mslekova@chromium.org> Commit-Queue: Seth Brenith <seth.brenith@microsoft.com> Cr-Commit-Position: refs/heads/main@{#77974} |
||
---|---|---|
.. | ||
cur-isolate.cc | ||
cur-isolate.h | ||
js-stack.cc | ||
js-stack.h | ||
local-variables.cc | ||
local-variables.h | ||
object-inspection.cc | ||
object-inspection.h | ||
v8-debug-helper-interop.cc | ||
v8-debug-helper-interop.h | ||
v8windbg-extension.cc | ||
v8windbg-extension.h |