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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.h

Issue 10928050: Open socket for NaCl GDB debug stub in browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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: chrome/browser/nacl_host/nacl_process_host.h
===================================================================
--- chrome/browser/nacl_host/nacl_process_host.h (revision 155316)
+++ chrome/browser/nacl_host/nacl_process_host.h (working copy)
@@ -91,6 +91,11 @@
bool LaunchNaClGdb(base::ProcessId pid);
void OnNaClGdbAttached();
#endif
+#if defined(OS_POSIX)
+ // Create socket for debug stub in browser process so that we can leave
+ // sandbox turned on during debugging.
Mark Seaborn 2012/09/10 15:39:45 Please disambiguate "debugging" in comments so tha
halyavin 2012/09/11 11:16:12 Done.
+ SocketDescriptor GetDebugStubSocketHandle();
+#endif
// Get path to manifest on local disk if possible.
FilePath GetManifestPath();
bool LaunchSelLdr();
« no previous file with comments | « no previous file | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | chrome/browser/nacl_host/nacl_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698