strace 6.8-ok1 source package in openKylin

Changelog

strace (6.8-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 08 May 2024 09:55:37 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main utils

Downloads

File Size SHA-256 Checksum
strace_6.8.orig.tar.xz 2.3 MiB ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149
strace_6.8-ok1.debian.tar.xz 19.5 KiB 52ccacc35438bcf2b30e4352733c6790dd95caa23c34033168404623de9f5de5
strace_6.8-ok1.dsc 2.0 KiB 4b3f108f69cc0996d8730f38f5055dce9013b130ff3b27b394973f6591a430b5

View changes file

Binary packages built by this source

strace: System call tracer

 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-dbgsym: debug symbols for strace
strace-udeb: System call tracer

 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.