summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script
Commit message (Expand)AuthorAgeFilesLines
* Merge dwarf and dsym testsTamas Berghammer2015-09-303-9/+4
* Add a comment explaining the eCommandRequiresTarget testEd Maste2015-05-281-0/+2
* Revert r238425, it undoes the purpose of the testEd Maste2015-05-281-7/+3
* Fix TestCommandScript: return an error if target executable is not setEd Maste2015-05-281-3/+7
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-273-13/+23
* 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-133-9/+12
* 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-013-0/+8
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-151-9/+7
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-103-3/+3
* Re-enable some locally passing tests on Linux and see how they behave on the ...Matt Kopec2013-09-062-2/+0
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-5/+2
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-2/+5
* <rdar://problem/14266411>Enrico Granata2013-06-251-5/+2
* Adding a "cmdline" category to the test suiteEnrico Granata2013-06-181-0/+1
* <rdar://problem/11109316>Enrico Granata2013-05-311-5/+3
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-152-2/+2
* Test case added for importing packagesEnrico Granata2013-05-084-0/+18
* Fixing Python commands test cases to work even after removing PrintfEnrico Granata2013-03-305-11/+11
* These test cases fail on the buildbot - skip on Linux for now, will figure ou...Enrico Granata2013-03-252-0/+2
* 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
* lldb.thread is not to be used anymoreEnrico Granata2013-01-221-1/+1
* Linux test case fixesDaniel Malea2012-11-211-0/+1
* Fix expected error message in test.Filipe Cabecinhas2012-11-161-1/+1
* <rdar://problem/12586188> Make ImportError a special case for "command script...Enrico Granata2012-10-314-0/+44
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-2/+3
* Fixing a bunch of i386 testsuite failuresEnrico Granata2012-04-252-5/+5
* 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-143-0/+15
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-076-2/+68
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-179-0/+119
* Rename directory command_python to command_script, and the test file, too.Johnny Chen2011-10-145-0/+197
OpenPOWER on IntegriCloud