| Index: runtime/bin/dbg_connection.h
|
| ===================================================================
|
| --- runtime/bin/dbg_connection.h (revision 7863)
|
| +++ runtime/bin/dbg_connection.h (working copy)
|
| @@ -56,6 +56,8 @@
|
| static void HandleStepOverCmd(const char* msg);
|
| static void HandleStepOutCmd(const char* msg);
|
| static void HandleGetLibraryURLsCmd(const char* json_msg);
|
| + static void HandleGetClassPropsCmd(const char* json_msg);
|
| + static void HandleGetObjPropsCmd(const char* json_msg);
|
| static void HandleGetScriptURLsCmd(const char* json_msg);
|
| static void HandleGetStackTraceCmd(const char* json_msg);
|
| static void HandleSetBpCmd(const char* json_msg);
|
|
|