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