Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 14:15:17 +0000
From:      George V. Neville-Neil <gnn@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a8151f196c3c - main - Add description of the LD_DEBUG environment variable.
Message-ID:  <6925b9f5.2f391.76b3a462@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6925b9f5.2f391.76b3a462>