summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSettings.h
AgeCommit message (Expand)Author
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-01-23Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen
2012-01-21Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen
2012-01-19rdar://problem/10724187Johnny Chen
2012-01-19rdar://problem/10712130Johnny Chen
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-15Modify "settings list" so you can specify a particular instance setting name,Caroline Tice
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner