File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lldb/source/Plugins/Process/Utility Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ const char *AuxVector::GetEntryName(EntryType type) const {
82
82
case ENTRY_NAME (AUXV_AT_SECURE); break ;
83
83
case ENTRY_NAME (AUXV_AT_BASE_PLATFORM); break ;
84
84
case ENTRY_NAME (AUXV_AT_RANDOM); break ;
85
+ case ENTRY_NAME (AUXV_AT_HWCAP2); break ;
85
86
case ENTRY_NAME (AUXV_AT_EXECFN); break ;
86
87
case ENTRY_NAME (AUXV_AT_SYSINFO); break ;
87
88
case ENTRY_NAME (AUXV_AT_SYSINFO_EHDR); break ;
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ class AuxVector {
50
50
AUXV_AT_SECURE = 23 , // /< Boolean, was exec setuid-like?
51
51
AUXV_AT_BASE_PLATFORM = 24 , // /< String identifying real platforms.
52
52
AUXV_AT_RANDOM = 25 , // /< Address of 16 random bytes.
53
+ AUXV_AT_HWCAP2 = 26 , // /< Extension of AT_HWCAP.
53
54
AUXV_AT_EXECFN = 31 , // /< Filename of executable.
54
55
AUXV_AT_SYSINFO = 32 , // /< Pointer to the global system page used for system
55
56
// / calls and other nice things.
You can’t perform that action at this time.
0 commit comments