]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/amd-dbgapi: factor out require_forward_progress overload to target one inferior
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Jun 2025 16:09:01 +0000 (12:09 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 16 Jun 2025 14:23:16 +0000 (10:23 -0400)
commit9e8e5dd74ee49ce03ab0b0dbd33ba6049ce17779
tree866ab2c4a487bdcfb717dd8471cd773c2d717b41
parent606e490b9fddfb03282c7d04013b9b84109e2641
gdb/amd-dbgapi: factor out require_forward_progress overload to target one inferior

A following patch will want to call require_forward_progress for a given
inferior.  Extract a new require_forward_progress overload from the
existing require_forward_progress function that targets a specific
inferior.

Change-Id: I54f42b83eb8443d4d91747ffbc86eaeb017f1e49
Approved-by: Lancelot Six <lancelot.six@amd.com>
gdb/amd-dbgapi-target.c