Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8e453713076b3bc901b6ba91bd78adbff4cf19f4
/
lldb
/
test
/
functionalities
/
conditional_break
/
TestConditionalBreak.py
3154aa2
[TestBase.runCmd] Better error message when runCmd fails.
by Siva Chandra
· 10 years ago
13c7ad9
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
by Robert Flack
· 11 years ago
c694751
Correctly set the working directory when launching processes for both local and remote targets.
by Greg Clayton
· 12 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
76d8abd
Re-enable some locally passing tests on Linux and see how they behave on the buildbots.
by Matt Kopec
· 12 years ago
e0f8f57
merge lldb-platform-work branch (and assorted fixes) into trunk
by Daniel Malea
· 12 years ago
e8bdd1f
Clean up linux test decorators and add links to known bugs
by Daniel Malea
· 12 years ago
f48e20e
Make the conditional break test case a little more robust.
by Jim Ingham
· 13 years ago
52d0f40
Disable TestConditionalBreak.py due to Linux crash
by Daniel Malea
· 13 years ago
f1548d4
Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with
by Johnny Chen
· 14 years ago
6949f38
Do not print debug messages if self.TraceON() is False.
by Johnny Chen
· 14 years ago
0faa43f
Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore
by Jim Ingham
· 14 years ago
fe42ac4
Cleaned up the SBType.h file to not include internal headers and reorganized
by Greg Clayton
· 14 years ago
1d3e880
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path
by Johnny Chen
· 14 years ago
2027e2a
Move more top level test dirs to reside under functionalities dir.
by Johnny Chen
· 14 years ago
[Renamed (98%) from lldb/test/conditional_break/TestConditionalBreak.py]
5a0bee7
The extra burden for the Python API test case to assign its process object to self.process
by Johnny Chen
· 14 years ago
4ebd019
Now that we have added a post-processing step for adding truth value testing to
by Johnny Chen
· 14 years ago
d0fef81
For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent.
by Johnny Chen
· 15 years ago
7260f62
Centralized a lot of the status information for processes,
by Greg Clayton
· 15 years ago
d762ff1
Modify test scripts to accomodate SBTarget.Launch() API change.
by Johnny Chen
· 15 years ago
6f907e6
Deprecated old forms of SBTarget::Launch. There is not just one and no
by Greg Clayton
· 15 years ago
94f928b
Modify test cases to accomodate Python API change:
by Johnny Chen
· 15 years ago
a47d7cb
Add @python_api_test decorator to the remaining Test*.py files.
by Johnny Chen
· 15 years ago
025d1b8
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
by Johnny Chen
· 15 years ago
fb53d50
Fix an incorrect comment in main.c and TestConditionalBreak.py.
by Johnny Chen
· 15 years ago
79e007d
Add comment on test class failing for clang as well as llvm-gcc.
by Johnny Chen
· 15 years ago
0c724ef
The StateType representation has been changed. Modify the test cases to accommodate.
by Johnny Chen
· 15 years ago
ad5f98a
Use line_number() utility function to find the number from main.c to test against
by Johnny Chen
· 15 years ago
bfde8dc
Update do_conditional_break() method impl to use all lldb Python APIs.
by Johnny Chen
· 15 years ago
28f5dd8
Minor cleanup with added comment.
by Johnny Chen
· 15 years ago
90312a8
Wrapped the subclass-specific cleanup call within a try:except: clause.
by Johnny Chen
· 15 years ago
9aae728
Updated the expected matching string after the recent flurry of check ins.
by Johnny Chen
· 15 years ago
94de55d
Added the capability to specify a one-liner Python script as the callback
by Johnny Chen
· 15 years ago
30ee4ef
Added a lldbutil.py module, which contains utility functions which can be used
by Johnny Chen
· 15 years ago
e027b57
Minor tweak to add expected matching strings.
by Johnny Chen
· 15 years ago
06d73a0
Added a test case which exercises some thread and frame APIs to break only when
by Johnny Chen
· 15 years ago