mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
53bbdc7425
The bionic libc support was out of date and relied on downloading binaries from the internet. It was already marked as obsolete. Now that the 1.25.0 release is out it can be completely removed. Signed-off-by: Chris Packham <judge.packham@gmail.com>
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
# ltrace
|
|
|
|
## select LIBELF_TARGET
|
|
##
|
|
## help ltrace is a program that simply runs the specified command until it exits.
|
|
## help It intercepts and records the dynamic library calls which are called by
|
|
## help the executed process and the signals which are received by that process.
|
|
## help It can also intercept and print the system calls executed by the program.
|