summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBModuleSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-2/+2
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+55
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-13/+94
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-3/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-33/+33
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-1/+2
* Modernize UUID classPavel Labath2018-06-211-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* 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-155/+82
* Made all other "operator bool"s explicit and ensuredSean Callanan2013-10-041-1/+1
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-1/+1
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+230
OpenPOWER on IntegriCloud