summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+3
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-191-5/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-2/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-61/+45
* 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-21/+19
* Remove unused class variable and update all callers/users.Eric Christopher2014-09-091-1/+1
* 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
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+4
* When a client asks for a queue pending item's extended backtrace,Jason Molenda2014-03-061-1/+5
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-1/+1
* Add logging for the SB API which creates extendedJason Molenda2013-11-191-1/+2
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-161-1/+18
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-1/+2
* Add object logging to HistoryThread. Call the DoDestroy() method fromJason Molenda2013-11-121-0/+8
* Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda2013-11-081-0/+68
OpenPOWER on IntegriCloud