index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
jdwp
Commit message (
Expand
)
Author
Age
Files
Lines
*
JDWP: asynchronous invoke command handling
Sebastien Hertz
2015-06-12
5
-105
/
+99
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
2
-2
/
+3
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
2
-0
/
+2
*
JDWP: more GC safety
Sebastien Hertz
2015-05-18
3
-49
/
+95
*
JDWP: properly combine location events
Sebastien Hertz
2015-05-07
1
-0
/
+2
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
3
-3
/
+3
*
Fix DCHECK failures from Class::VisitFieldRoots
Mathieu Chartier
2015-04-13
4
-15
/
+15
*
Merge "JDWP: fix thread_list deadlock"
Sebastien Hertz
2015-04-13
2
-3
/
+13
|
\
|
*
JDWP: fix thread_list deadlock
Sebastien Hertz
2015-04-08
2
-3
/
+13
*
|
Move ArtField to native
Mathieu Chartier
2015-04-10
2
-5
/
+5
*
|
Merge "Fix JDWP race at runtime shutdown"
Sebastien Hertz
2015-04-08
3
-6
/
+40
|
\
\
|
*
|
Fix JDWP race at runtime shutdown
Sebastien Hertz
2015-04-01
3
-6
/
+40
|
|
/
*
|
JDWP: clear exception when allocation fails
Sebastien Hertz
2015-04-02
1
-10
/
+6
|
/
*
JDWP: Optimized single step during debugging
Daniel Mihalyi
2015-03-24
3
-16
/
+1
*
JDWP: allocate DebugInvokeReq only when requested
Sebastien Hertz
2015-03-09
2
-43
/
+36
*
Fix some incorrect IsCompiler instead of IsAotCompiler
Mathieu Chartier
2015-03-05
1
-1
/
+1
*
Merge "JDWP: fix thread state on event suspension"
Sebastien Hertz
2015-02-26
1
-1
/
+5
|
\
|
*
JDWP: fix thread state on event suspension
Sebastien Hertz
2015-02-25
1
-1
/
+5
*
|
JDWP: assert no pending exception when using JNI
Sebastien Hertz
2015-02-24
1
-0
/
+2
|
/
*
JDWP: update thread synchronization
Sebastien Hertz
2015-02-06
4
-136
/
+105
*
Read JDWP options from runtime
Sebastien Hertz
2015-02-05
1
-5
/
+5
*
art: Refactor RuntimeOptions/ParsedOptions
Igor Murashkin
2015-02-04
2
-0
/
+14
*
Merge "JDWP: fix deadlock with GC"
Sebastien Hertz
2015-01-14
1
-1
/
+14
|
\
|
*
JDWP: fix deadlock with GC
Sebastien Hertz
2015-01-13
1
-1
/
+14
*
|
Fix bootclasspath string initialization
Sebastien Hertz
2015-01-13
1
-4
/
+4
|
/
*
Change hprof to use streaming
Mathieu Chartier
2015-01-09
4
-9
/
+30
*
JDWP: do not report start/end events for thread without peer
Sebastien Hertz
2014-12-18
1
-0
/
+8
*
Cleanup JDWP event matching
Sebastien Hertz
2014-12-17
8
-441
/
+376
*
JDWP: avoid crash on unsupported modifier
Sebastien Hertz
2014-12-09
1
-2
/
+4
*
JDWP: only deoptimize when it is required
Sebastien Hertz
2014-11-19
1
-0
/
+4
*
kill HAVE_GETHOSTBYNAME_R
Yabin Cui
2014-11-13
1
-1
/
+1
*
ART: More warnings
Andreas Gampe
2014-11-04
5
-17
/
+17
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
2
-0
/
+2
*
Merge "Make ObjectRegistry::InternalAdd GC safe"
Sebastien Hertz
2014-10-24
2
-22
/
+10
|
\
|
*
Make ObjectRegistry::InternalAdd GC safe
Sebastien Hertz
2014-10-23
2
-22
/
+10
*
|
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-2
/
+2
|
/
*
Only watch location for BREAKPOINT event
Sebastien Hertz
2014-10-09
1
-4
/
+12
*
Merge "Optimize JDWP stack local values access"
Sebastien Hertz
2014-09-22
1
-38
/
+2
|
\
|
*
Optimize JDWP stack local values access
Sebastien Hertz
2014-09-22
1
-38
/
+2
*
|
Fix JDWP crash when reporting exception
Sebastien Hertz
2014-09-22
1
-3
/
+10
|
/
*
Merge "Move spammy logs to JDWP verbose mode"
Sebastien Hertz
2014-09-19
1
-4
/
+5
|
\
|
*
Move spammy logs to JDWP verbose mode
Sebastien Hertz
2014-09-18
1
-4
/
+5
*
|
Update JDWP event filtering to avoid useless ids
Sebastien Hertz
2014-09-18
2
-169
/
+264
|
/
*
Avoid crash in StringReference.Value JDWP command
Sebastien Hertz
2014-09-17
1
-2
/
+11
*
Check for errors in ThreadGroupReference JDWP commands
Sebastien Hertz
2014-09-16
1
-26
/
+4
*
Fix deadlock in VirtualMachine.AllThreads
Sebastien Hertz
2014-09-11
1
-1
/
+2
*
Don't hold any lock when visiting classes from JDWP
Sebastien Hertz
2014-09-11
1
-8
/
+23
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
6
-260
/
+261
*
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-1
/
+1
*
Avoid null pointer dereference when sending JDWP packets
Sebastien Hertz
2014-08-28
1
-2
/
+2
[next]