summaryrefslogtreecommitdiff
path: root/src/jdwp/jdwp_main.cc
AgeCommit message (Expand)Author
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom
2013-07-02Fix DDMS lock ordering error. Mathieu Chartier
2013-04-17Remove the separate JdwpTransport objects. Elliott Hughes
2013-04-17More JDWP implementation cleanup. Elliott Hughes
2013-04-15Add missing TEMP_FAILURE_RETRYs to the JDWP transports. Elliott Hughes
2013-04-08Interpreter entries and instrumentation as a listener. Ian Rogers
2013-02-26Fix JDWP ObjectRegistry lock ordering. Elliott Hughes
2013-02-21Clean up more of the JDWP request handling. Elliott Hughes
2013-02-20Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. Elliott Hughes
2013-01-17Improve -verbose:jdwp. Elliott Hughes
2012-12-12Move logging.h into base/logging.h. Elliott Hughes
2012-12-06Various fixes for JDWP. jeffhao
2012-11-29Fix some JDWP bugs related to locking and getting statics. jeffhao
2012-11-12Fix occasional deadlock caused by checkpoint root marking. Mathieu Chartier
2012-10-15Implement mutex requeueing for cv broadcasts. Ian Rogers
2012-10-05Explicitly pass Thread::Current to MutexLock and Alloc. Ian Rogers
2012-10-03Fail threads attaching during runtime shutdown. Ian Rogers
2012-09-27Pass self to lock methods. Ian Rogers
2012-09-05Rename GlobalSynchronization to Locks Ian Rogers
2012-08-30Use bionic's dlmalloc 2.8.5. Ian Rogers
2012-08-14Global lock levels. Ian Rogers
2012-06-26Increase use of ScopedJniThreadState. Ian Rogers
2012-06-21Fix a bunch more lint. Elliott Hughes
2012-06-21Fix a bunch of lint. Elliott Hughes
2012-06-18Use static thread safety analysis when available, and fix the bugs GCC finds. Elliott Hughes
2012-05-02Port my AOSP QuasiAtomic rewrite to art. Elliott Hughes
2012-04-10Remove cruft. Elliott Hughes
2012-04-09Remove the useless "suspend count already zero" message for new threads. Elliott Hughes
2012-04-04Use the operator<< generator more widely. Elliott Hughes
2012-03-26Add the missing link between compiled code and the debugger. Elliott Hughes
2012-03-26Fix AttachCurrentThread to use the right thread group. Elliott Hughes
2012-02-23Consistently use hex for dex PC values in the debugger. Elliott Hughes
2012-02-22Rename JdwpLocation.idx to the more intention-revealing dex_pc. Elliott Hughes
2012-02-17Fix breakpoints. Elliott Hughes
2012-02-16Fix a bug in Dbg::GetClassDescriptor. Elliott Hughes
2012-02-15More JDWP functionality: breakpoints, single-stepping. Elliott Hughes
2012-01-27Fix a jdwp assert. Elliott Hughes
2012-01-12Hide some JDWP logging behind -verbose:jdwp. Elliott Hughes
2011-12-13Clean up verbose logging. Elliott Hughes
2011-12-07Fix detaching a debugger while threads are suspended. Elliott Hughes
2011-12-07Implement JDWP InvokeMethod and breakpoints on exception throwing. Elliott Hughes
2011-12-05Implement local setting. Elliott Hughes
2011-11-18Start implementing jdb "locals". Elliott Hughes
2011-11-17Implement debugger support for getting thread stacks. Elliott Hughes
2011-11-17Implement a bit more debugger functionality. Elliott Hughes
2011-10-27Implement DDMS heap info ("HPIF") chunks. Elliott Hughes
2011-10-25More debugger support. Elliott Hughes
2011-10-25Implement ThreadContinuing and detach the JDWP thread before it exits. Elliott Hughes
2011-10-24Turn free functions that take a JdwpState* into member functions. Elliott Hughes
2011-10-24Wire up enough of the pieces that we can connect ddms or jdb. Elliott Hughes