diff options
author | Dawn Perchik <dawn@burble.org> | 2015-10-01 21:15:43 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@burble.org> | 2015-10-01 21:15:43 +0000 |
commit | 85872120853461be11327e37c74ba31fa5750372 (patch) | |
tree | 9171a3ec731acbeeecdf67c7ecacc227519d78cd /llvm/test | |
parent | 52bf0ebfdf48fa7e07257336e53a586088ee4df1 (diff) | |
download | bcm5719-llvm-85872120853461be11327e37c74ba31fa5750372.tar.gz bcm5719-llvm-85872120853461be11327e37c74ba31fa5750372.zip |
[lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".
This patch adds a --start option to the lldb-mi -exec-run command for
getting process stopped at entry point after launch. It is equivelent
to the -s option in the lldb command line interpreter:
process launch -s
and is therefore not supported on all hosts and/or targets. To check
if the --start option is supported, see if the corresponding feature
"exec-run-start-option" is in the list of options reported by the lldb-mi
"-list-features" command.
Patch from engineer.developer@gmail.com (Kirill Lapshin)
Reviewed by: ki.stfu
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12977
llvm-svn: 249072
Diffstat (limited to 'llvm/test')
0 files changed, 0 insertions, 0 deletions