mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
convert to_core_of_thread
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_core_of_thread): Unconditionally delegate. * target.h (struct target_ops) <to_core_of_thread>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -933,7 +933,8 @@ struct target_ops
|
||||
If the core cannot be determined -- either for the specified
|
||||
thread, or right now, or in this debug session, or for this
|
||||
target -- return -1. */
|
||||
int (*to_core_of_thread) (struct target_ops *, ptid_t ptid);
|
||||
int (*to_core_of_thread) (struct target_ops *, ptid_t ptid)
|
||||
TARGET_DEFAULT_RETURN (-1);
|
||||
|
||||
/* Verify that the memory in the [MEMADDR, MEMADDR+SIZE) range
|
||||
matches the contents of [DATA,DATA+SIZE). Returns 1 if there's
|
||||
|
Reference in New Issue
Block a user