Home
last modified time | relevance | path

Searched defs:StatusCommand (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java107 public static final byte StatusCommand = 9; field in JDWPCommands.ReferenceTypeCommandSet
240 public static final byte StatusCommand = 4; field in JDWPCommands.ThreadReferenceCommandSet
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp863 class StatusCommand : public CommandObjectParsed { class
865 StatusCommand(CommandInterpreter &interpreter) in StatusCommand() function in sddarwinlog_private::StatusCommand