]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: Add the $_poke utility function users/lsix/poke-gdb
authorLancelot SIX <lancelot.six@amd.com>
Mon, 6 Feb 2023 10:34:52 +0000 (10:34 +0000)
committerLancelot SIX <lancelot.six@amd.com>
Mon, 6 Feb 2023 10:34:52 +0000 (10:34 +0000)
commit38d015075b08dd709ad1b62fca386c7ee7b3f95a
treea34ba6a859769929aaad57b9b67240bd9f18c6e5
parentd734c63af73c6d774013e0091683246381b5ce63
gdb: Add the $_poke utility function

Add the $_poke utility function so it is possible to use poke in
breakpoint condition for example.

The expression must return a poke boolean.
gdb/poke.c