summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandReturnObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-184/+120
* Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham2016-01-081-1/+2
* Any commands that are executed through the public interface using SBCommandIn...Greg Clayton2014-07-151-1/+17
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-2/+12
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-12/+2
* <rdar://problem/14266411>Enrico Granata2013-06-251-2/+12
* Change CommandReturnObject::AppendMessage to print an empty line ifJason Molenda2013-05-011-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-12/+6
* Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...Jim Ingham2012-12-151-16/+9
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-3/+4
* Work in progress for:Johnny Chen2011-12-191-1/+14
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-0/+10
* Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton2011-07-021-1/+31
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-8/+10
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-23/+14
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+175
OpenPOWER on IntegriCloud