commit | ac8836da566cc891534a3c359e16e7e99330040a | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu May 05 00:19:46 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu May 05 00:19:46 2011 -0700 |
tree | 90e95c8130a3ef6b71af3246885c025142e93236 | |
parent | d78fc7acbc24e926aafc84357a81fd14f8f1b3c3 [diff] [blame] |
Move jdwpspy into C++ now that jdwp itself is in C++. git cherry-pick --no-commit 73cfba122a4ae1c6162fe1c5112e77d8c8430dd9 Change-Id: Id0c6188ece19f6eade18ba8725384d94465aa197
diff --git a/tools/jdwpspy/find_JdwpConstants.cpp b/tools/jdwpspy/find_JdwpConstants.cpp new file mode 100644 index 0000000..57b7dbb --- /dev/null +++ b/tools/jdwpspy/find_JdwpConstants.cpp
@@ -0,0 +1 @@ +#include "jdwp/JdwpConstants.cpp"