public class DebugDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
kDebugBreakpoint |
static int |
kDebugID |
static int |
kDebugOffset |
static int |
kDebugRegisters |
static int |
kDebugScript |
| Constructor and Description |
|---|
DebugDecoder(byte[] b) |
DebugDecoder(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
adjustModuleName(DebugModule d)
Royale Enhancement Request: 53160...
|
static String |
adjustModuleName(String name) |
static void |
main(String[] args) |
void |
readSwd(DebugHandler h) |
void |
readTags(DebugHandler handler) |
void |
setTagData(byte[] b) |
public static final int kDebugScript
public static final int kDebugOffset
public static final int kDebugBreakpoint
public static final int kDebugID
public static final int kDebugRegisters
public DebugDecoder(byte[] b)
public DebugDecoder(InputStream in)
public void readSwd(DebugHandler h) throws IOException
IOExceptionpublic void setTagData(byte[] b)
throws IOException
IOExceptionpublic void readTags(DebugHandler handler) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionprotected static final void adjustModuleName(DebugModule d)
d - Copyright © 2018 The Apache Software Foundation. All rights reserved.