aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-7/+6
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath1-6/+2
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-1/+0
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-128/+0
2012-04-04Adding a new --python-function (-F) option to breakpoint command add. The opt...Enrico Granata1-0/+1
2011-05-22Change the command 'breakpoint command remove' to 'breakpoint command delete',Caroline Tice1-4/+4
2011-04-13Added two new classes for command options:Greg Clayton1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-1/+1
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-2/+2
2011-02-18Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham1-0/+1
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-13/+8
2010-09-11Fixed some comments.Johnny Chen1-0/+1
2010-09-11Added [-o <one-liner>] to the "breakpoint command add" lldb command to be ableJohnny Chen1-0/+9
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-12/+10
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+169