[Lldb-commits] [PATCH] D59072: [ExpressionParser] Implement ComputeClangResourceDir for Windows

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 19:18:21 PST 2019


xiaobai created this revision.
xiaobai added reviewers: aprantl, labath.
Herald added subscribers: jdoerfert, teemperor.
Herald added a project: LLDB.

This function is useful for expression evaluation, especially when doing swift debugging on windows.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D59072

Files:
  include/lldb/Host/HostInfoBase.h
  include/lldb/Host/posix/HostInfoPosix.h
  source/Host/common/HostInfoBase.cpp
  source/Host/posix/HostInfoPosix.cpp
  source/Plugins/ExpressionParser/Clang/ClangHost.cpp
  source/Plugins/ExpressionParser/Clang/ClangHost.h
  unittests/Expression/ClangParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59072.189642.patch
Type: text/x-patch
Size: 7488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190307/36e42033/attachment-0001.bin>


More information about the lldb-commits mailing list