1. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  2. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  3. 77d8a1c Revert^2 "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  4. 6530cab Revert "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  5. 70a4501 ART: Support for SourceDebugExtension by Orion Hodson · 7 years ago
  6. 7337631 Fixup JDWP for obsolete methods by Alex Light · 7 years ago
  7. cbb65ae jdwp: switch to SOCK_SEQPACKET. by Josh Gao · 7 years ago
  8. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 7 years ago
  9. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 7 years ago
  10. 35b456a Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 7 years ago
  11. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  12. fb38266 Merge "Remove breakpoints from redefined classes" by Treehugger Robot · 7 years ago
  13. 5643caf Remove breakpoints from redefined classes by Alex Light · 7 years ago
  14. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 7 years ago
  15. 48fe794 Set timeout before connect to adb in jdwp. by Tao Wu · 8 years ago
  16. ec10799 Merge "Fix unquitable apps when debug enabled." by Treehugger Robot · 8 years ago
  17. d0a160d Fix unquitable apps when debug enabled. by Tao Wu · 8 years ago
  18. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  19. af8bcf8 Fix event reporting from the debugger thread by Sebastien Hertz · 8 years ago
  20. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 8 years ago
  21. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  22. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  23. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  24. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  25. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  26. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  27. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  28. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  29. 4a28e1e Support new JDWP InterfaceType.InvokeMethod command by Alex Light · 8 years ago
  30. d817560 Fix non-Linux builds. by Roland Levillain · 9 years ago
  31. 3cbad24 Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  32. 15f9b27 Improves recent changes to art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  33. 0502c44 Fix JDWP host tests on Trusty. by Roland Levillain · 9 years ago
  34. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  35. 0a97fc6 JDWP: default implementation of Method.IsObsolete by Sebastien Hertz · 9 years ago
  36. 358bcaf JDWP: fix possible JdwpEvent memory leak by Sebastien Hertz · 9 years ago
  37. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  38. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  39. 738c4c9 JDWP: attempt to fix failure on closed connection by Sebastien Hertz · 9 years ago
  40. aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
  41. 3901bbc Fix DDM reply buffer deallocation by Sebastien Hertz · 9 years ago
  42. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  43. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  44. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  45. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  46. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  47. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  48. 261bc04 JDWP: more GC safety by Sebastien Hertz · 9 years ago
  49. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 9 years ago
  50. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  51. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 9 years ago
  52. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 9 years ago
  53. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  54. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 9 years ago
  55. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 9 years ago
  56. 2c3e77a JDWP: clear exception when allocation fails by Sebastien Hertz · 9 years ago
  57. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 9 years ago
  58. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  59. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  60. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 9 years ago
  61. ff9b747 Merge "JDWP: fix thread state on event suspension" by Sebastien Hertz · 9 years ago
  62. 813b960 JDWP: fix thread state on event suspension by Sebastien Hertz · 9 years ago
  63. e4266c5 JDWP: assert no pending exception when using JNI by Sebastien Hertz · 10 years ago
  64. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 10 years ago
  65. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 9 years ago
  66. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  67. b640dec Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 10 years ago
  68. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  69. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 10 years ago
  70. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  71. 107e757 JDWP: do not report start/end events for thread without peer by Sebastien Hertz · 10 years ago
  72. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  73. 6d7839e JDWP: avoid crash on unsupported modifier by Sebastien Hertz · 10 years ago
  74. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  75. ec17f98 kill HAVE_GETHOSTBYNAME_R by Yabin Cui · 10 years ago
  76. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  77. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  78. 54efee5 Merge "Make ObjectRegistry::InternalAdd GC safe" by Sebastien Hertz · 10 years ago
  79. e2d628b Make ObjectRegistry::InternalAdd GC safe by Sebastien Hertz · 10 years ago
  80. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  81. 033aabf Only watch location for BREAKPOINT event by Sebastien Hertz · 10 years ago
  82. c4481db Merge "Optimize JDWP stack local values access" by Sebastien Hertz · 10 years ago
  83. 8009f39 Optimize JDWP stack local values access by Sebastien Hertz · 10 years ago
  84. a9aa0ff Fix JDWP crash when reporting exception by Sebastien Hertz · 10 years ago
  85. 5cdd073 Merge "Move spammy logs to JDWP verbose mode" by Sebastien Hertz · 10 years ago
  86. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 10 years ago
  87. f272af4 Move spammy logs to JDWP verbose mode by Sebastien Hertz · 10 years ago
  88. b0b0b49 Avoid crash in StringReference.Value JDWP command by Sebastien Hertz · 10 years ago
  89. a06430c Check for errors in ThreadGroupReference JDWP commands by Sebastien Hertz · 10 years ago
  90. 070f732 Fix deadlock in VirtualMachine.AllThreads by Sebastien Hertz · 10 years ago
  91. 4537c41 Don't hold any lock when visiting classes from JDWP by Sebastien Hertz · 10 years ago
  92. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  93. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  94. 60ed7da Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 10 years ago
  95. c6345ef Fix JDWP event races by Sebastien Hertz · 10 years ago
  96. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  97. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  98. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 10 years ago
  99. a032870 Fix memory leak in JDWP object registry by Sebastien Hertz · 10 years ago
  100. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 10 years ago