https://llvm.org/bugs/show_bug.cgi?id=28016
Bug ID: 28016 Summary: Assertion failed: (false && "Unhandled quote character") Product: lldb Version: 3.6 Hardware: Macintosh OS: MacOS X Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: chris+l...@qwirx.com CC: llvm-b...@lists.llvm.org Classification: Unclassified I typed the following at the lldb prompt: l BackupStoreFile.cpp`<tab> and this caused lldb to exit with an assertion error: Assertion failed: (false && "Unhandled quote character"), function EscapeLLDBCommandArgument, file /Library/Caches/com.apple.xbs/Sources/lldb/lldb-350.0.21.9/source/Interpreter/Args.cpp, line 1805. Abort trap: 6 Presumably this is not supposed to happen? :) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev