commit | 47fce01c0f27dba716fa6b97242562fbc5c26eea | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 25 18:37:19 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 25 18:37:19 2011 -0700 |
tree | 4a95d4bbc2a53ec765000e73cf026d404a667f73 | |
parent | ed6d78ed93c9b5b1988af6ca502a7e2eee0f2aaf [diff] [blame] |
Basic DDMS thread support. DDMS can now see our running threads... Change-Id: I42d2fce4db9eb846fa0b4aac46ca6bb3443a6c9f
diff --git a/src/debugger.h b/src/debugger.h index 6eabf33..111282c 100644 --- a/src/debugger.h +++ b/src/debugger.h
@@ -227,6 +227,7 @@ /* * DDM support. */ + static void DdmSetThreadNotification(bool enable); static bool DdmHandlePacket(const uint8_t* buf, int dataLen, uint8_t** pReplyBuf, int* pReplyLen); static void DdmConnected(); static void DdmDisconnected();