diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-02-04 12:45:49 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-02-04 12:45:49 +0000 |
commit | 2d33f7b84c60fc8fa2c9913d754edc54163355d6 (patch) | |
tree | ff256e374539bbeef2268be3f283783339e472f2 /gdb/darwin-nat.c | |
parent | 4dfe6ac6feb4515960e05c7c4a428b54318c75a3 (diff) | |
download | gdb-2d33f7b84c60fc8fa2c9913d754edc54163355d6.zip gdb-2d33f7b84c60fc8fa2c9913d754edc54163355d6.tar.gz gdb-2d33f7b84c60fc8fa2c9913d754edc54163355d6.tar.bz2 |
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.
Diffstat (limited to 'gdb/darwin-nat.c')
-rw-r--r-- | gdb/darwin-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index ea29105..535720d 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -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); |