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