summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/WatchpointLocationList.cpp
Commit message (Expand)AuthorAgeFilesLines
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-242/+0
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-1/+0
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-221-35/+16
* Add some watchpoint maintenance methods to the Target class.Johnny Chen2011-09-201-2/+16
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Add GetByIndex() methods to the WatchpointLocationList class to facilitate it...Johnny Chen2011-09-191-1/+38
* Add a declaraion info member field to the WatchpointLocation class.Johnny Chen2011-09-161-1/+7
* Add cleanup of watchpoint locations during Target::DeleteCurrentProcess().Johnny Chen2011-09-151-0/+10
* Watchpoint WIP:Johnny Chen2011-09-131-0/+5
* Add a data type WatchpointLocationList to the repository. A Target contains ...Johnny Chen2011-09-061-0/+190
OpenPOWER on IntegriCloud