The output for term-width setting has single quotes around the (int) value.
And added a trace output for the stop function name to breakAfterLaunch() method.

llvm-svn: 113251
diff --git a/lldb/test/settings/TestSettings.py b/lldb/test/settings/TestSettings.py
index 10cfedc..7d549db 100644
--- a/lldb/test/settings/TestSettings.py
+++ b/lldb/test/settings/TestSettings.py
@@ -37,7 +37,7 @@
 
         # The overall display should also reflect the new setting.
         self.expect("settings show",
-            startstr = "term-width (int) = 70")
+            startstr = "term-width (int) = '70'")
 
 
 if __name__ == '__main__':