commit | d9c531fd6478ccfcb7fd5baf0dad54549508db9f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Mon Feb 24 15:35:04 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Mar 11 08:31:43 2025 -0600 |
tree | 60ba953fdd614672088f5795af70cf1963207410 | |
parent | 674d48567300d29db5f9759a78d987333b914d68 [diff] |
Use gdb set and map in source_cache This changes source_cache to use gdb::unordered_map and gdb::unordered_set rather than the std:: variants. Approved-By: Simon Marchi <simon.marchi@efficios.com>