summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-1/+0
* [lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere2019-12-211-0/+1
* [lldb/Commands] Use the default scripting langauge for BP functionsJonas Devlieghere2019-12-211-1/+4
* [lldb/Commands] Honor the scripting language passedJonas Devlieghere2019-12-211-2/+2
* [lldb/Commands] Fix bogus enum entry and add Lua (NFC)Jonas Devlieghere2019-12-211-5/+12
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-4/+0
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-021-4/+4
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-15/+16
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-23/+25
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-1/+1
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-12/+5
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-22/+8
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-4/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-13/+20
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-7/+4
* [lldb][NFC] Tablegenify breakpointRaphael Isemann2019-07-221-10/+4
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-1/+1
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-101-2/+2
* 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
OpenPOWER on IntegriCloud