summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/TestCommandScript.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-142/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-9/+2
* Add a comment explaining the eCommandRequiresTarget testEd Maste2015-05-281-0/+2
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-5/+8
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Add support for Python object commands to return custom short and long help b...Enrico Granata2015-03-131-1/+1
* Made TestCommandScript more robust against newSean Callanan2014-10-061-2/+2
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-011-0/+4
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-151-9/+7
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Re-enable some locally passing tests on Linux and see how they behave on the ...Matt Kopec2013-09-061-1/+0
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* These test cases fail on the buildbot - skip on Linux for now, will figure ou...Enrico Granata2013-03-251-0/+1
* Fix CommandObjectMultiword to initialize all members, and beef up correspondi...Daniel Malea2013-02-211-0/+11
* Minor test runner improvemenstDaniel Malea2013-02-191-1/+4
* Fixing a bunch of i386 testsuite failuresEnrico Granata2012-04-251-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
* http://llvm.org/bugs/show_bug.cgi?id=11569Johnny Chen2011-12-141-0/+7
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-071-0/+26
* Rename directory command_python to command_script, and the test file, too.Johnny Chen2011-10-141-0/+97
OpenPOWER on IntegriCloud