strace 6.8-ok3 source package in openKylin
Changelog
strace (6.8-ok3) nile; urgency=medium * skip test for arm64. -- liubo01 <email address hidden> Wed, 18 Sep 2024 17:11:13 +0800
strace (6.8-ok3) nile; urgency=medium * skip test for arm64. -- liubo01 <email address hidden> Wed, 18 Sep 2024 17:11:13 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | utils | |
Nile V2.0 | proposed | main | utils |
File | Size | SHA-256 Checksum |
---|---|---|
strace_6.8.orig.tar.xz | 2.3 MiB | ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149 |
strace_6.8-ok3.debian.tar.xz | 19.6 KiB | e5c65a372b240f8f38ef086b0f65ef84cb8bfe7a136bbc3d1f5ffd82ae5b6cb1 |
strace_6.8-ok3.dsc | 2.0 KiB | c186f56b7b33fa0bbd9836bef6d31900ecb0a5339865ebddf1b5887470f75668 |
strace is a system call tracer: i.e. a debugging tool which prints out
a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
strace is a system call tracer: i.e. a debugging tool which prints out
a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
.
This is a stripped down package intended for debugging use in the Debian
installer.