Summary: | SIGINT can cause GDB to skip printing MI stop message. | ||
---|---|---|---|
Product: | gdb | Reporter: | Hafiz Abid Qadeer <abidh> |
Component: | mi | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | pedro |
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Hafiz Abid Qadeer
2020-07-20 14:17:35 UTC
I think this series: https://inbox.sourceware.org/gdb-patches/20230210233604.2228450-1-pedro@palves.net/T/#m79098ae4ed85a49c9693a47a0ad7a139f63d47dd finally fixes this problem. I'm not closing this PR as it'd be nice to have a testcase proving it is really fixed, and stays fixed going forward. In the linked discussion, Andrew suggested a way to write it: "I don't have time to test this right now, but if your diagnosis is correct then this should be easy to test. Write a sniffer that sends itself a SIGINT and check you see the problem. This should make it possible to create a reliable test case." |