]> granicus.if.org Git - strace/blob - ptrace_syscall_info.h
rtnl_neightbl: always decode struct ndt_config and struct ndt_stats
[strace] / ptrace_syscall_info.h
1 /*
2  * Copyright (c) 2018 Dmitry V. Levin <ldv@altlinux.org>
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: LGPL-2.1-or-later
6  */
7
8 #ifndef STRACE_PTRACE_SYSCALL_INFO_H
9 # define STRACE_PTRACE_SYSCALL_INFO_H
10
11 extern bool ptrace_get_syscall_info_supported;
12 extern bool test_ptrace_get_syscall_info(void);
13 extern void print_ptrace_syscall_info(struct tcb *, kernel_ulong_t addr,
14                                       kernel_ulong_t len);
15
16 #endif /* !STRACE_PTRACE_SYSCALL_INFO_H */