summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-3/+3
* Clean up wording in help for breakpoint --language option.Dawn Perchik2015-07-221-1/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+14
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-17/+17
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-3/+28
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-28/+3
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-3/+28
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-9/+31
* The last argument to CreateExceptionBreakpoint is "internal" not Hardware.Jim Ingham2015-04-161-1/+1
* Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' acces...Ilia K2015-03-181-1/+0
* Report an error for line number values that don't convert to integers during ...Jim Ingham2015-03-161-4/+12
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-2/+12
* Add additional DWARF 5 language constants.Bruce Mitchener2015-02-061-0/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-9/+10
* Don't emit the "WARNING: no locations" message when breakpoints are set inJim Ingham2014-12-191-4/+11
* Fix a format string warning by noting that StringIsBreakpointNameEric Christopher2014-12-171-2/+0
OpenPOWER on IntegriCloud