public interface DebugHandler extends DebugTags
kDebugBreakpoint, kDebugID, kDebugOffset, kDebugRegisters, kDebugScript| Modifier and Type | Method and Description |
|---|---|
void |
breakpoint(int offset) |
void |
error(String message) |
void |
header(int version) |
void |
module(DebugModule dm) |
void |
offset(int offset,
LineRecord lr) |
void |
registers(int offset,
RegisterRecord r) |
void |
uuid(FlashUUID id) |
void header(int version)
void uuid(FlashUUID id)
void module(DebugModule dm)
void offset(int offset,
LineRecord lr)
void registers(int offset,
RegisterRecord r)
void breakpoint(int offset)
void error(String message)
Copyright © 2018 The Apache Software Foundation. All rights reserved.