aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/search.h')
-rw-r--r--gdbsupport/search.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/gdbsupport/search.h b/gdbsupport/search.h
index 8501624..b56127e 100644
--- a/gdbsupport/search.h
+++ b/gdbsupport/search.h
@@ -31,12 +31,10 @@
typedef bool target_read_memory_ftype (CORE_ADDR, gdb_byte *, size_t);
/* Utility implementation of searching memory. */
-extern int simple_search_memory
- (gdb::function_view<target_read_memory_ftype> read_memory,
- CORE_ADDR start_addr,
- ULONGEST search_space_len,
- const gdb_byte *pattern,
- ULONGEST pattern_len,
- CORE_ADDR *found_addrp);
+extern int
+simple_search_memory (gdb::function_view<target_read_memory_ftype> read_memory,
+ CORE_ADDR start_addr, ULONGEST search_space_len,
+ const gdb_byte *pattern, ULONGEST pattern_len,
+ CORE_ADDR *found_addrp);
#endif /* COMMON_SEARCH_H */