summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-11/+14
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-15/+14
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+4
* Make breakpoint names real entities.Jim Ingham2017-09-141-3/+6
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-31/+32
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-7/+6
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-2/+2
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-7/+0
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+2
* Try to fix build errors on Android.Zachary Turner2016-09-221-2/+2
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-44/+36
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-2/+2
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+2
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-6/+6
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-57/+10
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-639/+582
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-20/+12
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-11/+13
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-13/+12
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-191-63/+46
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-32/+27
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-137/+114
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-3/+3
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-3/+84
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-10/+9
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-58/+70
* Make it clear in the help that "breakpoint command add" will act on the last setJim Ingham2014-08-281-2/+3
* Fixed a typo.Sean Callanan2014-08-211-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-5/+5
* Fix broken tests due to new error output.Todd Fiala2014-07-081-5/+5
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-5/+5
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+1
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-021-1/+1
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-8/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-117/+39
* Add OptionParser.hVirgile Bello2013-09-051-4/+4
* Note in the documentation about the fact that Python callbacks can return a v...Enrico Granata2013-05-161-0/+6
* <rdar://problem/13883385>Enrico Granata2013-05-151-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* breakpoint command add currently doesn't support adding commands to more than...Jim Ingham2013-02-281-0/+7
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Updated the "breakpoint command add" documentation and fixed the web site doc...Greg Clayton2012-10-261-109/+124
OpenPOWER on IntegriCloud