commit | 4ffd31315bc0d00ec278e85feed15985de5ac3dc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Oct 24 12:06:42 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Oct 24 12:06:42 2011 -0700 |
tree | 9008b944618f4d422cb050d7d1c5aeb74fb39dd9 | |
parent | d81871cbbaa34c649e488f94f61a981db33123e5 [diff] [blame] |
Implement the zygote debug options (late-enabling -Xcheck:jni and so on). Change-Id: I03772e7fb95fce1a19dac13f6c5f870164a4d874
diff --git a/src/debugger.h b/src/debugger.h index 388248b..2c2ade7 100644 --- a/src/debugger.h +++ b/src/debugger.h
@@ -68,6 +68,8 @@ static bool DebuggerStartup(); static void DebuggerShutdown(); + static void SetJdwpAllowed(bool allowed); + // Return the DebugInvokeReq for the current thread. static DebugInvokeReq* GetInvokeReq();