[Lldb-commits] [PATCH] D64964: [API] Remove use of ClangASTContext from SBTarget

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 18 17:11:50 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, jingham, clayborg, compnerd.

The methods to find types in a Target aren't clang specific and are
pretty generalizable to type systems. Additionally, to support some of
the use cases in SBTarget, I've added a "GetScratchTypeSystems" method
to Target to support getting all type systems for a target we are
debugging.


https://reviews.llvm.org/D64964

Files:
  include/lldb/Target/Target.h
  source/API/SBTarget.cpp
  source/Target/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64964.210706.patch
Type: text/x-patch
Size: 4192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190719/c6b2a858/attachment.bin>


More information about the lldb-commits mailing list