Language

Package: libpatch @ 1.0.0

Synopsis

Dynamic binary patcher

Description

libpatch is a lightweight C library that can be used by tracers, debuggers and other tools for insertion of probes in a program at runtime. It has many strategies to minimize probe overhead and maximize possible coverage.

Home page
https://git.sr.ht/~old/libpatch
Location
gnu/packages/instrumentation.scm (line: 213, column: 2)
Licenses

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'coreutils' does not match package name 'coreutils:debug'
input-labels

Identify input labels that do not match package names

label 'guile' does not match package name 'guile:debug'
input-labels

Identify input labels that do not match package names

label 'make' does not match package name 'make:debug'
input-labels

Identify input labels that do not match package names

label 'elfutils' does not match package name 'elfutils:bin'