1. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 10 years ago
  2. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 10 years ago
  3. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  4. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  5. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  6. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 10 years ago
  7. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  8. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  9. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 10 years ago
  10. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  11. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  12. 43c8d72 Do not send JDWP data in case of error. by Sebastien Hertz · 10 years ago
  13. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  14. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  15. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 10 years ago
  16. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 11 years ago
  17. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  18. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  19. 579b024 Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events. by Jeff Hao · 11 years ago
  20. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  21. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  22. d35311b am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 11 years ago
  23. f529352 Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 11 years ago
  24. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  25. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  26. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 11 years ago
  27. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/jdwp/jdwp.h]
  28. 5d10a87 Remove the separate JdwpTransport objects. by Elliott Hughes · 11 years ago
  29. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 11 years ago
  30. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 11 years ago
  31. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 11 years ago
  32. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 11 years ago
  33. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  34. a96836a Improve -verbose:jdwp. by Elliott Hughes · 12 years ago
  35. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  36. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  37. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  38. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  39. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  40. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  41. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  42. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  43. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  44. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 12 years ago
  45. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 12 years ago
  46. 2aa2e39 Fix breakpoints. by Elliott Hughes · 13 years ago
  47. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  48. 6d8dd47 Fix a bunch of uses of 'short'. by Elliott Hughes · 13 years ago
  49. 4740cdf Notify the debugger of class preparation. by Elliott Hughes · 13 years ago
  50. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  51. cccd84f Implement local setting. by Elliott Hughes · 13 years ago
  52. aed4be9 Implement field getting and setting. by Elliott Hughes · 13 years ago
  53. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 13 years ago
  54. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  55. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 13 years ago
  56. f7c3b66 Fix orthography of the jdwp_bits.h functions. by Elliott Hughes · 13 years ago
  57. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  58. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 13 years ago
  59. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  60. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago