summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
AgeCommit message (Expand)Author
2025-11-10[lldb] Fix crash in BreakpointSite::BumpHitCounts (#166876)Jonas Devlieghere
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-07-08[lldb] Fix trailing whitespace in Breakpoint (NFC)Jonas Devlieghere
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-29Use the multi-lockable form of std::lock for operator=Jim Ingham
2019-03-28Copy the breakpoint site owner's collection so we can dropJim Ingham
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-26Lock the access to the BreakpointLocationCollection.Jim Ingham
2015-05-27Fix BreakpointLocationCollection::ShouldStop to handle breakpoint removalTamas Berghammer
2014-10-22The breakpoint location hit counts were getting incremented inJim Ingham
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
2010-11-18Added the ability to get more information on the SBThread's stop reasonGreg Clayton
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner