summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
AgeCommit message (Expand)Author
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-08-02Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-10-05Convert various CommandInterpreter functions to StringRef.Zachary Turner
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-20Add some more tests for breakpoint serialization.Jim Ingham
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham
2014-08-29Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham
2014-08-28Make it clear in the help that "breakpoint command add" will act on the last setJim Ingham
2014-08-21Fixed a typo.Sean Callanan
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-05-08lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton
2014-05-02"DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-09-05Add OptionParser.hVirgile Bello
2013-05-16Note in the documentation about the fact that Python callbacks can return a v...Enrico Granata
2013-05-15<rdar://problem/13883385>Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-02-28breakpoint command add currently doesn't support adding commands to more than...Jim Ingham
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-10-26Updated the "breakpoint command add" documentation and fixed the web site doc...Greg Clayton
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas
2012-08-08<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-05-31<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata
2012-04-25Fix the docs for "breakpoint command add" to specify the arguments passed int...Jim Ingham