libdpkg: Add new execname module
commitd6a9bb6951166a7254ab2b4f887c69c4bd4fb1a7
authorGuillem Jover <guillem@debian.org>
Mon, 29 Apr 2024 07:55:19 +0000 (29 09:55 +0200)
committerGuillem Jover <guillem@debian.org>
Wed, 10 Jul 2024 22:43:16 +0000 (11 00:43 +0200)
tree524f56a9489a9f79e04812538910dc17608ed5e6
parentb7dc60447121858bd3ed5da1183a28d906a849e4
libdpkg: Add new execname module

This module tries to return the executable name for a specific process
given its PID. If it cannot gather the information either because the
process is gone, or the port does not yet have support for it, then
the code will return NULL.
lib/dpkg/Makefile.am
lib/dpkg/execname.c [new file with mode: 0644]
lib/dpkg/execname.h [new file with mode: 0644]
lib/dpkg/libdpkg.map
po/POTFILES.in