From 2304b6ff44e620a73a730a702f8ec603e94a3e13 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Thu, 23 Apr 2015 20:00:25 +0000 Subject: Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033 llvm-svn: 235633 --- lldb/scripts/Python/interface/SBCommandInterpreter.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i index 91904c5fd21..c427d38b14d 100644 --- a/lldb/scripts/Python/interface/SBCommandInterpreter.i +++ b/lldb/scripts/Python/interface/SBCommandInterpreter.i @@ -155,6 +155,9 @@ public: void SetPromptOnQuit(bool b); + void + ResolveCommand(const char *command_line, SBCommandReturnObject &result); + bool CommandExists (const char *cmd); -- cgit v1.2.3