summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/Steps.py
Commit message (Collapse)AuthorAgeFilesLines
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-3/+14
| | | | | | | | | | This will allow us to write reusable scripted ThreadPlans, since you can use key/value pairs with known keys in the plan to parametrize its behavior. Differential Revision: https://reviews.llvm.org/D68366 llvm-svn: 373675
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-011-0/+35
| | | | | | | | | | | It is always doing work on behalf of another thread that presumably has the mutex, so if it is calling SB API's it should have free access to the mutex. This is the same decision as we made earlier with the process RunLock. Differential Revision: https://reviews.llvm.org/D68174 llvm-svn: 373280
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-251-0/+37
Summary: This patch extends the `SBThreadPlan` to allow retrieving of thread plans for scripted steps. Reviewers: labath, zturner, jingham Reviewed By: jingham Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D53361 llvm-svn: 345247
OpenPOWER on IntegriCloud