added basic functionalities to the debugger mode
This commit is contained in:
@@ -51,6 +51,8 @@ void Executable_Dump(Executable *exe);
|
||||
_Bool Executable_Fetch(Executable *exe, int index, Opcode *opcode, Operand *ops, int *opc);
|
||||
_Bool Executable_SetSource(Executable *exe, Source *src);
|
||||
Source *Executable_GetSource(Executable *exe);
|
||||
int Executable_GetInstrOffset(Executable *exe, int index);
|
||||
int Executable_GetInstrLength(Executable *exe, int index);
|
||||
|
||||
ExeBuilder *ExeBuilder_New(BPAlloc *alloc);
|
||||
_Bool ExeBuilder_Append(ExeBuilder *exeb, Error *error, Opcode opcode, Operand *opv, int opc, int off, int len);
|
||||
|
||||
Reference in New Issue
Block a user