summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointSite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copy the breakpoint site owner's collection so we can dropJim Ingham2019-03-281-2/+10
* 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
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-187/+128
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-21/+19
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-10/+7
* Add a function to make a mutex-protected copy of a breakpoint site'sJim Ingham2015-07-291-0/+11
* Lock the owners mutex in the BreakpointSite before updating the hitJim Ingham2015-07-291-0/+1
* Don't #include clang headers from BreakpointLocation.hZachary Turner2015-03-041-0/+3
* The breakpoint location hit counts were getting incremented inJim Ingham2014-10-221-0/+9
* Actually make a real scoped locker rather than constructing one that gets imm...Jim Ingham2014-06-181-9/+8
* Add locking around the m_owners collection in the breakpoint site. If we are...Jim Ingham2014-06-181-1/+11
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+6
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+5
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Tiny refactoring to use member functions instead of directly accessing member...Johnny Chen2012-01-231-1/+1
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-1/+1
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-0/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+5
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-2/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+221
OpenPOWER on IntegriCloud