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

Unified Diff: src/trusted/gdb_rsp/target.h

Issue 10441152: Debug stub: suspend/resume threads on Linux Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 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
« no previous file with comments | « src/trusted/debug_stub/posix/thread_impl.cc ('k') | src/trusted/gdb_rsp/target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gdb_rsp/target.h
diff --git a/src/trusted/gdb_rsp/target.h b/src/trusted/gdb_rsp/target.h
index bb7f14061a62fc0ac7d104abfabf5c19782335de..9717f0541635c040265173c9f09f534e5a4a43cf 100644
--- a/src/trusted/gdb_rsp/target.h
+++ b/src/trusted/gdb_rsp/target.h
@@ -146,6 +146,8 @@ class Target {
uint8_t *ctx_; // Context Scratchpad
+ bool stepping_over_breakpoint_;
+
// The current signal and signaling thread data is protected by
// the mutex, and can only be owned by one thread at a time.
// These values should only be written via the "Signal" member,
« no previous file with comments | « src/trusted/debug_stub/posix/thread_impl.cc ('k') | src/trusted/gdb_rsp/target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698