commit | 1abeb1e90d708c1d94867957f90607eaa63dfad7 | [log] [tgz] |
---|---|---|
author | Pedro Alves <pedro@palves.net> | Mon Feb 21 20:07:20 2022 +0000 |
committer | Pedro Alves <pedro@palves.net> | Thu Mar 10 11:35:53 2022 +0000 |
tree | 15c4df4e6b81aa30162c5687719e2dd3f1c123a3 | |
parent | b7b1008c0b1af5379656bd8e3063d01daf2bd764 [diff] |
gdb: Reorganize linux_nat_filter_event Reorganize linux-nat.c:linux_nat_filter_event such that all the handling for events for LWPs not in the LWP list is together. This helps make a following patch clearer. The comments and debug messages have also been tweaked - the end goal is to have them synchronized with the gdbserver counterpart. Change-Id: I8586d8dcd76d8bd3795145e3056fc660e3b2cd22