summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointSiteList.cpp
AgeCommit message (Expand)Author
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-05-30[lldb] Remove commented out code/logging in BreakpointSiteList (NFC)Jonas Devlieghere
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
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas 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-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-02-14Probably should return that value we took the trouble to compute.Jim Ingham
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-06-29Remove a few more places where we were iterating linearly over the Breakpoint...Jim Ingham
2011-03-19Added more platform support. There are now some new commands:Greg 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-09Add missing include.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner