[Lldb-commits] [PATCH] D126983: [lldb] [llgs] Support "t" vCont action

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 1 08:13:22 PDT 2022


mgorny added a comment.

Unfortunately, switching to `output_match` makes the test even more flaky. I think it doesn't handle it well if two output lines get sent as a single packet.

That said, the other tests are probably flaky the other way — they rely on all signals being reported in a single output packet.

I'm going to continue trying to improve the test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126983/new/

https://reviews.llvm.org/D126983



More information about the lldb-commits mailing list