[Lldb-commits] [PATCH] D47838: [lldb-mi] Re-implement MI -exec-step command.

2018-06-09 Thread Alexander Polyakov via Phabricator via lldb-commits
polyakov.alex updated this revision to Diff 150632. polyakov.alex added a comment. Removed unnecessary m_lldbResult attribute, updated python test to successfully process new error messages in exec-step command. https://reviews.llvm.org/D47838 Files: lit/tools/lldb-mi/exec/exec-step.test p

[Lldb-commits] [PATCH] D47415: [lldb, lldb-mi] Re-implement MI -exec-continue command.

2018-06-09 Thread Alexander Polyakov via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL334350: [lldb, lldb-mi] Re-implement MI -exec-continue command. (authored by apolyakov, committed by ). Changed prior to commit: https://reviews.llvm.org/D47415?vs=150486&id=150629#toc Repository: rL

[Lldb-commits] [lldb] r334350 - [lldb, lldb-mi] Re-implement MI -exec-continue command.

2018-06-09 Thread Alexander Polyakov via lldb-commits
Author: apolyakov Date: Sat Jun 9 08:11:37 2018 New Revision: 334350 URL: http://llvm.org/viewvc/llvm-project?rev=334350&view=rev Log: [lldb, lldb-mi] Re-implement MI -exec-continue command. Summary: Now -exec-continue command uses SB API to resume target's process. Reviewers: aprantl, clayborg