summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+4
* 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
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+8
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-2/+2
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-74/+71
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-6/+59
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-1/+2
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-201-2/+1
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-23/+22
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-13/+14
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-4/+14
* Make breakpoint names real entities.Jim Ingham2017-09-141-454/+563
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+53
* Rename Error -> Status.Zachary Turner2017-05-121-32/+32
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-82/+59
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-6/+6
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-8/+11
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-2/+9
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-4/+39
* Try to fix build errors on Android.Zachary Turner2016-09-221-8/+8
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-205/+175
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+2
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-211-4/+14
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-7/+8
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-4/+7
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-141-110/+17
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-19/+329
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2022/+1797
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-154/+103
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-36/+43
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-39/+38
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-23/+23
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-1/+11
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-0/+23
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-181-191/+147
* Revert 260436. I pretty consistently upper-case the letter I use for theJim Ingham2016-02-101-2/+2
* No reason for these two letters to be uppercaseEnrico Granata2016-02-101-2/+2
* Mention the --all-files option in the -p help string.Jim Ingham2016-02-091-1/+2
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-171-5/+33
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-1/+2
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-95/+78
* Remove one of the three spaces after a period in one of the breakpointJason Molenda2015-09-281-1/+1
OpenPOWER on IntegriCloud