#include <dxcut/dex.h>
Go to the source code of this file.
Classes | |
struct | DexDebugInstruction |
struct | DexDebugInfo |
Enumerations | |
enum | DexDebugOpCode { DBG_END_SEQUENCE = 0x00, DBG_ADVANCE_PC = 0x01, DBG_ADVANCE_LINE = 0x02, DBG_START_LOCAL = 0x03, DBG_START_LOCAL_EXTENDED = 0x04, DBG_END_LOCAL = 0x05, DBG_RESTART_LOCAL = 0x06, DBG_SET_PROLOGUE_END = 0x07, DBG_SET_EPILOGUE_BEGIN = 0x08, DBG_SET_FILE = 0x09, DBG_FIRST_SPECIAL = 0x0a } |
Functions | |
void | dxc_free_debug_info (DexDebugInfo *debug_info) |
Free all data associated for this debug info structure. Does not attempt to free the passed pointer. |