Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
b27771da2fe3256f4a64729ecec05946c27c1a0a
/
test
/
stl
41950cc
Change "breakpoint list" command to default to brief output rather than full output.
by Caroline Tice
· 14 years ago
8a87d52
The StateType representation has been changed. Modify the test cases to accommodate.
by Johnny Chen
· 14 years ago
0910eb3
Make calling the super class's setUp() method less fragile.
by Johnny Chen
· 14 years ago
45ac7ac
Avoid using hardcoded line number to break on. Use the line_number() utility
by Johnny Chen
· 14 years ago
d906f7f
Update the comment with reagard to a bug filed against possible clang-generated
by Johnny Chen
· 14 years ago
5acb0e3
Avoid using hardcoded line number to break on. Use the line_number() utility
by Johnny Chen
· 14 years ago
8e46859
o TestStdCXXDisassembly.py:
by Johnny Chen
· 14 years ago
5349ee2
Make the test module with unique name instead of just the generic name TestDisassembly.
by Johnny Chen
· 14 years ago
0ac2b92
Filename renamings.
by Johnny Chen
· 14 years ago
54e1ea4
Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries.
by Johnny Chen
· 14 years ago
90d73bc
Initial version of a test case meant to disassemble each and every function from
by Johnny Chen
· 14 years ago
8dbb6e8
Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0
by Johnny Chen
· 14 years ago
301f2b1
Converted TestSTL.py to Dsym/Dwarf combination.
by Johnny Chen
· 14 years ago
1c42e86
Changed the test case class names to be noun-like instead of verb-like.
by Johnny Chen
· 14 years ago
1bb9f9a
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
by Johnny Chen
· 14 years ago
8f24cd1
Makefile refactoring for the test suite. Added a make directory under test,
by Johnny Chen
· 14 years ago
d0c24b2
Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace',
by Johnny Chen
· 14 years ago
029acae
Print the verbose output of runCmd()/expect() to stderr instead of stdout.
by Johnny Chen
· 14 years ago
c359370
Added more informational assert message strings.
by Johnny Chen
· 14 years ago
2c624b3
Simplify the assert matched-string criterion.
by Johnny Chen
· 14 years ago
ffde4fc
Factored the "continue" command execution of the inferior process as part of the
by Johnny Chen
· 14 years ago
d85dae5
Modified the remaining test cases to display more meaningful assert messages.
by Johnny Chen
· 14 years ago
75e28f9
o Added unittest2 which has added the new features in unittest for Python 2.7
by Johnny Chen
· 14 years ago
88f8304
When running a single test case, lldb.SBDebugger.Terminate() is not being called
by Johnny Chen
· 14 years ago
032caaa
Removed redundant import statement.
by Johnny Chen
· 14 years ago
61bfb3e
Removed debug stmts checked into the previous commit.
by Johnny Chen
· 14 years ago
d6a87dc
Add some comment about possible related bug info.
by Johnny Chen
· 14 years ago
f07c46a
Added a test case to test that we can successfully step into an STL function.
by Johnny Chen
· 14 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 14 years ago