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 <[email protected]> Date: Tue, 3 Feb 2026 21:47:07 -0500 Subject: [PATCH] [lldb] [docs] Add FreeBSD kernel debugging information Signed-off-by: Minsoo Choo <[email protected]> --- 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 (*) _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
