index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
debugger.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
JDWP: fix deadlock with GC
Sebastien Hertz
2015-01-13
1
-2
/
+7
*
Change hprof to use streaming
Mathieu Chartier
2015-01-09
1
-0
/
+4
*
Don't allow suspension from FindLocksAtDexPc
Mathieu Chartier
2015-01-06
1
-1
/
+1
*
Merge "Cleanup JDWP event matching"
Sebastien Hertz
2014-12-18
1
-4
/
+2
|
\
|
*
Cleanup JDWP event matching
Sebastien Hertz
2014-12-17
1
-4
/
+2
*
|
JDWP: fix setting multiple breakpoints in the same method
Sebastien Hertz
2014-12-17
1
-7
/
+23
|
/
*
Clean up debugger
Mathieu Chartier
2014-12-15
1
-94
/
+87
*
ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmalloc
Pavel Vyssotski
2014-12-08
1
-0
/
+8
*
Merge "JDWP: fix breakpoint for method in the image"
Sebastien Hertz
2014-12-04
1
-2
/
+10
|
\
|
*
JDWP: fix breakpoint for method in the image
Sebastien Hertz
2014-12-04
1
-2
/
+10
*
|
Move GetClassFromTypeIdx to ArtMethod.
Ian Rogers
2014-12-02
1
-5
/
+3
*
|
Remove FieldHelper.
Ian Rogers
2014-12-02
1
-2
/
+1
|
/
*
ART: Fix inline dependency
Andreas Gampe
2014-11-24
1
-1
/
+1
*
JDWP: only deoptimize when it is required
Sebastien Hertz
2014-11-19
1
-43
/
+102
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
1
-10
/
+4
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-15
/
+15
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-4
/
+7
*
Tidy and reduce ART library dependencies on the host.
Ian Rogers
2014-10-30
1
-1
/
+1
*
Merge "Fix JDWP Virtualmachine.Resume command"
Sebastien Hertz
2014-10-24
1
-1
/
+1
|
\
|
*
Fix JDWP Virtualmachine.Resume command
Sebastien Hertz
2014-10-21
1
-1
/
+1
*
|
Merge "More use of WellKnownClasses for debugger"
Sebastien Hertz
2014-10-24
1
-9
/
+14
|
\
\
|
*
|
More use of WellKnownClasses for debugger
Sebastien Hertz
2014-10-23
1
-9
/
+14
|
|
/
*
|
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-3
/
+1
*
|
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-1
/
+1
|
/
*
Merge "Hold mutator lock in DdmSendHeapSegments for all spaces"
Mathieu Chartier
2014-10-10
1
-11
/
+14
|
\
|
*
Hold mutator lock in DdmSendHeapSegments for all spaces
Mathieu Chartier
2014-10-10
1
-11
/
+14
*
|
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-0
/
+1
|
/
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-2
/
+2
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
1
-1
/
+1
*
Merge "Add ScopedAssertNoThreadSuspension"
Mathieu Chartier
2014-09-22
1
-12
/
+11
|
\
|
*
Add ScopedAssertNoThreadSuspension
Mathieu Chartier
2014-09-19
1
-12
/
+11
*
|
Merge "Optimize JDWP stack local values access"
Sebastien Hertz
2014-09-22
1
-274
/
+303
|
\
\
|
*
|
Optimize JDWP stack local values access
Sebastien Hertz
2014-09-22
1
-274
/
+303
|
|
/
*
|
Merge "Do not hold breakpoint lock when running the verifier"
Sebastien Hertz
2014-09-22
1
-21
/
+34
|
\
\
|
*
|
Do not hold breakpoint lock when running the verifier
Sebastien Hertz
2014-09-22
1
-21
/
+34
|
|
/
*
|
Fix JDWP crash when reporting exception
Sebastien Hertz
2014-09-22
1
-3
/
+15
|
/
*
Update JDWP event filtering to avoid useless ids
Sebastien Hertz
2014-09-18
1
-81
/
+93
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-2
/
+2
*
Avoid crash in StringReference.Value JDWP command
Sebastien Hertz
2014-09-17
1
-4
/
+18
*
Merge "Check for errors in ThreadGroupReference JDWP commands"
Sebastien Hertz
2014-09-17
1
-46
/
+97
|
\
|
*
Check for errors in ThreadGroupReference JDWP commands
Sebastien Hertz
2014-09-16
1
-46
/
+97
*
|
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-1
/
+1
|
/
*
Pass current thread as argument to alloc instrumentation.
Ian Rogers
2014-09-12
1
-4
/
+1
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
Fix deadlock in VirtualMachine.AllThreads
Sebastien Hertz
2014-09-11
1
-57
/
+42
*
Don't hold any lock when visiting classes from JDWP
Sebastien Hertz
2014-09-11
1
-1
/
+2
*
Fix numerous issues with DdmVmInternal allocation tracking
Brian Carlstrom
2014-09-05
1
-45
/
+60
*
Merge "Remove abuse of mirror::Object* to reference special values."
Ian Rogers
2014-09-04
1
-355
/
+382
|
\
|
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-355
/
+382
*
|
Reduce lock contention when debugging
Sebastien Hertz
2014-09-02
1
-7
/
+7
|
/
[next]