summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/WatchpointList.cpp
AgeCommit message (Expand)Author
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2025-02-03[lldb] correct event when removing all watchpoints (#125312)Ben Jackson
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
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-09[lldb] Use C++11 default member initializersJonas Devlieghere
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
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
2015-12-07Fix watchpoint check to use watchpoint rangesTed Woodward
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
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
2012-02-25Make the Watchpoint IDs unique per target, not across targets as before.Johnny Chen
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen