mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
gdb: make target_is_non_stop_p return bool
gdb/ChangeLog: * target.c (target_is_non_stop_p): Return bool. * target.h (target_is_non_stop_p): Return bool. Change-Id: Icdb37ffe917798e59b822976794d4b1b7aafd709
This commit is contained in:
@ -3729,8 +3729,8 @@ target_always_non_stop_p (void)
|
||||
|
||||
/* See target.h. */
|
||||
|
||||
int
|
||||
target_is_non_stop_p (void)
|
||||
bool
|
||||
target_is_non_stop_p ()
|
||||
{
|
||||
return (non_stop
|
||||
|| target_non_stop_enabled == AUTO_BOOLEAN_TRUE
|
||||
|
Reference in New Issue
Block a user