diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2006-05-05 23:48:28 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2006-05-05 23:48:28 +0000 |
commit | 6fc191037f479d3f16aaed43eec61a5bed77b2c0 (patch) | |
tree | 545db75c9eae9c48bc5cf6f00fb853f0b33ea646 /gdb/ChangeLog | |
parent | d539ed7ecddb3f5f62505e0d6a77a2a49c865432 (diff) | |
download | gdb-6fc191037f479d3f16aaed43eec61a5bed77b2c0.zip gdb-6fc191037f479d3f16aaed43eec61a5bed77b2c0.tar.gz gdb-6fc191037f479d3f16aaed43eec61a5bed77b2c0.tar.bz2 |
* linux-nat.c (exit_lwp): Fix NULL pointer access.
(linux_nat_handle_extended): New parameter STOPPING.
(wait_lwp): Call it with STOPPING equals 1.
(linux_nat_wait): Call it with STOPPING equals 0.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d581b7..def793c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2006-05-05 Ulrich Weigand <uweigand@de.ibm.com> + * linux-nat.c (exit_lwp): Fix NULL pointer access. + (linux_nat_handle_extended): New parameter STOPPING. + (wait_lwp): Call it with STOPPING equals 1. + (linux_nat_wait): Call it with STOPPING equals 0. + +2006-05-05 Ulrich Weigand <uweigand@de.ibm.com> + * linux-nat.c (linux_nat_wait): Do not short-cut reporting of 'uninteresting' signals when single-stepping. |