Removed all functions for parsing the debugger command line commands. The core debugg...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Nov 2008 10:31:22 +0000 (10:31 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Nov 2008 10:31:22 +0000 (10:31 +0000)
commitacb4ff9955788dc6d962d28e97a4673a9e472913
treec10140bb7b1704a8cd344ddd4c1f6253d445818f
parent95d1d40077923518189603d4ab9b047b1e0658f9
Removed all functions for parsing the debugger command line commands. The core debugger should only support the JSON protocol. Expect these functions to re-appear in d8.

Added processDebugRequest to the debugger which will only process a JSON request. Use that function in the debugger.
Review URL: http://codereview.chromium.org/11395

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@824 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug-delay.js
src/debug.cc