]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/stap-probe.c
Remove dump_prefix_expression
authorTom Tromey <tromey@adacore.com>
Tue, 1 Nov 2022 19:24:32 +0000 (13:24 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 14 Nov 2022 17:19:08 +0000 (10:19 -0700)
commit197073104337f2d2ce8353334b4125e61b8217c5
treee989eeb687d69808278aa3a1f69ba0a550571bd6
parent1f7b42d52a8cb690c259eaa4975a608e82d7267a
Remove dump_prefix_expression

Since the expression rewrite, dump_prefix_expression has been
misnamed.  This patch cleans this up by removing the function, turning
it into a method on struct expression.
gdb/expprint.c
gdb/expression.h
gdb/parse.c
gdb/stap-probe.c