1. 8311489 ObjPtr<>-ify debugger/jdwp. by Vladimir Marko · 5 years ago
  2. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  3. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  4. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  5. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  6. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  7. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  8. 35b456a Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  9. 5643caf Remove breakpoints from redefined classes by Alex Light · 8 years ago
  10. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  11. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  12. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  13. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  14. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  15. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  16. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 9 years ago
  17. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  18. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 9 years ago
  19. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 10 years ago
  20. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 10 years ago
  21. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  22. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  23. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  24. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 10 years ago
  25. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  26. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  27. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 10 years ago
  28. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  29. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  30. 43c8d72 Do not send JDWP data in case of error. by Sebastien Hertz · 10 years ago
  31. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  32. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  33. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 11 years ago
  34. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 11 years ago
  35. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  36. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  37. 579b024 Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events. by Jeff Hao · 11 years ago
  38. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  39. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  40. d35311b am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 11 years ago
  41. f529352 Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 11 years ago
  42. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  43. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  44. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 11 years ago
  45. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/jdwp/jdwp.h]
  46. 5d10a87 Remove the separate JdwpTransport objects. by Elliott Hughes · 11 years ago
  47. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 11 years ago
  48. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 12 years ago
  49. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 12 years ago
  50. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 12 years ago
  51. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  52. a96836a Improve -verbose:jdwp. by Elliott Hughes · 12 years ago
  53. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  54. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  55. 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
  56. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  57. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  58. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  59. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  60. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  61. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  62. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 12 years ago
  63. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 13 years ago
  64. 2aa2e39 Fix breakpoints. by Elliott Hughes · 13 years ago
  65. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  66. 6d8dd47 Fix a bunch of uses of 'short'. by Elliott Hughes · 13 years ago
  67. 4740cdf Notify the debugger of class preparation. by Elliott Hughes · 13 years ago
  68. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  69. cccd84f Implement local setting. by Elliott Hughes · 13 years ago
  70. aed4be9 Implement field getting and setting. by Elliott Hughes · 13 years ago
  71. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 13 years ago
  72. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  73. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 13 years ago
  74. f7c3b66 Fix orthography of the jdwp_bits.h functions. by Elliott Hughes · 13 years ago
  75. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  76. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 13 years ago
  77. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  78. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago