Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace in the python test suite. | Raphael Isemann | 2018-07-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | Summary: The test suite has often unnecessary trailing whitespace, and sometimes unnecessary trailing lines or a missing final new line. This patch just strips trailing whitespace/lines and adds missing newlines at the end. Subscribers: ki.stfu, JDevlieghere, christof, lldb-commits Differential Revision: https://reviews.llvm.org/D49943 llvm-svn: 338171 | ||||
* | Add a lldbutils routine that gathers up the boiler-plate | Jim Ingham | 2017-07-06 | 1 | -32/+8 |
| | | | | | | | | | | to make a target, set a source regex breakpoint, run to the breakpoint and find the thread that hit the breakpoint. Start the process of replacing the boiler plate with this routine. llvm-svn: 307234 | ||||
* | Make it clear what you should modify when you copy any of these sample | Jim Ingham | 2017-03-01 | 2 | -5/+12 |
| | | | | | | test cases. llvm-svn: 296693 | ||||
* | Add a sample_test directory with simple starter | Jim Ingham | 2017-03-01 | 4 | -0/+96 |
test cases for standard and "inline" tests. llvm-svn: 296669 |