summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_locations
Commit message (Collapse)AuthorAgeFilesLines
* Move some top level directories to reside under functionalities dir.Johnny Chen2011-06-263-146/+0
| | | | llvm-svn: 133892
* Change "breakpoint list" command to default to brief output rather than full ↵Caroline Tice2011-02-041-2/+2
| | | | | | | | | output. Modify test cases in test suite to either expect brief output or to pass -f for full output as appropriate. llvm-svn: 124905
* Fix wrong test logic with regard to hit count and resolved status of ↵Johnny Chen2010-10-201-5/+5
| | | | | | disabled/enabled breakpoints. llvm-svn: 116936
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
| | | | llvm-svn: 116490
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-122-4/+11
| | | | | | function to get the line number to break on during setUp(). llvm-svn: 116346
* Modification required to test clang, gcc, and llvm-gcc.Johnny Chen2010-09-302-14/+16
| | | | llvm-svn: 115216
* Add a more complex test scenario for breakpoint locations, with breakpoint ↵Johnny Chen2010-09-303-0/+136
enable/disable. llvm-svn: 115202
OpenPOWER on IntegriCloud