[Lldb-commits] [lldb] [lldb][AIX] Added base file for AIX Register Context (PR #144645)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 18 23:36:56 PDT 2025
================
@@ -0,0 +1,74 @@
+//===-- NativeRegisterContextAIX.h ----------------------------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef lldb_NativeRegisterContextAIX_h
+#define lldb_NativeRegisterContextAIX_h
+
+#include "Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h"
+
+namespace lldb_private {
+namespace process_aix {
----------------
HemangGadhavi wrote:
Done
https://github.com/llvm/llvm-project/pull/144645
More information about the lldb-commits
mailing list