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
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
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