commit | d99b43c298f4235aba0889c74e1d23dd24beb9ac | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Feb 25 07:58:59 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Mar 11 08:40:06 2025 -0600 |
tree | 931c2fe27ff037cc00ca903e5af6be0790139438 | |
parent | 58984e4ad22ac8bb8774b338625595ad9f6f55e9 [diff] |
Use gdb set and map in mi-main.c This changes mi-main.c to use gdb::unordered_set and gdb::unordered_map. this may change the order of core ids that are emitted, but that seems fine as MI generally doesn't guarantee ordering. Approved-By: Simon Marchi <simon.marchi@efficios.com>