OpenOCD
oocd_capstone.h File Reference
Include dependency graph for oocd_capstone.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ oocd_cs_disassemble()

static int oocd_cs_disassemble ( struct command_invocation cmd,
struct target target,
uint64_t  address,
unsigned int  count,
const char *  insn_set 
)
inlinestatic

Definition at line 30 of file oocd_capstone.h.

References cmd, command_print(), and ERROR_NOT_IMPLEMENTED.

◆ oocd_cs_list_insn_types()

static int oocd_cs_list_insn_types ( struct command_invocation cmd)
inlinestatic

Definition at line 23 of file oocd_capstone.h.

References cmd, command_print(), and ERROR_NOT_IMPLEMENTED.