[Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run
Kirill Lapshin via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 23 10:52:58 PDT 2015
KLapshin added a comment.
As little summary what should be added to existing lldb-mi in context of this review:
- list-features MI command (for getting supported features in future, currently only one "exec-run-start-option" feature will be reported)
- add --start option to -exec-run, set StopAtEntry flag in LaunchInfo if --start option specified on input
- rework process launch in way SB target API only allowed,
- add tests
Repository:
rL LLVM
http://reviews.llvm.org/D12977
More information about the lldb-commits
mailing list