summaryrefslogtreecommitdiff
path: root/include/lldb/Utility/AnsiTerminal.h
AgeCommit message (Expand)Author
2019-08-21[NFC] Remove lldb_utility namespace.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-16Fix some crashes and deadlocks in FormatAnsiTerminalCodesRaphael Isemann
2018-01-21[modules] Fix missing includes/typo in LLDB's includes. [NFC]Raphael Isemann
2016-09-23Update the prompt related functions to use StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain
2011-10-14Added the ability to run expressions in any command. Expressions can be Greg Clayton