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
/
python_api
/
frame
/
TestFrames.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-203
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-3
/
+3
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-14
/
+16
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+0
*
Use six to portably handle module renames in Python 2 and 3
Zachary Turner
2015-10-21
1
-2
/
+4
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-29
/
+9
*
XFAIL miscellaneous tests on windows.
Zachary Turner
2015-09-11
1
-0
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-1
/
+1
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
1
-3
/
+3
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Removing expected failure decorator for a test that's passing.
Andrew Kaylor
2013-10-30
1
-1
/
+0
*
Mark 32/64-bit tests as expected fail after root causing and referencing bugz...
Matt Kopec
2013-09-26
1
-1
/
+4
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+2
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-1
/
+1
*
rdar://problem/10976649
Johnny Chen
2012-03-05
1
-0
/
+62
*
Add test_frame_api_boundary_condition() test case to exercise a bunch of boun...
Johnny Chen
2011-12-19
1
-0
/
+42
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-3
/
+3
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-3
/
+0
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-4
/
+4
*
Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve ...
Johnny Chen
2011-05-13
1
-9
/
+3
*
Modify the test suite and lldbutil.py to utilize the Python iteration pattern...
Johnny Chen
2011-04-28
1
-2
/
+1
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-5
/
+6
*
Remove unneeded ExecutionContextScope variables.
Jim Ingham
2011-03-31
1
-0
/
+12
*
Modify test scripts to accomodate SBTarget.Launch() API change.
Johnny Chen
2011-02-03
1
-1
/
+1
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
1
-1
/
+2
*
Fix wrong test case in main.c. Oops!
Johnny Chen
2011-01-10
1
-4
/
+0
*
Add a test case for the SBFrame APIs. In particular, it uses the frame API to
Johnny Chen
2010-12-23
1
-0
/
+118