1. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  2. af8bcf8 Fix event reporting from the debugger thread by Sebastien Hertz · 9 years ago
  3. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 9 years ago
  4. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  5. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  6. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  7. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 10 years ago
  8. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  9. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 10 years ago
  10. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  11. 261bc04 JDWP: more GC safety by Sebastien Hertz · 11 years ago
  12. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 10 years ago
  13. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 10 years ago
  14. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  15. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 11 years ago
  16. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 11 years ago
  17. 813b960 JDWP: fix thread state on event suspension by Sebastien Hertz · 11 years ago
  18. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 11 years ago
  19. ad466ad Change hprof to use streaming by Mathieu Chartier · 11 years ago
  20. 107e757 JDWP: do not report start/end events for thread without peer by Sebastien Hertz · 11 years ago
  21. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 11 years ago
  22. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 11 years ago
  23. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  24. 033aabf Only watch location for BREAKPOINT event by Sebastien Hertz · 11 years ago
  25. a9aa0ff Fix JDWP crash when reporting exception by Sebastien Hertz · 11 years ago
  26. 5cdd073 Merge "Move spammy logs to JDWP verbose mode" by Sebastien Hertz · 11 years ago
  27. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 11 years ago
  28. f272af4 Move spammy logs to JDWP verbose mode by Sebastien Hertz · 11 years ago
  29. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 11 years ago
  30. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 11 years ago
  31. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 11 years ago
  32. 42cd43f Register debugger for interesting instrumentation events only by Sebastien Hertz · 11 years ago
  33. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 11 years ago
  34. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 12 years ago
  35. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 11 years ago
  36. 172109b Merge "Fix JDWP count event modifier" by Sebastien Hertz · 11 years ago
  37. 4320779 Fix JDWP count event modifier by Sebastien Hertz · 11 years ago
  38. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 12 years ago
  39. 7ec2f1c Speed up single-stepping by Sebastien Hertz · 12 years ago
  40. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 12 years ago
  41. bb43294 Merge "Avoid interleaving JDWP requests and events." by Sebastien Hertz · 12 years ago
  42. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 12 years ago
  43. 21e729c Fix failing check during JDWP invoke. by Sebastien Hertz · 12 years ago
  44. d9e4e0c 64bit friendly printf modifiers in JDWP. by Ian Rogers · 12 years ago
  45. 138dbfc Selective deoptimization. by Sebastien Hertz · 12 years ago
  46. d38667a Minor field name cleanup in debugger. by Sebastien Hertz · 12 years ago
  47. 579b024 Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events. by Jeff Hao · 12 years ago
  48. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  49. f529352 Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 12 years ago
  50. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 12 years ago
  51. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  52. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/jdwp/jdwp_event.cc]
  53. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 12 years ago
  54. 449db33 For JDWP, suspend thread before configuring it for single stepping. by Jeff Hao · 12 years ago
  55. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 13 years ago
  56. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 13 years ago
  57. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 13 years ago
  58. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 13 years ago
  59. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  60. a96836a Improve -verbose:jdwp. by Elliott Hughes · 13 years ago
  61. 162fd33 Add update_debugger_support for x86 and fix ModBasket. by jeffhao · 13 years ago
  62. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 13 years ago
  63. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  64. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 13 years ago
  65. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  66. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  67. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  68. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  69. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  70. 6e9d22c Fix JDWP stack frame regressions. by Elliott Hughes · 13 years ago
  71. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  72. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  73. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  74. 0cf7433 Fix the remaining GetValues/SetValues tests. by Elliott Hughes · 14 years ago
  75. 229feb7 Consistently use hex for dex PC values in the debugger. by Elliott Hughes · 14 years ago
  76. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 14 years ago
  77. 436e372 Improve JDWP error handling. by Elliott Hughes · 14 years ago
  78. 2aa2e39 Fix breakpoints. by Elliott Hughes · 14 years ago
  79. 2435a57 Support for single-stepping by line. by Elliott Hughes · 14 years ago
  80. c308a5d Fix a bug in Dbg::GetClassDescriptor. by Elliott Hughes · 14 years ago
  81. 8696433 More JDWP functionality: breakpoints, single-stepping. by Elliott Hughes · 14 years ago
  82. 91bf6cd More debugger support. by Elliott Hughes · 14 years ago
  83. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  84. 7b3cdfc More JDWP robustness. by Elliott Hughes · 14 years ago
  85. 4740cdf Notify the debugger of class preparation. by Elliott Hughes · 14 years ago
  86. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 14 years ago
  87. cccd84f Implement local setting. by Elliott Hughes · 14 years ago
  88. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 14 years ago
  89. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 14 years ago
  90. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 14 years ago
  91. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 14 years ago
  92. f7c3b66 Fix orthography of the jdwp_bits.h functions. by Elliott Hughes · 14 years ago
  93. 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 14 years ago
  94. 475fc23 More debugger support. by Elliott Hughes · 14 years ago
  95. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 14 years ago
  96. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 14 years ago