]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/breakpoint.c
Use scoped_value_mark in more places
authorTom Tromey <tromey@adacore.com>
Mon, 3 Oct 2022 19:51:58 +0000 (13:51 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 14 Oct 2022 17:21:02 +0000 (11:21 -0600)
commit65558ca5df91470521fda6b0bfdfbbdbd37ce4d3
tree3136e77c0b2c58fe3d0ece1e4bfa4215498605a8
parentce6c3d253b97961801bc045d10b7fd022578fd03
Use scoped_value_mark in more places

I looked at all the spots using value_mark, and converted all the
straightforward ones to use scoped_value_mark instead.

Regression tested on x86-64 Fedora 34.
gdb/ada-lang.c
gdb/ada-valprint.c
gdb/breakpoint.c
gdb/cli/cli-script.c
gdb/gnu-nat.c
gdb/opencl-lang.c
gdb/regcache.c
gdb/valarith.c