================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
