summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointID.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2021-10-24Use llvm::is_contained (NFC)Kazu Hirata
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-07-05[lldb][NFC] Clarify that spaces can't be in breakpoint namesRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-09-14Make breakpoint names real entities.Jim Ingham
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-05Try to fix Android build.Zachary Turner
2016-10-05Convert some breakpoint code to use StringRef.Zachary Turner
2016-09-17Fix boolean logic error in BreakpointID.Zachary Turner
2016-09-17Convert many functions to use StringRefs.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
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2012-09-04Patch from info from Daniel Malea that should fix the build on linux after fi...Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner