This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] gdb: Convert completion tracker to use std types
- From: Tom Tromey <tom at tromey dot com>
- To: Christian Biesinger <cbiesinger at google dot com>
- Cc: Tom Tromey <tom at tromey dot com>, Andrew Burgess <andrew dot burgess at embecosm dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Sun, 26 Jan 2020 09:00:56 -0700
- Subject: Re: [PATCH 1/2] gdb: Convert completion tracker to use std types
- References: <cover.1577481992.git.andrew.burgess@embecosm.com> <c9cf5478c7c3d4fc0af6f484d8acd007fd7bb8b2.1577481993.git.andrew.burgess@embecosm.com> <87pnf88z3o.fsf@tromey.com> <CAPTJ0XEaHCvKrYcMNkoKonbnvOzqmfvnQv6wSDQAKyMhH3DLKA@mail.gmail.com>
>>>>> "Christian" == Christian Biesinger <cbiesinger@google.com> writes:
Christian> Perhaps that's finally a use case to add hash<gdb::string_view>!
I also wonder what will be the thing that will make us finally bring in
gcc's hash table.
Tom