1. aef0c91 JDWP: fix method argument count by Sebastien Hertz · 8 years ago
  2. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  3. faf18de Merge "Remove SetStateUnsafe in Debugger::Disconnected." by Hiroshi Yamauchi · 8 years ago
  4. 98810e3 Remove SetStateUnsafe in Debugger::Disconnected. by Hiroshi Yamauchi · 8 years ago
  5. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 8 years ago
  6. 8f95cf3 Fix a deadlock between debugger and GC. by Hiroshi Yamauchi · 8 years ago
  7. 458b105 Obtain stack trace outside of critical section by Mathieu Chartier · 8 years ago
  8. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 8 years ago
  9. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 8 years ago
  10. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 8 years ago
  11. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 8 years ago
  12. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 8 years ago
  13. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  14. 7929a48 ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  15. 7a62fea Revert "ART: Fix JDWP GetClassLoader command" by Andreas Gampe · 9 years ago
  16. 40144cc ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  17. 1fc9ac7 Merge "Make use of new method iterators." am: 045d37ae20 am: c4affaa361 by Alex Light · 9 years ago
  18. 51a64d5 Make use of new method iterators. by Alex Light · 9 years ago
  19. 02e0382 Merge "Remove references to dlmalloc specific functions" am: 1f312652e1 by Dimitry Ivanov · 9 years ago
  20. 1f31265 Merge "Remove references to dlmalloc specific functions" by Dimitry Ivanov · 9 years ago
  21. 75009e8 Merge "Refactor DexFile::DecodeDebugInfo." am: 96c9de9510 am: 2b1db0743f by David Srbecky · 9 years ago
  22. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  23. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  24. 2778644 Merge "Make debugger support default methods." am: 996935e961 am: 679841d2be by Alex Light · 9 years ago
  25. 6c8467f Make debugger support default methods. by Alex Light · 9 years ago
  26. 464595f Enso ThreadGroup.groups is an array not ArrayList by Przemyslaw Szczepaniak · 9 years ago
  27. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 9 years ago
  28. 636b925 Support deoptimization only to set vreg by Mingyao Yang · 9 years ago
  29. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  30. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  31. a3e1377 JDWP: fix returned tag for ClassType.NewInstance by Sebastien Hertz · 9 years ago
  32. 56d5e50 JDWP: fix java.lang.String creation by Sebastien Hertz · 9 years ago
  33. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  34. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  35. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  36. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  37. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago
  38. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  39. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 9 years ago
  40. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  41. e2cb7f2 Merge "Support deoptimization on exception" by Sebastien Hertz · 9 years ago
  42. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  43. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  44. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  45. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  46. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  47. e348584 Merge "JDWP: check object is assignable in ArrayReference.SetValues" by Sebastien Hertz · 9 years ago
  48. 2e1c16d JDWP: check object is assignable in ArrayReference.SetValues by Sebastien Hertz · 9 years ago
  49. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  50. 3bf1027 Merge "JDWP: remove suspend count check on invoke" by Sebastien Hertz · 9 years ago
  51. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  52. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  53. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  54. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  55. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  56. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  57. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  58. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  59. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  60. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  61. d4032e4 JDWP: remove suspend count check on invoke by Sebastien Hertz · 9 years ago
  62. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  63. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  64. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  65. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  66. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  67. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  68. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  69. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  70. 415fd08 Fix JDWP tests after ArtMethod change by Sebastien Hertz · 9 years ago
  71. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  72. 31db343 Merge "Fix single-step in native thread" by Sebastien Hertz · 9 years ago
  73. 52f5f93 Fix single-step in native thread by Sebastien Hertz · 9 years ago
  74. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  75. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  76. de48aa6 JDWP: fix breakpoint on catch statement by Sebastien Hertz · 9 years ago
  77. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  78. aae4334 Merge "JDWP: more GC safety" by Sebastien Hertz · 9 years ago
  79. 261bc04 JDWP: more GC safety by Sebastien Hertz · 9 years ago
  80. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 9 years ago
  81. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  82. ba9ef53 Merge "Support multiple instrumentation clients" by Sebastien Hertz · 9 years ago
  83. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  84. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 9 years ago
  85. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 9 years ago
  86. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  87. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 9 years ago
  88. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  89. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 9 years ago
  90. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  91. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 9 years ago
  92. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 9 years ago
  93. 9b87d4a Merge "JDWP: clear exception when allocation fails" by Sebastien Hertz · 9 years ago
  94. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  95. 2c3e77a JDWP: clear exception when allocation fails by Sebastien Hertz · 9 years ago
  96. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 9 years ago
  97. 4bf34ad Merge "JDWP: more checking for StackFrame commands" by Sebastien Hertz · 9 years ago
  98. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  99. abbabc8 JDWP: more checking for StackFrame commands by Sebastien Hertz · 9 years ago
  100. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 9 years ago