aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/modules/readline/readline.cpp
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-02-13 18:36:48 +0000
committerIlia K <ki.stfu@gmail.com>2015-02-13 18:36:48 +0000
commita4897fe79c9db88d9eaf0bf787a64c36ff2a609e (patch)
treee8b9badc4d4cc6cef0047af09b65f1d707e9fdf4 /lldb/scripts/Python/modules/readline/readline.cpp
parent6a582f9fc8c142bbc3652e2fb5b6d22b41795b96 (diff)
downloadllvm-a4897fe79c9db88d9eaf0bf787a64c36ff2a609e.zip
llvm-a4897fe79c9db88d9eaf0bf787a64c36ff2a609e.tar.gz
llvm-a4897fe79c9db88d9eaf0bf787a64c36ff2a609e.tar.bz2
Add missing prompt when command doesn't exist (MI)
It fixes the following example: ``` $ bin/lldb-mi --interpreter (gdb) -not-found ^error,msg="Driver. Received command '-not-found'. It was not handled. Command 'not-found' not in Command Factory" -not-found ^error,msg="Driver. Received command '-not-found'. It was not handled. Command 'not-found' not in Command Factory" ``` After the fix it looks like: ``` $ bin/lldb-mi --interpreter -not-found ^error,msg="Driver. Received command '-not-found'. It was not handled. Command 'not-found' not in Command Factory" (gdb) -not-dounf ^error,msg="Driver. Received command '-not-dounf'. It was not handled. Command 'not-dounf' not in Command Factory" (gdb) ``` llvm-svn: 229131
Diffstat (limited to 'lldb/scripts/Python/modules/readline/readline.cpp')
0 files changed, 0 insertions, 0 deletions