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