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 classBaseStructureCommandBase class for structure formatting commandsclassCommandclassDDRInteractive.ContextCommandclassDDRInteractive.J9HelpCommandclassExtractMemoryCommandclassFindInMemoryCommandsearches memory for a given ASCII string, U8, U16, U64, UDATA or pointer occurrence.classJ9XCommandclassMemoryRangesCommandFields in com.ibm.j9ddr.tools.ddrinteractive with type parameters of type ICommand Modifier and Type Field Description List<ICommand>Context. commandsList<ICommand>Context. nonVMCommandsMethods 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 voidBaseJVMCommands. 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 classForeachCommandclassGpInfoCommandBasic debug extension to print out gpInfo for dumps triggered by a gpf.classLookupSymbolCommandDebug extension to resolve symbols from addresses.classNativeLibrariesCommandDebug extension to extract native libraries appended to the end of a core file by diagnostics collector.classNativeStacksCommandDebug extension to print the native stacks for all or selected threads.classSnapBaseCommandDebug extension superclass to extract trace buffers from a core dump so they can be dumped or formatted.classSnapFormatCommandclassSnapFormatWrapperCommandclassSnapTraceCommandDebug extension to extract trace buffers from a core dump so they can be formatted.classTimeCommandWrapper 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 classPluginCommandMethods in com.ibm.j9ddr.tools.ddrinteractive.plugins that return ICommand Modifier and Type Method Description ICommandPluginConfig. 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 classStructureCommandVM-specific half of the structure formatter.classThreadsCommandclassVirtualThreadsCommandvthreads command lists all the virtual threads.classWhatIsCommandImplements ! -
Uses of ICommand in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands
-