]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ada-lang.c
gdb: remove SYMBOL_IS_ARGUMENT macro
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 28 Jan 2022 03:06:47 +0000 (22:06 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Sun, 6 Feb 2022 21:03:46 +0000 (16:03 -0500)
commitd9743061f92738a6c3f311d640e614a5a2f01b1e
tree526c9f1911ab21c38bcee992174f7a7457bba773
parent7b3ecc7555438f05dda657d0ed6a43ee71a3901d
gdb: remove SYMBOL_IS_ARGUMENT macro

Add a getter and a setter for whether a symbol is an argument.  Remove
the corresponding macro and adjust all callers.

Change-Id: I71b4f0465f3dfd2ed8b9e140bd3f7d5eb8d9ee81
19 files changed:
gdb/ada-lang.c
gdb/block.c
gdb/buildsym.c
gdb/c-exp.y
gdb/coffread.c
gdb/dwarf2/read.c
gdb/go-exp.y
gdb/guile/scm-symbol.c
gdb/infrun.c
gdb/mdebugread.c
gdb/mi/mi-cmd-stack.c
gdb/printcmd.c
gdb/python/py-framefilter.c
gdb/python/py-symbol.c
gdb/stabsread.c
gdb/stack.c
gdb/symmisc.c
gdb/symtab.h
gdb/tracepoint.c