diff options
author | Enrico Granata <egranata@apple.com> | 2014-02-07 22:12:55 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2014-02-07 22:12:55 +0000 |
commit | 41c440fbfea9112d4e8a9dfd8c851fe39a04525d (patch) | |
tree | 180d8c3d029ee4d08141f34df5a1b3b5c148a9e8 /lldb/source/Interpreter/CommandObject.cpp | |
parent | c1690d0c2b13280c484cbd4399abc489df35d707 (diff) | |
download | llvm-41c440fbfea9112d4e8a9dfd8c851fe39a04525d.zip llvm-41c440fbfea9112d4e8a9dfd8c851fe39a04525d.tar.gz llvm-41c440fbfea9112d4e8a9dfd8c851fe39a04525d.tar.bz2 |
<rdar://problem/12857181>
When a user says
type formatter add ... unsigned int
he most probably means to deal with the "unsigned int" type. However, given how the LLDB command parser works, that command will try to add the formatter to the TWO types 'unsigned' AND 'int'
Since this is unlikely to be what the user wants, warn about it, and suggest they can use quotes to override the debugger's understanding
llvm-svn: 200996
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions