diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-04-25 23:38:13 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-25 23:38:13 +0000 |
| commit | d0fef81e38996317bb7a2ffa2e3ad54c5676f115 (patch) | |
| tree | c033e247e8cbc774e1c85b12b33b6ade60d94f64 /lldb/test/python_api | |
| parent | 24ac1599fc39f14a85bdab04b4657f3cc98271b8 (diff) | |
| download | bcm5719-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.py | 2 |
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__': |

