Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Improve comment in the GDB NetBSD...



details:   https://anonhg.NetBSD.org/src/rev/5cff33820809
branches:  trunk
changeset: 451009:5cff33820809
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri May 03 19:06:50 2019 +0000

description:
Improve comment in the GDB NetBSD code

diffstat:

 external/gpl3/gdb/dist/gdb/nbsd-nat.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 47cf1c6f1d72 -r 5cff33820809 external/gpl3/gdb/dist/gdb/nbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/nbsd-nat.c     Fri May 03 19:03:57 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/nbsd-nat.c     Fri May 03 19:06:50 2019 +0000
@@ -364,8 +364,7 @@
    * Always perform polling on exact PID, overwrite the default polling on
    * WAIT_ANY.
    *
-   * This avoids events reported in random order reported for FORK / VFORK
-   * when child and parent events are otherwise reported in random order.
+   * This avoids events reported in random order reported for FORK / VFORK.
    *
    * Polling on traced parent always simplifies the code.
    */



Home | Main Index | Thread Index | Old Index