index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
debugger.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fail threads attaching during runtime shutdown.
Ian Rogers
2012-10-03
1
-2
/
+8
*
Pass self to lock methods.
Ian Rogers
2012-09-27
1
-1
/
+1
*
Change Thread::peer_ to be a jobject instead of an Object*
Mathieu Chartier
2012-09-25
1
-7
/
+9
*
Large object space
Mathieu Chartier
2012-09-24
1
-0
/
+2
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-32
/
+32
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-57
/
+57
*
Additional heap verification for the Gc
Mathieu Chartier
2012-09-04
1
-3
/
+2
*
Fix DDMS crash
Ian Rogers
2012-09-02
1
-4
/
+8
*
Use bionic's dlmalloc 2.8.5.
Ian Rogers
2012-08-30
1
-31
/
+69
*
Global lock levels.
Ian Rogers
2012-08-14
1
-143
/
+283
*
Each space has its own bitmap(s)
Mathieu Chartier
2012-07-11
1
-1
/
+7
*
Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully...
Elliott Hughes
2012-06-28
1
-70
/
+49
*
Include held locks in SIGQUIT thread dumps.
Elliott Hughes
2012-06-27
1
-10
/
+12
*
Fix initializer lists to be Google C++ style.
Ian Rogers
2012-06-26
1
-17
/
+17
*
Increase use of ScopedJniThreadState.
Ian Rogers
2012-06-26
1
-26
/
+46
*
Fix x86 target build
Brian Carlstrom
2012-06-23
1
-0
/
+1
*
Fix Mac build. Usual %d versus %zd nonsense.
Elliott Hughes
2012-06-22
1
-1
/
+1
*
Fix JDWP stack frame regressions.
Elliott Hughes
2012-06-22
1
-39
/
+53
*
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-21
1
-210
/
+294
*
Use UndoDebuggerSuspensions for JDWP ResumeVM rather than weakening ResumeAll...
Elliott Hughes
2012-06-21
1
-1
/
+1
*
Fix a bunch of lint.
Elliott Hughes
2012-06-21
1
-8
/
+8
*
Fix a couple of JDWP bugs.
Elliott Hughes
2012-06-20
1
-3
/
+9
*
Use static thread safety analysis when available, and fix the bugs GCC finds.
Elliott Hughes
2012-06-18
1
-13
/
+17
*
Fix ddms allocation tracking.
Elliott Hughes
2012-06-08
1
-33
/
+40
*
Fix ddms heap monitoring.
Elliott Hughes
2012-06-08
1
-16
/
+5
*
Trim the native heap too, like dalvik did.
Elliott Hughes
2012-06-08
1
-7
/
+0
*
Fix recursive static field lookup.
Ian Rogers
2012-06-06
1
-2
/
+2
*
Fix debug heap chunk length.
Ian Rogers
2012-05-28
1
-1
/
+1
*
Fix segv in allocation tracking.
Ian Rogers
2012-05-28
1
-1
/
+1
*
DO NOT MERGE Fix all unsafe caching to be like libcore.
Elliott Hughes
2012-05-25
1
-16
/
+11
*
Fix a harmless error found by GCC 4.6.
Elliott Hughes
2012-04-17
1
-1
/
+1
*
Separate out more of LLVM build. Move verifier.
Ian Rogers
2012-04-14
1
-2
/
+12
*
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-14
1
-5
/
+6
*
Enforce the use of accessors on JValue so we can ensure sign extension.
Elliott Hughes
2012-04-11
1
-5
/
+5
*
Remove the useless "suspend count already zero" message for new threads.
Elliott Hughes
2012-04-09
1
-17
/
+17
*
Refactor runtime support.
Ian Rogers
2012-03-29
1
-1
/
+1
*
Take responsibility for translating thread states for managed code.
Elliott Hughes
2012-03-27
1
-11
/
+10
*
Add the missing link between compiled code and the debugger.
Elliott Hughes
2012-03-26
1
-15
/
+31
*
Fix AttachCurrentThread to use the right thread group.
Elliott Hughes
2012-03-26
1
-12
/
+2
*
Nomenclature improvements.
Elliott Hughes
2012-03-26
1
-5
/
+5
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-4
/
+6
*
Make CheckJNI and JNI workarounds mutually exclusive...
Elliott Hughes
2012-03-15
1
-2
/
+3
*
Give WalkStack's callback a way to terminate early.
Elliott Hughes
2012-03-12
1
-25
/
+17
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-9
/
+11
*
libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.
Elliott Hughes
2012-03-01
1
-1
/
+1
*
Remove pad word from arrays
Ian Rogers
2012-02-28
1
-5
/
+8
*
Handle all known tag types in StackFrame.GetValues.
Elliott Hughes
2012-02-24
1
-1
/
+13
*
Fix a thread state misunderstanding.
Elliott Hughes
2012-02-24
1
-1
/
+3
*
Fix the remaining GetValues/SetValues tests.
Elliott Hughes
2012-02-23
1
-7
/
+43
*
Consistently use hex for dex PC values in the debugger.
Elliott Hughes
2012-02-23
1
-2
/
+2
[next]