[Lldb-commits] [PATCH] D31877: Remove Plugins/Process/POSIX from include_directories

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 10 11:03:24 PDT 2017


labath created this revision.
Herald added a subscriber: mgorny.

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.


https://reviews.llvm.org/D31877

Files:
  source/CMakeLists.txt
  source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
  source/Plugins/Process/FreeBSD/POSIXStopInfo.h
  source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
  source/Plugins/Process/FreeBSD/ProcessMonitor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31877.94656.patch
Type: text/x-patch
Size: 4219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170410/0b315e8c/attachment.bin>


More information about the lldb-commits mailing list