summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBLineEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [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/+30
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-40/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-6/+47
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-12/+8
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-32/+32
* 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
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-0/+1
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-1/+0
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-0/+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-188/+123
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-8/+12
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Make the IsValid() operator for SBLineEntry "do the right thing" by returning...Greg Clayton2012-06-271-1/+1
* Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as ...Greg Clayton2012-04-041-4/+6
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+5
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-11/+41
* Add missing headers.Stephen Wilson2011-04-081-0/+2
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-4/+4
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-42/+23
* Clean up the API logging code:Caroline Tice2010-10-261-19/+23
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-2/+57
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-8/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-2/+26
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-27/+27
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+158
OpenPOWER on IntegriCloud