[Lldb-commits] [PATCH] D61240: Implement GetSystemIncludeDirectories for macOS

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 28 07:21:56 PDT 2019


teemperor created this revision.
teemperor added a reviewer: aprantl.
Herald added subscribers: lldb-commits, abidh.
Herald added a project: LLDB.

`GetSystemIncludeDirectories` is currently only implemented for Linux where it returns `/usr/include` with a potential sysroot
as a prefix. This patch implements the equivalent functionality on macOS.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D61240

Files:
  lldb/include/lldb/Target/Platform.h
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  lldb/source/Plugins/Platform/Linux/PlatformLinux.h
  lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61240.197029.patch
Type: text/x-patch
Size: 5839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190428/081c7391/attachment-0001.bin>


More information about the lldb-commits mailing list