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
/
help
/
TestHelp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-165
/
+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
-8
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-1
/
+14
*
Fix help test cases after r226068
Ed Maste
2015-01-20
1
-5
/
+5
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Re-apply TestHelp.py fix
Daniel Malea
2013-07-03
1
-1
/
+1
*
Revert commits that cause broken builds on GCC buildbots
Daniel Malea
2013-07-03
1
-1
/
+1
*
Lots of cleanup on the SWIG wrapping layer
Enrico Granata
2013-06-21
1
-1
/
+1
*
Fixed the version test for darwin.
Greg Clayton
2013-04-03
1
-1
/
+1
*
Remove LLDB dependency on xcodeworkspace (on Linux) for version number
Daniel Malea
2013-02-28
1
-1
/
+6
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-1
/
+4
*
rdar://problem/11535045
Johnny Chen
2012-05-26
1
-0
/
+5
*
Fix the problem that 'help breakpoint set' is printing a lot of redundant lines.
Johnny Chen
2012-05-07
1
-0
/
+6
*
After discussions with Jim and Greg, modify the 'watchpoint set' command to b...
Johnny Chen
2012-02-08
1
-4
/
+5
*
Refine the 'watchpoint set' command to now require either the '-v' option (fo...
Johnny Chen
2012-02-08
1
-0
/
+7
*
Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help wa...
Johnny Chen
2011-09-23
1
-0
/
+9
*
Adding two new options to the 'help' command:
Enrico Granata
2011-09-09
1
-0
/
+12
*
Update the test case in light of recent change of LLDB-Info.plist to track Ap...
Johnny Chen
2011-08-26
1
-1
/
+3
*
Fix the 'target variable' help syntax to output one or more <variable-name>'s.
Johnny Chen
2011-08-22
1
-0
/
+5
*
Fixed a crasher where entering 'help disasm' on the command line would crash ...
Johnny Chen
2011-07-14
1
-0
/
+5
*
Modify TestHelp to search for LLDB-Info.plist in the correct place
Peter Collingbourne
2011-06-20
1
-1
/
+1
*
Add comments about 'image' being an alias for 'target modules'.
Johnny Chen
2011-05-03
1
-0
/
+2
*
Update the golden output strings to match against after the recent change.
Johnny Chen
2011-05-03
1
-2
/
+2
*
Print out a more meaningful exception message when/if CFBundleVersion matchin...
Johnny Chen
2011-01-07
1
-1
/
+2
*
Modify test_help_version() test case to be more precise in matching the version
Johnny Chen
2011-01-06
1
-1
/
+36
*
Add a simple command: 'version' to the command interpreter, and an accompanying
Johnny Chen
2010-12-23
1
-0
/
+7
*
Add test cases to test that:
Johnny Chen
2010-12-01
1
-0
/
+13
*
Remove the @expectedFailure decorator as the bug has been fixed.
Johnny Chen
2010-12-01
1
-2
/
+0
*
Add expectedFailure decorator for test_help_image_dump_symtab_should_not_cras...
Johnny Chen
2010-11-30
1
-0
/
+2
*
o TestStdCXXDisassembly.py:
Johnny Chen
2010-10-08
1
-1
/
+7
*
LLDB command "set term-width 0" needs to be changed to "settings set term-wid...
Johnny Chen
2010-09-07
1
-2
/
+2
*
Changed the test case class names to be noun-like instead of verb-like.
Johnny Chen
2010-09-01
1
-1
/
+1
*
Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py.
Johnny Chen
2010-08-20
1
-14
/
+5
*
Added more informational assert message strings.
Johnny Chen
2010-08-19
1
-6
/
+6
*
Factored the "continue" command execution of the inferior process as part of the
Johnny Chen
2010-08-16
1
-3
/
+0
*
Modified the remaining test cases to display more meaningful assert messages.
Johnny Chen
2010-08-09
1
-8
/
+10
*
o Added unittest2 which has added the new features in unittest for Python 2.7
Johnny Chen
2010-08-05
1
-2
/
+2
*
When running a single test case, lldb.SBDebugger.Terminate() is not being called
Johnny Chen
2010-08-05
1
-1
/
+2
*
Added comment.
Johnny Chen
2010-08-02
1
-1
/
+5
*
Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate
Johnny Chen
2010-07-03
1
-25
/
+4
*
Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is
Johnny Chen
2010-07-01
1
-1
/
+7
*
Added some delay (100 ms) after executing each 'command interpreter' command;
Johnny Chen
2010-07-01
1
-1
/
+6
*
Add some delay before calling SBDebugger.Terminate().
Johnny Chen
2010-06-29
1
-1
/
+1
*
Added TestArrayTypes.py for test/array_types directory.
Johnny Chen
2010-06-29
1
-6
/
+11
*
For the time being, let's bracket the test runner within the
Johnny Chen
2010-06-29
1
-1
/
+3
*
Added test for a previously fixed bug where invoking lldb command from an emacs
Johnny Chen
2010-06-28
1
-1
/
+12
*
A simple test of 'help' command and its output.
Johnny Chen
2010-06-25
1
-0
/
+29