1. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  2. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  3. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  4. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  5. 84eadb2 ART: Change StringTable to unordered_set by Andreas Gampe · 7 years ago
  6. 2eeb01a ART: Change StringTable for RecentAllocations by Andreas Gampe · 7 years ago
  7. d0fc768 ART: Presize output vector in RecentAllocations by Andreas Gampe · 7 years ago
  8. ff29cee ART: Add VLOGs to GetRecentAllocations by Andreas Gampe · 7 years ago
  9. f774a4e ART: Improve Dbg::GetRecentAllocations by Andreas Gampe · 7 years ago
  10. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  11. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 7 years ago
  12. e00ec30 Make native field operations call instrumentation listeners. by Alex Light · 7 years ago
  13. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  14. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  15. 77d8a1c Revert^2 "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  16. 6530cab Revert "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  17. 40dc110 Merge "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  18. cdd798d Follow-up to 70d60275cc2860bde50e5f9c5b151e94f745ae14 by Sebastien Hertz · 7 years ago
  19. 70a4501 ART: Support for SourceDebugExtension by Orion Hodson · 7 years ago
  20. 70d6027 JDWP: fix Dbg::ResumeThread by Sebastien Hertz · 7 years ago
  21. 7337631 Fixup JDWP for obsolete methods by Alex Light · 7 years ago
  22. cafa081 Use GetPeerFromOtherThread in debugger. by Nicolas Geoffray · 7 years ago
  23. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  24. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 7 years ago
  25. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 7 years ago
  26. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  27. 0f01b58 ART: Add ClassLoadCallback by Andreas Gampe · 8 years ago
  28. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 8 years ago
  29. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  30. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  31. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 8 years ago
  32. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  33. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  34. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  35. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  36. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  37. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  38. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  39. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  40. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  41. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  42. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 8 years ago
  43. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 8 years ago
  44. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  45. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  46. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 8 years ago
  47. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  48. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  49. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  50. de19a25 Ensure class is initialized when reading its fields from debugger. by Jeff Hao · 8 years ago
  51. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  52. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  53. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  54. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  55. 064d24e Revert "Revert "Fix debugger calling new String()."" by Jeff Hao · 8 years ago
  56. f91b5f3 Merge "Revert "Fix debugger calling new String()."" by Nicolas Geoffray · 8 years ago
  57. 85f692b Merge "Revert "Fix debugger missing handle between adding and tagging object."" by Nicolas Geoffray · 8 years ago
  58. 528954f Revert "Fix debugger missing handle between adding and tagging object." by Nicolas Geoffray · 8 years ago
  59. 6f48d4c Revert "Fix debugger calling new String()." by Nicolas Geoffray · 8 years ago
  60. 51a0c4f Merge "creating workflow for mirror::String compression" by Treehugger Robot · 8 years ago
  61. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  62. 9e08784 Fix debugger missing handle between adding and tagging object. by Jeff Hao · 8 years ago
  63. f15ec05 Fix debugger calling new String(). by Jeff Hao · 8 years ago
  64. aef0c91 JDWP: fix method argument count by Sebastien Hertz · 8 years ago
  65. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  66. faf18de Merge "Remove SetStateUnsafe in Debugger::Disconnected." by Hiroshi Yamauchi · 8 years ago
  67. 98810e3 Remove SetStateUnsafe in Debugger::Disconnected. by Hiroshi Yamauchi · 8 years ago
  68. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 8 years ago
  69. 8f95cf3 Fix a deadlock between debugger and GC. by Hiroshi Yamauchi · 8 years ago
  70. 458b105 Obtain stack trace outside of critical section by Mathieu Chartier · 8 years ago
  71. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 8 years ago
  72. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 8 years ago
  73. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 8 years ago
  74. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 8 years ago
  75. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 8 years ago
  76. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  77. 7929a48 ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  78. 7a62fea Revert "ART: Fix JDWP GetClassLoader command" by Andreas Gampe · 9 years ago
  79. 40144cc ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  80. 1fc9ac7 Merge "Make use of new method iterators." am: 045d37ae20 am: c4affaa361 by Alex Light · 9 years ago
  81. 51a64d5 Make use of new method iterators. by Alex Light · 9 years ago
  82. 02e0382 Merge "Remove references to dlmalloc specific functions" am: 1f312652e1 by Dimitry Ivanov · 9 years ago
  83. 1f31265 Merge "Remove references to dlmalloc specific functions" by Dimitry Ivanov · 9 years ago
  84. 75009e8 Merge "Refactor DexFile::DecodeDebugInfo." am: 96c9de9510 am: 2b1db0743f by David Srbecky · 9 years ago
  85. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  86. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  87. 2778644 Merge "Make debugger support default methods." am: 996935e961 am: 679841d2be by Alex Light · 9 years ago
  88. 6c8467f Make debugger support default methods. by Alex Light · 9 years ago
  89. 464595f Enso ThreadGroup.groups is an array not ArrayList by Przemyslaw Szczepaniak · 9 years ago
  90. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 9 years ago
  91. 636b925 Support deoptimization only to set vreg by Mingyao Yang · 9 years ago
  92. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  93. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  94. a3e1377 JDWP: fix returned tag for ClassType.NewInstance by Sebastien Hertz · 9 years ago
  95. 56d5e50 JDWP: fix java.lang.String creation by Sebastien Hertz · 9 years ago
  96. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  97. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  98. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  99. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  100. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago