Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: src/heap/heap.h

Issue 1321543004: [futex] Allow debugger to break in the middle of a futexWait Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 48b0c6fe5bcfeaceee9c5521d132f070b53b15ce..6d2999ccfcbbcd87fd60a4d3934f3d22e7909627 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -294,7 +294,8 @@ namespace internal {
V(minus_zero_string, "-0") \
V(Array_string, "Array") \
V(Error_string, "Error") \
- V(RegExp_string, "RegExp")
+ V(RegExp_string, "RegExp") \
+ V(futexWait_string, "futexWait")
#define PRIVATE_SYMBOL_LIST(V) \
V(array_iteration_kind_symbol) \

Powered by Google App Engine
This is Rietveld 408576698