summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSymbolContextList.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/+28
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-3/+32
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-4/+7
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-19/+19
* 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-6/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-79/+43
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-1/+23
* Added the ability to find functions from either a SBModule (find functionsGreg Clayton2011-06-211-6/+10
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-101-0/+91
OpenPOWER on IntegriCloud