summaryrefslogtreecommitdiffstats
path: root/lldb/test/settings/TestSettings.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-495/+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-9/+2
* Fix regression caused by r249769Tamas Berghammer2015-10-091-2/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-19/+18
* Add JUnit/XUnit-formatted output to the lldb test run systemTodd Fiala2015-09-151-2/+2
* XFAIL environment variable setting test on Windows.Zachary Turner2015-08-261-0/+1
* Enable settings test for i686 as well as i386.Zachary Turner2015-08-141-1/+1
* [LLDB][MIPS] Added expected failure for "test disassembler settings"Mohit K. Bhakkad2015-07-301-2/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+7
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-3/+3
* Add support for displaying the language in the frame-format string.Dawn Perchik2015-06-231-1/+1
* Clear the "thread-format" setting after mucking with it.Greg Clayton2015-06-161-0/+1
* Fixed "format-string" based settings so they can have quotes on them without ...Greg Clayton2015-06-031-0/+8
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-3/+3
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-0/+1
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-1/+0
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-0/+1
* Make several test case arm32 compatibleTamas Berghammer2015-04-171-1/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Fixed remaining remote target failures in TestSettings.pyVince Harron2015-02-181-3/+5
* Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron2015-02-181-2/+7
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-0/+21
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-1/+1
* Fix some platform specific paths in TestSettings.py.Zachary Turner2015-01-211-3/+7
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+1
* Modify TestSettings test for stderr.txt/stdout.txt to ignore anTodd Fiala2014-04-251-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: FreeBSD calls the 64-bit x86 platform amd64Ed Maste2013-12-101-1/+1
* Fixed TestSettings.py to correctly restore the frame format string.Richard Mitton2013-10-031-2/+6
* Cache and restore the frame-format, so that test_set_frame_format doesn't mod...Ashok Thirumurthi2013-09-251-3/+6
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+3
* New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea2013-08-071-0/+37
* Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea2013-07-301-1/+1
* Added tests to test for "settings set" with trailing whitespaces after the va...Greg Clayton2013-03-061-4/+54
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-42/+57
* Continue the cleanup started on r158737Filipe Cabecinhas2012-06-201-4/+4
* Cleanup a custom thread-format so we don't fail TestLoadUnload when running theFilipe Cabecinhas2012-05-181-0/+8
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen2012-01-231-0/+33
* Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen2012-01-211-0/+17
* rdar://problem/10712130Johnny Chen2012-01-191-1/+0
* Add a test case where 'settings set frame-format' supplies a format string co...Johnny Chen2012-01-181-0/+21
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-47/+46
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-22/+22
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-3/+0
* Add a test case to make sure that all the settings that currently ought toCaroline Tice2011-03-101-0/+27
* Add test_apropos_should_also_search_settings_description() to make sure that:Johnny Chen2011-02-041-0/+8
* Add a few more settings tests.Caroline Tice2011-01-311-0/+31
OpenPOWER on IntegriCloud