summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-206/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* [TestBreakpointCommand] Fix after r251121Siva Chandra2015-10-231-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-3/+5
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-11/+2
* XFAIL breakpoint tests on WindowsZachary Turner2015-08-201-0/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-3/+3
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-3/+3
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-6/+6
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-6/+6
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-6/+6
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-1/+9
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fix breakpoint test to account for full path of source file location.Matt Kopec2013-06-171-6/+6
* Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec2013-06-171-6/+6
* <rdar://problem/12798131> Greg Clayton2012-12-041-2/+2
* Clear auto-confirm setting on teardown for tests that use itDaniel Malea2012-11-201-0/+1
* Use auto-confirm setting to avoid prompts causing some tests to appear to hangDaniel Malea2012-11-201-1/+2
* Temporarily skip tests known to hang on LinuxDaniel Malea2012-11-191-0/+1
* Missed a few places where I didn't delete the obsolete (commented out) versio...Jim Ingham2012-09-221-12/+0
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-27/+24
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata2012-08-081-1/+1
* Continue the cleanup started on r158737Filipe Cabecinhas2012-06-201-5/+4
* Remove all written filesFilipe Cabecinhas2012-05-281-1/+1
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* Adding a new --python-function (-F) option to breakpoint command add. The opt...Enrico Granata2012-04-041-1/+22
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-0/+19
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-2/+3
* Move some top level directories to reside under functionalities dir.Johnny Chen2011-06-261-0/+179
OpenPOWER on IntegriCloud