diff options
Diffstat (limited to 'scripts/interface/SBCommandInterpreter.i')
| -rw-r--r-- | scripts/interface/SBCommandInterpreter.i | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/interface/SBCommandInterpreter.i b/scripts/interface/SBCommandInterpreter.i index 09e7c9df736a..a34515a9b1a8 100644 --- a/scripts/interface/SBCommandInterpreter.i +++ b/scripts/interface/SBCommandInterpreter.i @@ -219,6 +219,13 @@ public: int max_return_elements, lldb::SBStringList &matches); + int + HandleCompletionWithDescriptions (const char *current_line, + uint32_t cursor_pos, + int match_start_point, + int max_return_elements, + lldb::SBStringList &matches, + lldb::SBStringList &descriptions); bool IsActive (); |
