mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* target.h (target_find_new_threads): Fix definition.
This commit is contained in:
@ -885,7 +885,7 @@ int target_follow_fork (int follow_child);
|
||||
/* Query for new threads and add them to the thread list. */
|
||||
|
||||
#define target_find_new_threads() \
|
||||
(*current_target.to_find_new_threads) (); \
|
||||
(*current_target.to_find_new_threads) ()
|
||||
|
||||
/* Make target stop in a continuable fashion. (For instance, under
|
||||
Unix, this should act like SIGSTOP). This function is normally
|
||||
|
Reference in New Issue
Block a user