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

Unified Diff: src/trusted/gdb_rsp/test.cc

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/gdb_rsp/target.cc ('k') | src/trusted/port/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gdb_rsp/test.cc
diff --git a/src/trusted/gdb_rsp/test.cc b/src/trusted/gdb_rsp/test.cc
index 4e1a880d32b0eab0eba19d9830dfed5999062b93..cea31aa0f921f9b53ecc5fd715840f58c4a8b0ec 100644
--- a/src/trusted/gdb_rsp/test.cc
+++ b/src/trusted/gdb_rsp/test.cc
@@ -103,6 +103,12 @@ IThread* IThread::Create(uint32_t id, struct NaClAppThread *) {
return new ThreadMock(id);
}
+void IThread::SuspendAll(uint32_t) {
+}
+
+void IThread::ResumeAll(uint32_t) {
+}
+
bool port::IPlatform::GetMemory(uint64_t addr, uint32_t len, void *dst) {
intptr_t iptr = static_cast<intptr_t>(addr);
« no previous file with comments | « src/trusted/gdb_rsp/target.cc ('k') | src/trusted/port/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698