summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2018-05-17 09:24:37 +0000
committerIvan Donchevskii <ivan.donchevskii@qt.io>2018-05-17 09:24:37 +0000
commit6e89528c557fe7e41b2c4946d75d1e5b36f62fd5 (patch)
tree2f8458fec27372b1304faa4349faef6897b602a1 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
parent270ef5b85c9c0898ef76fee3e4ba5e3e5cb46c29 (diff)
downloadbcm5719-llvm-6e89528c557fe7e41b2c4946d75d1e5b36f62fd5.tar.gz
bcm5719-llvm-6e89528c557fe7e41b2c4946d75d1e5b36f62fd5.zip
[libclang] Allow skipping function bodies in preamble only
Second attempt. Fix line endings and warning. As an addition to CXTranslationUnit_SkipFunctionBodies, provide the new option CXTranslationUnit_LimitSkipFunctionBodiesToPreamble, which constraints the skipping of functions bodies to the preamble only. Function bodies in the main file are not affected if this option is set. Skipping function bodies only in the preamble is what clangd already does and the introduced flag implements it for libclang clients. Patch by Nikolai Kosjar. Differential Revision: https://reviews.llvm.org/D45815 llvm-svn: 332587
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud