/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/linux/generic/arch_prstatus_regset.h
13 строк
285 B
Dmitry V. Levin
Introduce PTRACE_GETREGSET/PTRACE_SETREGSET regset decoding infrastructure
11 май 2021, 11:00
11 май 2021, 11:00
8327a85
Код
Авторство
О чём код?
/* * Copyright (c) 2021 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef STRACE_ARCH_PRSTATUS_REGSET_H # define STRACE_ARCH_PRSTATUS_REGSET_H # define HAVE_ARCH_PRSTATUS_REGSET 0 #endif /* STRACE_ARCH_PRSTATUS_REGSET_H */