commit | 4740cdff25875c530649a670b15e8ac52bfd7252 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 07 14:07:12 2011 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 07 14:07:12 2011 -0800 |
tree | 0ca835b636fe2b6854ba65bee2eee3c4ea983048 | |
parent | 0ad5bb8ea378a223eb6eaf89e0be2823c6f87c0e [diff] [blame] |
Notify the debugger of class preparation. Change-Id: Ic9863d0cc1176c474df2239a286a01393845d589
diff --git a/src/jdwp/jdwp.h b/src/jdwp/jdwp.h index 36e2657..03c70b0 100644 --- a/src/jdwp/jdwp.h +++ b/src/jdwp/jdwp.h
@@ -205,7 +205,7 @@ /* * Class has been prepared. */ - bool PostClassPrepare(int tag, RefTypeId refTypeId, const char* signature, int status); + bool PostClassPrepare(JdwpTypeTag tag, RefTypeId refTypeId, const std::string& signature, int status); /* * The VM is about to stop.