aboutsummaryrefslogtreecommitdiff
path: root/source/Breakpoint/WatchpointLocation.cpp
AgeCommit message (Expand)Author
2011-10-06Simplify the verbose output of WatchpointLocation::DumpWithLevel().Johnny Chen
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen
2011-09-26Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen
2011-09-22Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen
2011-09-21StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen
2011-09-20Add some watchpoint maintenance methods to the Target class.Johnny Chen
2011-09-16Add a declaraion info member field to the WatchpointLocation class.Johnny Chen
2011-09-14Add logging to Target::CreateWatchpointLocation() and fix some bug of using t...Johnny Chen
2011-09-13Watchpoint WIP:Johnny Chen
2011-09-13Add trivial implementation for GetDescription().Johnny Chen
2011-09-12Watchpoint WIP:Johnny Chen
2011-09-06Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...Johnny Chen
2011-09-06Change the signature of WatchpointLocation ctor so that the second param becomesJohnny Chen
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner