summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SectionLoadHistory.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-132/+125
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-10/+10
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Make sure SectionLoadHistory::GetCurrentSectionLoadList () is thread safe.Greg Clayton2014-05-221-0/+1
* Fixed SectionLoadHistory::GetSectionLoadListForStopID() to always return a va...Greg Clayton2014-05-141-10/+6
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+182
OpenPOWER on IntegriCloud