[Lldb-commits] [PATCH] D70883: [vscode.py] Make read_packet only return None when EOF
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 11:11:03 PST 2019
aadsm added a comment.
Yes. This happens when lldb-vscode is run in stdin/stdout mode (which is what happens in tests and I've also seen some IDEs doing the same) and installed commands are doing "print". In this case the client gets data that does not start with `Content-Length`.
This fixes the tests but overall is still a problem for IDEs (but that's another discussion).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70883/new/
https://reviews.llvm.org/D70883
More information about the lldb-commits
mailing list