xref: /aosp_15_r20/art/tools/jvmti-agents/README.md (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Worker# JVMTI Agents
2*795d594fSAndroid Build Coastguard Worker
3*795d594fSAndroid Build Coastguard WorkerThis is the collection of various jvmti agents that we have created for debugging or testing the
4*795d594fSAndroid Build Coastguard Workerruntime. Most of these work on both the RI and ART, on both host and device.
5*795d594fSAndroid Build Coastguard Worker
6*795d594fSAndroid Build Coastguard Worker## Agents
7*795d594fSAndroid Build Coastguard Worker
8*795d594fSAndroid Build Coastguard Worker* [libbreakpointlogger](./breakpoint-logger)
9*795d594fSAndroid Build Coastguard Worker* [libdumpjvmti](./dump-jvmti-state)
10*795d594fSAndroid Build Coastguard Worker* [libenablevlog](./enable-vlog)
11*795d594fSAndroid Build Coastguard Worker* [libfieldnull](./field-null-percent)
12*795d594fSAndroid Build Coastguard Worker* [libjitload](./jit-load)
13*795d594fSAndroid Build Coastguard Worker* [liblistextensions](./list-extensions)
14*795d594fSAndroid Build Coastguard Worker* [libforceredefine](./simple-force-redefine)
15*795d594fSAndroid Build Coastguard Worker* [libsimpleprofile](./simple-profile)
16*795d594fSAndroid Build Coastguard Worker* [litifast](./ti-fast)
17*795d594fSAndroid Build Coastguard Worker* [libtitrace](./titrace)
18*795d594fSAndroid Build Coastguard Worker* [libwrapagentproperties](./wrapagentproperties)