summaryrefslogtreecommitdiffstats
path: root/lldb/test/set_values/TestSetValues.py
Commit message (Expand)AuthorAgeFilesLines
* Move struct_types, stepping, and set_values dirs to now reside under lang/c.Johnny Chen2011-06-251-140/+0
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-15/+15
* 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
* Remove comment no longer applied.Johnny Chen2010-12-071-1/+1
* - Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice2010-12-071-1/+1
* Implement TODO's of using expression command to set vaiables and to verify thatJohnny Chen2010-11-121-5/+15
* The StateType representation has been changed. Modify the test cases to acco...Johnny Chen2010-10-181-1/+1
* 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-10/+10
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-121-15/+34
* Add extra value string to self.expect().Johnny Chen2010-09-301-1/+1
* Made 'frame variable' printing of unsigned types more readable, like gdb.Johnny Chen2010-09-241-1/+1
* Updated the expected matching strings, and added a radar comment.Johnny Chen2010-09-131-5/+7
* Converted TestSetValues.py to Dsym/Dwarf combination.Johnny Chen2010-09-071-1/+12
* (query-replace "variable list" "frame variable")Johnny Chen2010-09-021-10/+10
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Added a test case test_breakpoint_creation_by_filespec_python() which creates aJohnny Chen2010-08-271-1/+1
* Print the verbose output of runCmd()/expect() to stderr instead of stdout.Johnny Chen2010-08-201-71/+41
* Added more informational assert message strings.Johnny Chen2010-08-191-15/+15
* Factored the "continue" command execution of the inferior process as part of theJohnny Chen2010-08-161-4/+1
* Modified the remaining test cases to display more meaningful assert messages.Johnny Chen2010-08-091-19/+31
* o Added unittest2 which has added the new features in unittest for Python 2.7Johnny Chen2010-08-051-2/+2
* When running a single test case, lldb.SBDebugger.Terminate() is not being calledJohnny Chen2010-08-051-1/+2
* Fixed typos from cut-and-paste errors.Johnny Chen2010-07-271-2/+2
* Add a test case (incomplete) to check that settings and readings of programJohnny Chen2010-07-081-0/+117
OpenPOWER on IntegriCloud