forked from OSchip/llvm-project
Test commit from a git-svn-cloned lldb/trunk repository.
llvm-svn: 131319
This commit is contained in:
parent
fb7f07e3bd
commit
b411b980ac
|
@ -1,5 +1,7 @@
|
|||
"""
|
||||
This LLDB module contains miscellaneous utilities.
|
||||
Some of the test suite takes advantage of the utility functions defined here.
|
||||
They can also be useful for general purpose lldb scripting.
|
||||
"""
|
||||
|
||||
import lldb
|
||||
|
|
Loading…
Reference in New Issue