summaryrefslogtreecommitdiffstats
path: root/lldb/test/help/TestHelp.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-165/+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-1/+14
* Fix help test cases after r226068Ed Maste2015-01-201-5/+5
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Re-apply TestHelp.py fixDaniel Malea2013-07-031-1/+1
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-1/+1
* Lots of cleanup on the SWIG wrapping layerEnrico Granata2013-06-211-1/+1
* Fixed the version test for darwin.Greg Clayton2013-04-031-1/+1
* Remove LLDB dependency on xcodeworkspace (on Linux) for version numberDaniel Malea2013-02-281-1/+6
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-1/+4
* rdar://problem/11535045Johnny Chen2012-05-261-0/+5
* Fix the problem that 'help breakpoint set' is printing a lot of redundant lines.Johnny Chen2012-05-071-0/+6
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-4/+5
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-0/+7
* Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help wa...Johnny Chen2011-09-231-0/+9
* Adding two new options to the 'help' command:Enrico Granata2011-09-091-0/+12
* Update the test case in light of recent change of LLDB-Info.plist to track Ap...Johnny Chen2011-08-261-1/+3
* Fix the 'target variable' help syntax to output one or more <variable-name>'s.Johnny Chen2011-08-221-0/+5
* Fixed a crasher where entering 'help disasm' on the command line would crash ...Johnny Chen2011-07-141-0/+5
* Modify TestHelp to search for LLDB-Info.plist in the correct placePeter Collingbourne2011-06-201-1/+1
* Add comments about 'image' being an alias for 'target modules'.Johnny Chen2011-05-031-0/+2
* Update the golden output strings to match against after the recent change.Johnny Chen2011-05-031-2/+2
* Print out a more meaningful exception message when/if CFBundleVersion matchin...Johnny Chen2011-01-071-1/+2
* Modify test_help_version() test case to be more precise in matching the versionJohnny Chen2011-01-061-1/+36
* Add a simple command: 'version' to the command interpreter, and an accompanyingJohnny Chen2010-12-231-0/+7
* Add test cases to test that:Johnny Chen2010-12-011-0/+13
* Remove the @expectedFailure decorator as the bug has been fixed.Johnny Chen2010-12-011-2/+0
* Add expectedFailure decorator for test_help_image_dump_symtab_should_not_cras...Johnny Chen2010-11-301-0/+2
* o TestStdCXXDisassembly.py:Johnny Chen2010-10-081-1/+7
* LLDB command "set term-width 0" needs to be changed to "settings set term-wid...Johnny Chen2010-09-071-2/+2
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py.Johnny Chen2010-08-201-14/+5
* Added more informational assert message strings.Johnny Chen2010-08-191-6/+6
* Factored the "continue" command execution of the inferior process as part of theJohnny Chen2010-08-161-3/+0
* Modified the remaining test cases to display more meaningful assert messages.Johnny Chen2010-08-091-8/+10
* o Added unittest2 which has added the new features in unittest for Python 2.7Johnny Chen2010-08-051-2/+2
* When running a single test case, lldb.SBDebugger.Terminate() is not being calledJohnny Chen2010-08-051-1/+2
* Added comment.Johnny Chen2010-08-021-1/+5
* Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separateJohnny Chen2010-07-031-25/+4
* Turn on logging for debugging purposes if ${LLDB_LOG} environment variable isJohnny Chen2010-07-011-1/+7
* Added some delay (100 ms) after executing each 'command interpreter' command;Johnny Chen2010-07-011-1/+6
* Add some delay before calling SBDebugger.Terminate().Johnny Chen2010-06-291-1/+1
* Added TestArrayTypes.py for test/array_types directory.Johnny Chen2010-06-291-6/+11
* For the time being, let's bracket the test runner within theJohnny Chen2010-06-291-1/+3
* Added test for a previously fixed bug where invoking lldb command from an emacsJohnny Chen2010-06-281-1/+12
* A simple test of 'help' command and its output.Johnny Chen2010-06-251-0/+29
OpenPOWER on IntegriCloud