summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/WatchpointOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-021-14/+14
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-161-3/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-12/+12
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-6/+6
* 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
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-160/+122
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-14/+11
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-1/+0
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* rdar://problem/12007576Johnny Chen2012-08-131-6/+3
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+244
OpenPOWER on IntegriCloud