1. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  2. cfa9cfa Fix JDWP log spam. by Elliott Hughes · 11 years ago
  3. 0920163 Fix ObjectReference.InvokeMethod. by Elliott Hughes · 11 years ago
  4. 449db33 For JDWP, suspend thread before configuring it for single stepping. by Jeff Hao · 11 years ago
  5. 14dd5a8 Fix exception caught listeners and frame type for deopt. by Jeff Hao · 11 years ago
  6. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  7. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  8. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  9. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  10. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 12 years ago
  11. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 12 years ago
  12. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  13. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  14. d636b06 Avoid crash in HeapChunkContext::Flush post Reset. by Ian Rogers · 12 years ago
  15. a96836a Improve -verbose:jdwp. by Elliott Hughes · 12 years ago
  16. 9777ba2 Implement Method.Bytecodes. by Elliott Hughes · 12 years ago
  17. 0cbaff5 Implement ObjectReference.ReferringObjects. by Elliott Hughes · 12 years ago
  18. 3b78c94 Implement ReferenceType.Instances. by Elliott Hughes · 12 years ago
  19. ec0f83d Implement JDWP VirtualMachine.InstanceCounts. by Elliott Hughes · 12 years ago
  20. 734b8c6 Implement ThreadReference.OwnedMonitorsStackDepthInfo. by Elliott Hughes · 12 years ago
  21. f950170 Implement ThreadReference.CurrentContendedMonitor and ThreadReference.Interrupt. by Elliott Hughes · 12 years ago
  22. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  23. 16848f6 Remove unnecessary logging. by Elliott Hughes · 12 years ago
  24. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  25. 9e0c175 Rationalize the remaining suspension checks in debugger.cc. by Elliott Hughes · 12 years ago
  26. f15f4a0 Remove Dbg::IsSuspended, which was checking the wrong thing. by Elliott Hughes · 12 years ago
  27. 88d6309 Clean up debugger orthography. by Elliott Hughes · 12 years ago
  28. 221229c Handle zombie threads in JDWP. by Elliott Hughes · 12 years ago
  29. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  30. e5fe0f7 Fix debugger to properly return TS_SLEEPING. by jeffhao · 12 years ago
  31. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  32. 14f0db9 Fixes to interpreter and debugger for JDWP. by jeffhao · 12 years ago
  33. c1e0490 Changed IsInDesiredThreadGroup to never return null threads. by jeffhao · 12 years ago
  34. 09bfc6a Some fixes for JDWP with the interpreter. by jeffhao · 12 years ago
  35. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  36. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  37. 0dfbb7e Fix some JDWP bugs related to locking and getting statics. by jeffhao · 12 years ago
  38. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  39. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  40. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  41. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  42. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  43. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  44. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  45. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  46. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  47. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  48. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  49. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  50. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  51. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  52. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  53. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  54. 5bfa60f Fix DDMS crash by Ian Rogers · 12 years ago
  55. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  56. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  57. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  58. caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 12 years ago
  59. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  60. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  61. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  62. 58f7cd7 Fix x86 target build by Brian Carlstrom · 12 years ago
  63. 7baf96f Fix Mac build. Usual %d versus %zd nonsense. by Elliott Hughes · 12 years ago
  64. 6e9d22c Fix JDWP stack frame regressions. by Elliott Hughes · 12 years ago
  65. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  66. c61a267 Use UndoDebuggerSuspensions for JDWP ResumeVM rather than weakening ResumeAll's checking. by Elliott Hughes · 12 years ago
  67. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  68. 546b986 Fix a couple of JDWP bugs. by Elliott Hughes · 12 years ago
  69. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  70. a8f93cb Fix ddms allocation tracking. by Elliott Hughes · 12 years ago
  71. 741c9fa Fix ddms heap monitoring. by Elliott Hughes · 12 years ago
  72. 9eebd3b Trim the native heap too, like dalvik did. by Elliott Hughes · 12 years ago
  73. d24e264 Fix recursive static field lookup. by Ian Rogers · 12 years ago
  74. 557efb1 Fix debug heap chunk length. by Ian Rogers · 12 years ago
  75. ba37781 Fix segv in allocation tracking. by Ian Rogers · 12 years ago
  76. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  77. a093362 Fix a harmless error found by GCC 4.6. by Elliott Hughes · 12 years ago
  78. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago
  79. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  80. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 12 years ago
  81. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  82. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  83. cf2b2d4 Take responsibility for translating thread states for managed code. by Elliott Hughes · 12 years ago
  84. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 12 years ago
  85. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 12 years ago
  86. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  87. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  88. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  89. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 12 years ago
  90. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  91. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  92. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  93. ad3da69 Handle all known tag types in StackFrame.GetValues. by Elliott Hughes · 13 years ago
  94. 3ce4b26 Fix a thread state misunderstanding. by Elliott Hughes · 13 years ago
  95. 0cf7433 Fix the remaining GetValues/SetValues tests. by Elliott Hughes · 13 years ago
  96. 229feb7 Consistently use hex for dex PC values in the debugger. by Elliott Hughes · 13 years ago
  97. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 13 years ago
  98. a656a0f Fix a few more JDWP bugs. by Elliott Hughes · 13 years ago
  99. 45651fd Fix various debugger method invocation bugs. by Elliott Hughes · 13 years ago
  100. 3e2e1a2 Fix single-stepping for native methods. by Elliott Hughes · 13 years ago