summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-1/+3
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-191-4/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** 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