Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ca922bb9b93c90273a50b146f0f1742e4bd9ff30
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
help
/
TestHelp.py
19474e1
Remove `use_lldb_suite` from the package, and don't import it anymore.
by Zachary Turner
· 10 years ago
95c453a
Tighten up sys.path, and use absolute imports everywhere.
by Zachary Turner
· 10 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago
[Renamed from lldb/test/help/TestHelp.py]
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
77db4a8
Update every test to import `lldb_shared`.
by Zachary Turner
· 10 years ago
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
135f6ab
Fix help test cases after r226068
by Ed Maste
· 11 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
e7322b3
Re-apply TestHelp.py fix
by Daniel Malea
· 12 years ago
9a71a7d
Revert commits that cause broken builds on GCC buildbots
by Daniel Malea
· 12 years ago
c20eed4
Lots of cleanup on the SWIG wrapping layer
by Enrico Granata
· 12 years ago
1a400cf
Fixed the version test for darwin.
by Greg Clayton
· 13 years ago
3b92f00
Remove LLDB dependency on xcodeworkspace (on Linux) for version number
by Daniel Malea
· 13 years ago
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
by Greg Clayton
· 13 years ago
ca7835c
rdar://problem/11535045
by Johnny Chen
· 13 years ago
5ec8fcb
Fix the problem that 'help breakpoint set' is printing a lot of redundant lines.
by Johnny Chen
· 13 years ago
2ffa754
After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command
by Johnny Chen
· 14 years ago
34ddc8d
Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or
by Johnny Chen
· 14 years ago
84128e6
Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help watchpt-id-list'.
by Johnny Chen
· 14 years ago
08633ee
Adding two new options to the 'help' command:
by Enrico Granata
· 14 years ago
4cd2a8e
Update the test case in light of recent change of LLDB-Info.plist to track Apple Generic Version number
by Johnny Chen
· 14 years ago
81ab3f5
Fix the 'target variable' help syntax to output one or more <variable-name>'s.
by Johnny Chen
· 14 years ago
331eff3
Fixed a crasher where entering 'help disasm' on the command line would crash lldb.
by Johnny Chen
· 14 years ago
d6824de
Modify TestHelp to search for LLDB-Info.plist in the correct place
by Peter Collingbourne
· 14 years ago
24f3490
Add comments about 'image' being an alias for 'target modules'.
by Johnny Chen
· 15 years ago
5aceec3
Update the golden output strings to match against after the recent change.
by Johnny Chen
· 15 years ago
b13ee84
Print out a more meaningful exception message when/if CFBundleVersion matching failed.
by Johnny Chen
· 15 years ago
8493989
Modify test_help_version() test case to be more precise in matching the version
by Johnny Chen
· 15 years ago
31c39da
Add a simple command: 'version' to the command interpreter, and an accompanying
by Johnny Chen
· 15 years ago
5237e90
Add test cases to test that:
by Johnny Chen
· 15 years ago
19e302b
Remove the @expectedFailure decorator as the bug has been fixed.
by Johnny Chen
· 15 years ago
be6fb3a8
Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash().
by Johnny Chen
· 15 years ago
65045f2
o TestStdCXXDisassembly.py:
by Johnny Chen
· 15 years ago
ecf9ded
LLDB command "set term-width 0" needs to be changed to "settings set term-width 0"
by Johnny Chen
· 15 years ago
cbb4be0
Changed the test case class names to be noun-like instead of verb-like.
by Johnny Chen
· 15 years ago
74f26b8
Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py.
by Johnny Chen
· 15 years ago
0c19186
Added more informational assert message strings.
by Johnny Chen
· 15 years ago
6ca006c
Factored the "continue" command execution of the inferior process as part of the
by Johnny Chen
· 15 years ago
1794184
Modified the remaining test cases to display more meaningful assert messages.
by Johnny Chen
· 15 years ago
7325883
o Added unittest2 which has added the new features in unittest for Python 2.7
by Johnny Chen
· 15 years ago
a212495
When running a single test case, lldb.SBDebugger.Terminate() is not being called
by Johnny Chen
· 15 years ago
7f5f280
Added comment.
by Johnny Chen
· 15 years ago
bf6ffa3
Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate
by Johnny Chen
· 15 years ago
119b53e
Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is
by Johnny Chen
· 15 years ago
8c3f918
Added some delay (100 ms) after executing each 'command interpreter' command;
by Johnny Chen
· 15 years ago
94a6899
Add some delay before calling SBDebugger.Terminate().
by Johnny Chen
· 15 years ago
cb9b857
Added TestArrayTypes.py for test/array_types directory.
by Johnny Chen
· 15 years ago
4657be6
For the time being, let's bracket the test runner within the
by Johnny Chen
· 15 years ago
7e363f5
Added test for a previously fixed bug where invoking lldb command from an emacs
by Johnny Chen
· 15 years ago
9320d4a
A simple test of 'help' command and its output.
by Johnny Chen
· 15 years ago