llvm-project/lldb/source/Plugins/Process/Linux
Fangrui Song 72a83674dd Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFC
[[noreturn]] can be used since Oct 2016 when the minimum compiler requirement was bumped to GCC 4.8/MSVC 2015.
2021-07-29 09:59:45 -07:00
..
CMakeLists.txt [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
IntelPTManager.cpp [intel pt] Add TSC timestamps 2021-07-20 16:29:17 -07:00
IntelPTManager.h [intel pt] Add TSC timestamps 2021-07-20 16:29:17 -07:00
NativeProcessLinux.cpp [lldb][AArch64] Add memory tag writing to lldb-server 2021-07-27 12:02:17 +01:00
NativeProcessLinux.h [lldb][AArch64] Add memory tag writing to lldb-server 2021-07-27 12:02:17 +01:00
NativeRegisterContextLinux.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux.h [lldb][AArch64] Add memory tag reading to lldb-server 2021-06-24 17:02:55 +01:00
NativeRegisterContextLinux_arm.cpp [lldb] Fix build errors from 3bea7306e8 2021-04-01 09:01:35 +02:00
NativeRegisterContextLinux_arm.h Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
NativeRegisterContextLinux_arm64.cpp Support AArch64/Linux watchpoint on tagged addresses 2021-07-12 07:39:26 +05:00
NativeRegisterContextLinux_arm64.h Support AArch64/Linux watchpoint on tagged addresses 2021-07-12 07:39:26 +05:00
NativeRegisterContextLinux_ppc64le.cpp [lldb] Fix build errors from 3bea7306e8 2021-04-01 09:01:35 +02:00
NativeRegisterContextLinux_ppc64le.h
NativeRegisterContextLinux_s390x.cpp [lldb] Fix build errors from 3bea7306e8 2021-04-01 09:01:35 +02:00
NativeRegisterContextLinux_s390x.h [lldb] on s390x fix override issue 2020-07-10 15:11:49 -04:00
NativeRegisterContextLinux_x86_64.cpp [lldb] Fix compilation with gcc-6.5 2021-04-01 08:44:50 +02:00
NativeRegisterContextLinux_x86_64.h [lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86 2021-03-01 16:23:36 +01:00
NativeThreadLinux.cpp [lldb][AArch64] Annotate synchronous tag faults 2021-07-29 10:26:37 +01:00
NativeThreadLinux.h [lldb][AArch64] Annotate synchronous tag faults 2021-07-29 10:26:37 +01:00
Procfs.h
SingleStepCheck.cpp Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFC 2021-07-29 09:59:45 -07:00
SingleStepCheck.h