llvm-project/lldb/source/Plugins/Process/Linux
Michał Górny ca7824c2a8 [lldb] [gdb-remote] Report QPassSignals and qXfer via extensions API
Remove hardcoded platform list for QPassSignals, qXfer:auxv:read
and qXfer:libraries-svr4:read and instead query the process plugin
via the GetSupportedExtensions() API.

Differential Revision: https://reviews.llvm.org/D101241
2021-04-27 19:34:00 +02:00
..
CMakeLists.txt [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
IntelPTManager.cpp [trace][intel-pt] Fix a crash on unconsumed Expected's Error 2021-04-22 22:27:08 +02:00
IntelPTManager.h [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
NativeProcessLinux.cpp [lldb] [gdb-remote] Report QPassSignals and qXfer via extensions API 2021-04-27 19:34:00 +02:00
NativeProcessLinux.h [lldb] [Process/Linux] Report fork/vfork stop reason 2021-04-24 11:08:34 +02:00
NativeRegisterContextLinux.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux.h [lldb] Fix compilation with gcc-6.5 2021-04-01 08:44:50 +02: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 Revert "Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registers"" 2021-04-01 14:07:50 +05:00
NativeRegisterContextLinux_arm64.h Revert "Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registers"" 2021-04-01 14:07:50 +05:00
NativeRegisterContextLinux_ppc64le.cpp [lldb] Fix build errors from 3bea7306e8 2021-04-01 09:01:35 +02:00
NativeRegisterContextLinux_ppc64le.h NativeProcessLinux: Remove some register context boilerplate 2019-09-02 12:50:18 +00:00
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] [Process/Linux] Report fork/vfork stop reason 2021-04-24 11:08:34 +02:00
NativeThreadLinux.h [lldb] [Process/Linux] Report fork/vfork stop reason 2021-04-24 11:08:34 +02:00
Procfs.h
SingleStepCheck.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
SingleStepCheck.h