Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lldb/test to lldb/packages/Python/lldbsuite/test. | Zachary Turner | 2015-10-28 | 1 | -37/+0 |
| | | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532 | ||||
* | SBValue::Watch() and SBValue::WatchPointee() are now the official API for ↵ | Johnny Chen | 2011-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add FindValue() and WatchValue() fuzz calls to the mix. | Johnny Chen | 2011-09-24 | 1 | -0/+3 |
| | | | | llvm-svn: 140439 | ||||
* | Add fuzz calls for SBStringList and add obj.Clear() calls for some files. | Johnny Chen | 2011-06-28 | 1 | -0/+1 |
| | | | | llvm-svn: 134040 | ||||
* | Add fuzz calls for SBFrame and SBFunction. | Johnny Chen | 2011-06-27 | 1 | -0/+34 |
llvm-svn: 133965 |