The branch main has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0d9fd06b03e06ae642fa54510473b15361034a54

commit 0d9fd06b03e06ae642fa54510473b15361034a54
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2026-01-14 14:27:51 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2026-01-14 14:27:51 +0000

    gdb: Add missing mtree debug entry
    
    Reviewed by:    markj
    Fixes:          ea675a43f09b ("libexec/kgdb: Add new modules and install 
them together with debug info")
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D54680
---
 etc/mtree/BSD.debug.dist | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/mtree/BSD.debug.dist b/etc/mtree/BSD.debug.dist
index a75edff4f865..8959b281f578 100644
--- a/etc/mtree/BSD.debug.dist
+++ b/etc/mtree/BSD.debug.dist
@@ -9,6 +9,8 @@
         ..
         boot
             kernel
+                gdb
+                ..
             ..
             modules
             ..

Reply via email to