Go to file
feng@chromium.org ea48d53bad Add ENABLE_DEBUGGER_SUPPORT macro.
ENABLE_DEBUGGER_SUPPORT is enabled by default unless it is on Android platform.
On Android platform, it can also enabled by passing -DENABLE_DEBUGGER_SUPPORT flag to the compiler.

This should not affect any existing build (I hope, cross my fingers) except the build in real Android environment (in other word, it only affects me now).

There are lot of room for code refactoring in stead of using #ifdef all over the place. I will leave this to v8 folks.

Review URL: http://codereview.chromium.org/77035

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1745 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-04-20 16:36:13 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Add os.chdir and os.setenv to d8. Move system() to os.system(). 2009-03-31 06:51:25 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Add ENABLE_DEBUGGER_SUPPORT macro. 2009-04-20 16:36:13 +00:00
test Correct the marking of tests that only fail on the simulator. 2009-04-20 09:40:08 +00:00
tools Implemented a CSV parser in JavaScript. 2009-04-17 17:58:14 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare a push to trunk (version 1.1.10). 2009-04-15 13:16:51 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Add ENABLE_DEBUGGER_SUPPORT macro. 2009-04-20 16:36:13 +00:00