[Lldb-commits] [PATCH] D64591: [Expression] Move IRDynamicChecks to ClangExpressionParser

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


xiaobai created this revision.
xiaobai added reviewers: compnerd, clayborg, jingham, JDevlieghere.
Herald added a subscriber: mgorny.

IRDynamicChecks in its current form is specific to Clang since it deals
with the C language family. It is possible that we may want to
instrument code generated for other languages, but we can factor in a
more general mechanism to do so at a later time.

This decouples ObCLanguageRuntime from Expression!


https://reviews.llvm.org/D64591

Files:
  include/lldb/Expression/DynamicCheckerFunctions.h
  include/lldb/Expression/IRDynamicChecks.h
  source/Expression/CMakeLists.txt
  source/Expression/IRDynamicChecks.cpp
  source/Plugins/ExpressionParser/Clang/CMakeLists.txt
  source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
  source/Target/Process.cpp
  source/Target/ThreadPlanCallUserExpression.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64591.209321.patch
Type: text/x-patch
Size: 12638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190711/683072f6/attachment-0001.bin>


More information about the lldb-commits mailing list