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