[Lldb-commits] [PATCH] D102428: [StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failures

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 13 11:05:24 PDT 2021


vsk created this revision.
vsk added reviewers: JDevlieghere, jingham, jasonmolenda.
Herald added subscribers: omjavaid, kristof.beyls.
vsk requested review of this revision.
Herald added a project: LLDB.

Upstream lldb support for summarizing BLRAx and LDRAx auth failures.

rdar://41615322


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102428

Files:
  lldb/include/lldb/Core/Address.h
  lldb/include/lldb/Core/Disassembler.h
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/BLRAA_error/Makefile
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/BLRAA_error/TestPtrauthBLRAADiagnostic.py
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/BLRAA_error/blraa.c
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/BRAA_error/Makefile
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/BRAA_error/TestPtrauthBRAADiagnostic.py
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/BRAA_error/braa.c
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/LDRAA_error/Makefile
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/LDRAA_error/TestPtrauthLDRAADiagnostic.py
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/LDRAA_error/ldraa.c
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/brkC47x_code/Makefile
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/brkC47x_code/TestPtrauthBRKc47xDiagnostic.py
  lldb/packages/Python/lldbsuite/test/functionalities/ptrauth_diagnostics/brkC47x_code/brkC47x.c
  lldb/source/Core/Address.cpp
  lldb/source/Core/Disassembler.cpp
  lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
  lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  lldb/source/Plugins/Process/Utility/StopInfoMachException.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102428.345224.patch
Type: text/x-patch
Size: 21762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210513/a0ca8107/attachment-0001.bin>


More information about the lldb-commits mailing list