git: a8151f196c3c - main - Add description of the LD_DEBUG environment variable.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Nov 2025 14:15:17 UTC
The branch main has been updated by gnn:
URL: https://cgit.FreeBSD.org/src/commit/?id=a8151f196c3cc6af2f8de5682e8522df5986dcd6
commit a8151f196c3cc6af2f8de5682e8522df5986dcd6
Author: George V. Neville-Neil <gnn@FreeBSD.org>
AuthorDate: 2025-11-25 14:14:26 +0000
Commit: George V. Neville-Neil <gnn@FreeBSD.org>
CommitDate: 2025-11-25 14:14:26 +0000
Add description of the LD_DEBUG environment variable.
---
libexec/rtld-elf/rtld.1 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 62e4fc5676c2..04dcb28d7f8f 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 24, 2024
+.Dd November 25, 2025
.Dt RTLD 1
.Os
.Sh NAME
@@ -153,6 +153,11 @@ If set,
.Nm
will print a table containing all relocations after symbol
binding and relocation.
+.It Ev LD_DEBUG
+If set,
+.Nm
+will print voluminous internal debugging messages as it loads
+and links a program.
.It Ev LD_DUMP_REL_PRE
If set,
.Nm