aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-01-06 20:14:30 +0000
committerStan Shebs <shebs@codesourcery.com>1999-01-06 20:14:30 +0000
commit7517f04bc4f2ac84bea61715b5137ff258688008 (patch)
tree1d61a785b9a9ee6b41daa0e77fb7514109f08397 /gdb/ChangeLog
parent8dee1c8d2218ee02b0f6e41dacc1a8e98a7c2ec3 (diff)
downloadgdb-7517f04bc4f2ac84bea61715b5137ff258688008.zip
gdb-7517f04bc4f2ac84bea61715b5137ff258688008.tar.gz
gdb-7517f04bc4f2ac84bea61715b5137ff258688008.tar.bz2
* remote.c: Pacify --enable-build-warnings, reformat code
to conform to standards, fix spelling errors. (ishex, stubhex, record_currthread, etc): Declare. (ishex, stubhex): Declare char arg as int. (pack_string): Comment out, never used but possibly useful. (threadref_to_int, remote_get_threadinfo, etc): Make static.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog25
1 files changed, 18 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f981253..b83a17b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
+
+ * remote.c: Pacify --enable-build-warnings, reformat code
+ to conform to standards, fix spelling errors.
+ (ishex, stubhex, record_currthread, etc): Declare.
+ (ishex, stubhex): Declare char arg as int.
+ (pack_string): Comment out, never used but possibly useful.
+ (threadref_to_int, remote_get_threadinfo, etc): Make static.
+
Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
The following changes were made by Elena Zannoni
@@ -14,14 +23,16 @@ Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
* remote.c (record_curthread): Must not modify inferior_pid when
- called from wait_for_inferior. Instead, if a new thread-id is
- detected, call add_thread. (MAGIC_NULL_PID): new macro, use
- instead of the magic number "42000". (remote_find_new_threads):
- if inferior_pid is unknown, get and use the current thread id.
+ called from wait_for_inferior. Instead, if a new thread-id is
+ detected, call add_thread.
+ (MAGIC_NULL_PID): new macro, use instead of the magic number
+ "42000".
+ (remote_find_new_threads): if inferior_pid is unknown, get and use
+ the current thread id.
(remote_start_remote): on connecting, attempt to get the current
- thread id for inferior_pid. (remote_resume): If pid == -1,
- then resume any-thread (not the current thread specifically).
- Also some cosmetic fixups.
+ thread id for inferior_pid.
+ (remote_resume): If pid == -1, then resume any-thread (not the
+ current thread specifically). Also some cosmetic fixups.
* thread.c (info_threads_command): don't initialize current_pid
until after call to FIND_NEW_THREADS (which may change inferior_pid).