summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-7/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere2019-01-081-113/+56
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-161-5/+7
* Make breakpoint names real entities.Jim Ingham2017-09-141-0/+33
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-211-0/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-191/+152
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-20/+17
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-19/+19
* <rdar://problem/15367122>Greg Clayton2013-11-051-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-1/+6
* If we notice that a module with a given file path is replaced by another with...Jim Ingham2012-05-171-0/+11
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-1/+1
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-8/+31
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-0/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+198
OpenPOWER on IntegriCloud