summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBCommandInterpreter.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBCommandInterpreter.i')
-rw-r--r--lldb/scripts/Python/interface/SBCommandInterpreter.i3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i
index 81e515830ec..6a5ee2466b0 100644
--- a/lldb/scripts/Python/interface/SBCommandInterpreter.i
+++ b/lldb/scripts/Python/interface/SBCommandInterpreter.i
@@ -116,8 +116,7 @@ public:
int
HandleCompletion (const char *current_line,
- const char *cursor,
- const char *last_char,
+ uint32_t cursor_pos,
int match_start_point,
int max_return_elements,
lldb::SBStringList &matches);
OpenPOWER on IntegriCloud