[Lldb-commits] [lldb] [lldb] correct inconsistent order of messages on process launch (PR #73173)

José Lira Junior via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 23 08:04:37 PST 2023


================
@@ -265,8 +265,6 @@ class CommandObjectProcessLaunch : public CommandObjectProcessLaunchOrAttach {
         process_sp->SyncIOHandler(0, std::chrono::seconds(2));
 
         llvm::StringRef data = stream.GetString();
----------------
junior-jl wrote:

Done! Yes, as you expected, the second suggestion does not work.

https://github.com/llvm/llvm-project/pull/73173


More information about the lldb-commits mailing list