summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSyntax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectSyntax.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectSyntax.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectSyntax.cpp b/lldb/source/Commands/CommandObjectSyntax.cpp
index 092a9fce3f1..3279da2c1d6 100644
--- a/lldb/source/Commands/CommandObjectSyntax.cpp
+++ b/lldb/source/Commands/CommandObjectSyntax.cpp
@@ -43,7 +43,7 @@ bool
CommandObjectSyntax::OldExecute
(
Args& command,
- CommandContext *context,
+ Debugger *context,
CommandInterpreter *interpreter,
CommandReturnObject &result
)
@@ -86,7 +86,7 @@ CommandObjectSyntax::OldExecute
}
bool
-CommandObjectSyntax::Execute (Args &command, CommandContext *context, CommandInterpreter *interpreter,
+CommandObjectSyntax::Execute (Args &command, Debugger *context, CommandInterpreter *interpreter,
CommandReturnObject &result)
{
CommandObject::CommandMap::iterator pos;
OpenPOWER on IntegriCloud