summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-2/+0
* BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...Jim Ingham2019-11-071-1/+1
* Only ask once if we have no commands. NFC.Jim Ingham2019-10-301-7/+5
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-165/+134
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-4/+4
* [lldb] Fix -Wreorder-ctor in r373673Sam McCall2019-10-041-13/+12
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-031-30/+10
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-1/+1
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-2/+2
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-204/+102
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-28/+11
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-8/+4
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-21/+3
* [lldb][NFC] Tablegenify breakpointRaphael Isemann2019-07-221-126/+18
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-161-1/+1
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-121-9/+4
* typedef enum -> enumFangrui Song2019-05-141-6/+3
* [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
OpenPOWER on IntegriCloud