1. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  2. 229feb7 Consistently use hex for dex PC values in the debugger. by Elliott Hughes · 13 years ago
  3. 972a47b Rename JdwpLocation.idx to the more intention-revealing dex_pc. by Elliott Hughes · 13 years ago
  4. 2aa2e39 Fix breakpoints. by Elliott Hughes · 13 years ago
  5. c308a5d Fix a bug in Dbg::GetClassDescriptor. by Elliott Hughes · 13 years ago
  6. 8696433 More JDWP functionality: breakpoints, single-stepping. by Elliott Hughes · 13 years ago
  7. c3b3e75 Fix a jdwp assert. by Elliott Hughes · 13 years ago
  8. 0cc1bbd Hide some JDWP logging behind -verbose:jdwp. by Elliott Hughes · 13 years ago
  9. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  10. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
  11. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  12. cccd84f Implement local setting. by Elliott Hughes · 13 years ago
  13. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  14. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 13 years ago
  15. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  16. 7162ad9 Implement DDMS heap info ("HPIF") chunks. by Elliott Hughes · 13 years ago
  17. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  18. 6ba581a Implement ThreadContinuing and detach the JDWP thread before it exits. by Elliott Hughes · 13 years ago
  19. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 13 years ago
  20. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  21. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago