summaryrefslogtreecommitdiffstats
path: root/lldb/test/bitfields/TestBitfields.py
Commit message (Expand)AuthorAgeFilesLines
* Move some directories to now reside under lang/c or lang/cpp.Johnny Chen2011-06-251-155/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-2/+2
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-3/+3
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-2/+2
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-2/+2
* Convert some tests to use the SBProcess.LaunchSimple API requiring only args,...Johnny Chen2011-04-191-2/+1
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-1/+1
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-1/+1
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-1/+2
* Modify test cases to accomodate Python API change:Johnny Chen2010-12-141-1/+1
* Add @python_api_test decorator to the remaining Test*.py files.Johnny Chen2010-12-101-5/+3
* For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty stringJohnny Chen2010-12-081-1/+1
* Slight changes to how to phrase the assert for Python API thread.GetStopReaso...Johnny Chen2010-11-101-3/+4
* Finish adding the actual stop reason as part of the assert message when asser...Johnny Chen2010-11-101-2/+1
* Add the actual stop reason to an assert message for bitfields_variable_python()Johnny Chen2010-11-101-1/+3
* The StateType representation has been changed. Modify the test cases to acco...Johnny Chen2010-10-181-1/+1
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-14/+14
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
* Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...Johnny Chen2010-10-131-2/+2
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-121-3/+10
* Clean up the StateType and StopReason enums now that they reside in the lldb ...Johnny Chen2010-10-071-1/+1
* Added comments about the usage of int(string, 0) and long(string, 0) which passJohnny Chen2010-09-241-0/+3
* Made 'frame variable' printing of unsigned types more readable, like gdb.Johnny Chen2010-09-241-22/+22
* Removed the two expectedFailure decorators from the test cases. They have be...Johnny Chen2010-09-131-2/+0
* Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown()Johnny Chen2010-09-021-0/+3
* (query-replace "variable list" "frame variable")Johnny Chen2010-09-021-5/+5
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Avoid killing the inferior process twice by passing a setCookie=False keywordJohnny Chen2010-09-011-1/+5
* Converted TestBitfields.py to Dsym/Dwarf combination.Johnny Chen2010-08-311-2/+25
* Added a test case test_breakpoint_creation_by_filespec_python() which creates aJohnny Chen2010-08-271-2/+2
* Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint,Johnny Chen2010-08-271-1/+1
* Added a test case to bitfields which uses the Python APIs from lldb.py.Johnny Chen2010-08-271-0/+55
* More descriptive method doc string.Johnny Chen2010-08-241-1/+1
* Need a better method name.Johnny Chen2010-08-241-1/+1
* Added test case TestBitfields.py for rdar://problem/8348251, whereJohnny Chen2010-08-241-0/+61
OpenPOWER on IntegriCloud