diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-03-02 06:05:03 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-03-02 06:05:03 +0000 |
commit | 6c7e601e3ebf5781d8b834a49ae8e63824a3a142 (patch) | |
tree | f6721fb2bc50f8a76bceb9552d505507d0923b0c /gdb/ChangeLog | |
parent | 8ba8a4628fe907f4f8a622b24917b351fb737f5a (diff) | |
download | gdb-6c7e601e3ebf5781d8b834a49ae8e63824a3a142.zip gdb-6c7e601e3ebf5781d8b834a49ae8e63824a3a142.tar.gz gdb-6c7e601e3ebf5781d8b834a49ae8e63824a3a142.tar.bz2 |
* uw-thread.c: Apply GNU conventions to comment formatting.
(deactivate_uw_thread): Call remove_thread_event_breakpoints().
(uw_thread_mourn_inferior): Move remove_thread_event_breakpoints()
call to deactivate_uw_thread().
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 ab2ecdf..930d6b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2000-03-02 Nick Duffek <nsd@cygnus.com> + + * uw-thread.c: Apply GNU conventions to comment formatting. + (deactivate_uw_thread): Call remove_thread_event_breakpoints(). + (uw_thread_mourn_inferior): Move remove_thread_event_breakpoints() + call to deactivate_uw_thread(). + Thu Mar 2 09:04:46 2000 Andrew Cagney <cagney@b1.cygnus.com> * MAINTAINERS: Daniel Berlin is C++ maintainer. |