summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBStringList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+26
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-2/+32
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-10/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-22/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-1/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-0/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-104/+61
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-0/+10
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-9/+11
* Fixed build error of LLDBWrapPython.cpp by removing the "protected" access mo...Johnny Chen2010-09-171-1/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-18/+18
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+134
OpenPOWER on IntegriCloud