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

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

Issue 10365028: Debug stub: associate NaClAppThread with IThread (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebased 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/session_mock.cc ('k') | src/trusted/gdb_rsp/test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gdb_rsp/target_test.cc
diff --git a/src/trusted/gdb_rsp/target_test.cc b/src/trusted/gdb_rsp/target_test.cc
index c66c603cddb2c787f0f615f6f9092175c0c2c6fa..0a927d5716522c8d937c09682ebcfccee0138ab2 100644
--- a/src/trusted/gdb_rsp/target_test.cc
+++ b/src/trusted/gdb_rsp/target_test.cc
@@ -35,7 +35,7 @@ int TestTarget() {
}
// Create a pseudo thread with registers set to their index
- port::IThread *thread = port::IThread::Acquire(0x1234, true);
+ port::IThread *thread = port::IThread::Create(0x1234, NULL);
for (uint32_t a = 0; a < abi->GetRegisterCount(); a++) {
const Abi::RegDef* def = abi->GetRegisterDef(a);
uint64_t val = static_cast<uint64_t>(a);
« no previous file with comments | « src/trusted/gdb_rsp/session_mock.cc ('k') | src/trusted/gdb_rsp/test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698