1. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  2. 138dbfc Selective deoptimization. by Sebastien Hertz · 12 years ago
  3. 579b024 Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events. by Jeff Hao · 12 years ago
  4. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  5. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  6. d35311b am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 12 years ago
  7. f529352 Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 12 years ago
  8. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  9. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  10. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 12 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/jdwp/jdwp.h]
  12. 5d10a87 Remove the separate JdwpTransport objects. by Elliott Hughes · 12 years ago
  13. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 12 years ago
  14. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 13 years ago
  15. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 13 years ago
  16. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 13 years ago
  17. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  18. a96836a Improve -verbose:jdwp. by Elliott Hughes · 13 years ago
  19. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  20. a77f0f6 Various fixes for JDWP. by jeffhao · 13 years ago
  21. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  22. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  23. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 13 years ago
  24. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  25. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  26. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  27. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  28. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 14 years ago
  29. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 14 years ago
  30. 2aa2e39 Fix breakpoints. by Elliott Hughes · 14 years ago
  31. ba8eee1 Remove more lint. by Elliott Hughes · 14 years ago
  32. 6d8dd47 Fix a bunch of uses of 'short'. by Elliott Hughes · 14 years ago
  33. 4740cdf Notify the debugger of class preparation. by Elliott Hughes · 14 years ago
  34. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 14 years ago
  35. cccd84f Implement local setting. by Elliott Hughes · 14 years ago
  36. aed4be9 Implement field getting and setting. by Elliott Hughes · 14 years ago
  37. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 14 years ago
  38. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 14 years ago
  39. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 14 years ago
  40. f7c3b66 Fix orthography of the jdwp_bits.h functions. by Elliott Hughes · 14 years ago
  41. 475fc23 More debugger support. by Elliott Hughes · 14 years ago
  42. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 14 years ago
  43. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 14 years ago
  44. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 14 years ago