index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
settings
/
TestSettings.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-495
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-0
/
+2
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-9
/
+2
*
Fix regression caused by r249769
Tamas Berghammer
2015-10-09
1
-2
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-19
/
+18
*
Add JUnit/XUnit-formatted output to the lldb test run system
Todd Fiala
2015-09-15
1
-2
/
+2
*
XFAIL environment variable setting test on Windows.
Zachary Turner
2015-08-26
1
-0
/
+1
*
Enable settings test for i686 as well as i386.
Zachary Turner
2015-08-14
1
-1
/
+1
*
[LLDB][MIPS] Added expected failure for "test disassembler settings"
Mohit K. Bhakkad
2015-07-30
1
-2
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+7
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-3
/
+3
*
Add support for displaying the language in the frame-format string.
Dawn Perchik
2015-06-23
1
-1
/
+1
*
Clear the "thread-format" setting after mucking with it.
Greg Clayton
2015-06-16
1
-0
/
+1
*
Fixed "format-string" based settings so they can have quotes on them without ...
Greg Clayton
2015-06-03
1
-0
/
+8
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-3
/
+3
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-0
/
+1
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-1
/
+0
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-0
/
+1
*
Make several test case arm32 compatible
Tamas Berghammer
2015-04-17
1
-1
/
+2
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-1
/
+1
*
Fixed remaining remote target failures in TestSettings.py
Vince Harron
2015-02-18
1
-3
/
+5
*
Fix SettingsCommandTestCase.test_set_error_output_path
Vince Harron
2015-02-18
1
-2
/
+7
*
Handle trailing spaces on "settings set" command more correctly
Pavel Labath
2015-02-16
1
-0
/
+21
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-1
/
+1
*
Fix some platform specific paths in TestSettings.py.
Zachary Turner
2015-01-21
1
-3
/
+7
*
Fixes a number of issue related to test portability on Windows.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Modify TestSettings test for stderr.txt/stdout.txt to ignore an
Todd Fiala
2014-04-25
1
-2
/
+2
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
test: FreeBSD calls the 64-bit x86 platform amd64
Ed Maste
2013-12-10
1
-1
/
+1
*
Fixed TestSettings.py to correctly restore the frame format string.
Richard Mitton
2013-10-03
1
-2
/
+6
*
Cache and restore the frame-format, so that test_set_frame_format doesn't mod...
Ashok Thirumurthi
2013-09-25
1
-3
/
+6
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+3
*
New settings: target.use-hex-immediates and target.hex-immediates-style
Daniel Malea
2013-08-07
1
-0
/
+37
*
Assorted test suite fixes as a result of GCC 4.8 validation efforts
Daniel Malea
2013-07-30
1
-1
/
+1
*
Added tests to test for "settings set" with trailing whitespaces after the va...
Greg Clayton
2013-03-06
1
-4
/
+54
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-42
/
+57
*
Continue the cleanup started on r158737
Filipe Cabecinhas
2012-06-20
1
-4
/
+4
*
Cleanup a custom thread-format so we don't fail TestLoadUnload when running the
Filipe Cabecinhas
2012-05-18
1
-0
/
+8
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+2
*
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
Johnny Chen
2012-01-23
1
-0
/
+33
*
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
Johnny Chen
2012-01-21
1
-0
/
+17
*
rdar://problem/10712130
Johnny Chen
2012-01-19
1
-1
/
+0
*
Add a test case where 'settings set frame-format' supplies a format string co...
Johnny Chen
2012-01-18
1
-0
/
+21
*
Moved many of the "settings" that used to be in "target.process.*" to just
Greg Clayton
2011-11-08
1
-47
/
+46
*
General cleanup on the UserSettingsController stuff. There were 5 different
Greg Clayton
2011-04-19
1
-22
/
+22
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-3
/
+0
*
Add a test case to make sure that all the settings that currently ought to
Caroline Tice
2011-03-10
1
-0
/
+27
*
Add test_apropos_should_also_search_settings_description() to make sure that:
Johnny Chen
2011-02-04
1
-0
/
+8
*
Add a few more settings tests.
Caroline Tice
2011-01-31
1
-0
/
+31
[next]