* remote.c: Pacify --enable-build-warnings, reformat code
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
2
3 * remote.c: Pacify --enable-build-warnings, reformat code
4 to conform to standards, fix spelling errors.
5 (ishex, stubhex, record_currthread, etc): Declare.
6 (ishex, stubhex): Declare char arg as int.
7 (pack_string): Comment out, never used but possibly useful.
8 (threadref_to_int, remote_get_threadinfo, etc): Make static.
9
10 Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
11
12 The following changes were made by Elena Zannoni
13 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
14 part of a project to merge in changes made by HP.
15
16 * c-exp.y: use external flag hp_som_som_object_present to decide
17 whether code was compiled by HP's compilers. Add two new C++
18 tokens for true and false.
19 (yylex): check for template name is done differently for the
20 HP/aCC compiler case. Change some of the template processing code
21 for handling HP aCC templates. Handle true and false tokens.
22
23 Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
24
25 * remote.c (record_curthread): Must not modify inferior_pid when
26 called from wait_for_inferior. Instead, if a new thread-id is
27 detected, call add_thread.
28 (MAGIC_NULL_PID): new macro, use instead of the magic number
29 "42000".
30 (remote_find_new_threads): if inferior_pid is unknown, get and use
31 the current thread id.
32 (remote_start_remote): on connecting, attempt to get the current
33 thread id for inferior_pid.
34 (remote_resume): If pid == -1, then resume any-thread (not the
35 current thread specifically). Also some cosmetic fixups.
36
37 * thread.c (info_threads_command): don't initialize current_pid
38 until after call to FIND_NEW_THREADS (which may change inferior_pid).
39 Also some cosmetic fixups.
40 * infrun.c: cosmetic fixups and casts to avoid warnings.
41 * infcmd.c: cosmetic fixups, mainly long lines.
42
43 Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
44
45 * target.c (noprocess): terminate sentence with a period.
46 * breakpoint.c (catch_command_1): ditto.
47
48 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
49 testsuite losses with no real gain.
50
51 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
52 if tm-*.h hasn't overridden default value.
53
54 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
55
56 * configure.in: Fix whitespace indentation for --help.
57 * configure: Regenerated.
58
59 1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
60
61 * main.c: Add --write command line option, document -w.
62 * gdb.1: Document --write.
63
64 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
65
66 * configure.in: Require autoconf 2.12.1 or higher.
67 * doc/configure.in: Ditto.
68 * nlm/configure.in: Ditto.
69 * rdi-share/configure.in: Ditto.
70 * testsuite/configure.in: Ditto.
71 * doc/Makefile.in: Don't hardcode $(SHELL).
72 * nlm/Makefile.in: Ditto.
73 * rdi-share/Makefile.in: Ditto.
74 * testsuite/Makefile.in: Ditto.
75
76 Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
77
78 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
79 inits of new fields, including ref to bogus field.
80 (vx_ops, vx_run_ops): Make static.
81
82 Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
83
84 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
85 already defined in tm.h.
86
87 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
88 conditionalize its inclusion.
89 * infttrace.c: ditto.
90
91 For older changes see ChangeLog-98
92 \f
93 Local Variables:
94 mode: change-log
95 left-margin: 8
96 fill-column: 74
97 version-control: never
98 End:
This page took 0.030482 seconds and 4 git commands to generate.