Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
authorOleksiy Vyalov <ovyalov@google.com>
Wed, 19 Nov 2014 18:27:45 +0000 (18:27 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Wed, 19 Nov 2014 18:27:45 +0000 (18:27 +0000)
commit5d06474b293c8a15d6e7cad60a9d55df83b19ab5
treeea1f18f787becef09eef6e987cc65a56c415213e
parent4325aaa6d9101ca7dcb5a0c5523e9430ed75a437
Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
and FreeBSD/ProcessMonitor.

http://reviews.llvm.org/D6240

llvm-svn: 222372
lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
lldb/source/Target/Process.cpp
lldb/test/functionalities/process_attach/attach_denied/Makefile [new file with mode: 0644]
lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py [new file with mode: 0644]
lldb/test/functionalities/process_attach/attach_denied/main.cpp [new file with mode: 0644]