* linux-low.c (linux_resume): Take a struct thread_resume *
authorDaniel Jacobowitz <drow@false.org>
Mon, 13 Oct 2003 16:17:21 +0000 (16:17 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 13 Oct 2003 16:17:21 +0000 (16:17 +0000)
commit64386c31df79fa199254c3099a9ca70b9bd2839e
treeeeefbc5d37bb7e0217db49787e6988afe18cbb23
parent86d30acc85894c68f2b6f6875a5650bfabfc72f1
* linux-low.c (linux_resume): Take a struct thread_resume *
argument.
(linux_wait): Update call.
(resume_ptr): New static variable.
(linux_continue_one_thread): Renamed from
linux_continue_one_process.  Use resume_ptr.
(linux_resume): Use linux_continue_one_thread.
* server.c (handle_v_cont, handle_v_requests): New functions.
(myresume): New function.
(main): Handle 'v' case.
* target.h (struct thread_resume): New type.
(struct target_ops): Change argument of "resume" to struct
thread_resume *.
(myresume): Delete macro.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/server.c
gdb/gdbserver/target.h
This page took 0.02803 seconds and 4 git commands to generate.