This is one of the pieces required to make modern (ie Focal)
strace(1) work.
Sponsored by: The FreeBSD Foundation
Differential D28212
linux: implement PTRACE_GET_SYSCALL_INFO trasz on Jan 17 2021, 6:17 PM. Authored by Tags None Referenced Files
Details
This is one of the pieces required to make modern (ie Focal) Sponsored by: The FreeBSD Foundation
Diff Detail
Event Timeline
Comment Actions There's still one problem: the #ifdef _KERNEL breaks world build (lib/libsysdecode/tables.h:406:13: error: use of undeclared identifier 'PT_GET_SC_ARGS_ALL'). Is there already some #define to allow libsysdecode to use kernel includes, or is there a different way? Comment Actions You can edit lib/libsysdecode/mktables to exclude it; the optional fourth argument to gen_table is a regex passed to egrep -v. |