[Lldb-commits] [PATCH] D131075: [lldb] [gdb-remote] Send interrupt packets from async thread

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 3 10:11:53 PDT 2022


mgorny reopened this revision.
mgorny added a comment.
This revision is now accepted and ready to land.

Yep, you were right. It broke on Windows ;-).

https://lab.llvm.org/buildbot/#/builders/83/builds/22075

  Failed Tests (6):
    lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests.exe/GDBRemoteClientBaseTest/InterruptNoResponse
    lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests.exe/GDBRemoteClientBaseTest/SendContinueAndAsyncPacket
    lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests.exe/GDBRemoteClientBaseTest/SendContinueAndAsyncSignal
    lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests.exe/GDBRemoteClientBaseTest/SendContinueAndInterrupt
    lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests.exe/GDBRemoteClientBaseTest/SendContinueAndInterrupt2PacketBug
    lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests.exe/GDBRemoteClientBaseTest/SendContinueAndLateInterrupt


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131075



More information about the lldb-commits mailing list