summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointIDList.cpp
AgeCommit message (Expand)Author
2025-07-08[lldb] Fix trailing whitespace in Breakpoint (NFC)Jonas Devlieghere
2025-07-02[lldb] Fix else-after-return in Breakpoint (NFC)Jonas Devlieghere
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta
2024-04-01[lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht
2024-01-26[lldb][NFCI] Change BreakpointIDList::FindBreakpointID to BreakpointIDList::C...Alex Langford
2024-01-25[lldb][NFCI] Remove unused method BreakpointIDList::FindBreakpointID(const ch...Alex Langford
2024-01-23[lldb][NFCI] Remove unused method BreakpointIDList::AddBreakpointID(const cha...Alex Langford
2024-01-12[lldb][NFCI] Remove CommandReturnObject from BreakpointIDList (#77858)Alex Langford
2024-01-08[lldb][NFCI] Change return type of BreakpointIDList::GetBreakpointIDAtIndex (...Alex Langford
2024-01-08[lldb][NFCI] Remove BreakpointIDList::InsertStringArray (#77161)Alex Langford
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-07-20[lldb] Fix redundant newline in AppendError calls.Jonas Devlieghere
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas 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-06-20BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-11-02Fix some warnings found by ToT clangPavel Labath
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-22Re-add "demonstrate new Args API"Zachary Turner
2016-11-22Fix build failure on Linux and BSD by reverting r287597Omair Javaid
2016-11-21Add the new Args / entry-access API.Zachary Turner
2016-10-05Fix some test failures due to the recent Breakpoint patch.Zachary Turner
2016-10-05Convert some breakpoint code to use StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-17Convert many functions to use StringRefs.Zachary Turner
2016-09-14Fix some const-ness issues with BreakpointID & BreakpointIDList.Jim Ingham
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
2013-01-25<rdar://problem/13069948>Greg Clayton
2011-08-11To silence the static analyzer.Johnny Chen
2011-02-02Fix breakpoint id test to work with clang as well as gcc; added a fewCaroline Tice
2010-10-12Fix some memory leaks.Caroline Tice
2010-09-29Verify that we have a valid breakpoint ID before proceeding with retrieving itsJohnny Chen
2010-09-29Fix breakpoint id range testing to disallow ranges that specify breakpoint lo...Caroline Tice
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner