[Lldb-commits] [lldb] [llvm] [lldb][Process/FreeBSDKernel] Add riscv64 support (PR #180670)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 11 02:54:05 PST 2026


================
@@ -0,0 +1,49 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// This file contains the declaration of the
+/// RegisterContextFreeBSDKernel_riscv64 class, which is used for reading
+/// registers from PCB on riscv64 kernel dump.
----------------
DavidSpickett wrote:

"PCB in" not "PCB on".

Or if you want to be verbose "PCB from kernel dumps produced on riscv64"

https://github.com/llvm/llvm-project/pull/180670


More information about the lldb-commits mailing list