aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAlex Langford <alangford@apple.com>2023-04-24 16:58:18 -0700
committerAlex Langford <alangford@apple.com>2023-04-26 10:24:28 -0700
commitc997acb97a9b15468d991116c28bb003afecb07c (patch)
treed0faf35ccac2a8d700519ee13954a58cf3c16925 /clang/lib/Frontend/CompilerInvocation.cpp
parent3ce3ee6169828060d3671be1de6a67c21efcc668 (diff)
downloadllvm-c997acb97a9b15468d991116c28bb003afecb07c.zip
llvm-c997acb97a9b15468d991116c28bb003afecb07c.tar.gz
llvm-c997acb97a9b15468d991116c28bb003afecb07c.tar.bz2
[lldb] Add support for specifying language when setting watchpoint by expression
This is useful in contexts where you have multiple languages in play: You may be stopped in a frame for language A, but want to set a watchpoint with an expression using language B. The current way to do this is to use the setting `target.language` while setting the watchpoint and unset it after the watchpoint is set, but that's kind of clunky and somewhat error-prone. This should add a better way to do this. rdar://108202559 Differential Revision: https://reviews.llvm.org/D149111
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions