aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-02 16:23:42 +0000
committerPedro Alves <palves@redhat.com>2012-03-02 16:23:42 +0000
commit05044653678510ef24f2a66773ba2e8f40e12b48 (patch)
tree2ca5e6c1ae24689e6ecf583c1591352bf1124fa6 /gdb/gdbserver/server.h
parentb261e0c5364661b66d55f4e77e95e7d09af8b9aa (diff)
downloadgdb-05044653678510ef24f2a66773ba2e8f40e12b48.zip
gdb-05044653678510ef24f2a66773ba2e8f40e12b48.tar.gz
gdb-05044653678510ef24f2a66773ba2e8f40e12b48.tar.bz2
2012-03-02 Pedro Alves <palves@redhat.com>
* inferiors.c (add_pid_to_list, pull_pid_from_list): Delete. * linux-low.c (struct simple_pid_list): New. (stopped_pids): New a struct simple_pid_list pointer. (add_to_pid_list, pull_pid_from_list): New. (handle_extended_wait): Don't assume the first signal new children report is SIGSTOP. Adjust call to pull_pid_from_list. (linux_wait_for_lwp): Adjust.
Diffstat (limited to 'gdb/gdbserver/server.h')
-rw-r--r--gdb/gdbserver/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h
index 30d608c..22b3125 100644
--- a/gdb/gdbserver/server.h
+++ b/gdb/gdbserver/server.h
@@ -279,8 +279,6 @@ void *inferior_target_data (struct thread_info *);
void set_inferior_target_data (struct thread_info *, void *);
void *inferior_regcache_data (struct thread_info *);
void set_inferior_regcache_data (struct thread_info *, void *);
-void add_pid_to_list (struct inferior_list *list, unsigned long pid);
-int pull_pid_from_list (struct inferior_list *list, unsigned long pid);
void loaded_dll (const char *name, CORE_ADDR base_addr);
void unloaded_dll (const char *name, CORE_ADDR base_addr);