mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
convert to_thread_alive
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_thread_alive): Unconditionally delegate. * target.h (struct target_ops) <to_thread_alive>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -558,7 +558,8 @@ struct target_ops
|
||||
void (*to_program_signals) (struct target_ops *, int, unsigned char *)
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
|
||||
int (*to_thread_alive) (struct target_ops *, ptid_t ptid);
|
||||
int (*to_thread_alive) (struct target_ops *, ptid_t ptid)
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
void (*to_find_new_threads) (struct target_ops *)
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
char *(*to_pid_to_str) (struct target_ops *, ptid_t)
|
||||
|
Reference in New Issue
Block a user