summaryrefslogtreecommitdiffstats
path: root/src/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Fail threads attaching during runtime shutdown.Ian Rogers2012-10-031-2/+8
* Pass self to lock methods.Ian Rogers2012-09-271-1/+1
* Change Thread::peer_ to be a jobject instead of an Object*Mathieu Chartier2012-09-251-7/+9
* Large object spaceMathieu Chartier2012-09-241-0/+2
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-32/+32
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-57/+57
* Additional heap verification for the GcMathieu Chartier2012-09-041-3/+2
* Fix DDMS crashIan Rogers2012-09-021-4/+8
* Use bionic's dlmalloc 2.8.5.Ian Rogers2012-08-301-31/+69
* Global lock levels.Ian Rogers2012-08-141-143/+283
* Each space has its own bitmap(s)Mathieu Chartier2012-07-111-1/+7
* Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully...Elliott Hughes2012-06-281-70/+49
* Include held locks in SIGQUIT thread dumps.Elliott Hughes2012-06-271-10/+12
* Fix initializer lists to be Google C++ style.Ian Rogers2012-06-261-17/+17
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-26/+46
* Fix x86 target buildBrian Carlstrom2012-06-231-0/+1
* Fix Mac build. Usual %d versus %zd nonsense.Elliott Hughes2012-06-221-1/+1
* Fix JDWP stack frame regressions.Elliott Hughes2012-06-221-39/+53
* Remove Frame, merge shadow and quick representations.Ian Rogers2012-06-211-210/+294
* Use UndoDebuggerSuspensions for JDWP ResumeVM rather than weakening ResumeAll...Elliott Hughes2012-06-211-1/+1
* Fix a bunch of lint.Elliott Hughes2012-06-211-8/+8
* Fix a couple of JDWP bugs.Elliott Hughes2012-06-201-3/+9
* Use static thread safety analysis when available, and fix the bugs GCC finds.Elliott Hughes2012-06-181-13/+17
* Fix ddms allocation tracking.Elliott Hughes2012-06-081-33/+40
* Fix ddms heap monitoring.Elliott Hughes2012-06-081-16/+5
* Trim the native heap too, like dalvik did.Elliott Hughes2012-06-081-7/+0
* Fix recursive static field lookup.Ian Rogers2012-06-061-2/+2
* Fix debug heap chunk length.Ian Rogers2012-05-281-1/+1
* Fix segv in allocation tracking.Ian Rogers2012-05-281-1/+1
* DO NOT MERGE Fix all unsafe caching to be like libcore.Elliott Hughes2012-05-251-16/+11
* Fix a harmless error found by GCC 4.6.Elliott Hughes2012-04-171-1/+1
* Separate out more of LLVM build. Move verifier.Ian Rogers2012-04-141-2/+12
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-5/+6
* Enforce the use of accessors on JValue so we can ensure sign extension.Elliott Hughes2012-04-111-5/+5
* Remove the useless "suspend count already zero" message for new threads.Elliott Hughes2012-04-091-17/+17
* Refactor runtime support.Ian Rogers2012-03-291-1/+1
* Take responsibility for translating thread states for managed code.Elliott Hughes2012-03-271-11/+10
* Add the missing link between compiled code and the debugger.Elliott Hughes2012-03-261-15/+31
* Fix AttachCurrentThread to use the right thread group.Elliott Hughes2012-03-261-12/+2
* Nomenclature improvements.Elliott Hughes2012-03-261-5/+5
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-4/+6
* Make CheckJNI and JNI workarounds mutually exclusive...Elliott Hughes2012-03-151-2/+3
* Give WalkStack's callback a way to terminate early.Elliott Hughes2012-03-121-25/+17
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-9/+11
* libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.Elliott Hughes2012-03-011-1/+1
* Remove pad word from arraysIan Rogers2012-02-281-5/+8
* Handle all known tag types in StackFrame.GetValues.Elliott Hughes2012-02-241-1/+13
* Fix a thread state misunderstanding.Elliott Hughes2012-02-241-1/+3
* Fix the remaining GetValues/SetValues tests.Elliott Hughes2012-02-231-7/+43
* Consistently use hex for dex PC values in the debugger.Elliott Hughes2012-02-231-2/+2