d5784303a1
The last CL miscalculated the address of Isolate object. We should find the thread_local base address using `_tls_index_`. And, instead of calculating the address manually, all the location information is already available in `Location`. So, we can simply use the Location object to create a typed object. Also, adding a testcase for `curisolate()` function. Bug: v8:13394 Change-Id: I1da55bdf43a3b6100d141917eb97a1793939dca8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4220104 Reviewed-by: Seth Brenith <seth.brenith@microsoft.com> Commit-Queue: Choongwoo Han <choongwoo.han@microsoft.com> Cr-Commit-Position: refs/heads/main@{#85654} |
||
---|---|---|
.. | ||
debug-callbacks.cc | ||
debug-callbacks.h | ||
script.js | ||
v8windbg-test.cc | ||
v8windbg-test.h |