summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-011-1/+4
| | | | | | | | | | | 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/+10
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