Remove Plugins/Process/POSIX from include_directories
authorPavel Labath <labath@google.com>
Tue, 11 Apr 2017 12:26:25 +0000 (12:26 +0000)
committerPavel Labath <labath@google.com>
Tue, 11 Apr 2017 12:26:25 +0000 (12:26 +0000)
commitf0a6d8ada37b4988a3a87f8de5a55c606b2c5578
tree430e4ebddbcd2e50897f89213b51496149538e14
parent695e437470daafa89687c6dd9818db3c346f2a1d
Remove Plugins/Process/POSIX from include_directories

Summary:
The files there can always be referred to using their full path, which
is what most of the code has been doing already, so this makes the
situation more consistent. Also fix the the code in the FreeBSD plugin
to use the new paths.

Reviewers: eugene, emaste

Subscribers: lldb-commits, kettenis, mgorny, krytarowski

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

llvm-svn: 299933
lldb/source/CMakeLists.txt
lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp