summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointList.cpp
AgeCommit message (Expand)Author
2025-10-31[lldb] Refactor LLDB Breakpoint Event Notifications to centralize and elimina...Piyush Jaiswal
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-18Use llvm::erase_if (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08[BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-16Make sure deleting all breakpoints clears their sites firstEugene Zemtsov
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-21Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-11-09Fixed the the breakpoint test case failures. Greg Clayton
2013-11-05<rdar://problem/15367122>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham
2012-05-17If we notice that a module with a given file path is replaced by another with...Jim Ingham
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham
2012-04-11No functionality changes, mostly cleanup.Greg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg 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