llvm-project/lldb/source/Plugins/Process/POSIX
Peter Collingbourne 7e5a187de3 CrashReason: Add MTE tag check faults to the list of crash reasons.
As of Linux 5.10, the kernel may report either of the two following
crash reasons:
- SEGV_MTEAERR: async MTE tag check fault
- SEGV_MTESERR: sync MTE tag check fault

Teach LLDB about them.

Differential Revision: https://reviews.llvm.org/D93495
2020-12-29 14:36:50 -08:00
..
CMakeLists.txt [lldb/Plugin] Remove PLUGIN from Process POSIX & Linux 2020-02-17 11:20:51 -08:00
CrashReason.cpp CrashReason: Add MTE tag check faults to the list of crash reasons. 2020-12-29 14:36:50 -08:00
CrashReason.h CrashReason: Add MTE tag check faults to the list of crash reasons. 2020-12-29 14:36:50 -08:00
NativeProcessELF.cpp [lldb] Declare extern template instantiation to fix linking issues. 2020-07-09 18:43:53 -07:00
NativeProcessELF.h [lldb] Declare extern template instantiation to fix linking issues. 2020-07-09 18:43:53 -07:00
ProcessMessage.cpp
ProcessMessage.h
ProcessPOSIXLog.cpp
ProcessPOSIXLog.h