When tabbing to complete LLDB commands in REPL, characters would at best be missing but at worst cause the REPL to crash due to out of range string access.
This patch appends the command character to the completion results to fulfill the assumption that all matches are prefixed by the request's cursor argument prefix.
Bug report for the Swift REPL
https://bugs.swift.org/browse/SR-12867
Nit: Missing . at the end of the comment, but I'll fix that when landing.