summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-04-23 20:00:25 +0000
committerAdrian McCarthy <amccarth@google.com>2015-04-23 20:00:25 +0000
commit2304b6ff44e620a73a730a702f8ec603e94a3e13 (patch)
tree9009261d91d63472e2185d30dc82f8a51e61dab5 /lldb/scripts/Python/interface
parent3286ec1484bb20d99c8d69f417b789c5da0b8166 (diff)
downloadbcm5719-llvm-2304b6ff44e620a73a730a702f8ec603e94a3e13.tar.gz
bcm5719-llvm-2304b6ff44e620a73a730a702f8ec603e94a3e13.zip
Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033
llvm-svn: 235633
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBCommandInterpreter.i3
1 files changed, 3 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud