Specialize std::hash for gdb_exception
authorTom Tromey <tom@tromey.com>
Mon, 6 Sep 2021 21:22:44 +0000 (15:22 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 12 Apr 2022 15:31:16 +0000 (09:31 -0600)
commit85098eeb4c47debd67c793477bd04d33ab1a5645
treea852aec0112f72156d80e392eb583e8e02fee457
parentf4565e4c99e768d3bcf2998979528569a65d8417
Specialize std::hash for gdb_exception

This adds a std::hash specialization for gdb_exception.  This lets us
store these objects in a hash table, which is used later in this
series to de-duplicate the exception output from multiple threads.
gdbsupport/common-exceptions.h