Tom Tromey 9f71296fda Remove hashtab_obstack_allocate
I think that hashtabs should never be obstack-allocated.  In the past
this was convenient sometimes, because any new data structure needed a
corresponding cleanup.  However, with the switch to C++, resource
management has become much simpler; for example, a local variable can
simply be of type htab_up rather than hashtab_t, and the problem is
solved.

This patch removes hashtab_obstack_allocate to try to prevent this
anti-pattern from being used again.
2024-06-24 09:11:30 -06:00
..
2023-11-15 12:53:04 +00:00
2024-02-27 10:30:29 -07:00
2024-06-07 23:09:03 -04:00
2023-11-15 12:53:04 +00:00
2024-06-20 21:15:27 +09:30
2024-04-21 19:54:27 -06:00
2024-02-27 09:46:31 -07:00
2024-06-24 09:11:30 -06:00
2024-06-24 09:11:30 -06:00
2024-06-24 09:11:30 -06:00

This is a helper library that is used by gdb and gdbserver.

To send patches, follow the gdb patch submission instructions in
../gdb/CONTRIBUTE.  For maintainers, see ../gdb/MAINTAINERS.