OpenOCD
a64_disassembler.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2019 by Mete Balci *
5
* metebalci@gmail.com *
6
***************************************************************************/
7
8
#ifndef OPENOCD_TARGET_AARCH64_DISASSEMBLER_H
9
#define OPENOCD_TARGET_AARCH64_DISASSEMBLER_H
10
11
#include "
target.h
"
12
13
int
a64_disassemble
(
14
struct
command_invocation
*
cmd
,
15
struct
target
*
target
,
16
target_addr_t
address,
17
size_t
count
);
18
19
#endif
/* OPENOCD_TARGET_AARCH64_DISASSEMBLER_H */
a64_disassemble
int a64_disassemble(struct command_invocation *cmd, struct target *target, target_addr_t address, size_t count)
Definition:
a64_disassembler.c:127
command_invocation
When run_command is called, a new instance will be created on the stack, filled with the proper value...
Definition:
command.h:76
target
Definition:
target.h:120
target.h
target_addr_t
uint64_t target_addr_t
Definition:
types.h:335
cmd
uint8_t cmd
Definition:
vdebug.c:1
count
uint8_t count[4]
Definition:
vdebug.c:22
src
target
a64_disassembler.h
Generated by
1.9.1