llvm-project/lldb/source/Plugins/Process/NetBSD
Michal Gorny a984404f6b [lldb] [Process/NetBSD] Fix error handling in register operations
Ensure that errors are passed through correctly when performing
register read/write operations.  Currently, any ptrace() errors are
silently discarded and LLDB behaves as if operation was successful.

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

llvm-svn: 362946
2019-06-10 15:03:49 +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 handling piod_len from PT_IO calls 2019-04-30 16:30:32 +00:00
NativeProcessNetBSD.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextNetBSD.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextNetBSD.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextNetBSD_x86_64.cpp [lldb] [Process/NetBSD] Fix error handling in register operations 2019-06-10 15:03:49 +00:00
NativeRegisterContextNetBSD_x86_64.h [lldb] [Process/NetBSD] Fix error handling in register operations 2019-06-10 15:03:49 +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