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
/
bitfields
/
TestBitfields.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some directories to now reside under lang/c or lang/cpp.
Johnny Chen
2011-06-25
1
-155
/
+0
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-2
/
+2
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-3
/
+3
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-2
/
+2
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
1
-2
/
+2
*
Convert some tests to use the SBProcess.LaunchSimple API requiring only args,...
Johnny Chen
2011-04-19
1
-2
/
+1
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-1
/
+1
*
Change "breakpoint list" command to default to brief output rather than full ...
Caroline Tice
2011-02-04
1
-1
/
+1
*
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
*
Modify test cases to accomodate Python API change:
Johnny Chen
2010-12-14
1
-1
/
+1
*
Add @python_api_test decorator to the remaining Test*.py files.
Johnny Chen
2010-12-10
1
-5
/
+3
*
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
Johnny Chen
2010-12-08
1
-1
/
+1
*
Slight changes to how to phrase the assert for Python API thread.GetStopReaso...
Johnny Chen
2010-11-10
1
-3
/
+4
*
Finish adding the actual stop reason as part of the assert message when asser...
Johnny Chen
2010-11-10
1
-2
/
+1
*
Add the actual stop reason to an assert message for bitfields_variable_python()
Johnny Chen
2010-11-10
1
-1
/
+3
*
The StateType representation has been changed. Modify the test cases to acco...
Johnny Chen
2010-10-18
1
-1
/
+1
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-14
/
+14
*
Make calling the super class's setUp() method less fragile.
Johnny Chen
2010-10-14
1
-1
/
+2
*
Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...
Johnny Chen
2010-10-13
1
-2
/
+2
*
Avoid using hardcoded line number to break on. Use the line_number() utility
Johnny Chen
2010-10-12
1
-3
/
+10
*
Clean up the StateType and StopReason enums now that they reside in the lldb ...
Johnny Chen
2010-10-07
1
-1
/
+1
*
Added comments about the usage of int(string, 0) and long(string, 0) which pass
Johnny Chen
2010-09-24
1
-0
/
+3
*
Made 'frame variable' printing of unsigned types more readable, like gdb.
Johnny Chen
2010-09-24
1
-22
/
+22
*
Removed the two expectedFailure decorators from the test cases. They have be...
Johnny Chen
2010-09-13
1
-2
/
+0
*
Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown()
Johnny Chen
2010-09-02
1
-0
/
+3
*
(query-replace "variable list" "frame variable")
Johnny Chen
2010-09-02
1
-5
/
+5
*
Changed the test case class names to be noun-like instead of verb-like.
Johnny Chen
2010-09-01
1
-1
/
+1
*
Avoid killing the inferior process twice by passing a setCookie=False keyword
Johnny Chen
2010-09-01
1
-1
/
+5
*
Converted TestBitfields.py to Dsym/Dwarf combination.
Johnny Chen
2010-08-31
1
-2
/
+25
*
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
Johnny Chen
2010-08-27
1
-2
/
+2
*
Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint,
Johnny Chen
2010-08-27
1
-1
/
+1
*
Added a test case to bitfields which uses the Python APIs from lldb.py.
Johnny Chen
2010-08-27
1
-0
/
+55
*
More descriptive method doc string.
Johnny Chen
2010-08-24
1
-1
/
+1
*
Need a better method name.
Johnny Chen
2010-08-24
1
-1
/
+1
*
Added test case TestBitfields.py for rdar://problem/8348251, where
Johnny Chen
2010-08-24
1
-0
/
+61