Class LookupSymbolCommand
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command
com.ibm.j9ddr.tools.ddrinteractive.commands.LookupSymbolCommand
- All Implemented Interfaces:
 ICommand
Debug extension to resolve symbols from addresses.
- 
Nested Class Summary
Nested classes/interfaces declared in class Command
Command.CommandDescription - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidrun(String cmd, String[] args, Context ctx, PrintStream out) Executes the commandMethods declared in class Command
addCommand, addSubCommand, dbgFindPatternInRange, getCommandDescriptions, getCommandNames, printDetailedHelp, recognises 
- 
Field Details
- 
hexformat
 
 - 
 - 
Constructor Details
- 
LookupSymbolCommand
public LookupSymbolCommand() 
 - 
 - 
Method Details
- 
run
public void run(String cmd, String[] args, Context ctx, PrintStream out) throws DDRInteractiveCommandException Description copied from interface:ICommandExecutes the command- Parameters:
 cmd- Command string e.g. !j9xargs- Arguments for commandctx- Context to work inout- PrintStream to write command output on- Throws:
 DDRInteractiveCommandException- If there is any problem running the command (incorrect usage, CorruptData etc.)
 
 -