[Lldb-commits] [lldb] r117152 - /lldb/trunk/test/lldbutil.py
Johnny Chen
johnny.chen at apple.com
Fri Oct 22 14:31:04 PDT 2010
Author: johnny
Date: Fri Oct 22 16:31:03 2010
New Revision: 117152
URL: http://llvm.org/viewvc/llvm-project?rev=117152&view=rev
Log:
Comment heading changes.
Modified:
lldb/trunk/test/lldbutil.py
Modified: lldb/trunk/test/lldbutil.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbutil.py?rev=117152&r1=117151&r2=117152&view=diff
==============================================================================
--- lldb/trunk/test/lldbutil.py (original)
+++ lldb/trunk/test/lldbutil.py Fri Oct 22 16:31:03 2010
@@ -6,11 +6,9 @@
import sys
import StringIO
-################################################
-# #
-# Iterator for lldb aggregate data structures. #
-# #
-################################################
+# ===========================================
+# Iterator for lldb aggregate data structures
+# ===========================================
def lldb_iter(obj, getsize, getelem):
"""
@@ -33,11 +31,9 @@
yield elem(i)
-########################################################
-# #
-# Convert some enum value to its string's counterpart. #
-# #
-########################################################
+# =================================================
+# Convert some enum value to its string counterpart
+# =================================================
def StateTypeString(enum):
"""Returns the stateType string given an enum."""
@@ -88,11 +84,9 @@
raise Exception("Unknown stopReason enum")
-#######################################################
-# #
-# Utility functions related to Threads and Processes. #
-# #
-#######################################################
+# ==================================================
+# Utility functions related to Threads and Processes
+# ==================================================
def GetFunctionNames(thread):
"""
More information about the lldb-commits
mailing list