Fix the .categories, it had "dataformatter" not "dataformatters".
authorJim Ingham <jingham@apple.com>
Mon, 25 Feb 2013 23:51:06 +0000 (23:51 +0000)
committerJim Ingham <jingham@apple.com>
Mon, 25 Feb 2013 23:51:06 +0000 (23:51 +0000)
commitd882998eff0f1ac4ae38a457c7217dd0492c1936
tree4acdb5507d3c074d38d33ba155a6163fc4bd7a40
parent609a527286bd763f4ded8591c7412b2faa9350ad
Fix the .categories, it had "dataformatter" not "dataformatters".
Remove the getCategory from TestDataFormatterObjC.py, since it was superceded by the .categories file,
and didn't work anyway (getCategories currently has to be a method on the test class, not on the test.)
Add a "basic_process" category, and start to find some tests for simple process running sniff tests.

llvm-svn: 176061
lldb/test/dotest.py
lldb/test/functionalities/data-formatter/data-formatter-objc/.categories
lldb/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
lldb/test/lang/c/stepping/TestStepAndBreakpoints.py