forked from OSchip/llvm-project
Compile error found in http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/17403/steps/build/logs/stdio Simple fix
This commit is contained in:
parent
7235326fb2
commit
a3bc0401d4
|
@ -2995,7 +2995,7 @@ int main(int argc, char *argv[]) {
|
|||
uint32_t packet_idx = 0;
|
||||
while (!g_vsc.sent_terminated_event) {
|
||||
llvm::json::Object object;
|
||||
lldb_vscode::PacketStatus status = g_vsc.GetObject(object);
|
||||
lldb_vscode::PacketStatus status = g_vsc.GetNextObject(object);
|
||||
if (status == lldb_vscode::PacketStatus::EndOfFile)
|
||||
break;
|
||||
if (status != lldb_vscode::PacketStatus::Success)
|
||||
|
|
Loading…
Reference in New Issue