Fix debugger to properly return TS_SLEEPING.

Thread.sleep is implemented with Object.wait, so the code can't
distinguish the two. I added a check to see if Thread.sleep
is somewhere on the stack, indicating that the thread is actually
sleeping instead of waiting.

Change-Id: I288befc1b3dc76e30c0620ab9c850c66b81c7a6d
1 file changed
tree: 4f675dae88f8e50d72edcc02aadedbbf4d826510
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk