system.c (f2cb4026fccfe073f84a4b440e41d3ed0c3134f6) | system.c (b14d0649628cbe88ac0ef35fcf58cd1fc22735b8) |
---|---|
1/* 2 * gdb server stub - system specific bits 3 * 4 * Debug integration depends on support from the individual 5 * accelerators so most of this involves calling the ops helpers. 6 * 7 * Copyright (c) 2003-2005 Fabrice Bellard 8 * Copyright (c) 2022 Linaro Ltd 9 * | 1/* 2 * gdb server stub - system specific bits 3 * 4 * Debug integration depends on support from the individual 5 * accelerators so most of this involves calling the ops helpers. 6 * 7 * Copyright (c) 2003-2005 Fabrice Bellard 8 * Copyright (c) 2022 Linaro Ltd 9 * |
10 * SPDX-License-Identifier: LGPL-2.0+ | 10 * SPDX-License-Identifier: LGPL-2.0-or-later |
11 */ 12 13#include "qemu/osdep.h" 14#include "qapi/error.h" 15#include "qemu/error-report.h" 16#include "qemu/cutils.h" 17#include "exec/gdbstub.h" 18#include "gdbstub/syscalls.h" --- 647 unchanged lines hidden --- | 11 */ 12 13#include "qemu/osdep.h" 14#include "qapi/error.h" 15#include "qemu/error-report.h" 16#include "qemu/cutils.h" 17#include "exec/gdbstub.h" 18#include "gdbstub/syscalls.h" --- 647 unchanged lines hidden --- |