summaryrefslogtreecommitdiffstats
path: root/lldb/test/global_variables/TestGlobalVariables.py
Commit message (Expand)AuthorAgeFilesLines
* Move global_variables dir to lang/c and foundation dir to lang/objc.Johnny Chen2011-06-251-67/+0
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-1/+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
* Add test sequences for 'frame variable' address-of operator and 'frame variab...Johnny Chen2010-11-151-0/+3
* 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-1/+1
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-121-2/+9
* Changed 'frame variable' output to match '(const char *)' instead of '(char c...Johnny Chen2010-09-231-5/+5
* Updated the expected matching strings.Johnny Chen2010-09-131-5/+4
* Converted TestGlobalVariables.py to Dsym/Dwarf combination.Johnny Chen2010-09-031-1/+12
* (query-replace "variable list" "frame variable")Johnny Chen2010-09-021-2/+2
* 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
* Added more verbose output when string match fails. Converted TestGlobalVaria...Johnny Chen2010-08-201-31/+16
* Added more informational assert message strings.Johnny Chen2010-08-191-3/+3
* 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-11/+15
* 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-1/+1
* if -1 => evaluates to TrueJohnny Chen2010-07-061-9/+9
* Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separateJohnny Chen2010-07-031-26/+5
* Also verified the values of global variables.Johnny Chen2010-07-021-3/+7
* Add a test to show global variables and to verify that they do display as havingJohnny Chen2010-07-021-0/+76
OpenPOWER on IntegriCloud