1. 358bcaf JDWP: fix possible JdwpEvent memory leak by Sebastien Hertz · 9 years ago
  2. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  3. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  4. 738c4c9 JDWP: attempt to fix failure on closed connection by Sebastien Hertz · 9 years ago
  5. aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
  6. 3901bbc Fix DDM reply buffer deallocation by Sebastien Hertz · 9 years ago
  7. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  8. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  9. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  10. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  11. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  12. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  13. 261bc04 JDWP: more GC safety by Sebastien Hertz · 9 years ago
  14. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 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. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 9 years ago
  18. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  19. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 9 years ago
  20. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 9 years ago
  21. 2c3e77a JDWP: clear exception when allocation fails by Sebastien Hertz · 9 years ago
  22. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 9 years ago
  23. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  24. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  25. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 9 years ago
  26. ff9b747 Merge "JDWP: fix thread state on event suspension" by Sebastien Hertz · 9 years ago
  27. 813b960 JDWP: fix thread state on event suspension by Sebastien Hertz · 9 years ago
  28. e4266c5 JDWP: assert no pending exception when using JNI by Sebastien Hertz · 10 years ago
  29. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 10 years ago
  30. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 10 years ago
  31. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  32. b640dec Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 10 years ago
  33. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  34. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 10 years ago
  35. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  36. 107e757 JDWP: do not report start/end events for thread without peer by Sebastien Hertz · 10 years ago
  37. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  38. 6d7839e JDWP: avoid crash on unsupported modifier by Sebastien Hertz · 10 years ago
  39. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  40. ec17f98 kill HAVE_GETHOSTBYNAME_R by Yabin Cui · 10 years ago
  41. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  42. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  43. 54efee5 Merge "Make ObjectRegistry::InternalAdd GC safe" by Sebastien Hertz · 10 years ago
  44. e2d628b Make ObjectRegistry::InternalAdd GC safe by Sebastien Hertz · 10 years ago
  45. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  46. 033aabf Only watch location for BREAKPOINT event by Sebastien Hertz · 10 years ago
  47. c4481db Merge "Optimize JDWP stack local values access" by Sebastien Hertz · 10 years ago
  48. 8009f39 Optimize JDWP stack local values access by Sebastien Hertz · 10 years ago
  49. a9aa0ff Fix JDWP crash when reporting exception by Sebastien Hertz · 10 years ago
  50. 5cdd073 Merge "Move spammy logs to JDWP verbose mode" by Sebastien Hertz · 10 years ago
  51. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 10 years ago
  52. f272af4 Move spammy logs to JDWP verbose mode by Sebastien Hertz · 10 years ago
  53. b0b0b49 Avoid crash in StringReference.Value JDWP command by Sebastien Hertz · 10 years ago
  54. a06430c Check for errors in ThreadGroupReference JDWP commands by Sebastien Hertz · 10 years ago
  55. 070f732 Fix deadlock in VirtualMachine.AllThreads by Sebastien Hertz · 10 years ago
  56. 4537c41 Don't hold any lock when visiting classes from JDWP by Sebastien Hertz · 10 years ago
  57. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  58. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  59. 60ed7da Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 10 years ago
  60. c6345ef Fix JDWP event races by Sebastien Hertz · 10 years ago
  61. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  62. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  63. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 10 years ago
  64. a032870 Fix memory leak in JDWP object registry by Sebastien Hertz · 10 years ago
  65. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 10 years ago
  66. b5a9e3d Remove Object* weak roots from the debugger. by Hiroshi Yamauchi · 10 years ago
  67. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  68. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  69. 42cd43f Register debugger for interesting instrumentation events only by Sebastien Hertz · 10 years ago
  70. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  71. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 10 years ago
  72. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 10 years ago
  73. cf7bea3 Disable JDWP field watchpoint capabilities by Sebastien Hertz · 10 years ago
  74. 51f32a6 Merge "Allow use of instance filter for JDWP events" by Sebastien Hertz · 10 years ago
  75. 172109b Merge "Fix JDWP count event modifier" by Sebastien Hertz · 10 years ago
  76. 5f4e6f5 Allow use of instance filter for JDWP events by Sebastien Hertz · 10 years ago
  77. 4320779 Fix JDWP count event modifier by Sebastien Hertz · 10 years ago
  78. c311d0c Merge "Prepare field watchpoint support" by Sebastien Hertz · 10 years ago
  79. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  80. bb5c355 Deduplicate code starting JDWP thread by Sebastien Hertz · 10 years ago
  81. 7ec2f1c Speed up single-stepping by Sebastien Hertz · 10 years ago
  82. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  83. 43c8d72 Do not send JDWP data in case of error. by Sebastien Hertz · 10 years ago
  84. cb19ebf Fix debugger crash in native method frames. by Sebastien Hertz · 10 years ago
  85. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  86. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  87. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 10 years ago
  88. bb43294 Merge "Avoid interleaving JDWP requests and events." by Sebastien Hertz · 10 years ago
  89. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 10 years ago
  90. 21e729c Fix failing check during JDWP invoke. by Sebastien Hertz · 10 years ago
  91. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  92. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  93. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  94. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  95. d9e4e0c 64bit friendly printf modifiers in JDWP. by Ian Rogers · 11 years ago
  96. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  97. f288bd1 Merge "Manage JDWP errors related to garbage collection." by Sebastien Hertz · 11 years ago
  98. e96060a Manage JDWP errors related to garbage collection. by Sebastien Hertz · 11 years ago
  99. 0630ab5 Fix null argument handling during invoke from JDWP. by Sebastien Hertz · 11 years ago
  100. d38667a Minor field name cleanup in debugger. by Sebastien Hertz · 11 years ago