summaryrefslogtreecommitdiffstats
path: root/lldb/test/struct_types
Commit message (Expand)AuthorAgeFilesLines
* Move struct_types, stepping, and set_values dirs to now reside under lang/c.Johnny Chen2011-06-254-94/+0
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-1/+1
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-122-6/+15
* Converted TestUnsignedTypespy and TestStructTypes.py to Dsym/Dwarf combination.Johnny Chen2010-09-071-1/+12
* 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
* Makefile refactoring for the test suite. Added a make directory under test,Johnny Chen2010-08-231-123/+3
* Print the verbose output of runCmd()/expect() to stderr instead of stdout.Johnny Chen2010-08-201-22/+9
* Added more informational assert message strings.Johnny Chen2010-08-191-2/+2
* 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-9/+12
* 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
* Added a test case to test that break on a struct declaration has no effect.Johnny Chen2010-07-271-0/+54
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-083-0/+151
OpenPOWER on IntegriCloud