summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ThreadStateCoordinator to handle properly failed stop/resume operations.Chaoren Lin2015-02-031-21/+44
* Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...Chaoren Lin2015-02-031-38/+69
* Fix some bugs in llgs thread state handling.Chaoren Lin2015-02-031-13/+43
* llgs: more work on thread stepping.Chaoren Lin2015-02-031-3/+42
* llgs: fixed a bug in deferred signal thread id; added coordinator enqueue log...Chaoren Lin2015-02-031-0/+4
* Get initial thread state coordinator integration working.Chaoren Lin2015-02-031-2/+90
* thread state coordinator: fixed bug in thread running state book-keeping.Todd Fiala2014-10-091-0/+3
* thread state coordinator: add tests and impl to error on creation/death issues.Todd Fiala2014-10-021-5/+27
* thread state coordinator: added simpler deferred stop notification method.Todd Fiala2014-10-021-33/+104
* thread state coordinator: requesting resume now signals error appropriately.Todd Fiala2014-10-021-5/+12
* Remove unused variable.Eric Christopher2014-10-021-1/+1
* thread state coordinator: added error callbacks, cleaned up tests.Todd Fiala2014-10-011-49/+113
* thread state coordinator: replaced shortened type name Func suffix with Funct...Todd Fiala2014-10-011-22/+22
* thread state coordinator: add test to be explicit about resume behavior in pr...Todd Fiala2014-09-301-9/+56
* thread state coordinator: added a thread resume request and related tests.Todd Fiala2014-09-291-0/+48
* thread state coordinator: add exec reset support, remove empty virtual destru...Todd Fiala2014-09-291-20/+51
* Included cstdarg for compilation of va_start and va_end.Matthew Gardiner2014-09-291-0/+1
* thread state coordinator: added new thread support.Todd Fiala2014-09-281-0/+60
* thread state coordinator: added thread death support and more tests.Todd Fiala2014-09-271-10/+77
* thread state coordinator: added test for notify after two pending thread stops.Todd Fiala2014-09-271-1/+1
* thread state coordinator: handle when prerequisite pending stop is already st...Todd Fiala2014-09-261-5/+20
* gtest: tweaked test runner to fix an extra comma, added more tdd-based thread...Todd Fiala2014-09-261-4/+251
* Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala2014-09-251-0/+38
OpenPOWER on IntegriCloud