[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / lldb / tools / debugserver / source / ARM_ehframe_Registers.h
blobb1a085a506e05adcb1a8ecb20d5e429e5f1c0ac6
1 //===-- ARM_ehframe_Registers.h -------------------------------------*- C++
2 //-*-===//
3 //
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
7 //
8 //===----------------------------------------------------------------------===//
10 #ifndef utility_ARM_ehframe_Registers_h_
11 #define utility_ARM_ehframe_Registers_h_
13 enum {
14 ehframe_r0 = 0,
15 ehframe_r1,
16 ehframe_r2,
17 ehframe_r3,
18 ehframe_r4,
19 ehframe_r5,
20 ehframe_r6,
21 ehframe_r7,
22 ehframe_r8,
23 ehframe_r9,
24 ehframe_r10,
25 ehframe_r11,
26 ehframe_r12,
27 ehframe_sp,
28 ehframe_lr,
29 ehframe_pc,
30 ehframe_cpsr
33 #endif // utility_ARM_ehframe_Registers_h_