| Index: runtime/bin/dbg_connection.h
|
| ===================================================================
|
| --- runtime/bin/dbg_connection.h (revision 8556)
|
| +++ runtime/bin/dbg_connection.h (working copy)
|
| @@ -66,6 +66,7 @@
|
| static void HandleGetScriptURLsCmd(const char* json_msg);
|
| static void HandleGetSourceCmd(const char* json_msg);
|
| static void HandleGetStackTraceCmd(const char* json_msg);
|
| + static void HandlePauseOnExcCmd(const char* json_msg);
|
| static void HandleSetBpCmd(const char* json_msg);
|
| static void HandleRemBpCmd(const char* json_msg);
|
| static void HandleUnknownMsg(const char* json_msg);
|
|
|