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

Unified Diff: src/trusted/service_runtime/sel_ldr.h

Issue 206493005: Provide chrome the option of learning the debug stub port chosen by nacl. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 9 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/trusted/service_runtime/sel_ldr.h
diff --git a/src/trusted/service_runtime/sel_ldr.h b/src/trusted/service_runtime/sel_ldr.h
index 49147e9b4db4737914bda71f5ad71747c696f26a..f18a707bf568aff78360bcfffc0d571331ebf616 100644
--- a/src/trusted/service_runtime/sel_ldr.h
+++ b/src/trusted/service_runtime/sel_ldr.h
@@ -391,6 +391,7 @@ struct NaClApp {
struct DynArray desc_tbl; /* NaClDesc pointers */
const struct NaClDebugCallbacks *debug_stub_callbacks;
+ uint16_t debug_stub_port;
struct NaClDesc *main_nexe_desc;
struct NaClMutex exception_mu;

Powered by Google App Engine
This is Rietveld 408576698