Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
refs/heads/int/p/fp2
/
runtime
/
debugger.cc
d698ef5
Revert^6 "Ensure that OSR still is possible with jvmti"
by Alex Light
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
94c589d
ART: Mark Dbg GCs as debugger
by Andreas Gampe
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 7 years ago
4032071
Add support for selecting alternate JDWP implementations
by Alex Light
· 7 years ago
acea243
Merge changes Ic67db951,I1ba0f43c
by Treehugger Robot
· 7 years ago
e5463a8
Ensure that DDM processing doesn't leave unhandled exceptions
by Alex Light
· 7 years ago
6f2a634
Clean up JVMTI DDMS extension function.
by Alex Light
· 7 years ago
31f4c9f
Add CodeItemDebugInfoAccessor
by Mathieu Chartier
· 7 years ago
660be6f
Add VMDebug.getInstancesOfClasses API.
by Richard Uhler
· 7 years ago
58cc1cb
Pass the debug_info_offset explicitly.
by Nicolas Geoffray
· 7 years ago
772099a
Add remaining DDMS messages into DdmPublishChunk
by Alex Light
· 7 years ago
8c2b929
Add JVMTI DDMS extension method and event.
by Alex Light
· 7 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 7 years ago
0fa1786
Avoid JVMTI global deoptimization when possible
by Alex Light
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
2161193
Ensure that OSR doesn't break local-variable get/set
by Alex Light
· 7 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 7 years ago
77fee87
Add support for JVMTI monitor events.
by Alex Light
· 7 years ago
05f4774
Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""
by Alex Light
· 7 years ago
9fb1ab1
Revert "Revert "JVMTI Exception and ExceptionCatch events""
by Alex Light
· 7 years ago
9597424
Revert "JVMTI Exception and ExceptionCatch events"
by Nicolas Geoffray
· 7 years ago
b2c8fc6
Revert "Make WatchedFramePop instrumentation event pure-virtual"
by Nicolas Geoffray
· 7 years ago
a0e0f10
Make WatchedFramePop instrumentation event pure-virtual
by Alex Light
· 7 years ago
798eab0
JVMTI Exception and ExceptionCatch events
by Alex Light
· 7 years ago
6e1607e
Rename instrumentation ExceptionCaught to ExceptionThrown
by Alex Light
· 7 years ago
b45528c
ART: Refactor retrieval of types through ArtMethod.
by Vladimir Marko
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
0c18338
ART: Replace or remove some ObjectCallback Walk functions
by Andreas Gampe
· 7 years ago
5e7eb2f
Merge "Add Jvmti Suspend/ResumeThread functions"
by Treehugger Robot
· 7 years ago
88fd720
Add Jvmti Suspend/ResumeThread functions
by Alex Light
· 7 years ago
84eadb2
ART: Change StringTable to unordered_set
by Andreas Gampe
· 7 years ago
2eeb01a
ART: Change StringTable for RecentAllocations
by Andreas Gampe
· 7 years ago
d0fc768
ART: Presize output vector in RecentAllocations
by Andreas Gampe
· 7 years ago
ff29cee
ART: Add VLOGs to GetRecentAllocations
by Andreas Gampe
· 7 years ago
f774a4e
ART: Improve Dbg::GetRecentAllocations
by Andreas Gampe
· 7 years ago
46f9340
Add SuspendReason enum and change Suspension functions.
by Alex Light
· 7 years ago
97e7803
Move debugger.cc GetCanonicalMethod to ArtMethod
by Alex Light
· 7 years ago
e00ec30
Make native field operations call instrumentation listeners.
by Alex Light
· 7 years ago
d766158
Handler-ize InstrumentationListener and related code
by Alex Light
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 7 years ago
77d8a1c
Revert^2 "ART: Support for SourceDebugExtension"
by Orion Hodson
· 8 years ago
6530cab
Revert "ART: Support for SourceDebugExtension"
by Orion Hodson
· 8 years ago
40dc110
Merge "ART: Support for SourceDebugExtension"
by Orion Hodson
· 8 years ago
cdd798d
Follow-up to 70d60275cc2860bde50e5f9c5b151e94f745ae14
by Sebastien Hertz
· 8 years ago
70a4501
ART: Support for SourceDebugExtension
by Orion Hodson
· 8 years ago
70d6027
JDWP: fix Dbg::ResumeThread
by Sebastien Hertz
· 8 years ago
7337631
Fixup JDWP for obsolete methods
by Alex Light
· 8 years ago
cafa081
Use GetPeerFromOtherThread in debugger.
by Nicolas Geoffray
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
433b79a
Revert "Revert "Make --debuggable rely on JIT code.""
by Nicolas Geoffray
· 8 years ago
8135664
Revert "Make --debuggable rely on JIT code."
by Vladimir Marko
· 8 years ago
a0619e2
Make --debuggable rely on JIT code.
by Nicolas Geoffray
· 8 years ago
0f01b58
ART: Add ClassLoadCallback
by Andreas Gampe
· 8 years ago
04bbb5b
Revert "Revert "ART: Start RuntimeCallbacks""
by Andreas Gampe
· 8 years ago
44751ef
Merge "Revert "ART: Start RuntimeCallbacks""
by Nicolas Geoffray
· 8 years ago
bf6331a
Revert "ART: Start RuntimeCallbacks"
by Nicolas Geoffray
· 8 years ago
a7e64f0
Merge "ART: Start RuntimeCallbacks"
by Treehugger Robot
· 8 years ago
13093d4
ART: Start RuntimeCallbacks
by Andreas Gampe
· 8 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 8 years ago
08883de
ART: Refactor jfieldID handling
by Andreas Gampe
· 8 years ago
13b2784
ART: Refactor jmethodID handling
by Andreas Gampe
· 8 years ago
eb84221
Enable agent attaching during live phase
by Leonard Mosescu
· 8 years ago
28357fa
Move most of class linker to ObjPtr
by Mathieu Chartier
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 8 years ago
2d85595
Move Heap::GetInstances to use Handles
by Mathieu Chartier
· 8 years ago
aea9bfb
Use handles for GetReferringObjects
by Mathieu Chartier
· 8 years ago
e8a3c57
Replace StackHandleScopeCollection with VariableSizedHandleScope
by Mathieu Chartier
· 8 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 8 years ago
f8ac97f
ObjPtr misc cleanup
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
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
de19a25
Ensure class is initialized when reading its fields from debugger.
by Jeff Hao
· 8 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 8 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 8 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
064d24e
Revert "Revert "Fix debugger calling new String().""
by Jeff Hao
· 8 years ago
f91b5f3
Merge "Revert "Fix debugger calling new String().""
by Nicolas Geoffray
· 8 years ago
85f692b
Merge "Revert "Fix debugger missing handle between adding and tagging object.""
by Nicolas Geoffray
· 8 years ago
528954f
Revert "Fix debugger missing handle between adding and tagging object."
by Nicolas Geoffray
· 8 years ago
6f48d4c
Revert "Fix debugger calling new String()."
by Nicolas Geoffray
· 8 years ago
51a0c4f
Merge "creating workflow for mirror::String compression"
by Treehugger Robot
· 8 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 8 years ago
9e08784
Fix debugger missing handle between adding and tagging object.
by Jeff Hao
· 8 years ago
f15ec05
Fix debugger calling new String().
by Jeff Hao
· 8 years ago
aef0c91
JDWP: fix method argument count
by Sebastien Hertz
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
faf18de
Merge "Remove SetStateUnsafe in Debugger::Disconnected."
by Hiroshi Yamauchi
· 8 years ago
Next »