summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-291-9/+3
* Copy the breakpoint site owner's collection so we can dropJim Ingham2019-03-281-0/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-150/+122
* Lock the access to the BreakpointLocationCollection.Jim Ingham2016-05-261-1/+9
* Fix BreakpointLocationCollection::ShouldStop to handle breakpoint removalTamas Berghammer2015-05-271-2/+8
* The breakpoint location hit counts were getting incremented inJim Ingham2014-10-221-0/+1
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+19
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-1/+0
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-0/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-4/+3
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-11/+12
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-0/+18
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+161
OpenPOWER on IntegriCloud