forked from Imagelibrary/binutils-gdb
Recognize the NT_ARM_SYSTEM_CALL register set
Update binutils to recognize the NT_ARM_SYSTEM_CALL set that is dumped by Linux to core files.
This commit is contained in:
@@ -19379,6 +19379,8 @@ get_note_type (Filedata * filedata, unsigned e_type)
|
||||
return _("NT_ARM_HW_BREAK (AArch hardware breakpoint registers)");
|
||||
case NT_ARM_HW_WATCH:
|
||||
return _("NT_ARM_HW_WATCH (AArch hardware watchpoint registers)");
|
||||
case NT_ARM_SYSTEM_CALL:
|
||||
return _("NT_ARM_SYSTEM_CALL (AArch system call number)");
|
||||
case NT_ARM_SVE:
|
||||
return _("NT_ARM_SVE (AArch SVE registers)");
|
||||
case NT_ARM_PAC_MASK:
|
||||
|
||||
Reference in New Issue
Block a user