diff options
Diffstat (limited to 'lldb/test/foundation/TestSymbolTable.py')
-rw-r--r-- | lldb/test/foundation/TestSymbolTable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/foundation/TestSymbolTable.py b/lldb/test/foundation/TestSymbolTable.py index 3477d9c89ec..2befe2c05ff 100644 --- a/lldb/test/foundation/TestSymbolTable.py +++ b/lldb/test/foundation/TestSymbolTable.py @@ -46,7 +46,7 @@ class FoundationSymtabTestCase(TestBase): # Launch the process, and do not stop at the entry point. error = lldb.SBError() - process = target.Launch (None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, error) + process = target.Launch (self.dbg.GetListener(), None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, error) # # Exercise Python APIs to access the symbol table entries. |