1999-01-07 04:14:30 +08:00
|
|
|
|
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.
|
|
|
|
|
|
1999-01-07 00:52:17 +08:00
|
|
|
|
Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
|
|
|
|
The following changes were made by Elena Zannoni
|
|
|
|
|
<ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
|
|
|
|
|
part of a project to merge in changes made by HP.
|
|
|
|
|
|
|
|
|
|
* c-exp.y: use external flag hp_som_som_object_present to decide
|
|
|
|
|
whether code was compiled by HP's compilers. Add two new C++
|
|
|
|
|
tokens for true and false.
|
|
|
|
|
(yylex): check for template name is done differently for the
|
|
|
|
|
HP/aCC compiler case. Change some of the template processing code
|
|
|
|
|
for handling HP aCC templates. Handle true and false tokens.
|
|
|
|
|
|
1999-01-06 11:08:10 +08:00
|
|
|
|
Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote.c (record_curthread): Must not modify inferior_pid when
|
1999-01-07 04:14:30 +08:00
|
|
|
|
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.
|
1999-01-06 11:08:10 +08:00
|
|
|
|
(remote_start_remote): on connecting, attempt to get the current
|
1999-01-07 04:14:30 +08:00
|
|
|
|
thread id for inferior_pid.
|
|
|
|
|
(remote_resume): If pid == -1, then resume any-thread (not the
|
|
|
|
|
current thread specifically). Also some cosmetic fixups.
|
1999-01-06 11:08:10 +08:00
|
|
|
|
|
|
|
|
|
* thread.c (info_threads_command): don't initialize current_pid
|
|
|
|
|
until after call to FIND_NEW_THREADS (which may change inferior_pid).
|
|
|
|
|
Also some cosmetic fixups.
|
|
|
|
|
* infrun.c: cosmetic fixups and casts to avoid warnings.
|
|
|
|
|
* infcmd.c: cosmetic fixups, mainly long lines.
|
|
|
|
|
|
1999-01-06 00:58:28 +08:00
|
|
|
|
Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
1999-01-06 06:01:26 +08:00
|
|
|
|
* target.c (noprocess): terminate sentence with a period.
|
|
|
|
|
* breakpoint.c (catch_command_1): ditto.
|
|
|
|
|
|
1999-01-06 01:08:19 +08:00
|
|
|
|
* c-valprint.c (c_value_print): remove hack^2 from HP; it causes
|
|
|
|
|
testsuite losses with no real gain.
|
|
|
|
|
|
1999-01-06 00:58:28 +08:00
|
|
|
|
* inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
|
|
|
|
|
if tm-*.h hasn't overridden default value.
|
|
|
|
|
|
1999-01-05 09:42:38 +08:00
|
|
|
|
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: Fix whitespace indentation for --help.
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
1999-01-05 08:50:49 +08:00
|
|
|
|
1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
|
|
|
|
|
|
|
|
|
|
* main.c: Add --write command line option, document -w.
|
|
|
|
|
* gdb.1: Document --write.
|
|
|
|
|
|
1999-01-05 08:17:07 +08:00
|
|
|
|
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: Require autoconf 2.12.1 or higher.
|
|
|
|
|
* doc/configure.in: Ditto.
|
|
|
|
|
* nlm/configure.in: Ditto.
|
|
|
|
|
* rdi-share/configure.in: Ditto.
|
|
|
|
|
* testsuite/configure.in: Ditto.
|
|
|
|
|
* doc/Makefile.in: Don't hardcode $(SHELL).
|
|
|
|
|
* nlm/Makefile.in: Ditto.
|
|
|
|
|
* rdi-share/Makefile.in: Ditto.
|
|
|
|
|
* testsuite/Makefile.in: Ditto.
|
|
|
|
|
|
1999-01-05 05:01:58 +08:00
|
|
|
|
Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
|
|
|
|
|
inits of new fields, including ref to bogus field.
|
|
|
|
|
(vx_ops, vx_run_ops): Make static.
|
|
|
|
|
|
1999-01-05 04:07:59 +08:00
|
|
|
|
Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
1999-01-05 04:21:16 +08:00
|
|
|
|
* inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
|
|
|
|
|
already defined in tm.h.
|
|
|
|
|
|
1999-01-05 04:07:59 +08:00
|
|
|
|
* inftarg.c: change <sys/unistd.h> to <unistd.h> and
|
|
|
|
|
conditionalize its inclusion.
|
|
|
|
|
* infttrace.c: ditto.
|
|
|
|
|
|
1999-01-05 05:06:51 +08:00
|
|
|
|
For older changes see ChangeLog-98
|
1991-03-29 00:26:26 +08:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
1998-07-28 04:23:32 +08:00
|
|
|
|
mode: change-log
|
1991-03-29 00:26:26 +08:00
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|