Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
lldb
/
test
/
python_api
/
thread
/
TestThreadAPI.py
24086bc
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
by Johnny Chen
· 14 years ago
cdd7e8b
Fix Python docstring for SBThread.GetStopDescription().
by Johnny Chen
· 14 years ago
7da349d
Remove the @expectedFailureClang custom decorator for indicating clang-specific test failures.
by Johnny Chen
· 14 years ago
31963ce
Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf()
by Johnny Chen
· 14 years ago
b7373c9
o lldbtest.py:
by Johnny Chen
· 14 years ago
02028fa
For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf()
by Johnny Chen
· 14 years ago
5a0bee7
The extra burden for the Python API test case to assign its process object to self.process
by Johnny Chen
· 14 years ago
792ed4c
Comment change.
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
c1c92a2
Converted to use SBProcess.LaunchSimple(). And use self.TraceOn() API.
by Johnny Chen
· 15 years ago
fdc94ff
Add test cases to exercise the SBThread.GetProcess() API. We launch the process using the
by Johnny Chen
· 15 years ago
2d799cc
Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(lldb::addr_t addr) API.
by Johnny Chen
· 15 years ago
f93286f
Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stopping at a breakpoint,
by Johnny Chen
· 15 years ago
d9f2c08
Test cleanup. Check for the full caller symbol of malloc -- b(int).
by Johnny Chen
· 15 years ago
a460316
Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b().
by Johnny Chen
· 15 years ago
2f6f7ba
Add TestThreadAPI.py file to house the Python SBThread API test cases.
by Johnny Chen
· 15 years ago