Improve SBThread's stepping API using SBError parameter.
authorAlexander Polyakov <polyakov.alx@gmail.com>
Wed, 20 Jun 2018 21:43:16 +0000 (21:43 +0000)
committerAlexander Polyakov <polyakov.alx@gmail.com>
Wed, 20 Jun 2018 21:43:16 +0000 (21:43 +0000)
commit859f54b3f857b2c71e27fe2592dfb805ccb188ef
treeceb30dbdcd72e110387ef8264e96899d6d02384a
parent04ff58220f2aa4fe5ae5ea0c8eb65be9332ae590
Improve SBThread's stepping API using SBError parameter.

Summary: The new methods will allow to get error messages from stepping API.

Reviewers: aprantl, clayborg, labath, jingham

Reviewed By: aprantl, clayborg, jingham

Subscribers: apolyakov, labath, jingham, clayborg, lemo, lldb-commits

Differential Revision: https://reviews.llvm.org/D47991

llvm-svn: 335180
lldb/include/lldb/API/SBThread.h
lldb/scripts/interface/SBThread.i
lldb/source/API/SBThread.cpp