Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
642c5be7
JM
11999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
2
3 * monitor.c (init_base_monitor_ops): Whitespace cleanup.
4 (_initialize_remote_monitors): Same.
5
9d4010dc
JM
61999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7
8 * monitor.c (init_monitor_ops): Initialize the monitor_ops
9 structure if it hasn't already been done.
10
7110ccc1
SS
11Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
12
13 * inftarg.c (child_ops): Don't initialize statically.
14 (init_child_ops): New function, fills in child_ops.
15 (_initialize_inftarg): Use it.
16 (child_post_attach): Declare extern.
17 (child_wait): Fix ambiguous parens.
18 (child_attach_to_process): Remove unused local wstatus.
19 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
20 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
21 child_has_forked, child_insert_exec_catchpoint,
22 child_remove_exec_catchpoint): Return a value.
23
98c5c192
MS
24Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
25
26 * remote.c (remote_wait): Add inferior_pid to thread list only
27 if it is not already there.
28
897ccbb0
JM
291999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
30
31 * scm-tags.h: Update FSF's address on copyright notice.
32 * ser-e7kpc.c: Same.
33 * gnu-nat.h: Same.
34
4cffc916
SG
35Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
36
7110ccc1 37 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
4cffc916
SG
38 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
39 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
40 * stack.c (struct function_bounds): Remove superfluous `typedef'.
41 * symfile.c (list_overlays_command): stdout => gdb_stdout.
42 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
43 * utils.c (print_spaces): Make more efficient.
44
776fb68d
DT
45Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
46
47 * utils (print_spaces): fix arg to strcat; fix formatting.
48
4d8f8e12
SS
49Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
50
51 * exec.c (exec_ops): Don't initialize statically.
52 (init_exec_ops): New function, fills in exec_ops.
53 (_initialize_exec): Use it.
1c310106
ZR
54
55Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
4d8f8e12 56
1c310106
ZR
57 Beta FR30 port.
58 * fr30-tdep.c
59 * config/fr30/tm-fr30.h
60
460845ab
DT
61Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
62
63 * configure.in: Add an --enable-tui argument. Construct
64 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
65 have the GUI, then we need this to process libgui.h.
66 (ENABLE_CFLAGS): define and export BUILD_TUI.
67 (AC_CHECK_HEADERS): Add check for term.h.
68
69 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
70
71 * config.in, configure : regenerated.
72
73 * Makefile.in: Allow the TUI code to be conditionally enabled.
74 (TUI_LIBRARY): New variable, value are set by the configuration
75 script. Set to the empty string when the TUI isn't enabled.
76 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
77 tui/libtui.a directly.
78 (BUILD_TUI): build the tui -- only when configured with
79 --enable-tui.
80 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
81 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
82 (all-tui): remove dependency from phony target.
83 (c-exp.tab.c): use ylwrap instead of bison.
84 (jv-exp.tab.c): ditto.
85 (f-exp.tab.c): ditto.
86 (m2-exp.tab.c): ditto.
87 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
88 (SFILES): remove the above files
89 (COMMON_OBS): remove somread.o
90 (SFILES): Add the tui files to this, so they get included in etags
91 tables.
92 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
93 tui/libtui.a to the link list.
94 (all-tui): New rule, which does a recursive make in the tui
95 subdir.
96 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
97 don't echo the make command. This is closer to what the other
98 recursions do.
99 (HFILES_NO_SRCDIR): add hpread.h
100 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
101 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
102 the new files. Remove hpread.c, hpread.o
103 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
104 fictitious target. Since the fictitious target never existed,
105 make would always relink.
106 (tui/libtui.a): Always recurse to make sure the library is up to
107 date.
108
7517f04b
SS
109Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
110
111 * remote.c: Pacify --enable-build-warnings, reformat code
112 to conform to standards, fix spelling errors.
113 (ishex, stubhex, record_currthread, etc): Declare.
114 (ishex, stubhex): Declare char arg as int.
115 (pack_string): Comment out, never used but possibly useful.
116 (threadref_to_int, remote_get_threadinfo, etc): Make static.
117
34733701
DT
118Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
119
120 The following changes were made by Elena Zannoni
121 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
122 part of a project to merge in changes made by HP.
123
124 * c-exp.y: use external flag hp_som_som_object_present to decide
125 whether code was compiled by HP's compilers. Add two new C++
126 tokens for true and false.
127 (yylex): check for template name is done differently for the
128 HP/aCC compiler case. Change some of the template processing code
129 for handling HP aCC templates. Handle true and false tokens.
130
b53a1514
MS
131Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
132
133 * remote.c (record_curthread): Must not modify inferior_pid when
7517f04b
SS
134 called from wait_for_inferior. Instead, if a new thread-id is
135 detected, call add_thread.
136 (MAGIC_NULL_PID): new macro, use instead of the magic number
137 "42000".
138 (remote_find_new_threads): if inferior_pid is unknown, get and use
139 the current thread id.
b53a1514 140 (remote_start_remote): on connecting, attempt to get the current
7517f04b
SS
141 thread id for inferior_pid.
142 (remote_resume): If pid == -1, then resume any-thread (not the
143 current thread specifically). Also some cosmetic fixups.
b53a1514
MS
144
145 * thread.c (info_threads_command): don't initialize current_pid
146 until after call to FIND_NEW_THREADS (which may change inferior_pid).
147 Also some cosmetic fixups.
148 * infrun.c: cosmetic fixups and casts to avoid warnings.
149 * infcmd.c: cosmetic fixups, mainly long lines.
150
2819d3d6
DT
151Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
152
49082556
DT
153 * target.c (noprocess): terminate sentence with a period.
154 * breakpoint.c (catch_command_1): ditto.
155
eceede31
DT
156 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
157 testsuite losses with no real gain.
158
2819d3d6
DT
159 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
160 if tm-*.h hasn't overridden default value.
161
d951f9e4
JM
1621999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
163
164 * configure.in: Fix whitespace indentation for --help.
165 * configure: Regenerated.
166
d7f71863
JM
1671999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
168
169 * main.c: Add --write command line option, document -w.
170 * gdb.1: Document --write.
171
f240337a
JM
1721999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
173
174 * configure.in: Require autoconf 2.12.1 or higher.
175 * doc/configure.in: Ditto.
176 * nlm/configure.in: Ditto.
177 * rdi-share/configure.in: Ditto.
178 * testsuite/configure.in: Ditto.
179 * doc/Makefile.in: Don't hardcode $(SHELL).
180 * nlm/Makefile.in: Ditto.
181 * rdi-share/Makefile.in: Ditto.
182 * testsuite/Makefile.in: Ditto.
183
64aa82eb
SS
184Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
185
186 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
187 inits of new fields, including ref to bogus field.
188 (vx_ops, vx_run_ops): Make static.
189
3e1d3d67
DT
190Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
191
97bff53b
DT
192 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
193 already defined in tm.h.
194
3e1d3d67
DT
195 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
196 conditionalize its inclusion.
197 * infttrace.c: ditto.
198
73ec6020 199For older changes see ChangeLog-98
bd5635a1
RP
200\f
201Local Variables:
55d3002f 202mode: change-log
bd5635a1
RP
203left-margin: 8
204fill-column: 74
205version-control: never
206End:
This page took 0.462243 seconds and 4 git commands to generate.