Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8a433246d0f26f1f8519925ee6fc5cee8fbd0788
/
runtime
/
jdwp
8a43324
Add two locks to expected_mutexes_on_weak_ref_access_.
by Hiroshi Yamauchi
· 8 years ago
b139b6d
Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_."
by Hiroshi Yamauchi
· 8 years ago
35b456a
Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_.
by Hiroshi Yamauchi
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
fb38266
Merge "Remove breakpoints from redefined classes"
by Treehugger Robot
· 8 years ago
5643caf
Remove breakpoints from redefined classes
by Alex Light
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
48fe794
Set timeout before connect to adb in jdwp.
by Tao Wu
· 8 years ago
ec10799
Merge "Fix unquitable apps when debug enabled."
by Treehugger Robot
· 8 years ago
d0a160d
Fix unquitable apps when debug enabled.
by Tao Wu
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
af8bcf8
Fix event reporting from the debugger thread
by Sebastien Hertz
· 8 years ago
5c657fe
Pass some arguments by const reference.
by Vladimir Marko
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 8 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
4a28e1e
Support new JDWP InterfaceType.InvokeMethod command
by Alex Light
· 9 years ago
d817560
Fix non-Linux builds.
by Roland Levillain
· 9 years ago
3cbad24
Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish.
by Roland Levillain
· 9 years ago
15f9b27
Improves recent changes to art::JDWP::JdwpSocketState::Establish.
by Roland Levillain
· 9 years ago
0502c44
Fix JDWP host tests on Trusty.
by Roland Levillain
· 9 years ago
b06e28e
Refactor DexFile::DecodeDebugInfo.
by David Srbecky
· 9 years ago
0a97fc6
JDWP: default implementation of Method.IsObsolete
by Sebastien Hertz
· 9 years ago
358bcaf
JDWP: fix possible JdwpEvent memory leak
by Sebastien Hertz
· 9 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
f1d666e
Add ScopedThreadSuspension
by Mathieu Chartier
· 9 years ago
738c4c9
JDWP: attempt to fix failure on closed connection
by Sebastien Hertz
· 9 years ago
aa50d3a
Add missing field init in constructors
by Sebastien Hertz
· 9 years ago
3901bbc
Fix DDM reply buffer deallocation
by Sebastien Hertz
· 9 years ago
90ef3db
Address some comments and clean up
by Mathieu Chartier
· 9 years ago
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
cbc5064
JDWP: asynchronous invoke command handling
by Sebastien Hertz
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 9 years ago
261bc04
JDWP: more GC safety
by Sebastien Hertz
· 10 years ago
9d6bf69
JDWP: properly combine location events
by Sebastien Hertz
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
d3ed9a3
Fix DCHECK failures from Class::VisitFieldRoots
by Mathieu Chartier
· 10 years ago
fac107b
Merge "JDWP: fix thread_list deadlock"
by Sebastien Hertz
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
a2d40be
Merge "Fix JDWP race at runtime shutdown"
by Sebastien Hertz
· 10 years ago
6920639
JDWP: fix thread_list deadlock
by Sebastien Hertz
· 10 years ago
2c3e77a
JDWP: clear exception when allocation fails
by Sebastien Hertz
· 10 years ago
4e5b208
Fix JDWP race at runtime shutdown
by Sebastien Hertz
· 10 years ago
eb07669
JDWP: Optimized single step during debugging
by Daniel Mihalyi
· 10 years ago
1558b57
JDWP: allocate DebugInvokeReq only when requested
by Sebastien Hertz
· 10 years ago
184c9dc
Fix some incorrect IsCompiler instead of IsAotCompiler
by Mathieu Chartier
· 10 years ago
ff9b747
Merge "JDWP: fix thread state on event suspension"
by Sebastien Hertz
· 10 years ago
813b960
JDWP: fix thread state on event suspension
by Sebastien Hertz
· 10 years ago
e4266c5
JDWP: assert no pending exception when using JNI
by Sebastien Hertz
· 10 years ago
2bf93f4
JDWP: update thread synchronization
by Sebastien Hertz
· 10 years ago
3be6e9d
Read JDWP options from runtime
by Sebastien Hertz
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
b640dec
Merge "JDWP: fix deadlock with GC"
by Sebastien Hertz
· 10 years ago
55f6534
JDWP: fix deadlock with GC
by Sebastien Hertz
· 10 years ago
e6c143f
Fix bootclasspath string initialization
by Sebastien Hertz
· 10 years ago
ad466ad
Change hprof to use streaming
by Mathieu Chartier
· 10 years ago
107e757
JDWP: do not report start/end events for thread without peer
by Sebastien Hertz
· 10 years ago
7d95565
Cleanup JDWP event matching
by Sebastien Hertz
· 10 years ago
6d7839e
JDWP: avoid crash on unsupported modifier
by Sebastien Hertz
· 10 years ago
f392879
JDWP: only deoptimize when it is required
by Sebastien Hertz
· 10 years ago
ec17f98
kill HAVE_GETHOSTBYNAME_R
by Yabin Cui
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
54efee5
Merge "Make ObjectRegistry::InternalAdd GC safe"
by Sebastien Hertz
· 10 years ago
e2d628b
Make ObjectRegistry::InternalAdd GC safe
by Sebastien Hertz
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
033aabf
Only watch location for BREAKPOINT event
by Sebastien Hertz
· 10 years ago
c4481db
Merge "Optimize JDWP stack local values access"
by Sebastien Hertz
· 10 years ago
8009f39
Optimize JDWP stack local values access
by Sebastien Hertz
· 10 years ago
a9aa0ff
Fix JDWP crash when reporting exception
by Sebastien Hertz
· 10 years ago
5cdd073
Merge "Move spammy logs to JDWP verbose mode"
by Sebastien Hertz
· 10 years ago
6995c60
Update JDWP event filtering to avoid useless ids
by Sebastien Hertz
· 10 years ago
f272af4
Move spammy logs to JDWP verbose mode
by Sebastien Hertz
· 10 years ago
b0b0b49
Avoid crash in StringReference.Value JDWP command
by Sebastien Hertz
· 10 years ago
a06430c
Check for errors in ThreadGroupReference JDWP commands
by Sebastien Hertz
· 10 years ago
070f732
Fix deadlock in VirtualMachine.AllThreads
by Sebastien Hertz
· 10 years ago
4537c41
Don't hold any lock when visiting classes from JDWP
by Sebastien Hertz
· 10 years ago
c0542af
Remove abuse of mirror::Object* to reference special values.
by Ian Rogers
· 10 years ago
68b5685
Reduce and speed-up class def searches.
by Ian Rogers
· 10 years ago
60ed7da
Avoid null pointer dereference when sending JDWP packets
by Sebastien Hertz
· 10 years ago
c6345ef
Fix JDWP event races
by Sebastien Hertz
· 10 years ago
37f3c96
Avoid direct use of QuasiAtomic by using Atomic.
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
0ec17d2
Remove Dbg::VisitRoots().
by Hiroshi Yamauchi
· 10 years ago
a032870
Fix memory leak in JDWP object registry
by Sebastien Hertz
· 10 years ago
bca0d3d
More verbose logs for JDWP events
by Sebastien Hertz
· 11 years ago
b5a9e3d
Remove Object* weak roots from the debugger.
by Hiroshi Yamauchi
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
42cd43f
Register debugger for interesting instrumentation events only
by Sebastien Hertz
· 10 years ago
4d466a8
Remove all LOG(DEBUG) which is not intended to be checked in
by Brian Carlstrom
· 10 years ago
479fc1e
Support field watchpoint in interpreter
by Sebastien Hertz
· 11 years ago
ea81063
Merge "Speed up single-stepping"
by Sebastien Hertz
· 11 years ago
Next »