summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-08-20 16:21:04 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-08-20 16:21:04 +0000
commitc30199917ad4e32229df70367cedabd2bc2b334b (patch)
treec909c38ab08c427d7f67ac1b7d2ee0e1b5ca622c /lldb/test/python_api/default-constructor
parent4c1f3a1cc54b0bedc759f377cd6d36a8089bbb14 (diff)
downloadbcm5719-llvm-c30199917ad4e32229df70367cedabd2bc2b334b.tar.gz
bcm5719-llvm-c30199917ad4e32229df70367cedabd2bc2b334b.zip
A baton isn't needed to dispatch input.
I also added a typemap to make DispatchInput usable in Python. llvm-svn: 162204
Diffstat (limited to 'lldb/test/python_api/default-constructor')
-rw-r--r--lldb/test/python_api/default-constructor/sb_debugger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_debugger.py b/lldb/test/python_api/default-constructor/sb_debugger.py
index e5cdf2ce4b5..fb52c4877ce 100644
--- a/lldb/test/python_api/default-constructor/sb_debugger.py
+++ b/lldb/test/python_api/default-constructor/sb_debugger.py
@@ -32,7 +32,7 @@ def fuzz_obj(obj):
obj.GetSourceManager()
obj.SetSelectedTarget(lldb.SBTarget())
obj.SetCurrentPlatformSDKRoot("tmp/sdk-root")
- obj.DispatchInput(None, None, 0)
+ obj.DispatchInput(None, 0)
obj.DispatchInputInterrupt()
obj.DispatchInputEndOfFile()
obj.PushInputReader(lldb.SBInputReader())
OpenPOWER on IntegriCloud