summaryrefslogtreecommitdiffstats
path: root/lldb/test/threads/TestPrintStackTraces.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-10-07 22:15:58 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-10-07 22:15:58 +0000
commit28ae29420a66397cebbfdb0f226c7bba190beca3 (patch)
tree5465aa7bbfec6430b9a7fb1f9f17bbfea30a9ea5 /lldb/test/threads/TestPrintStackTraces.py
parent33c1eb16e890d4b3d67c9dafc6ab22492af08fec (diff)
downloadbcm5719-llvm-28ae29420a66397cebbfdb0f226c7bba190beca3.tar.gz
bcm5719-llvm-28ae29420a66397cebbfdb0f226c7bba190beca3.zip
Move the enum to string utility functions from lldbtest.py to lldbuti.py and
update the affected API clients. llvm-svn: 115995
Diffstat (limited to 'lldb/test/threads/TestPrintStackTraces.py')
-rw-r--r--lldb/test/threads/TestPrintStackTraces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/threads/TestPrintStackTraces.py b/lldb/test/threads/TestPrintStackTraces.py
index ce27ed1f310..18c761d097c 100644
--- a/lldb/test/threads/TestPrintStackTraces.py
+++ b/lldb/test/threads/TestPrintStackTraces.py
@@ -37,7 +37,7 @@ class ThreadsStackTracesTestCase(TestBase):
if self.process.GetState() != lldb.eStateStopped:
self.fail("Process should be in the 'Stopped' state, "
"instead the actual state is: '%s'" %
- StateTypeString(self.process.GetState()))
+ lldbutil.StateTypeString(self.process.GetState()))
import lldbutil
lldbutil.PrintStackTraces(self.process)
OpenPOWER on IntegriCloud