]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: drop struct keyword when using bound_minimal_symbol
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 17 Jul 2024 03:51:59 +0000 (23:51 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 14:31:09 +0000 (10:31 -0400)
commit03b40f6f55bed82bd16b2a1fd94fb8c8dbf797bf
tree6cbaaed5ce62e15621e3c7f21f872459f9be0223
parent10ac7e80c01125d1b2754763066dae35b13e6cb0
gdb: drop struct keyword when using bound_minimal_symbol

This is a simple find / replace from "struct bound_minimal_symbol" to
"bound_minimal_symbol", to make things shorter and more consisten
througout.  In some cases, move variable declarations where first used.

Change-Id: Ica4af11c4ac528aa842bfa49a7afe8fe77a66849
Reviewed-by: Keith Seitz <keiths@redhat.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
95 files changed:
gdb/ada-exp.y
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-tasks.c
gdb/aix-thread.c
gdb/amd64-windows-tdep.c
gdb/arc-linux-tdep.c
gdb/arm-tdep.c
gdb/arm-wince-tdep.c
gdb/auxv.c
gdb/avr-tdep.c
gdb/ax-gdb.c
gdb/block.c
gdb/blockframe.c
gdb/breakpoint.c
gdb/bsd-uthread.c
gdb/btrace.c
gdb/c-valprint.c
gdb/coff-pe-read.c
gdb/coffread.c
gdb/compile/compile-c-symbols.c
gdb/compile/compile-cplus-symbols.c
gdb/compile/compile-object-load.c
gdb/csky-tdep.c
gdb/ctfread.c
gdb/d-exp.y
gdb/d-lang.c
gdb/dbxread.c
gdb/dwarf2/cooked-index.h
gdb/dwarf2/loc.c
gdb/dwarf2/read.c
gdb/dwarf2/read.h
gdb/elfread.c
gdb/fbsd-tdep.c
gdb/frv-tdep.c
gdb/ft32-tdep.c
gdb/glibc-tdep.c
gdb/gnu-v2-abi.c
gdb/gnu-v3-abi.c
gdb/go-exp.y
gdb/go-lang.c
gdb/hppa-tdep.c
gdb/i386-tdep.c
gdb/ia64-tdep.c
gdb/infcall.c
gdb/infcmd.c
gdb/linespec.c
gdb/linux-fork.c
gdb/linux-thread-db.c
gdb/m32c-tdep.c
gdb/m32r-tdep.c
gdb/m68hc11-tdep.c
gdb/machoread.c
gdb/maint.c
gdb/mi/mi-symbol-cmds.c
gdb/minsyms.c
gdb/minsyms.h
gdb/mips-fbsd-tdep.c
gdb/mips-linux-tdep.c
gdb/mips-tdep.c
gdb/msp430-tdep.c
gdb/netbsd-tdep.c
gdb/objc-lang.c
gdb/objfiles.h
gdb/obsd-tdep.c
gdb/p-exp.y
gdb/p-lang.c
gdb/p-valprint.c
gdb/parse.c
gdb/ppc-linux-tdep.c
gdb/ppc-sysv-tdep.c
gdb/printcmd.c
gdb/psymtab.c
gdb/psymtab.h
gdb/python/py-framefilter.c
gdb/quick-symbol.h
gdb/ravenscar-thread.c
gdb/remote.c
gdb/rs6000-tdep.c
gdb/sol-thread.c
gdb/sol2-tdep.c
gdb/solib-dsbt.c
gdb/solib-frv.c
gdb/solib-svr4.c
gdb/stack.c
gdb/symfile-debug.c
gdb/symfile.c
gdb/symtab.c
gdb/symtab.h
gdb/tracepoint.c
gdb/tui/tui-disasm.c
gdb/valops.c
gdb/value.c
gdb/x86-tdep.c
gdb/z80-tdep.c