summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-08-03 18:13:24 +0000
committerJim Ingham <jingham@apple.com>2017-08-03 18:13:24 +0000
commitf08f5c99262ff9eaa08956334accbb2614b0f7a2 (patch)
tree7627308ccb3fc7ce52a6ea0ea45c0d948fcd66af /clang/lib/Frontend/CompilerInvocation.cpp
parentf0cadcd9f385d36dc751cdb32476b32ec43306b5 (diff)
downloadbcm5719-llvm-f08f5c99262ff9eaa08956334accbb2614b0f7a2.tar.gz
bcm5719-llvm-f08f5c99262ff9eaa08956334accbb2614b0f7a2.zip
Add an auto-continue flag to breakpoints & locations.
You can get a breakpoint to auto-continue by adding "continue" as a command, but that has the disadvantage that if you hit two breakpoints simultaneously, the continue will force the process to continue, and maybe even forstalling the commands on the other. The auto-continue flag means the breakpoints can negotiate about whether to stop. Writing tests, I wanted to supply some commands when I made the breakpoints, so I also added that ability. llvm-svn: 309969
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud