]> git.proxmox.com Git - mirror_qemu.git/blame - gdbstub/internals.h
target/arm: Mark up sysregs for HDFGRTR bits 0..11
[mirror_qemu.git] / gdbstub / internals.h
CommitLineData
ae7467b1
AB
1/*
2 * gdbstub internals
3 *
4 * Copyright (c) 2022 Linaro Ltd
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef _INTERNALS_H_
10#define _INTERNALS_H_
11
a48e7d9e 12bool gdb_supports_guest_debug(void);
ae7467b1
AB
13int gdb_breakpoint_insert(CPUState *cs, int type, hwaddr addr, hwaddr len);
14int gdb_breakpoint_remove(CPUState *cs, int type, hwaddr addr, hwaddr len);
15void gdb_breakpoint_remove_all(CPUState *cs);
16
17#endif /* _INTERNALS_H_ */