-
Notifications
You must be signed in to change notification settings - Fork 4
Set of minimalistic dynamic library wrappers that that allow to watch particular library calls
License
openSUSE/trace-wrappers
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
trace-wrappers is a set of minimalistic dynamic library wrappers that
allow to wrap dynamic library calls and print particular library calls.
It writes all wrapped function calls to stderr.
Usage: wrap-{wrapper name} executable [arguments of the executable]
Example: wrap-getenv ls /
WRAP: getenv(QUOTING_STYLE) = (null)
WRAP: getenv(LS_BLOCK_SIZE) = (null)
WRAP: getenv(BLOCK_SIZE) = (null)
WRAP: getenv(BLOCKSIZE) = (null)
WRAP: getenv(POSIXLY_CORRECT) = (null)
WRAP: getenv(BLOCK_SIZE) = (null)
WRAP: getenv(COLUMNS) = (null)
WRAP: getenv(TABSIZE) = (null)
About
Set of minimalistic dynamic library wrappers that that allow to watch particular library calls
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published