diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index bb2adeb061a..2258ca2f16e 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -555,7 +555,7 @@ CommandInterpreter::HandleCommand if (command_args.GetCommandString (aliased_cmd_str)) { command_line = aliased_cmd_str.c_str(); - command_cstr = command_obj->GetCommandName(); + command_cstr = command_args.GetArgumentAtIndex (0); } } } |