aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-06 22:31:47 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-06 22:31:47 +0000
commit00d4fce629717a444cd3a75b1b9f03b517dbc961 (patch)
tree7534e02606b4f33072ce719b783af7ed7c05b164 /gdb/ChangeLog
parent32cfffe3161a911161fad30f068b4d8a22e85017 (diff)
downloadgdb-00d4fce629717a444cd3a75b1b9f03b517dbc961.zip
gdb-00d4fce629717a444cd3a75b1b9f03b517dbc961.tar.gz
gdb-00d4fce629717a444cd3a75b1b9f03b517dbc961.tar.bz2
* lin-lwp.c (count_events_callback): Fix formatting. Turn check
commented with "paranoia" into gdb_assert. (select_event_lwp_callback): Likewise. (cancel_breakpoints_callback): Bail out early if LP is the event LWP. Add comment about backup up breakpoints. Fix formatting and debug message. (select_event_lwp): Make solely repsonsible for switching event LWP. Fix formatting and remove bogus "ERROR" debug message. Don't backup breakpoints from here. (lin_lwp_wait): Don't touch LP->status, let select_event_lwp handle that. Only call select_event_lwp if we're not waiting for a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f969be..1fb4efc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2001-07-07 Mark Kettenis <kettenis@gnu.org>
+
+ * lin-lwp.c (count_events_callback): Fix formatting. Turn check
+ commented with "paranoia" into gdb_assert.
+ (select_event_lwp_callback): Likewise.
+ (cancel_breakpoints_callback): Bail out early if LP is the event
+ LWP. Add comment about backup up breakpoints. Fix formatting and
+ debug message.
+ (select_event_lwp): Make solely repsonsible for switching event
+ LWP. Fix formatting and remove bogus "ERROR" debug message.
+ Don't backup breakpoints from here.
+ (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
+ handle that. Only call select_event_lwp if we're not waiting for
+ a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
+
2001-07-06 Michael Snyder <msnyder@redhat.com>
* procfs.c (procfs_resume): Silence noisy warning.