summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBValueList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [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/+27
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-41/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-6/+39
* 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
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-7/+7
* 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-228/+138
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-3/+1
* Per off-list feedback, this API returns the *first* value with a given name, ...Enrico Granata2014-11-211-3/+3
* Add an API on SBValueList to find the first value with a given name stored in...Enrico Granata2014-11-211-0/+24
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-7/+9
* Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...Enrico Granata2013-04-221-61/+58
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Renaming SBValueList::get() to Enrico Granata2013-02-071-1/+1
* Correct logging for function calls that return SBValueListEnrico Granata2013-02-071-1/+1
* <rdar://problem/13107151>Enrico Granata2013-02-071-25/+86
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-5/+10
* Add needed Clear methods.Jim Ingham2011-12-191-0/+6
* Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton2011-06-291-13/+31
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-24/+5
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-4/+4
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-1/+1
* Clean up the API logging code:Caroline Tice2010-10-261-20/+22
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+65
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-22/+22
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+140
OpenPOWER on IntegriCloud