llvm-project/lldb/source/Plugins/Process/NetBSD
Michal Gorny 0856721e3a [lldb] [Process/NetBSD] Use global enable bits for watchpoints
Set global enable bits (i.e. bits 1, 3, 5, 7) to enable watchpoints
on NetBSD rather than the local enable bits (0, 2, 4, 6).  The former
are necessary for watchpoints to be correctly recognized by the NetBSD
kernel.  The latter cause them to be reported as trace points.

Differential Revision: https://reviews.llvm.org/D63792

llvm-svn: 364781
2019-07-01 15:11:42 +00:00
..
CMakeLists.txt [Process/NetBSD] Add missing linkage to -lutil 2019-01-24 22:20:47 +00:00
NativeProcessNetBSD.cpp [lldb] [Process/NetBSD] Fix segfault when handling watchpoint 2019-07-01 15:11:10 +00:00
NativeProcessNetBSD.h Revert "Implement xfer:libraries-svr4:read packet" 2019-07-01 12:41:20 +00:00
NativeRegisterContextNetBSD.cpp [lldb] [Process/NetBSD] Remove unnecessary register buffer abstraction 2019-06-20 12:44:37 +00:00
NativeRegisterContextNetBSD.h [lldb] [Process/NetBSD] Remove unnecessary register buffer abstraction 2019-06-20 12:44:37 +00:00
NativeRegisterContextNetBSD_x86_64.cpp [lldb] [Process/NetBSD] Use global enable bits for watchpoints 2019-07-01 15:11:42 +00:00
NativeRegisterContextNetBSD_x86_64.h [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATE 2019-07-01 15:11:04 +00:00
NativeThreadNetBSD.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeThreadNetBSD.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00