v8/tools/v8windbg/test
Choongwoo Han d5784303a1 [v8windbg] Fix curisolate() again
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}
2023-02-03 20:04:07 +00:00
..
debug-callbacks.cc [tools] Add v8windbg, a WinDbg extension for V8 2020-02-18 19:16:18 +00:00
debug-callbacks.h [tools] Add v8windbg, a WinDbg extension for V8 2020-02-18 19:16:18 +00:00
script.js [tools] Add v8windbg, a WinDbg extension for V8 2020-02-18 19:16:18 +00:00
v8windbg-test.cc [v8windbg] Fix curisolate() again 2023-02-03 20:04:07 +00:00
v8windbg-test.h [tools] Add v8windbg, a WinDbg extension for V8 2020-02-18 19:16:18 +00:00