diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-07 18:58:38 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-07 18:58:38 +0000 |
commit | 2b266721c45fa8b57da9d32c1071a14ab930a40b (patch) | |
tree | 5d0353fcdaec1600f6a71056f381382d618f2f86 | |
parent | a3d9c82d148b173714f89bc96fd37bf745aae67f (diff) | |
download | gdb-2b266721c45fa8b57da9d32c1071a14ab930a40b.zip gdb-2b266721c45fa8b57da9d32c1071a14ab930a40b.tar.gz gdb-2b266721c45fa8b57da9d32c1071a14ab930a40b.tar.bz2 |
2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)
* ChangeLog: Whitespace change to check cvs logging mechanism.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2bb7927..2f28b00 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -382,7 +382,7 @@ Thu Jan 13 23:34:17 EST 2000 Nicholas Duffek <nsd@cygnus.com> copyright. Add new private data pointer for use by target back-ends. * thread.c (struct thread_info): move definition to gdbthread.h. (find_thread_pid): new exported function for thread lookup. - (iterate_over_threads): new exported function for applying + (iterate_over_threads): new exported function for applying arbitrary operations to threads. Update copyright to 2000. (info_threads_command): use new target_extra_thread_info vector to display extra information about each thread (if implemented). @@ -406,7 +406,7 @@ Thu Jan 13 23:34:17 EST 2000 Nicholas Duffek <nsd@cygnus.com> 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com> * remote.c (remote_open_1): Fix message so it does not imply a - specific syntax for serial ports, as it is OS dependent. + specific syntax for serial ports, as it is OS dependent. (remote_async_open_1): Ibid. (init_remote_ops): Ibid. |