Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in the docstring. | Johnny Chen | 2011-10-26 | 1 | -2/+2 |
| | | | | llvm-svn: 142996 | ||||
* | Add docstrings for SetCondition() and GetCondition() APIs. | Johnny Chen | 2011-10-18 | 1 | -0/+10 |
| | | | | llvm-svn: 142396 | ||||
* | Add a commnad to set a condition for a watchpoint. Example: | Johnny Chen | 2011-10-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | watchpoint modify -c 'global==5' modifies the last created watchpoint so that the condition expression is evaluated at the stop point to decide whether we should proceed with the stopping. Also add SBWatchpont::SetCondition(const char *condition) to set condition programmatically. Test cases to come later. llvm-svn: 142227 | ||||
* | Add SBWatchpoint::GetError() API, which is not currently populated as yet. | Johnny Chen | 2011-10-14 | 1 | -3/+6 |
| | | | | llvm-svn: 141979 | ||||
* | SBValue::Watch() and SBValue::WatchPointee() are now the official API for ↵ | Johnny Chen | 2011-10-14 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | creating a watchpoint for either the variable encapsulated by SBValue (Watch) or the pointee encapsulated by SBValue (WatchPointee). Removed SBFrame::WatchValue() and SBFrame::WatchLocation() API as a result of that. Modified the watchpoint related test suite to reflect the change. Plus replacing WatchpointLocation with Watchpoint throughout the code base. There are still cleanups to be dome. This patch passes the whole test suite. Check it in so that we aggressively catch regressions. llvm-svn: 141925 | ||||
* | Cleaned up the SBWatchpoint public API. | Greg Clayton | 2011-10-13 | 1 | -0/+71 |
llvm-svn: 141876 |