summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+2
* Remove null checks of results of new expressionsPavel Labath2019-07-011-8/+6
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Move RangeMap.h into UtilityPavel Labath2019-03-061-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-12/+12
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-3/+3
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-7/+5
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-1/+1
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-0/+1
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-1/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+6
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-4/+4
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-3/+3
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* 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-262/+167
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-3/+4
* Remove useless declarationSylvestre Ledru2014-04-211-2/+0
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-4/+4
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+364
OpenPOWER on IntegriCloud