user.c (f2cb4026fccfe073f84a4b440e41d3ed0c3134f6) user.c (b14d0649628cbe88ac0ef35fcf58cd1fc22735b8)
1/*
2 * gdbstub user-mode helper routines.
3 *
4 * We know for user-mode we are using TCG so we can call stuff directly.
5 *
6 * Copyright (c) 2003-2005 Fabrice Bellard
7 * Copyright (c) 2022 Linaro Ltd
8 *
1/*
2 * gdbstub user-mode helper routines.
3 *
4 * We know for user-mode we are using TCG so we can call stuff directly.
5 *
6 * Copyright (c) 2003-2005 Fabrice Bellard
7 * Copyright (c) 2022 Linaro Ltd
8 *
9 * SPDX-License-Identifier: LGPL-2.0+
9 * SPDX-License-Identifier: LGPL-2.0-or-later
10 */
11
12#include "qemu/osdep.h"
13#include "qemu/bitops.h"
14#include "qemu/cutils.h"
15#include "qemu/sockets.h"
16#include "exec/hwaddr.h"
17#include "exec/tb-flush.h"

--- 861 unchanged lines hidden ---
10 */
11
12#include "qemu/osdep.h"
13#include "qemu/bitops.h"
14#include "qemu/cutils.h"
15#include "qemu/sockets.h"
16#include "exec/hwaddr.h"
17#include "exec/tb-flush.h"

--- 861 unchanged lines hidden ---