mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
convert to_search_memory
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (default_search_memory): New function. (simple_search_memory): Update comment. (target_search_memory): Unconditionally delegate. * target.h (struct target_ops) <to_search_memory>: Use TARGET_DEFAULT_FUNC.
This commit is contained in:
@@ -718,7 +718,8 @@ struct target_ops
|
||||
int (*to_search_memory) (struct target_ops *ops,
|
||||
CORE_ADDR start_addr, ULONGEST search_space_len,
|
||||
const gdb_byte *pattern, ULONGEST pattern_len,
|
||||
CORE_ADDR *found_addrp);
|
||||
CORE_ADDR *found_addrp)
|
||||
TARGET_DEFAULT_FUNC (default_search_memory);
|
||||
|
||||
/* Can target execute in reverse? */
|
||||
int (*to_can_execute_reverse) (struct target_ops *)
|
||||
|
||||
Reference in New Issue
Block a user