summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/breakpoint_command
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-288-393/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-273-3/+3
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* [TestBreakpointCommand] Fix after r251121Siva Chandra2015-10-231-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-234-6/+14
* Update every test to import `lldb_shared`.Zachary Turner2015-10-223-23/+6
* Merge dwarf and dsym testsTamas Berghammer2015-09-303-32/+6
* XFAIL breakpoint tests on WindowsZachary Turner2015-08-201-0/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-012-4/+4
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-272-4/+4
* 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-303-3/+3
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-0/+19
* Fix a handling of full path in break-insert.Hafiz Abid Qadeer2015-02-081-0/+5
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-1/+9
* Test case for the previous commit.Jim Ingham2014-04-021-0/+88
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-102-2/+2
* 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-222-33/+30
* rdar://problem/12022371Johnny Chen2012-08-231-0/+58
* <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-042-1/+26
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-234-1/+38
* 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-263-0/+197
OpenPOWER on IntegriCloud