binutils-gdb/gdbsupport
Tom Tromey 8675d15227 Remove gdb::hash_enum
gdb::hash_enum is a workaround for a small oversight in C++11:
std::hash was not defined for enumeration types.  This was rectified
in C++14 and so we can remove the local workaround.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
2024-11-04 10:49:06 -07:00
..
.dir-locals.el
.gitattributes
acinclude.m4
aclocal.m4
agent.cc
agent.h
alt-stack.h
array-view.h [gdbsupport] Add gdb::array_view::{iterator,const_iterator} 2024-10-19 08:10:38 +02:00
ax.def
block-signals.h
break-common.h
btrace-common.cc
btrace-common.h btrace: Enable event tracing on Linux for Intel PT. 2024-09-24 14:22:28 +02:00
buildargv.h
byte-vector.h
ChangeLog-2020-2021
check-defines.el
cleanups.cc
cleanups.h
common-debug.cc
common-debug.h
common-defs.h [gdb/build] Use -fno-hoist-adjacent-loads for gcc <= 13 2024-10-18 00:18:24 +02:00
common-exceptions.cc
common-exceptions.h
common-gdbthread.h
common-inferior.cc
common-inferior.h
common-regcache.cc
common-regcache.h
common-types.h
common-utils.cc
common-utils.h
common.m4
compiler-type.m4
config.in
configure
configure.ac
create-version.sh
def-vector.h
default-init-alloc.h
eintr.h
enum-flags.h
environ.cc
environ.h
errors.cc
errors.h
event-loop.cc
event-loop.h
event-pipe.cc
event-pipe.h
fileio.cc
fileio.h
filestuff.cc
filestuff.h
filtered-iterator.h
format.cc
format.h
forward-scope-exit.h
function-view.h
gdb_assert.h
gdb_binary_search.h
gdb_file.h
gdb_locale.h
gdb_obstack.cc
gdb_obstack.h
gdb_proc_service.h
gdb_ref_ptr.h
gdb_regex.cc
gdb_regex.h
gdb_select.h
gdb_setjmp.h
gdb_signals.h [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
gdb_splay_tree.h
gdb_sys_time.h
gdb_tilde_expand.cc
gdb_tilde_expand.h
gdb_unique_ptr.h
gdb_unlinker.h
gdb_vecs.cc
gdb_vecs.h
gdb_wait.cc
gdb_wait.h
gdb-checked-static-cast.h
gdb-dlfcn.cc
gdb-dlfcn.h
gdb-hashtab.h
gdb-safe-ctype.h
gdb-sigmask.h
gdb-xfree.h
host-defs.h
intrusive_list.h gdbsupport/intrusive-list: add owning_intrusive_list 2024-09-13 07:38:56 -04:00
iterator-range.h
job-control.cc
job-control.h
libiberty.m4
Makefile.am gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
Makefile.in gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
netstuff.cc
netstuff.h
new-op.cc
next-iterator.h
observable.h
offset-type.h [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
osabi.cc gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
osabi.def gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
osabi.h gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
owning_intrusive_list.h gdbsupport/intrusive-list: add owning_intrusive_list 2024-09-13 07:38:56 -04:00
packed.h
parallel-for.h
pathstuff.cc Pass current directory to gdb_abspath 2024-10-19 13:18:00 -06:00
pathstuff.h Pass current directory to gdb_abspath 2024-10-19 13:18:00 -06:00
poison.h
preprocessor.h
print-utils.cc
print-utils.h
ptid.cc
ptid.h
ptrace.m4
range-chain.h
README
refcounted-object.h
reference-to-pointer-iterator.h
rsp-low.cc
rsp-low.h
run-time-clock.cc
run-time-clock.h
safe-iterator.h
safe-strerror.cc
scope-exit.h [gdb] Make scope_exit constructor throw 2024-09-24 13:47:56 +02:00
scoped_fd.h
scoped_ignore_signal.h
scoped_ignore_sigttou.h
scoped_mmap.cc
scoped_mmap.h
scoped_restore.h
search.cc
search.h
selftest.cc
selftest.h
selftest.m4
signals-state-save-restore.cc
signals-state-save-restore.h
signals.cc
symbol.h
task-group.cc
task-group.h
tdesc.cc
tdesc.h gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi 2024-10-10 17:36:21 +01:00
thread-pool.cc
thread-pool.h
traits.h
underlying.h
valid-expr.h
version.h
warning.m4
x86-xstate.h gdb, gdbserver, python, testsuite: Remove MPX. 2024-09-25 11:06:57 +00:00
xml-utils.cc
xml-utils.h

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.