Searched refs:methodTraceCommand (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1272 static String methodTraceCommand = null; field in class:Commands
1329 methodTraceCommand = traceCmd;
1372 methodTraceCommand = MessageOutput.format("trace" + goStr +
1383 if (methodTraceCommand != null) {
1384 MessageOutput.printDirectln(methodTraceCommand);
1403 methodTraceCommand = null;

Completed in 2525 milliseconds