summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/command_script
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-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Make uses of unicode literals portable.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-28Revert r238425, it undoes the purpose of the testEd Maste
2015-05-28Fix TestCommandScript: return an error if target executable is not setEd 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
2014-01-27Merging the iohandler branch back into main. Greg Clayton
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-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-06-18Adding a "cmdline" category to the test suiteEnrico Granata
2013-05-31<rdar://problem/11109316>Enrico Granata
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-05-08Test case added for importing packagesEnrico Granata
2013-03-30Fixing Python commands test cases to work even after removing PrintfEnrico Granata
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
2013-01-22lldb.thread is not to be used anymoreEnrico Granata
2012-11-21Linux test case fixesDaniel Malea
2012-11-16Fix expected error message in test.Filipe Cabecinhas
2012-10-31<rdar://problem/12586188> Make ImportError a special case for "command script...Enrico Granata
2012-10-16<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata
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-17this patch introduces a new command script import command which takes as inpu...Enrico Granata
2011-10-14Rename directory command_python to command_script, and the test file, too.Johnny Chen