Reviewers: Søren Gjesse, Description: 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. Please review this at http://codereview.chromium.org/77035 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M SConstruct M src/api.cc M src/assembler.h M src/assembler.cc M src/bootstrapper.cc M src/builtins-ia32.cc M src/builtins.h M src/builtins.cc M src/codegen-arm.cc M src/codegen-ia32.cc M src/codegen.cc M src/compiler.cc M src/d8.h M src/d8.cc M src/debug-agent.h M src/debug-agent.cc M src/debug-arm.cc M src/debug-ia32.cc M src/debug.h M src/debug.cc M src/execution.h M src/execution.cc M src/factory.h M src/factory.cc M src/handles.cc M src/heap.cc M src/ic-inl.h M src/ic.h M src/ic.cc M src/macro-assembler-arm.h M src/macro-assembler-arm.cc M src/macro-assembler-ia32.h M src/macro-assembler-ia32.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/runtime.h M src/runtime.cc M src/serialize.cc M src/stub-cache.h M src/stub-cache.cc M src/top.cc M src/v8.h M src/v8.cc M src/v8threads.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
