summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/WatchpointLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-184/+0
* Simplify the verbose output of WatchpointLocation::DumpWithLevel().Johnny Chen2011-10-061-6/+12
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-1/+0
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-0/+1
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-221-16/+25
* StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen2011-09-211-2/+6
* Add some watchpoint maintenance methods to the Target class.Johnny Chen2011-09-201-1/+2
* Add a declaraion info member field to the WatchpointLocation class.Johnny Chen2011-09-161-12/+34
* Add logging to Target::CreateWatchpointLocation() and fix some bug of using t...Johnny Chen2011-09-141-3/+1
* Watchpoint WIP:Johnny Chen2011-09-131-1/+1
* Add trivial implementation for GetDescription().Johnny Chen2011-09-131-1/+2
* Watchpoint WIP:Johnny Chen2011-09-121-0/+7
* Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...Johnny Chen2011-09-061-1/+1
* Change the signature of WatchpointLocation ctor so that the second param becomesJohnny Chen2011-09-061-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+2
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-1/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+137
OpenPOWER on IntegriCloud