summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-25 23:38:13 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-25 23:38:13 +0000
commitd0fef81e38996317bb7a2ffa2e3ad54c5676f115 (patch)
treec033e247e8cbc774e1c85b12b33b6ade60d94f64 /lldb/test/python_api
parent24ac1599fc39f14a85bdab04b4657f3cc98271b8 (diff)
downloadbcm5719-llvm-d0fef81e38996317bb7a2ffa2e3ad54c5676f115.tar.gz
bcm5719-llvm-d0fef81e38996317bb7a2ffa2e3ad54c5676f115.zip
For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent.
And modify the test cases accordingly. llvm-svn: 130174
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/lldbutil/TestPrintStackTraces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/TestPrintStackTraces.py b/lldb/test/python_api/lldbutil/TestPrintStackTraces.py
index 4bd4bda8c33..22b8d263f28 100644
--- a/lldb/test/python_api/lldbutil/TestPrintStackTraces.py
+++ b/lldb/test/python_api/lldbutil/TestPrintStackTraces.py
@@ -47,7 +47,7 @@ class ThreadsStackTracesTestCase(TestBase):
lldbutil.StateTypeString(self.process.GetState()))
if self.TraceOn():
- lldbutil.PrintStackTraces(self.process)
+ lldbutil.print_stacktraces(self.process)
if __name__ == '__main__':
OpenPOWER on IntegriCloud