commit | 901b98215e767bbffb1bfa869e02d7dc5ea786ec | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Sat Aug 28 10:58:45 2021 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Mon Sep 27 22:30:11 2021 -0400 |
tree | 31da2785d795cdf08419b11c6cfd701f1fa7b248 | |
parent | 676362df181a39a5c58bba15f4f7524bfd58b88d [diff] |
gdb: use intrusive_list for linux-nat lwp_list Replace the manually maintained linked list of lwp_info objects with intrusive_list. Replace the ALL_LWPS macro with all_lwps, which returns a range. Add all_lwps_safe as well, for use in iterate_over_lwps, which currently iterates in a safe manner. Change-Id: I355313502510acc0103f5eaf2fbde80897d6376c