summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [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/+39
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-1/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-12/+66
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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-308/+218
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-0/+2
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-1/+5
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+9
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/12437442>Enrico Granata2012-10-221-1/+6
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-2/+123
* <rdar://problem/10126482>Greg Clayton2011-11-131-4/+6
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-6/+1
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-2/+69
* Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton2010-12-141-0/+5
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+12
* Improved API logging.Greg Clayton2010-10-301-0/+6
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+0
* Fix indentations.Caroline Tice2010-09-201-6/+6
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+34
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-071-0/+87
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-5/+5
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+47
OpenPOWER on IntegriCloud