]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: move declarations of check_quit_flag and set_quit_flag to extension.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 13:22:56 +0000 (09:22 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 15:26:14 +0000 (11:26 -0400)
commit7d21eff9442d75c2b1d4beec1120115bf252dfdf
tree815188f7ddb2d647674e2b278fd0d457b18005ae
parenteb97e68430f51fc120db4cde03abdffb0303f8ae
gdb: move declarations of check_quit_flag and set_quit_flag to extension.h

Move them out of defs.h, to extension.h, since the implementations are
in extension.c.

Change-Id: Ie7321468bd7fecc684d70b09f72c3ee8ac75d8f4
Approved-By: Tom Tromey <tom@tromey.com>
gdb/defs.h
gdb/extension.c
gdb/extension.h