This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb/gdbserver ChangeLog linux-low.c
- From: jkratoch at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 25 Jan 2012 18:25:13 -0000
- Subject: src/gdb/gdbserver ChangeLog linux-low.c
CVSROOT: /cvs/src
Module name: src
Changes by: jkratoch@sourceware.org 2012-01-25 18:25:13
Modified files:
gdb/gdbserver : ChangeLog linux-low.c
Log message:
gdb/gdbserver/
* linux-low.c (linux_wait_for_event_1): Rename to ...
(linux_wait_for_event): ... here and merge it with former
linux_wait_for_event - new variable wait_ptid, use it.
(linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.544&r2=1.545
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.189&r2=1.190