[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 06:40:22 PDT 2022


mgorny added a comment.

In D126983#3624800 <https://reviews.llvm.org/D126983#3624800>, @labath wrote:

> Some flakyness here: https://lab.llvm.org/buildbot/#/builders/68/builds/35111/steps/6/logs/stdio

That's so rare it's going to be hard figuring out if any changes actually fix it. My only idea is to either increase the sleep within `continue_and_get_threads_running()` or make output inside the process more frequent — though the latter probably won't help if some threads don't get run because of loaded system.


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