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

Unified Diff: snapshot/win/process_reader_win.h

Issue 1133203002: win: Retrieve thread context for x64 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 7 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: snapshot/win/process_reader_win.h
diff --git a/snapshot/win/process_reader_win.h b/snapshot/win/process_reader_win.h
index 0e9ada528284787fa7a51721cad0c66fe20b54e1..a60fdac49fc7e1d0394b8c1b39746accc274cb71 100644
--- a/snapshot/win/process_reader_win.h
+++ b/snapshot/win/process_reader_win.h
@@ -34,6 +34,7 @@ class ProcessReaderWin {
Thread();
~Thread() {}
+ CONTEXT context;
uint64_t id;
WinVMAddress teb;
WinVMAddress stack_region_address;

Powered by Google App Engine
This is Rietveld 408576698