summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointLocationList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* 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
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+8
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-6/+12
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-278/+225
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-25/+20
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-11/+5
* Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham2014-09-101-0/+27
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-4/+4
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+2
* <rdar://problem/15566148>Greg Clayton2013-12-031-8/+5
* Remove the bad assumption that breakpoint locations won't get deleted in Brea...Jim Ingham2013-12-031-8/+14
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-1/+38
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain2013-07-161-1/+20
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-2/+1
* Initialize ivars in the order they are defined in the class.Bill Wendling2012-04-031-3/+3
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+28
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-4/+48
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Silence the static analyzer.Johnny Chen2011-08-111-11/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-1/+1
* Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpointGreg Clayton2011-02-051-114/+30
* Don't re-insert disabled breakpoint locations.Jim Ingham2010-10-201-1/+4
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-0/+11
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-19/+12
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+305
OpenPOWER on IntegriCloud