#include <m_jvmdebug.h>
To use this class, use the following steps:
Definition at line 126 of file m_jvmdebug.h.
Public Member Functions | |
void | Attach () |
These commands are sent to prepare the debug communication. | |
void | Detach () |
Must be called at the end of a JVMDebug session. |
void Barry::Mode::JVMDebug::Attach | ( | ) |
These commands are sent to prepare the debug communication.
Must be called at the start of a JVMDebug session.
Definition at line 233 of file m_jvmdebug.cc.
void Barry::Mode::JVMDebug::Detach | ( | ) |
Must be called at the end of a JVMDebug session.
The JVM_GOODBYE command is sent to the device.
Definition at line 243 of file m_jvmdebug.cc.