1. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  2. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 11 years ago
  3. 6f79bb2 Add support for Python object commands to return custom short and long help by implementing by Enrico Granata · 11 years ago
  4. e6553d8 Made TestCommandScript more robust against new lines at arbitrary points. by Sean Callanan · 11 years ago
  5. 06be059 Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow by Enrico Granata · 11 years ago
  6. 735152e Add a --help (-h) option to "command script add" that enables users to define a one-liner short help for their command by Enrico Granata · 11 years ago
  7. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  8. 76d8abd Re-enable some locally passing tests on Linux and see how they behave on the buildbots. by Matt Kopec · 12 years ago
  9. e8bdd1f Clean up linux test decorators and add links to known bugs by Daniel Malea · 12 years ago
  10. 005013c These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 13 years ago
  11. d82ac9e Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 13 years ago
  12. 249287a Minor test runner improvemenst by Daniel Malea · 13 years ago
  13. 4503481 Fixing a bunch of i386 testsuite failures by Enrico Granata · 14 years ago
  14. f1548d4 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 14 years ago
  15. 1d9cb8a http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 14 years ago
  16. 0a305db this patch addresses several issues with "command script" subcommands: by Enrico Granata · 14 years ago
  17. fc807f8 Rename directory command_python to command_script, and the test file, too. by Johnny Chen · 14 years ago[Renamed (97%) from lldb/test/functionalities/command_python/TestCommandPython.py]
  18. 04a101d Add cleanups for 'command script add' to TestCommandPython.py. by Johnny Chen · 14 years ago
  19. 08633ee Adding two new options to the 'help' command: by Enrico Granata · 14 years ago
  20. 3e15c4d Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. by Johnny Chen · 14 years ago
  21. cb2921d Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case by Enrico Granata · 14 years ago