summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/command_script/TestCommandScript.py
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-05-28Add a comment explaining the eCommandRequiresTarget testEd Maste
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-13Add support for Python object commands to return custom short and long help b...Enrico Granata
2014-10-06Made TestCommandScript more robust against newSean Callanan
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata
2014-09-15Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-09-06Re-enable some locally passing tests on Linux and see how they behave on the ...Matt Kopec
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-03-25These test cases fail on the buildbot - skip on Linux for now, will figure ou...Enrico Granata
2013-02-21Fix CommandObjectMultiword to initialize all members, and beef up correspondi...Daniel Malea
2013-02-19Minor test runner improvemenstDaniel Malea
2012-04-25Fixing a bunch of i386 testsuite failuresEnrico Granata
2012-04-06Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen
2011-12-14http://llvm.org/bugs/show_bug.cgi?id=11569Johnny Chen
2011-11-07this patch addresses several issues with "command script" subcommands:Enrico Granata
2011-10-14Rename directory command_python to command_script, and the test file, too.Johnny Chen