summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandReturnObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-261-2/+1
* 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-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Make CommandReturnObject methods accept StringRefs.Zachary Turner2016-11-121-20/+23
* *** 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