* Implemented decoding of getxattrat, setxattrat, listxattrat, and removexattrat syscalls. * Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi, and struct perf_event_attr. * Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO. * Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute. * Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_* constants. * Updated lists of ioctl commands from Linux 6.13. OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=179
20 lines
761 B
Plaintext
20 lines
761 B
Plaintext
# strace.{x86_64,sparc64,ppc64,...} can already trace both ELF32 and ELF64
|
|
# processes, and there is no need for having an strace32.
|
|
#
|
|
# Using baselibs, we could create a strace-64bit.ppc/strace-64bit.sparc
|
|
# convenience package (for systems with mostly-ELF32 userspace), but then
|
|
# again, one can just as well install strace.ppc64 to get the same effect…
|
|
#
|
|
arch ppc64 package strace
|
|
+/usr/bin/strace-graph -> /usr/bin/strace-graph<extension>
|
|
+/usr/bin/strace -> /usr/bin/strace<extension>
|
|
|
|
|
|
# IA64 oddball: it uses that special kind of emulation, so in this case,
|
|
# the strace-x86 may still be needed!
|
|
#
|
|
arch ia64 package strace
|
|
+/usr/bin/strace-graph -> /usr/bin/strace-graph<extension>
|
|
+/usr/bin/strace -> /usr/bin/strace<extension>
|
|
prereq -glibc-x86
|