diff options
| author | Andy McFadden <> | 2009-03-24 18:09:28 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-24 18:09:28 -0700 |
| commit | e6e8c96dc62781d214554b8579363f2d122855c1 (patch) | |
| tree | dc91cc0edcfb39eafd7a8b867eabb73f2a816cd2 /vm/Globals.h | |
| parent | f7ed3aa6d9f4870a8d565723043eb98ab5daa024 (diff) | |
| download | android_dalvik-e6e8c96dc62781d214554b8579363f2d122855c1.tar.gz android_dalvik-e6e8c96dc62781d214554b8579363f2d122855c1.tar.bz2 android_dalvik-e6e8c96dc62781d214554b8579363f2d122855c1.zip | |
Automated import from //branches/donutburger/...@140653,140653
Diffstat (limited to 'vm/Globals.h')
| -rw-r--r-- | vm/Globals.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/vm/Globals.h b/vm/Globals.h index f68e45dd3..2ac73ce0a 100644 --- a/vm/Globals.h +++ b/vm/Globals.h @@ -462,10 +462,13 @@ struct DvmGlobals { /* * Compute some stats on loaded classes. */ - int numLoadedClasses; - int numDeclaredMethods; - int numDeclaredInstFields; - int numDeclaredStaticFields; + int numLoadedClasses; + int numDeclaredMethods; + int numDeclaredInstFields; + int numDeclaredStaticFields; + + /* when using a native debugger, set this to suppress watchdog timers */ + bool nativeDebuggerActive; /* * JDWP debugger support. |
