]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/poke: Support the $reg::REGNAME syntax
authorLancelot SIX <lsix@lancelotsix.com>
Mon, 19 Sep 2022 11:30:12 +0000 (12:30 +0100)
committerLancelot SIX <lancelot.six@amd.com>
Sat, 24 Sep 2022 20:41:33 +0000 (21:41 +0100)
commitd734c63af73c6d774013e0091683246381b5ce63
treea37e70036e40686f469747241557707ca580d5a6
parent21c2659b8edc2cd70bfe291272bb5ea080a95b9a
gdb/poke: Support the $reg::REGNAME syntax

Make it possible to use $reg::REGNAME to access the content of a
register from poke expressions.
gdb/doc/poke.texi
gdb/poke.c