1. 73cca6f Fix DDMS lock ordering error. by Mathieu Chartier · 13 years ago
  2. 5d10a87 Remove the separate JdwpTransport objects. by Elliott Hughes · 13 years ago
  3. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 13 years ago
  4. 068193c Add missing TEMP_FAILURE_RETRYs to the JDWP transports. by Elliott Hughes · 13 years ago
  5. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 13 years ago
  6. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 13 years ago
  7. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 13 years ago
  8. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 13 years ago
  9. a96836a Improve -verbose:jdwp. by Elliott Hughes · 13 years ago
  10. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  11. a77f0f6 Various fixes for JDWP. by jeffhao · 14 years ago
  12. 0dfbb7e Fix some JDWP bugs related to locking and getting statics. by jeffhao · 14 years ago
  13. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 14 years ago
  14. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 14 years ago
  15. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 14 years ago
  16. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 14 years ago
  17. 81d425b Pass self to lock methods. by Ian Rogers · 14 years ago
  18. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 14 years ago
  19. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 14 years ago
  20. 00f7d0e Global lock levels. by Ian Rogers · 14 years ago
  21. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 14 years ago
  22. a21039c Fix a bunch more lint. by Elliott Hughes · 14 years ago
  23. 7484741 Fix a bunch of lint. by Elliott Hughes · 14 years ago
  24. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 14 years ago
  25. 7c6169d Port my AOSP QuasiAtomic rewrite to art. by Elliott Hughes · 14 years ago
  26. 74cdcb1 Remove cruft. by Elliott Hughes · 14 years ago
  27. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 14 years ago
  28. 460384f Use the operator<< generator more widely. by Elliott Hughes · 14 years ago
  29. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 14 years ago
  30. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 14 years ago
  31. 229feb7 Consistently use hex for dex PC values in the debugger. by Elliott Hughes · 14 years ago
  32. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 14 years ago
  33. 2aa2e39 Fix breakpoints. by Elliott Hughes · 14 years ago
  34. c308a5d Fix a bug in Dbg::GetClassDescriptor. by Elliott Hughes · 14 years ago
  35. 8696433 More JDWP functionality: breakpoints, single-stepping. by Elliott Hughes · 14 years ago
  36. c3b3e75 Fix a jdwp assert. by Elliott Hughes · 14 years ago
  37. 0cc1bbd Hide some JDWP logging behind -verbose:jdwp. by Elliott Hughes · 14 years ago
  38. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  39. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 15 years ago
  40. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 15 years ago
  41. cccd84f Implement local setting. by Elliott Hughes · 15 years ago
  42. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 15 years ago
  43. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 15 years ago
  44. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 15 years ago
  45. 7162ad9 Implement DDMS heap info ("HPIF") chunks. by Elliott Hughes · 15 years ago
  46. 475fc23 More debugger support. by Elliott Hughes · 15 years ago
  47. 6ba581a Implement ThreadContinuing and detach the JDWP thread before it exits. by Elliott Hughes · 15 years ago
  48. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 15 years ago
  49. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 15 years ago
  50. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 15 years ago