]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Move gdb_regex to gdbsupport
authorTom Tromey <tom@tromey.com>
Sat, 1 Jan 2022 18:31:47 +0000 (11:31 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:14:43 +0000 (10:14 -0700)
commitd322d6d69df61a1af481de7e50359c3d92c0de14
treed62d224c341e948e5712623d79648ea77ea23f0f
parent0589ca4e7ba9b8d60599706b57be22c007c1f4fa
Move gdb_regex to gdbsupport

This moves the gdb_regex convenience class to gdbsupport.
29 files changed:
gdb/Makefile.in
gdb/ada-lang.c
gdb/auto-load.c
gdb/break-catch-throw.c
gdb/breakpoint.c
gdb/cli/cli-cmds.c
gdb/cli/cli-decode.c
gdb/cli/cli-decode.h
gdb/linux-tdep.c
gdb/mi/mi-cmd-file.c
gdb/objc-lang.c
gdb/probe.c
gdb/producer.c
gdb/psymtab.c
gdb/rust-parse.c
gdb/skip.c
gdb/solib.c
gdb/source.c
gdb/symmisc.c
gdb/symtab.c
gdb/symtab.h
gdb/thread.c
gdb/ui-style.c
gdb/utils.c
gdb/varobj.c
gdbsupport/Makefile.am
gdbsupport/Makefile.in
gdbsupport/gdb_regex.cc [moved from gdb/gdb_regex.c with 100% similarity]
gdbsupport/gdb_regex.h [moved from gdb/gdb_regex.h with 100% similarity]