[Lldb-commits] [lldb] [lldb][RISCV] Handle subsets of CSRs in RV32 core dump images (PR #142932)
Alexey Merzlyakov via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 29 03:16:23 PDT 2026
================
@@ -0,0 +1,87 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "RegisterInfoPOSIXDynamic_riscv32.h"
+
+#include "lldb/Utility/Flags.h"
----------------
AlexeyMerzlyakov wrote:
... and for this Flags.h
https://github.com/llvm/llvm-project/pull/142932
More information about the lldb-commits
mailing list