java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command
com.ibm.j9ddr.tools.ddrinteractive.commands.SnapBaseCommand
com.ibm.j9ddr.tools.ddrinteractive.commands.SnapFormatCommand
- All Implemented Interfaces:
- ICommand
- 
Nested Class SummaryNested classes/interfaces declared in class com.ibm.j9ddr.tools.ddrinteractive.CommandCommand.CommandDescription
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(String command, String[] args, Context context, PrintStream out) Options should be: -f outputFile -t vmthread -d .dat file pathprotected voidwriteBytesToTrace(Context context, long address, int bufferSize, PrintStream out) protected voidwriteHeaderBytesToTrace(Context context, byte[] headerBytes, PrintStream out) Methods declared in class com.ibm.j9ddr.tools.ddrinteractive.commands.SnapBaseCommandextractTraceData, getCStringAtAddress, getCStringAtAddressMethods declared in class com.ibm.j9ddr.tools.ddrinteractive.CommandaddCommand, addSubCommand, dbgFindPatternInRange, getCommandDescriptions, getCommandNames, printDetailedHelp, recognises
- 
Constructor Details- 
SnapFormatCommandpublic SnapFormatCommand()
 
- 
- 
Method Details- 
runpublic void run(String command, String[] args, Context context, PrintStream out) throws DDRInteractiveCommandException Options should be: -f outputFile -t vmthread -d .dat file path- Parameters:
- command- Command string e.g. !j9x
- args- Arguments for command
- context- Context to work in
- out- PrintStream to write command output on
- Throws:
- DDRInteractiveCommandException- If there is any problem running the command (incorrect usage, CorruptData etc.)
 
- 
writeHeaderBytesToTrace
- 
writeBytesToTrace
 
-