summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBError.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+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/+27
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-20/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-2/+36
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-10/+4
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-38/+38
* 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-10/+10
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* 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-165/+101
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-4/+8
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-1/+1
* Made the string representation for a SBValue return what "frame variable" Greg Clayton2011-07-061-23/+4
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-4/+4
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+6
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-22/+0
* Improved API logging.Greg Clayton2010-10-301-15/+32
* Clean up the API logging code:Caroline Tice2010-10-261-19/+12
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-2/+60
* 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-0/+28
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-31/+31
* Per surrounding style, use stdarg.h instead of cstdio, etc.Eli Friedman2010-06-091-1/+1
* And some more include line fixes.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+179
OpenPOWER on IntegriCloud