]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Turn target_can_lock_scheduler into a function
authorTom Tromey <tom@tromey.com>
Tue, 29 Sep 2020 01:38:25 +0000 (19:38 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 29 Sep 2020 01:52:21 +0000 (19:52 -0600)
commit8a3ecb79b031d578cbdbac5e70784c157ff6387d
tree111407603d927f6656f00c9e778e62cf7202c20a
parent55f6301ac03f8865f486fa2fe8019bd5129f86e3
Turn target_can_lock_scheduler into a function

This changes the object-like macro target_can_lock_scheduler into an
inline function.

gdb/ChangeLog
2020-09-28  Tom Tromey  <tom@tromey.com>

* infrun.c (set_schedlock_func): Update.
* target.h (target_can_lock_scheduler): Now a function.
gdb/ChangeLog
gdb/infrun.c
gdb/target.h