[Lldb-commits] [lldb] [lldb] [docs] Add FreeBSD kernel debugging information (PR #179597)

Minsoo Choo via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 3 18:48:31 PST 2026


https://github.com/mchoo7 created https://github.com/llvm/llvm-project/pull/179597

None

>From 393359493b19725c81881d05d6761e580ea18186 Mon Sep 17 00:00:00 2001
From: Minsoo Choo <minsoochoo0122 at proton.me>
Date: Tue, 3 Feb 2026 21:47:07 -0500
Subject: [PATCH] [lldb] [docs] Add FreeBSD kernel debugging information

Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
---
 lldb/docs/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 3f6e17fd5e6fb..6dea61a246a48 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -74,6 +74,7 @@ are welcome:
 * iOS, tvOS, and watchOS device debugging on ARM and AArch64
 * Linux user-space debugging for i386, x86_64, ARM, AArch64, PPC64le, s390x
 * FreeBSD user-space debugging for i386, x86_64, ARM, AArch64, MIPS64, PPC
+* FreeBSD kernel debugging for i386, x86_64, AArch64
 * NetBSD user-space debugging for i386 and x86_64
 * Windows user-space debugging for i386, x86_64, ARM and AArch64 (*)
 



More information about the lldb-commits mailing list