summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-51/+35
* A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.Kuba Brecka2016-05-221-1/+1
* Revert r270358 ("Fix an incorrectly used locking in HistoryThread and History...Kuba Brecka2016-05-221-1/+2
* Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where uni...Kuba Brecka2016-05-221-2/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+4
* Remove unused class variable and update all callers/users.Eric Christopher2014-09-091-2/+0
* Temporarily roll back the parts of r211241 where I fixed aJason Molenda2014-06-231-1/+1
* Add a lock in the UnwindTable class so two Targets won't tryJason Molenda2014-06-181-1/+1
* When a client asks for a queue pending item's extended backtrace,Jason Molenda2014-03-061-0/+4
* Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda2013-11-081-0/+79
OpenPOWER on IntegriCloud