diff options
author | Ilia K <ki.stfu@gmail.com> | 2015-02-13 18:36:48 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2015-02-13 18:36:48 +0000 |
commit | a4897fe79c9db88d9eaf0bf787a64c36ff2a609e (patch) | |
tree | e8b9badc4d4cc6cef0047af09b65f1d707e9fdf4 /lldb/scripts/Python/modules/readline/readline.cpp | |
parent | 6a582f9fc8c142bbc3652e2fb5b6d22b41795b96 (diff) | |
download | llvm-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