summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/WatchpointOptions.cpp
AgeCommit message (Expand)Author
2025-07-02[lldb] Fix else-after-return in Breakpoint (NFC)Jonas Devlieghere
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-02[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann
2019-08-16[lldb][NFC] Allow for-ranges on StringListRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-30Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2012-08-13rdar://problem/12007576Johnny Chen
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen