Uses of Interface
com.ibm.j9ddr.tools.ddrinteractive.ICommand
-
-
Uses of ICommand in com.ibm.j9ddr.tools.ddrinteractive
Classes in com.ibm.j9ddr.tools.ddrinteractive that implement ICommand Modifier and Type Class Description class
BaseStructureCommand
Base class for structure formatting commandsclass
Command
class
DDRInteractive.ContextCommand
class
DDRInteractive.J9HelpCommand
class
ExtractMemoryCommand
class
FindInMemoryCommand
searches memory for a given ASCII string, U8, U16, U64, UDATA or pointer occurrence.class
J9XCommand
class
MemoryRangesCommand
Fields in com.ibm.j9ddr.tools.ddrinteractive with type parameters of type ICommand Modifier and Type Field Description List<ICommand>
Context. commands
List<ICommand>
Context. nonVMCommands
Methods in com.ibm.j9ddr.tools.ddrinteractive that return types with arguments of type ICommand Modifier and Type Method Description protected List<ICommand>
BaseJVMCommands. getBaseJVMCommands()
Method parameters in com.ibm.j9ddr.tools.ddrinteractive with type arguments of type ICommand Modifier and Type Method Description protected void
BaseJVMCommands. loadPlugins(List<ICommand> toPassBack, Object obj)
Constructor parameters in com.ibm.j9ddr.tools.ddrinteractive with type arguments of type ICommand Constructor Description Context(IProcess process, IVMData vmData, List<ICommand> nonVMCommands)
-
Uses of ICommand in com.ibm.j9ddr.tools.ddrinteractive.commands
Classes in com.ibm.j9ddr.tools.ddrinteractive.commands that implement ICommand Modifier and Type Class Description class
ForeachCommand
class
GpInfoCommand
Basic debug extension to print out gpInfo for dumps triggered by a gpf.class
LookupSymbolCommand
Debug extension to resolve symbols from addresses.class
NativeLibrariesCommand
Debug extension to extract native libraries appended to the end of a core file by diagnostics collector.class
NativeStacksCommand
Debug extension to print the native stacks for all or selected threads.class
SnapBaseCommand
Debug extension superclass to extract trace buffers from a core dump so they can be dumped or formatted.class
SnapFormatCommand
class
SnapFormatWrapperCommand
class
SnapTraceCommand
Debug extension to extract trace buffers from a core dump so they can be formatted.class
TimeCommand
Wrapper command to time the execution of another ddr command. -
Uses of ICommand in com.ibm.j9ddr.tools.ddrinteractive.plugins
Classes in com.ibm.j9ddr.tools.ddrinteractive.plugins that implement ICommand Modifier and Type Class Description class
PluginCommand
Methods in com.ibm.j9ddr.tools.ddrinteractive.plugins that return ICommand Modifier and Type Method Description ICommand
PluginConfig. newInstance()
Constructor parameters in com.ibm.j9ddr.tools.ddrinteractive.plugins with type arguments of type ICommand Constructor Description PluginConfig(String id, String vmversion, Class<ICommand> command, boolean enabled, URL url)
-
Uses of ICommand in com.ibm.j9ddr.vm29.tools.ddrinteractive
Classes in com.ibm.j9ddr.vm29.tools.ddrinteractive that implement ICommand Modifier and Type Class Description class
StructureCommand
VM-specific half of the structure formatter.class
ThreadsCommand
class
VirtualThreadsCommand
vthreads command lists all the virtual threads.class
WhatIsCommand
Implements ! -
Uses of ICommand in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands
-