3 #ifndef OPENOCD_TARGET_WRAP_CAPSTONE_H
4 #define OPENOCD_TARGET_WRAP_CAPSTONE_H
15 uint64_t
address,
unsigned int count,
const char *insn_set);
31 uint64_t
address,
unsigned int count,
const char *insn_set)
void command_print(struct command_invocation *cmd, const char *format,...)
uint32_t address
Starting address. Sector aligned.
#define ERROR_NOT_IMPLEMENTED
static int oocd_cs_disassemble(struct command_invocation *cmd, struct target *target, uint64_t address, unsigned int count, const char *insn_set)
static int oocd_cs_list_insn_types(struct command_invocation *cmd)
When run_command is called, a new instance will be created on the stack, filled with the proper value...