mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2010-02-04 Tristan Gingold <gingold@adacore.com>
* machoread.c (macho_add_oso): Renamed to macho_register_oso. (macho_symtab_read): Adjust calls to macho_add_oso. (macho_oso_symfile): Renamed to macho_symfile_read_all_oso. (macho_symfile_read): Adjust call to macho_oso_symfile. (macho_new_init): Move this function after declarations. (macho_symfile_init): Ditto. * darwin-nat-info.c (darwin_lib_gdb_ports): Remove. * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
This commit is contained in:
@@ -99,8 +99,6 @@ static ptid_t darwin_wait (ptid_t ptid, struct target_waitstatus *status);
|
||||
|
||||
static void darwin_mourn_inferior (struct target_ops *ops);
|
||||
|
||||
static int darwin_lookup_task (char *args, task_t * ptask, int *ppid);
|
||||
|
||||
static void darwin_kill_inferior (struct target_ops *ops);
|
||||
|
||||
static void darwin_ptrace_me (void);
|
||||
|
||||
Reference in New Issue
Block a user