gdb: remove unnecessary declarations in target.c
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 16 Oct 2023 16:24:53 +0000 (16:24 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 16 Oct 2023 19:49:56 +0000 (15:49 -0400)
I found that these local declarations were not needed, remove them.
Tested by rebuilding.

Change-Id: I8d4fd0839ee1063b91dc002216d683aee0d4be22

gdb/target.c

index 6853c14323180948c0f29c6e6b79974e76f47a24..d721cf0d231a57fb8e39911ac1a628a68689ff91 100644 (file)
 
 static void generic_tls_error (void) ATTRIBUTE_NORETURN;
 
-static void default_terminal_info (struct target_ops *, const char *, int);
-
-static int default_watchpoint_addr_within_range (struct target_ops *,
-                                                CORE_ADDR, CORE_ADDR, int);
-
-static int default_region_ok_for_hw_watchpoint (struct target_ops *,
-                                               CORE_ADDR, int);
-
 static void default_rcmd (struct target_ops *, const char *, struct ui_file *);
 
-static ptid_t default_get_ada_task_ptid (struct target_ops *self,
-                                        long lwp, ULONGEST tid);
-
-static void default_mourn_inferior (struct target_ops *self);
-
-static int default_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);
-
 static int default_verify_memory (struct target_ops *self,
                                  const gdb_byte *data,
                                  CORE_ADDR memaddr, ULONGEST size);
 
 static void tcomplain (void) ATTRIBUTE_NORETURN;
 
-static struct target_ops *find_default_run_target (const char *);
-
-static int dummy_find_memory_regions (struct target_ops *self,
-                                     find_memory_region_ftype ignore1,
-                                     void *ignore2);
-
-static gdb::unique_xmalloc_ptr<char> dummy_make_corefile_notes
-  (struct target_ops *self, bfd *ignore1, int *ignore2);
-
-static std::string default_pid_to_str (struct target_ops *ops, ptid_t ptid);
-
-static enum exec_direction_kind default_execution_direction
-    (struct target_ops *self);
-
 /* Mapping between target_info objects (which have address identity)
    and corresponding open/factory function/callback.  Each add_target
    call adds one entry to this map, and registers a "target