1 //===-- RegisterContext_powerpc.h --------------------------------*- C++
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
10 #ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H
11 #define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H
13 // eh_frame and DWARF Register numbers (eRegisterKindEHFrame &
14 // eRegisterKindDWARF)
84 dwarf_xer_powerpc
= 101,
85 dwarf_lr_powerpc
= 108,
88 dwarf_vrsave_powerpc
= 356,
89 dwarf_v0_powerpc
= 1124,
123 #endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H