Fix latent bug in target_pass_ctrlc
authorPedro Alves <pedro@palves.net>
Mon, 6 Jul 2020 19:02:47 +0000 (20:02 +0100)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 8 Jul 2020 18:19:08 +0000 (14:19 -0400)
commit730f6c2af471e1bfba21dd663eaf9d9d16fe7212
tree057d2736a061b2d4ee355b1e8f6833d096dd20a9
parent2fd8ab4bb319f88b8fc8c3aa8b1a7c5c709f753b
Fix latent bug in target_pass_ctrlc

We were checking the thr->executing of an exited thread.

gdb/ChangeLog:

PR gdb/26199
* target.c (target_pass_ctrlc): Looking at the inferiors
non-exited threads, not all threads.
gdb/target.c
This page took 0.023242 seconds and 4 git commands to generate.