summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBCommandReturnObject.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-107/+75
* Fix FILE * leak in Python APIStephane Sezer2016-03-251-1/+9
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko2015-10-311-8/+12
* Add LLDB_API to all of the public API class definitions.Zachary Turner2015-02-171-1/+1
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-0/+7
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-7/+0
* <rdar://problem/14266411>Enrico Granata2013-06-251-0/+7
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata2012-10-161-6/+0
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-0/+12
* Implementing plugins that provide commands.Enrico Granata2012-09-281-0/+3
* Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham2012-06-271-0/+3
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-7/+0
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added the ability to create a SBCommandReturnObject object from a pointerGreg Clayton2011-08-191-0/+7
* Changes to Python commands:Enrico Granata2011-08-161-0/+6
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-1/+7
* Linux patches from Stephen Wilson.Greg Clayton2010-12-181-0/+2
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+7
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-7/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+10
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-3/+13
* Fix include lines to use more conventional paths, part 1.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+80
OpenPOWER on IntegriCloud