]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
select_event_lwp_callback: update comments
authorPedro Alves <palves@redhat.com>
Thu, 19 Mar 2015 12:24:06 +0000 (12:24 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 19 Mar 2015 12:24:06 +0000 (12:24 +0000)
commitb90fc18880972f0c2ed280df20604d89f1d4ec38
tree8b5759eda30cfb771ae003433287f84d1c047e2c
parente2575e05e73c3b2f08a8b5f579a504ac6a45ad60
select_event_lwp_callback: update comments

This function (in both GDB and GDBserver) used to consider only
SIGTRAP/breakpoint events, but that's no longer the case nowadays.

gdb/gdbserver/ChangeLog:
2015-03-19  Pedro Alves  <palves@redhat.com>

* linux-low.c (select_event_lwp_callback): Update comments to
no longer mention SIGTRAP.

gdb/ChangeLog:
2015-03-19  Pedro Alves  <palves@redhat.com>

* linux-nat.c (select_event_lwp_callback): Update comment to no
longer mention SIGTRAP.
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/linux-nat.c