aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBWatchpoint.i
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham1-0/+10
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-0/+3
2012-06-04rdar://problem/11584012Johnny Chen1-3/+0
2011-10-26Fix typo in the docstring.Johnny Chen1-2/+2
2011-10-18Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen1-0/+10
2011-10-17Add a commnad to set a condition for a watchpoint. Example:Johnny Chen1-0/+6
2011-10-14Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen1-3/+6
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-6/+5
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton1-0/+71