Uses of Class
com.ibm.j9ddr.tools.ddrinteractive.Context
-
-
Uses of Context in com.ibm.j9ddr.tools.ddrinteractive
Fields in com.ibm.j9ddr.tools.ddrinteractive declared as Context Modifier and Type Field Description static ContextStructureCommandUtil. cachedContextMethods in com.ibm.j9ddr.tools.ddrinteractive that return Context Modifier and Type Method Description ContextDDRInteractive. getCurrentContext()Get the current context that is being operated on.Methods in com.ibm.j9ddr.tools.ddrinteractive with parameters of type Context Modifier and Type Method Description protected longCommand. dbgFindPatternInRange(Context context, byte[] pattern, int patternAlignment, long startSearchFrom, BigInteger bytesToSearch)static longCommandUtils. followPointerFromStructure(Context context, String structureName, long structureAddress, String fieldName)FormatWalkResultIFieldFormatter. format(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter)Method called by the Structure command to format a field, after preFormat() and before postFormat()FormatWalkResultIStructureFormatter. format(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs)Method called by the Structure command after the preFormat() and before the postFormat() walks.voidIStructureFormatter. formatField(String name, String type, String declaredType, long address, PrintStream out, Context context)static StringStructureCommandUtil. formatPointer(long address, Context context)static StructureReader.StructureDescriptorStructureCommandUtil. getStructureDescriptor(String command, Context context)static Map<String,StructureReader.StructureDescriptor>StructureCommandUtil. getStructureMap(Context context)static intStructureCommandUtil. getTypeCode(String type, Context context)FormatWalkResultIFieldFormatter. postFormat(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter)Method called by the Structure command after preFormat() and format().FormatWalkResultIStructureFormatter. postFormat(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs)Method called by the Structure command after the format() walk.FormatWalkResultIFieldFormatter. preFormat(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter)Method called by the Structure command before the format() method walk.FormatWalkResultIStructureFormatter. preFormat(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs)Method called by the Structure command before the format() method walk.booleanICommand. recognises(String command, Context context)Method used by the DDR Interactive engine to decide whether this command matches the command passed in by the uservoidICommand. run(String command, String[] args, Context context, PrintStream out)Executes the command -
Uses of Context in com.ibm.j9ddr.tools.ddrinteractive.commands
Methods in com.ibm.j9ddr.tools.ddrinteractive.commands with parameters of type Context Modifier and Type Method Description protected voidSnapBaseCommand. extractTraceData(Context context, PrintStream out)Used by subclasses to actually walk the trace data in the core.voidSnapFormatCommand. run(String command, String[] args, Context context, PrintStream out)Options should be: -f outputFile -t vmthread -d .dat file pathprotected abstract voidSnapBaseCommand. writeBytesToTrace(Context context, long address, int bufferSize, PrintStream out)protected abstract voidSnapBaseCommand. writeHeaderBytesToTrace(Context context, byte[] headerBytes, PrintStream out) -
Uses of Context in com.ibm.j9ddr.vm29.tools.ddrinteractive
Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive that return Context Modifier and Type Method Description abstract ContextClassWalker. getContext()Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive with parameters of type Context Modifier and Type Method Description static StringRuntimeTypeResolutionHelper. findRuntimeType(String type, Pointer ptr, Context context)Constructors in com.ibm.j9ddr.vm29.tools.ddrinteractive with parameters of type Context Constructor Description FilteredROMMethodsIterator(PrintStream out, Context context, String methodPattern)RamClassWalker(StructurePointer clazz, Context context)RomClassWalker(StructurePointer clazz, Context context) -
Uses of Context in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands
Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands with parameters of type Context Modifier and Type Method Description protected voidMarkMapCommand. findSource(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. fromBits(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. isMarked(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. markBits(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. near(String[] args, Context context, PrintStream out)voidBuildFlagsCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidCoreInfoCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidDumpAllClassloadersCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidFindPatternCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidFlatObjectCommand. run(String command, String[] args, Context context, PrintStream out)The method runs the flatobject command.voidMonitorsCommand. run(String command, String[] args, Context context, PrintStream out)voidRuntimeSettingsCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidSetVMCommand. run(String command, String[] args, Context context, PrintStream out)Runs the !voidStackmapCommand. run(String command, String[] args, Context context, PrintStream out)Java representation of j9dbgext.c#dbgext_stackmap function.voidVMConstantPoolCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !voidWalkInternTableCommand. run(String command, String[] args, Context context, PrintStream out)This method is used to run !voidWalkJ9PoolCommand. run(String command, String[] args, Context context, PrintStream out)Run method for !protected voidMarkMapCommand. scanRange(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. setMarkMap(String[] args, Context context, PrintStream out)protected voidMarkMapCommand. showMarkMap(String[] args, Context context, PrintStream out)
-