Author: Minsoo Choo Date: 2026-02-05T14:45:59Z New Revision: 37678036600c17b2e7a499092172350e486170a9
URL: https://github.com/llvm/llvm-project/commit/37678036600c17b2e7a499092172350e486170a9 DIFF: https://github.com/llvm/llvm-project/commit/37678036600c17b2e7a499092172350e486170a9.diff LOG: [lldb][docs] Add FreeBSD kernel debugging information (#179597) Signed-off-by: Minsoo Choo <[email protected]> Added: Modified: lldb/docs/index.rst Removed: ################################################################################ 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
