registers.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) registers.c (97870c34b453251cda9c2341f8534b78003a74dc)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Copyright (C) 2004 PathScale, Inc
3 * Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
2/*
3 * Copyright (C) 2004 PathScale, Inc
4 * Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4 * Licensed under the GPL
5 */
6
7#include <errno.h>
8#include <string.h>
9#include <sys/ptrace.h>
10#include <sysdep/ptrace.h>
11#include <sysdep/ptrace_user.h>
12#include <registers.h>

--- 46 unchanged lines hidden ---
5 */
6
7#include <errno.h>
8#include <string.h>
9#include <sys/ptrace.h>
10#include <sysdep/ptrace.h>
11#include <sysdep/ptrace_user.h>
12#include <registers.h>

--- 46 unchanged lines hidden ---