commit | 922c2fc18e4de33d24b6ba3b7b6e8732209a5e69 | [log] [tgz] |
---|---|---|
author | John Baldwin <jhb@FreeBSD.org> | Tue Mar 22 12:05:43 2022 -0700 |
committer | John Baldwin <jhb@FreeBSD.org> | Tue Mar 22 12:05:43 2022 -0700 |
tree | 6f537c8602925864395551bedc90c19c52cd0152 | |
parent | 711b0b6698ff6350b7c61710491c76c749945d4a [diff] |
x86-nat: Use an unordered_map to store per-pid debug reg state. This replaces a manual linked list which used O(n) lookup and removal.