commit | 5406bc3f1b3a8b9a653b80bae25253b1841adb46 | [log] [tgz] |
---|---|---|
author | Pedro Alves <pedro@palves.net> | Tue Feb 22 10:15:07 2022 +0000 |
committer | Pedro Alves <pedro@palves.net> | Thu Mar 10 11:35:53 2022 +0000 |
tree | 7cb3872c4d5c33451293a10dffde4f2c903456af | |
parent | 1abeb1e90d708c1d94867957f90607eaa63dfad7 [diff] |
gdbserver: Reorganize linux_process_target::filter_event Reorganize linux-low.cc:linux_process_target::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 to have them synchronized with the GDB counterpart. Change-Id: If9019635f63a846607cfda44b454b4254a404019