* remote-mips.c (mips_initialize): Fix brain damage found by
[binutils-gdb.git] / gdb / ChangeLog
1 Tue Nov 7 16:02:25 1995 Stu Grossman (grossman@cygnus.com)
2
3 * remote-mips.c (mips_initialize): Fix brain damage found by
4 Jamie. Basically had case statement in the wrong place...
5 * (mips_load): Remove unnecessary `db tty0' command. It's all
6 handled by mips_initialize now.
7
8 Tue Nov 7 12:59:14 1995 Raymond Jou <rjou@mexican.cygnus.com>
9
10 * mac-gdb.r: Added #ifdef Macgdb.
11
12 Tue Nov 7 14:59:51 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
13
14 * remote-mips.c (mips_initialize): Updated to talk to VR4300 RISQ
15 monitor board.
16
17 Mon Nov 6 11:44:11 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
18
19 * config/mips/{tm-vr4300.h tm-vr4300el.h} (TARGET_MONITOR_PROMPT):
20 Change into real strings.
21
22 * remote-sim.c (gdbsim_open): Moved sim_open() call to after
23 callback initialisation.
24
25 Sun Nov 5 00:07:52 1995 Jason Molenda (crash@phydeaux.cygnus.com)
26
27 * configure.in (AC_CHECK_HEADERS): add stddef.h.
28
29 Fri Nov 3 12:30:43 1995 Fred Fish <fnf@cygnus.com>
30
31 * Makefile.in (COMMON_OBS): Use corefile.o rather than core.o
32 * core.c: Rename to corefile.c.
33 * config/pyr/tm-pyr.h, umax-xdep.c, sun386-nat.c, pyr-xdep.c,
34 Makefile.in (SFILES), gould-xdep.c, coredep.c, armtdep.c,
35 arm-xdep.c, altos-xdep.c: Change core.c references to corefile.c.
36
37 From Graham Stoney <greyham@research.canon.oz.au>.
38 * Makefile.in (remote-array.o): Add rule to build.
39 (ALLDEPFILES): Add remote-array.c
40 * remote-array.c (baud_rate): Remove unnecessary declaration.
41 (baudrate): Remove.
42 (array_files_info): Print global baud_rate not baudrate.
43
44 Sat Nov 4 10:21:58 1995 Stu Grossman (grossman@cygnus.com)
45
46 * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS.
47 * fork-child.c (fork_inferior): Add call to
48 TARGET_CREATE_INFERIOR_HOOK to allow target specific code to get
49 control just before the new process executes it's first instruction.
50 * remote-mips.c (mips_initialize): Cleanup a bit. Don't try to
51 receive a packet at first. This speeds up initialization a lot.
52 Use TARGET_MONITOR_PROMPT instead of "<IDT>".
53 (common_breakpoint): Use rresponse instead of rerrflg to inspect
54 error code.
55 * symfile.c (syms_from_objfile reread_symbols): Call
56 TARGET_SYMFILE_POSTREAD to allow target specific code to get
57 control after reading new symbols.
58 * target.h: New macros TARGET_SYMFILE_POSTREAD, and
59 TARGET_CREATE_INFERIOR_HOOK. See above for descriptions.
60 * config/mips/{irix5.mh nm-irix5.h}: Delete nm-irix5.h. Make
61 NAT_FILE point directly at ../nm-sysv4.h.
62 * config/mips/{mipsm3.mh nm-m3.h}: Delete nm-m3.h. Make
63 NAT_FILE point directly at ../nm-m3.h.
64 * config/mips/{mipsv4.mh nm-sysv4.h}: Delete nm-sysv4.h. Make
65 NAT_FILE point directly at ../nm-sysv4.h.
66 * config/mips/nm-mips.h: Improve comment at top of file.
67 * config/mips/tm-mips.h (TARGET_MONITOR_PROMPT): Change
68 definition into a proper string.
69 start-sanitize-gm
70 * configure configure.in: Add support for --enable-gm.
71 (mips*-*-magic*): Change target from magic to idt.
72 * eval.c expprint.c expression.h parse.c remote-mips.c utils.c:
73 Change GENERAL_MAGIC_HACKS to GENERAL_MAGIC.
74 * magic.c magic.h: Update files from GM.
75 * config/mips/magic.mt: Delete. No longer necessary now that we
76 use --enable mechanism.
77 * config/mips/tm-idt.h: Add GM stuff needed for remote GM box.
78 * config/mips/tm-irix5.h: Add GM stuff needed for native Irix box.
79 * config/mips/tm-magic.h: Move up to config/tm-magic.h. Move all
80 platform specific stuff into tm-irix.h and tm-idt.h. Add defs for
81 TARGET_SYMFILE_POSTREAD and TARGET_CREATE_INFERIOR_HOOK.
82 end-sanitize-gm
83
84 Wed Nov 1 20:18:08 1995 Fred Fish <fnf@cygnus.com>
85
86 * config/i386/tm-i386.h: New file containing generic i*86 target
87 definitions.
88 (TARGET_BYTE_ORDER): Moved here from tm-i386v.h.
89 (IEEE_FLOAT): Moved here from tm-i386v.h.
90 (START_INFERIOR_TRAPS_EXPECTED): Define default as 2.
91 (FUNCTION_START_OFFSET): Moved here from tm-i386v.h.
92 (SKIP_PROLOGUE): Moved here from tm-i386v.h.
93 (SAVED_PC_AFTER_CALL): Moved here from tm-i386v.h.
94 (INNER_THAN): Moved here from tm-i386v.h.
95 (BREAKPOINT): Moved here from tm-i386v.h.
96 (DECR_PC_AFTER_BREAK): Moved here from tm-i386v.h.
97 (ABOUT_TO_RETURN): Moved here from tm-i386v.h.
98 (REGISTER_SIZE): Moved here from tm-i386v.h.
99 (NUM_REGS): Moved here from tm-i386v.h.
100 (REGISTER_NAMES): Moved here from tm-i386v.h.
101 (EXTRACT_STRUCT_VALUE_ADDRESS): Moved here from tm-i386v.h.
102 (FP_REGNUM): Moved here from tm-i386v.h.
103 (SP_REGNUM): Moved here from tm-i386v.h.
104 (PC_REGNUM): Moved here from tm-i386v.h.
105 (PS_REGNUM): Moved here from tm-i386v.h.
106 (FP0_REGNUM): Moved here from tm-i386aix.h.
107 (FPC_REGNUM): Moved here from tm-sun386.h.
108 (REGISTER_BYTES): Moved here from tm-i386aix.h.
109 (REGISTER_BYTE): Moved here from tm-i386aix.h.
110 (REGISTER_RAW_SIZE): Moved here from tm-i386aix.h.
111 (MAX_REGISTER_RAW_SIZE): Moved here from tm-i386aix.h.
112 (REGISTER_VIRTUAL_SIZE): Moved here from tm-i386aix.h.
113 (MAX_REGISTER_VIRTUAL_SIZE): Moved here from tm-i386aix.h.
114 (EXTRACT_RETURN_VALUE): Moved here from tm-i386aix.h.
115 (STORE_RETURN_VALUE): Moved here from tm-i386aix.h.
116 (REGISTER_VIRTUAL_TYPE): Moved here from tm-i386v.h.
117 (STORE_STRUCT_RETURN): Moved here from tm-i386v.h.
118 (FRAME_CHAIN): Moved here from tm-i386v4.h.
119 (FRAMELESS_FUNCTION_INVOCATION): Moved here from tm-i386v4.h.
120 (FRAME_SAVED_PC): Moved here from tm-i386os9k.h
121 (FRAME_ARGS_ADDRESS): Moved here from tm-i386v.h.
122 (FRAME_LOCALS_ADDRESS): Moved here from tm-i386v.h.
123 (FRAME_NUM_ARGS): Moved here from tm-i386sun.h.
124 (FRAME_ARGS_SKIP): Moved here from tm-i386v.h.
125 (FRAME_FIND_SAVED_REGS): Moved here from tm-i386v.h.
126 (PUSH_DUMMY_FRAME): Moved here from tm-i386v.h.
127 (POP_FRAME): Moved here from tm-i386v.h.
128 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
129 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Moved here from
130 tm-i386v.h
131 (print_387_control_word, print_387_status_word): Declare prototypes.
132 (struct frame_info, struct frame_saved_regs): Forward decls for
133 prototypes.
134 (SP_ARG0): Moved here from tm-i386v.h.
135
136 * config/i386/tm-i386v.h:
137 (i386/tm-i386.h): Include.
138 (TARGET_BYTE_ORDER): Remove.
139 (IEEE_FLOAT): Remove.
140 (START_INFERIOR_TRAPS_EXPECTED): Undef before redefine to 4.
141 (FUNCTION_START_OFFSET): Remove.
142 (SKIP_PROLOGUE): Remove.
143 (i386_skip_prologue): Remove prototype.
144 (SAVED_PC_AFTER_CALL): Remove.
145 (INNER_THAN): Remove.
146 (BREAKPOINT): Remove.
147 (DECR_PC_AFTER_BREAK): Remove.
148 (ABOUT_TO_RETURN): Remove.
149 (REGISTER_SIZE): Remove.
150 (NUM_REGS): Undef before redefine to 16 (no FP support).
151 (REGISTER_NAMES): Undef before redefine.
152 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove.
153 (REGISTER_BYTES): Undef before redefine.
154 (REGISTER_BYTE): Undef before redefine.
155 (REGISTER_RAW_SIZE): Undef before redefine.
156 (REGISTER_VIRTUAL_SIZE): Undef before redefine.
157 (MAX_REGISTER_RAW_SIZE): Undef before redefine.
158 (MAX_REGISTER_VIRTUAL_SIZE): Undef before redefine.
159 (REGISTER_VIRTUAL_TYPE): Undef before redefine.
160 (STORE_STRUCT_RETURN): Undef before redefine.
161 (EXTRACT_RETURN_VALUE): Undef before redefine.
162 (STORE_RETURN_VALUE): Undef before redefine.
163 (EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
164 (FRAME_CHAIN): Undef before redefine.
165 (FRAMELESS_FUNCTION_INVOCATION): Undef before redefine.
166 (FRAME_SAVED_PC): Undef before redefine.
167 (FRAME_ARGS_ADDRESS): Remove.
168 (FRAME_LOCALS_ADDRESS): Remove.
169 (FRAME_NUM_ARGS): Undef before redefine.
170 (FRAME_ARGS_SKIP): Remove.
171 (FRAME_FIND_SAVED_REGS): Remove.
172 (PUSH_DUMMY_FRAME): Remove.
173 (POP_FRAME): Remove.
174 (CALL_DUMMY): Remove.
175 (CALL_DUMMY_LENGTH): Remove.
176 (CALL_DUMMY_START_OFFSET): Remove.
177 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove
178 (FIX_CALL_DUMMY): Remove.
179 (print_387_control_word): Remove.
180 (print_387_status_word): Remove.
181 (SP_ARG0): Remove.
182
183 * config/i386/tm-symmetry.h:
184 (TM_SYMMETRY_H): Enclose file in test for define & define if needed.
185 (START_INFERIOR_TRAPS_EXPECTED): Move to after inclusion of
186 tm-i386v4.h or tm-i386v.h, #undef, and #define back to 2.
187 (DECR_PC_AFTER_BREAK): Move to after inclusion of tm-i386v4.h
188 or tm-i386v.h, #undef, and #define to 0.
189 (MAX_REGISTER_RAW_SIZE): Remove.
190 (FRAME_CHAIN): Remove.
191 (FRAMELESS_FUNCTION_INVOCATION): Remove.
192 (FRAME_SAVED_PC): Remove.
193 (print_387_control_word, print_387_status_word): Remove prototypes.
194
195 * config/i386/tm-ptx.h:
196 (TM_PTX_H): Enclose file in test for define & define if needed.
197 (START_INFERIOR_TRAPS_EXPECTED): Move to after inclusion of
198 tm-i386v4.h or tm-i386v.h, #undef, and #define back to 2.
199 (DECR_PC_AFTER_BREAK): Move to after inclusion of tm-i386v4.h
200 or tm-i386v.h, #undef, and #define to 0.
201 (SDB_REG_TO_REGNUM): Remove obsolete commented out define.
202 (print_387_control_word, print_387_status_word): Remove prototypes.
203
204 * config/i386/tm-linux.h:
205 (TM_LINUX_H): Enclose file in test for define & define if needed.
206 (i386/tm-i386.h): Include instead of tm-i386v.h.
207 (START_INFERIOR_TRAPS_EXPECTED): Remove.
208
209 * config/i386/tm-i386v4.h:
210 (TM_I386V4_H): Enclose file in test for define & define if needed.
211 (i386/tm-i386.h): Include instead of tm-i386v.h.
212 (START_INFERIOR_TRAPS_EXPECTED): Remove.
213 (FRAME_CHAIN): Moved to tm-i386.h.
214 (FRAMELESS_FUNCTION_INVOCATION): Moved to tm-i386.h.
215 (FRAME_SAVED_PC): Remove.
216 (sigtramp_saved_pc): Define as i386v4_sigtramp_saved_pc.
217 (FRAME_NUM_ARGS): Remove.
218
219 * config/i386/tm-i386os9k.h:
220 (TM_I386OS9K_H): Enclose file in test for define & define if needed.
221 (i386/tm-i386.h): Include instead of tm-i386v.h.
222 (START_INFERIOR_TRAPS_EXPECTED): Remove.
223 (NUM_REGS): Undefine before redefining.
224 (FRAME_CHAIN): Remove.
225 (FRAMELESS_FUNCTION_INVOCATION): Remove.
226 (FRAME_SAVED_PC): Move to tm-i386.h.
227
228 * config/i386/tm-i386nw.h:
229 (TM_I386NW_H): Enclose file in test for define & define if needed.
230 (i386/tm-i386.h): Include instead of tm-i386v.h.
231 (START_INFERIOR_TRAPS_EXPECTED): Remove.
232
233 * config/i386/tm-i386bsd.h:
234 (TM_I386BSD_H): Enclose file in test for define & define if needed.
235 (i386/tm-i386.h): Include instead of tm-i386v.h.
236 (START_INFERIOR_TRAPS_EXPECTED): Remove.
237 (FRAMELESS_FUNCTION_INVOCATION): Remove.
238 (FRAME_SAVED_PC): Remove.
239
240 * config/i386/tm-i386aix.h:
241 (i386/tm-i386.h): Include instead of tm-i386v.h.
242 (START_INFERIOR_TRAPS_EXPECTED): Remove.
243 (FP_REGNUM): Remove.
244 (SP_REGNUM): Remove.
245 (PC_REGNUM): Remove.
246 (PS_REGNUM): Remove.
247 (FP0_REGNUM): Moved to tm-i386.h.
248 (NUM_REGS): Remove.
249 (REGISTER_NAMES): Remove.
250 (REGISTER_BYTES): Moved to tm-i386.h.
251 (REGISTER_BYTE): Moved to tm-i386.h.
252 (REGISTER_RAW_SIZE): Moved to tm-i386.h.
253 (MAX_REGISTER_RAW_SIZE): Moved to tm-i386.h.
254 (REGISTER_VIRTUAL_SIZE): Moved to tm-i386.h.
255 (REGISTER_VIRTUAL_TYPE): Removed.
256 (EXTRACT_RETURN_VALUE): Moved to tm-i386.h.
257 (STORE_RETURN_VALUE): Moved to tm-i386.h.
258
259 * config/i386/tm-sun386.h:
260 (TM_SUN386_H): Enclose file in test for define & define if needed.
261 (i386/tm-i386.h): Include.
262 (TARGET_BYTE_ORDER): Remove.
263 (FUNCTION_START_OFFSET): Remove.
264 (SKIP_PROLOGUE): Remove.
265 (SAVED_PC_AFTER_CALL): Remove.
266 (INNER_THAN): Remove.
267 (BREAKPOINT): Remove.
268 (DECR_PC_AFTER_BREAK): Remove.
269 (ABOUT_TO_RETURN): Remove.
270 (REGISTER_SIZE): Remove.
271 (NUM_REGS): Undefine before defining.
272 (REGISTER_NAMES): Undefine before redefining.
273 (REGISTER_BYTES): Undefine before redefining.
274 (REGISTER_BYTE): Undefine before defining.
275 (FP_REGNUM): Undefine before defining.
276 (PC_REGNUM): Undefine before defining.
277 (FPC_REGNUM): Undefine before defining.
278 (REGISTER_RAW_SIZE): Undefine before defining.
279 (FRAME_CHAIN): Undefine before defining.
280 (FRAMELESS_FUNCTION_INVOCATION): Undefine before defining.
281 (FRAME_SAVED_PC): Undefine before defining.
282 (FRAME_NUM_ARGS): Moved to tm-i386.h.
283 (MAX_REGISTER_RAW_SIZE): Remove.
284 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
285 (STORE_STRUCT_RETURN): Remove.
286 (EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
287 (FRAME_ARGS_ADDRESS): Remove.
288 (FRAME_LOCALS_ADDRESS): Remove.
289 (FRAME_NUM_ARGS): Undefine before defining.
290 (FRAME_ARGS_SKIP): Remove.
291 (FRAME_FIND_SAVED_REGS): Remove.
292 (PUSH_DUMMY_FRAME): Remove.
293 (POP_FRAME): Remove.
294 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET): Remove.
295 (struct frame_info, struct frame_saved_regs): Remove forward decls
296 for prototypes.
297
298 * config/i386/tm-i386lynx.h (i386/tm-i386.h): Include instead of
299 tm-i386v.h.
300 * config/i386/tm-i386m3.h (i386/tm-i386.h): Include instead of
301 tm-i386v.h.
302
303 * i386-tdep.c (i386_extract_return_value): Make function visible
304 for all i386 targets, but only assume floating point values returned
305 in floating point registers for I386_AIX_TARGET.
306
307 * i386v-nat.c (i386_register_u_addr): Enable code to locate
308 floating point regs in user struct.
309
310 Wed Nov 1 15:32:57 1995 Fred Fish <fnf@cygnus.com>
311
312 * breakpoint.c (breakpoint_re_set): Fix typo in comment.
313 * symtab.c (in_prologue): Document func_start and when it is zero
314 don't call SKIP_PROLOGUE (which typically leads unconditionally to
315 an error when we try to access a prologue at address 0).
316
317 Tue Oct 31 13:01:15 1995 Fred Fish <fnf@cygnus.com>
318
319 * elfread.c: Include elf-bfd.h rather than libelf.h.
320
321 Tue Oct 31 10:42:42 1995 steve chamberlain <sac@slash.cygnus.com>
322
323 * win32-nat.c (xlate_exception): Treat a stack overflow like a SEGV.
324
325 Sun Oct 29 11:22:05 1995 Fred Fish <fnf@cygnus.com>
326
327 * monitor.c: Include gnu-regex.h rather than system regex.h.
328
329 Sat Oct 28 23:51:48 1995 steve chamberlain <sac@slash.cygnus.com>
330
331 * defs.h: Test on name __WIN32__ rather than WIN32.
332 * inflow.c (new_tty): Likewise
333 * terminal.h: Likewise.
334 * utils.c (initialize_utils): Likewise.
335 * win32-nat.c (child_create_inferiror): Print error code when failing.
336 * config/i386/win32.mh (XM_CLIBS): Need -lkernel32.
337
338 Sat Oct 28 04:52:36 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
339
340 * symtab.h (enum address_class): Add LOC_UNRESOLVED for
341 a location whose address has to be resolved via the minimal
342 symbol table.
343 * buildsym.c (finish_block), findvar.c (symbol_read_needs_frame,
344 read_var_value), printcmd.c (address_info),
345 symmisc.c (print_symbol, print_partial_symbol): Handle
346 LOC_UNRESOLVED.
347 * stabsread.c (scan_file_globals): Change unresolved LOC_STATIC
348 symbols to LOC_UNRESOLVED. Remove rt_common_objfile lookup
349 kludge, global common symbols are now handled by LOC_UNRESOLVED.
350 (scan_file_globals_1): Move code back to scan_file_globals,
351 delete.
352
353 Fri Oct 27 09:54:07 1995 Stu Grossman (grossman@cygnus.com)
354
355 * breakpoint.c (breakpoint_re_set): #ifdef GET_LONGJMP_TARGET
356 around calls to create_longjmp_breakpoint. Why install the
357 breakpoints if we can't find the longjmp target?
358 * infrun.c (wait_for_inferior): Cleanup comments near call test.
359 * remote-mips.c: Fixed a bunch of prototypes to avoid char/int
360 complaint from picky compilers. Add comment to mips_expect.
361 Replace all instances of sr_get_debug with remote_debug.
362 * (mips_readchar): Don't jam init string to monitor.
363 mips_initialize() handles that.
364 * (mips_receive_header): Print better message when we get too
365 much garbage.
366 * (mips_request): Allow caller to pass in buff to allow them to
367 analyze the returned message.
368 * (mips_initialize): Re-do initialization to try sending a BREAK,
369 a ^C, and then a download escape sequence. Cleanup protocol
370 startup. Eliminate sleeps. Clear breakpoints (if using monitor
371 breakpoints). Re-init frame.
372 * (mips_detach): Close down target.
373 start-sanitize-gm
374 * (mips_resume): Pass signal down to target.
375 * (mips_create_inferior): Start target with TARGET_SIGNAL_PWR.
376 end-sanitize-gm
377 * (mips_wait): Handle return status with registers, or breakpoint stuff.
378 * (mips_kill): Add ^C handling.
379 * (mips_insert_breakpoint mips_remove_breakpoint): Call new
380 breakpoint stuff if enabled.
381 * (calculate_mask remote_mips_set_watchpoint
382 remote_mips_remove_watchpoint remote_mips_stopped_by_watchpoint):
383 Hardware watchpoint/breakpoint stuff.
384 * (common_breakpoint): Common code for new monitor breakpoint commands.
385 * (mips_load): Don't use `prompt'. It's a global variable.
386 * top.c (dont_repeat_command): New command for use in
387 user-defined commands to suppress auto-repeat (by hittin return key).
388 start-sanitize-gm
389 * utils.c (request_quit): Call target_kill here. Good idea.
390 Needs a better implementation.
391 end-sanitize-gm
392 * valops.c: Add start of auto function-call abandonment capability.
393
394 start-sanitize-gm
395 * c-exp.y: Add code (currently disabled) to handle GM dynamic
396 structures (it conflicts with @!).
397 * eval.c (evaluate_subexp_standard): ditto.
398 * expprint.c (print_subexp dump_expression): ditto.
399 * expression.h (enum exp_opcode): ditto.
400 * parse.c (length_of_subexp): ditto.
401 * configure, configure.in: Add mip*-*-magic* target.
402 * magic.c magic.h: Special routines to handle GM stuff (like
403 stepping through dispatcher).
404 * config/mips/tm-magic.h config/mips/magic.mt: New files for
405 magic target support.
406 end-sanitize-gm
407
408 Thu Oct 26 22:02:27 1995 Stan Shebs <shebs@andros.cygnus.com>
409
410 * mpw-config.in: Add support for PowerMac host, add beginnings
411 of native support.
412 * mpw-make.sed: Disable subdir recursion, edit out useless rule.
413 * mac-xdep.c (Values.h): Don't include.
414 (GestaltEqu.h): Include Gestalt.h instead.
415 (do_mouse_down): Comment out control tracking, needs to be
416 updated to use UPP before will work on PowerMac.
417 * config/xm-mpw.h: New file, all-Mac host support.
418 * config/m68k/xm-mpw.h: Move most definitions into generic Mac
419 support.
420 * config/powerpc/xm-mpw.h: New file, PowerMac host support.
421
422 Thu Oct 26 15:21:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
423
424 * regex.h: Renamed to gnu-regex.h.
425 * regex.c: Renamed to gnu-regex.c.
426 * Makefile.in (POSSLIBS): Refer to gnu-regex.h and gnu-regex.c.
427 (REGEX, REGEX1): Change to gnu-regex.o instead of regex.o.
428 (regex.o): Renamed to gnu-regex.o; refer to gnu-regex.c.
429 (irix5-nat.o, osfsolib.o, gnu-regex.o, solib.o, source.o, symtab.o):
430 Likewise.
431 * irix5-nat.c, osfsolib.c, gnu-regex.c, solib.c, source.c, symtab.c):
432 Include "gnu-regex.h" instead of "regex.h".
433 * alpha-tdep.c (in_prologue): Rename to alpha_in_prologue, to
434 avoid conflicts with symtab.h.
435
436 Tue Oct 24 18:30:18 1995 Jason Molenda (crash@phydeaux.cygnus.com)
437
438 * config/pa/hppahpux.mh: Remove hardcoding of X locations.
439 * Makefile.in: Use X11_CFLAGS, X11_LDFLAGS and X11_LIBS.
440 * configure.in: Link X statically on Solaris, SunOS and HPUX.
441
442 Tue Oct 24 12:26:14 1995 Stu Grossman (grossman@cygnus.com)
443
444 * monitor.c (monitor_expect_regexp): Same as monitor_expect, but
445 with the obvious extension.
446 (monitor_read_memory_single): Use regexp for getmem.resp_delim
447 because of parsing ambiguities caused by certain monitors.
448 (monitor_read_memory): Use new regexp stuff to parse
449 getmem.resp_delim.
450 * monitor.h (struct memrw_cmd->resp_delim): Document this as a
451 regexp.
452 * sh3-rom.c: Finish off table. Use new regexp capability for
453 getmem commands.
454
455 * infrun.c (wait_for_inferior): Disable questionable code near
456 the step range test. Replace call detection test with much
457 simpler (and more efficient) test that doesn't require prologue
458 examination (as often).
459 * symtab.c symtab.h (in_prologue): New function that indicates
460 whether or not we are in a function prologue. This uses the
461 symbol table, and then falls back to prologue examination if that
462 fails. It's much more efficient for remote debugging because it
463 avoids examining memory, which is very slow. This is used in
464 wait_for_inferior to determine if we've made a function call that
465 needs to be skipped over (for next/nexti).
466 * mips-tdep.c (after_prologue): New function, returns the PC
467 after the prologue. Uses PDRs and the symbol table.
468 (mips_find_saved_regs): Use in_prologue() to avoid costly
469 prologue examination if possible.
470 (mips_skip_prologue): Use after_prologue() if possible to avoid
471 costly prologue examination.
472
473 Mon Oct 23 16:03:33 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
474
475 * configure.in (configdirs): Added support for the VR4300 default
476 builds (mips64*vr4300*el-*-elf*, mips64*vr4300*-*-elf*).
477
478 * configure: Regenerated.
479
480 * remote-mips.c (mips_load): Updated the prompt spotting code to
481 make use of the TARGET_MONITOR_PROMPT manifest.
482
483 Sat Oct 21 06:11:49 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
484
485 * alpha-tdep.c, mips-tdep.c (init_extra_frame_info):
486 Do not set saved registers from heuristics for a sigtramp frame.
487
488 * dwarfread.c (enum_type): Determine signedness of enum type
489 from enumerators.
490
491 * mips-tdep.c: Include gdb_string.h, gcc -Wall lint.
492
493 * rs6000-nat.c (xcoff_relocate_core): Fix typo.
494
495 * valops.c (value_repeat): Fix length of memory transfer to
496 match recent allocate_repeat_value change.
497
498 Thu Oct 19 19:04:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
499
500 * gdbtypes.c (get_discrete_bounds): Fix typo.
501
502 Thu Oct 19 12:15:37 1995 Stan Shebs <shebs@andros.cygnus.com>
503
504 * defs.h (SEEK_SET, SEEK_CUR): Add default definitions.
505 * dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR):
506 Remove default definitions.
507
508 * Makefile.in (CC-LD): Rename to CC_LD, so MPW xform works.
509 (MMALLOC_SRC): Define.
510 (MMALLOC_CFLAGS): Use.
511 (ser-mac.o): Add rule.
512 * dwarfread.c, somread.c, ultra3-nat.c, xcoffread.c: Replace L_SET
513 with SEEK_SET in all calls to bfd_seek.
514 * scm-tags.h (scm_tags): Remove excess comma.
515
516 * mpw-config.in: Adapt to work with autoconf'ed configury;
517 build config.h, add empty definitions to mk.tmp.
518 (powerpc-apple-macos): Make it work.
519 * mpw-make.sed: New file, sed commands to translate Unix makefile
520 into MPW syntax.
521 * mpw-make.in: Remove.
522 * mac-gdb.r: New file, was macgdb.r, renamed for consistency
523 with other tools, now includes cfrg resource.
524 * macgdb.r: Remove.
525 * config/m68k/xm-mpw.h: Remove most of contents, replace with
526 include of include/mpw/mpw.h.
527
528 Tue Oct 17 10:38:53 1995 Jeffrey A Law (law@cygnus.com)
529
530 * hppa-tdep.c (frame_chain): Fix more obscure problems caused
531 by system calls that core dump processes without saving all
532 the register state.
533
534 * config/pa/hppahpux.mt (XDEPFILES): Remove bogus definition.
535 * config/pa/hppapro.mt (XDEPFILES): Likewise.
536
537 Tue Oct 17 08:04:26 1995 Fred Fish <fnf@rtl.cygnus.com>
538
539 * NEWS: Fix typo.
540
541 start-sanitize-sh3e
542 Mon Oct 16 18:24:03 1995 Jim Wilson <wilson@chestnut.cygnus.com>
543
544 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Return builtin_type_float
545 for FP registers.
546 (REGISTER_NAMES): Add FP register names. Remove ticks, stalls, cycles,
547 insts, plr, and tlr.
548 (NUM_REGS, NUM_REALREGS): Increase from 23 to 41.
549 (FPUL_REGNUM, FP0_REGNUM): New macros.
550
551 end-sanitize-sh3e
552 Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com)
553
554 * remote-mips.c: Add support for speedy (about 10x faster)
555 downloads.
556
557 * remote-array.c: Move baud_rate initialization from
558 _initialize_array to array_open. It was forcing the baud rate of
559 all targets to be 4800 baud! Seems like I've fixed this before...
560 * config/mips/idt.mt (TDEPFILES): Remove remote-array.o. This
561 has *nothing* to do with IDT!!!
562
563 * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of
564 fprintf_filtered.
565
566 * Makefile.in sh3-rom.c config/sh/sh.mt config/sh/tm-sh.h: Add
567 sh3 monitor support.
568 * monitor.c: Cleanup regexp compilation stuff to make it easier
569 to use several regexps.
570 * monitor.h: Get rid of struct rom_cmd_data. It's no longer used.
571 * config/m68k/tm-monitor.h: Don't redefine NUM_REGS here. It just
572 causes GDB to crash.
573
574 * sparcl-tdep.c: Cleanup serial error handling.
575
576 Sun Oct 15 16:19:27 1995 Stan Shebs <shebs@andros.cygnus.com>
577
578 * rs6000-tdep.c: Don't include a.out.h, improve some formatting.
579
580 Fri Oct 13 15:27:49 1995 Stu Grossman (grossman@cygnus.com)
581
582 * dcache.c: Change default value of remotecache to off. It just
583 screws up too many targets.
584 * sparcl-stub.c: Add prototypes to many forward decls.
585 * Create private copies of strlen, strcpy, and memcpy to prevent
586 chaos when user steps into them.
587 * (trap_low handle_exception): Clean up DSU support code
588 (hardware breakpoints). Move lots of stuff from asm-land to
589 C-land (make it much easier to #ifdef if necessary). Also, use
590 trap 255 to get into break mode instead of doing a DSU register
591 write, which may trash the register.
592 * (putpacket): Don't check return value of putDebugChar. It
593 returns void...
594
595 Fri Oct 13 14:16:17 1995 steve chamberlain <sac@slash.cygnus.com>
596
597 * remote-sim.h: Always include callback.h.
598 (sim_set_callbacks): New declaration.
599
600 Fri Oct 13 10:57:40 1995 Jeffrey A Law (law@cygnus.com)
601
602 * somsolib.c (som_solib_add): Just give a warning if a file
603 mentioned in the dld_list can't be found.
604 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP): Dig out
605 the PC from the PC queues rather than %r31.
606
607 Thu Oct 12 13:36:15 1995 Jeffrey A Law (law@cygnus.com)
608
609 * corelow.c (core_open): Don't update the to_sections and
610 to_sections_end fields in core_ops here. It's too late.
611 * irix5-nat.c (solib_add): Update the to_sections and
612 to_sections_end fields in core_ops here if needed.
613 * osfsolib.c (solib_add): Likewise.
614 * rs6000-nat.c (xcoff_relocate_core): Likewise.
615 * solib.c (solib_add): Likewise.
616 * somsolib.c (solib_add): Likewise.
617
618 Wed Oct 11 17:25:59 1995 Fred Fish <fnf@rtl.cygnus.com>
619
620 * Makefile.in (VERSION): Bump version to 4.15.1
621
622 Tue Oct 10 15:26:39 1995 Fred Fish <fnf@cygnus.com>
623
624 * Makefile.in (VERSION): Version 4.15 released.
625 * README: Updated for version 4.15.
626 * README.GDBTK: Updated for version 4.15
627 * NEWS: Updated for 4.15 release.
628
629 Tue Oct 10 13:18:50 1995 Fred Fish <fnf@cygnus.com>
630
631 * configure.in: Add AC_PROG_YACC
632 * configure: Regenerate
633 * Makefile.in (BISON): Remove macro definition.
634 (YACC): Set from autoconfig.
635 (FLAGS_TO_PASS): Remove BISON.
636 (TARGET_FLAGS_TO_PASS): Remove BISON.
637
638 Tue Oct 10 12:25:11 1995 steve chamberlain <sac@slash.cygnus.com>
639
640 * win32-nat.c (child_create_inferior): Pass argv correctly.
641 * Makefile.in (win32-nat.o): Add dependencies.
642
643 Mon Oct 9 14:36:29 1995 steve chamberlain <sac@slash.cygnus.com>
644
645 * NEWS: Add information about win32 and arm code.
646 * win32-nat.c: Renamed from win32.c.
647 * config/i386/win32.mh: Renamed from config/i386/i386win32.mh.
648 * config/i386/win32.mt: Renamed from config/i386/i386win32.mt.
649 * config/i386/tm-win32.h: Renamed from config/i386/tm-i386win32.h.
650 * config/i386/xm-win32.h: Renamed from config/i386/xm-i386win32.h.
651 * configure.in (i[345]86-*-win32): Updated to cope with filename
652 changes.
653 * configure: Regenerated.
654
655 Sun Oct 8 18:01:04 1995 Per Bothner <bothner@kalessin.cygnus.com>
656
657 * ch-exp.y (yylex): Also look for '$' following '$'.
658
659 Sat Oct 7 22:52:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
660
661 * ch-exp.y (yylex): Fix typo.
662
663 Fri Oct 6 11:56:49 1995 Jim Wilson <wilson@chestnut.cygnus.com>
664
665 * remote-sim.c (gdbsim_open): Put callback initializations here.
666 (_initalize_remote_sim): Not here.
667
668 Fri Oct 6 17:08:49 1995 Stan Shebs <shebs@andros.cygnus.com>
669
670 * top.c (execute_control_command): Use 0/1 instead of BFD's
671 true/false.
672
673 Fri Oct 6 14:43:19 1995 Stu Grossman (grossman@cygnus.com)
674
675 * sparcl-stub.c: Include sparclite.h to get access to register
676 fondling macros.
677 * (trap_low): Save and restore FP regs if necessary. Also, clean
678 up save and restore of debug unit regs.
679 * (hard_trap_info): Add more architecturally defined traps.
680 * (set_debug_traps): Only set FP disabled trap if FP is disabled.
681 * (get_in_break_mode): Clean up. Get rid of calls to
682 set_hw_breakpoint_trap(). Also, use write_asi macro.
683 * (handle_exception): Clean up `g' and `G' commands. Add `P'
684 command.
685 * (hw_breakpoint): Why was this here!? It's gone now...
686
687 Fri Oct 6 11:56:49 1995 Jim Wilson <wilson@chestnut.cygnus.com>
688
689 * callback.c (fdbad): Fix typo in comment.
690 (os_close, os_isatty, os_lseek, os_read, os_write): Use if
691 statements rather than || to get correct return value.
692 (os_write_stdout): Pass missing first argument to os_write.
693 * remote-sim.c: Include callback.h.
694 (_initialize_remote_sim): Call sim_set_callbacks and then
695 initialize the callbacks.
696
697 Thu Oct 5 17:28:09 1995 Per Bothner <bothner@kalessin.cygnus.com>
698
699 * values.c (allocate_repeat_value): Allocate an array type, and
700 a value of that type; use that instead of setting VALUE_REPEATED.
701 * value.h (struct value): Remove fields repetitions and repeated.
702 (VALUE_REPEATED, VALUE_REPETITIONS): Removed, no longer used.
703 * c-valprint.c, ch-valprint.c, eval.c, printcmd.c, valops.c,
704 value.h, values.c: Simplify, since now VALUE_REPEATED is never
705 used.
706 * valprint.c (value_print_array_elemen): Removed never-used
707 function.
708
709 Thu Oct 5 15:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
710
711 * parse.c (write_dollar_variable): New function.
712
713 * c-exp.y (yylex): Replace code for recognizing '$'
714 pseudo-variables with a call to write_dollar_variable.
715 Simplify grammar correspondingly.
716 * f-exp.y: Likewise.
717 * m2-exp.y: Likewise.
718 * ch-exp.y: Likewise. (Remove function match_dollar_tokens.)
719 * scm-exp.c (scm_lreadr): Call write_dollar_variable to handle '$'.
720
721 Thu Oct 5 13:27:30 1995 steve chamberlain <sac@slash.cygnus.com>
722
723 * win32.c: New file; support for debugging on windows NT.
724 * configure.in: (i[345]86-*-win32): New target.
725 * configure: Regnerated.
726 * eval.c (evaluate_subexp_standard): Remove unused name.
727 * serial.c (gdb_string.h): Include.
728 * source.c (value.h): Include.
729 * config/i386/i386win32.mh (XDEPFILES): Add win32.o
730 * config/i386/i386win32.mt: New.
731 * config/i386/tm-i386win32.h: New.
732
733 Wed Oct 4 18:41:34 1995 Per Bothner <bothner@kalessin.cygnus.com>
734
735 * expression.h (enum exp_code): Added OP_NAME.
736 * expprint.c (print_subexp): Add OP_NAME support.
737 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
738 * scm-lang.c (scm_unpack, in_eval_c, scm_lookup_name): new function.
739 * scm-lang.h: Declare builtin_type_scm; other minor tweaks.
740 * values.c (unpack_long): If type is SCM, call scm_unpack.
741 * scm-valprint.c (scm_val_print): Use extract_signed_integer,
742 instead unpack_long
743 * scm-lang.c: More Scheme expression parsing from here ...
744 * scm-exp.c: ... to here. New file.
745 Also, provide for gdb to evaluate simple constants and names..
746 * Makefile.in: Note new scm-exp.{c,o}.
747
748 Wed Oct 4 17:23:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
749
750 * gdbtypes.c (get_discrete_bounds): New function.
751 (force_to_range_type): Use get_discrete_bounds.
752 * gdbtypes.h (get_discrete_bounds): Add declaration.
753 * valarith.c (value_bit_index): Generalize to use get_discrete_bounds.
754 * ch-valprint.c (chill_val_print): Make (power)sets and bitstring
755 support use get_discrete_bounds and generally be more robust.
756
757 Tue Oct 3 16:54:56 1995 Stan Shebs <shebs@andros.cygnus.com>
758
759 * remote-nrom.c (nrom_ops): Add value for to_thread_alive,
760 add comments naming slots.
761
762 Mon Oct 2 21:45:44 1995 Jeff Law (law@hurl)
763
764 * top.c (build_command_line): Demand arguments for if/while
765 commands.
766
767 Mon Oct 2 13:08:01 1995 Jason Molenda (crash@phydeaux.cygnus.com)
768
769 * Makefile.in (X11_CFLAGS): Set only to @X_INCDIR@.
770
771 Sat Sep 30 16:13:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
772
773 * scm-lang.c: Moved Scheme value printing code to ...
774 * scm-valprint.c: ... this new file.
775 Also major improvements in support for printing SCM values.
776 * scm-lang.h: New file.
777 * scm-tags.h: New file.
778 * Makefile.in: Note new scm-valprint.{c,o}.
779
780 Sat Sep 30 09:35:02 1995 Jason Molenda (crash@phydeaux.cygnus.com)
781
782 * configure.in: X_INCDIR and X_LIBDIR added.
783 * Makefile.in: @X_INCDIR@ and @X_LIBDIR@ added.
784 * configure: Regnerated.
785
786 Fri Sep 29 02:10:05 1995 steve chamberlain <sac@slash.cygnus.com>
787
788 * config/arm/tm-arm.h (FRAME_CHAIN, FRAME_CHAIN_VALID):
789 Any pc > LOWESTPC is ok.
790
791 * remote-rdp.c (rdp_init): Take out variable baud rate stuff.
792 (remote_rdp_detatch): Delete.
793 * breakpoint.c (ctype.h): Don't include twice.
794
795 * Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h
796 * callback.c (os_printf_filtered): fix protos.
797 * defs.h (puts_filtered, puts_unfiltered
798 [v|f|]printf_[un]filtered): Make format arg const.
799 * remote-rdp.c (rdp_init): Attept to sync at different
800 baudrates.
801 * utils.c (puts_filtered, puts_unfiltered
802 [v|f|]printf_[un]filtered): Define prototypes with
803 const in the right place.
804
805 Thu Sep 28 17:43:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
806
807 * defs.h (enum language): Add language_scm.
808 * expression.h (enum exp_code): Added OP_EXPRSTRING.
809 * scm-lang.c: Preliminary support for Guile /SCM dialect of Scheme.
810 * expprint.c (print_subexp): Add OP_EXPRSTRING support.
811 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
812 * valops.c (find_function_in_inferior): New function.
813 (value_allocate_space_in_inferior): New function.
814 (allocate_space_in_inferior): Redefine using previous function.
815 * Makefile.in (SFILES): Add scm-lang.c.
816 (COMMON_OBS): Add scm-lang.o
817
818 Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com>
819
820 * callback.[ch]: New files.
821 * remote-rdp.c: Support for the ARM RDP monitor.
822 * Makefile: Update.
823 * arm-tdep.c (arm_othernames): New.
824 (_initialize_arm_tdep): install 'othernames' command.
825 (arm_nullified_insn, shifted_reg_val, arm_get_next_pc): New.
826 * configure.in: Check for termios.h, termio.h and sgtty.h.
827 (i[345]86-*-win32*): New host.
828 * configure: Regenerated.
829 * inflow.c: Clean up inclusions.
830 * main.c (main): Check for WINGDB, not WIN32.
831 * printcmd.c (do_examine): Put QUIT test in loop.
832 * remote-hms.c (e7000_load): Delete.
833 (hms_ops): Point to generic_load instead.
834 * remote-hms.c (hms_ops): Point to generic_load.
835 * remote-sim.c (sim_callback_write_stdout): Becomes
836 gdbsim_write_stdout.
837 (gdbsim_load): Call generic_load.
838 * remote-utils.c (gr_load_image): Delete.
839 * ser-unix.c (terminal.h): Include instead of havig
840 own #if tree.
841 (hardwire_flush_input): Reset input buffer too.
842 * source.c (openp): If WIN32 then open file in binary mode.
843 * terminal.h: Configure IO mechanism using autoconf defines if
844 available and not overriden.
845 * utils.c (quit, pollquit, notice_quit): WIN32 check becomes
846 WINGDB check.
847
848 * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o.
849 * config/arm/tm-arm.h (TARGET_BYTE_ORDER): becomes
850 TARGET_BYTE_ORDER_SELECTABLE.
851 (ADDR_BITS_REMOVE): New.
852 (ORIGINAL_REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): New.
853 (INST_xx): New.
854 (FRAME_FIND_SAVED_REGS): Pass the right argument.
855 (arm_get_next_pc): Declare.
856
857 Wed Sep 27 10:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
858
859 * valops.c (search_struct_field): Also allow "else" as a variant
860 name.
861 * eval.c (evaluate_struct_tuple): New function. Used to evaluate
862 structure tuples. Now also handles Chill variant records.
863 (get_label): New function, used by evaluate_struct_tuple.
864 (evaluate_subexp_standard case OP_ARRAY): Use evaluate_struct_tuple.
865 (evaluate_labeled_field_init): Removed.
866
867 * valops.c (search_struct_field): Generalize to work with Chill
868 variant records.
869
870 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
871
872 * mdebugread.c (parse_partial_symbols): Reset includes_used
873 and dependencies_used after finishing the partial symbol table.
874
875 * rs6000-tdep.c (push_dummy_frame): Handle lr_offset of zero
876 correctly.
877
878 * rs6000-nat.c (xcoff_relocate_core): Don't relocate data
879 addresses for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE
880 is defined.
881 * xcoffread.c: gcc -Wall lint. Remove traceback table reading
882 code. The existing code tried to add parameter information for
883 functions compiled without -g, which cannot be done properly
884 for optimized code and produced misleading parameter displays.
885 (ef_complaint, eb_complaint): Make a local static copy to avoid
886 dependency on coffread.c.
887 (read_xcoff_symtab, process_xcoff_symbol, scan_xcoff_symtab):
888 Enter C_EXT/C_HIDEXT symbols into the minimal symbol table only.
889 (read_xcoff_symtab): Ignore C_STAT section auxiliary entry
890 symbols. Complain about unmatched .ef and .eb symbols instead of
891 segfaulting.
892 (process_xcoff_symbol): Determine value of C_GSYM symbols via
893 the global_sym_chain mechanism in stabsread.c.
894 (xcoff_new_init): Call stabsread_new_init and buildsym_new_init.
895 (init_string_tab): Initialize length field bytes in the strtbl.
896 (scan_xcoff_symtab): Skip symbols that start with `$' or `.$'.
897 Set first_fun_line_offset for symbols with two auxents only.
898
899 Wed Sep 20 21:06:35 1995 Jeff Law (law@snake.cs.utah.edu)
900
901 * op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
902 character.
903
904 Wed Sep 20 13:12:56 1995 Ian Lance Taylor <ian@cygnus.com>
905
906 * Makefile.in (maintainer-clean): New target, synonym for
907 realclean. Add GNU standard maintainer-clean echos.
908 * gdbserver/Makefile.in (maintainer-clean): New target, synonym
909 for realclean.
910 * nlm/Makefile.in (maintainer-clean): Likewise.
911
912 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
913
914 * defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h.
915 (GETENV_PROVIDED, FCLOSE_PROVIDED): New.
916 * doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
917 * remote-sim.[ch] (sim_callback_write_stdout): New.
918
919 Tue Sep 19 15:28:58 1995 Per Bothner <bothner@kalessin.cygnus.com>
920
921 * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.
922 * valops.c (value_bitstring): TYPE_LENGTH is bytes, not bits.
923
924 * gdbtypes.c (force_to_range_type): Calculate upper limit of
925 TYPE_CODE_CHAR depending on TYPE_LENGTH (instead of just using 255).
926
927 Mon Sep 18 01:43:42 1995 Jeff Law (law@snake.cs.utah.edu)
928
929 * somsolib.c (auto_solib_add_at_startup): Delete definition. No
930 longer needed.
931
932 Sat Sep 16 13:23:36 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
933
934 * config/mips/tm-mips.h (UNUSED_REGNUM): Define.
935 * mipsv4-nat.c (supply_gregset): Fill UNUSED_REGNUM register
936 with zero.
937
938 Thu Sep 14 17:35:24 1995 Stu Grossman (grossman@cygnus.com)
939
940 * remote-sim.c (gdbsim_create_inferior): Back out change that
941 broke all simulator configurations except the rs6000.
942
943 Thu Sep 14 14:44:59 1995 Jeffrey A. Law <law@rtl.cygnus.com>
944
945 * monitor.c (monitor_expect): Discard NULL characters.
946
947 Thu Sep 14 14:12:30 1995 Kung Hsu <kung@mexican.cygnus.com>
948
949 * infcmd.c: Add extern declaration for auto_solib_add_at_startup.
950
951 Wed Sep 13 13:33:58 1995 Kung Hsu <kung@mexican.cygnus.com>
952
953 * symfile.c: Move global variable auto_solib_add_at_startup from
954 solib.c to symfile.c.
955 * solib.c: ditto.
956 * symfile.h: Add extern declaration of the above mentioned variable.
957 * infcmd.c: Take out extern declaration, since it's in symfile.h.
958
959 Thu Sep 14 12:39:35 1995 Stu Grossman (grossman@cygnus.com)
960
961 * coffread.c (coff_symtab_read): Complain about unmatched .ef and
962 .eb symbols instead of segfaulting.
963
964 Wed Sep 13 13:33:58 1995 Kung Hsu <kung@mexican.cygnus.com>
965
966 * stabsread.c (read_one_struct_field): Use subfile language instead of
967 global language. Improve efficiency.
968
969 Wed Sep 13 08:45:02 1995 Jeff Law (law@fast.cs.utah.edu)
970
971 * somsolib.c (auto_solib_add_at_startup): Define new global variable.
972 (som_solib_create_inferior_hook): Don't add libraries if
973 auto_solib_add_at_startup is zero.
974 (_initialize_som_solib): Add command to toggle
975 auto_solib_add_at_startup.
976
977 Tue Sep 12 19:37:24 1995 Jeff Law (law@snake.cs.utah.edu)
978
979 * monitor.c (monitor_make_srec): Fix thinkos in computation
980 of addr_size.
981
982 Tue Sep 12 15:46:18 1995 Kung Hsu <kung@mexican.cygnus.com>
983
984 * stabsread.c (read_one_struct_field): Add a patch to handle cfront
985 generated stabs that each field is in full mangled name.
986
987 * stabsread.c: To include language.h and expression.h for the reason
988 above.
989
990 * infcmd.c (attach_command): Add solibs only when
991 auto_solib_add_at_startup is set.
992
993 Mon Sep 11 17:22:35 1995 Fred Fish <fnf@cygnus.com>
994
995 * NEWS: Add information about remote target caching.
996
997 Sun Sep 10 15:36:21 1995 Fred Fish <fnf@cygnus.com>
998
999 * defs.h: Only include mmalloc.h if NO_MMALLOC is not
1000 defined.
1001
1002 Sun Sep 10 10:24:48 1995 Michael Tiemann <tiemann@axon.cygnus.com>
1003
1004 * tm-ppc-eabi.h (PC_IN_CALL_DUMMY): Redefine this to work with the
1005 simulator. FIXME.
1006
1007 * rs6000-tdep.c (push_dummy_frame): Calculate the correct link
1008 register offset from the current frame (don't assume it is always 8).
1009 (push_dummy_frame): Add comment about having only 4096 bytes of
1010 stack space in the simulator (by default).
1011
1012 * remote-sim.c (gdbsim_create_inferior): Call
1013 `add_text_to_loadinfo' so that gdb can find TOC entries when
1014 calling functions in the inferior.
1015
1016 Sun Sep 10 09:00:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1017
1018 * sparc-tdep.c (fill_fpregset): Fix incorrect FP_MAX_REGNUM
1019 substitution.
1020 (supply_fpregset): Use FP_MAX_REGNUM.
1021
1022 Sat Sep 9 08:21:52 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1023
1024 * stabsread.c (read_enum_type): Exit loop for putting pending
1025 enum symbols into the enum type correctly if we had no pending
1026 symbols on entry to read_enum_type.
1027
1028 Fri Sep 8 12:57:41 1995 Kung Hsu <kung@mexican.cygnus.com>
1029
1030 * inferior.h: Add extern declaration of inferior_environ.
1031 * solib.c (solib_map_sections): To get inferior's env instead of
1032 gdb's for LD_LIBRARY_PATH, same for PATH.
1033
1034 * solib.c (solib_map_sections): Copy full path name into so_list
1035 structure so that symbol_file_add can find it.
1036
1037 Tue Sep 5 17:47:53 1995 Doug Evans <dje@canuck.cygnus.com>
1038
1039 * config/sparc/tm-sp64.h (REGISTER_RAW_SIZE): Lower 32 fp regs
1040 have size 4.
1041 (REGISTER_VIRTUAL_SIZE): Likewise.
1042 (REGISTER_VIRTUAL_TYPE): Lower 32 fp regs have type float.
1043 Upper 32 fp regs have type double.
1044 * sparc-tdep.c (NUM_SPARC_FPREGS): Replace with
1045 (FP_REGISTER_BYTES): this, and update all uses.
1046 (FP_MAX_REGNUM): Define if not already.
1047 (get_saved_register): Handle new sparc64 fp regs.
1048 (sparc_frame_find_saved_regs): Likewise.
1049 (sparc_print_register_hook): Only print fp regs < 32 as doubles.
1050 Add code to handle long doubles when gdb does.
1051 (_initialize_sparc_tdep): Use print_insn_sparc64 if sparc64.
1052
1053 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1054
1055 * configure.in: Explicitly `exit 0' for broken shells.
1056 * configure: Rebuilt.
1057
1058 * symtab.c (list_symbols): Add missing blank after
1059 `<function, no debug info>' output.
1060
1061 * valops.c (value_assign): Handle truncation when assigning
1062 to bitfields. Use value_copy to construct the return value
1063 from toval.
1064 * values.c (value_copy): Copy VALUE_FRAME and VALUE_OPTIMIZED_OUT.
1065
1066 Fri Sep 1 08:25:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
1067
1068 * configure (mips64*vr4300*-*-elf): Support added.
1069 * remote-mips.c (mips_readchar): Change to allow build-time prompt
1070 string.
1071 * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT.
1072 * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h,
1073 tm-vr4300el.h}: Added.
1074
1075 Thu Aug 31 12:48:04 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1076
1077 * config/sh/sh.mt (SIM): Add -lm.
1078
1079 Wed Aug 30 18:10:57 1995 Kung Hsu <kung@mexican.cygnus.com>
1080
1081 * rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to
1082 conform to GNU coding standards.
1083
1084 * solib.c (match_main): Modify to follow GNU coding conventions.
1085
1086 Mon Aug 28 17:07:26 1995 Kung Hsu <kung@lisa.cygnus.com>
1087
1088 * remote.c (remote_wait): Revert 19 July my change which should be
1089 customer specific.
1090
1091 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1092
1093 * mdebugread.c (parse_symbol): Handle sh.value of zero for enums.
1094 Determine signedness of enum type from enumerators.
1095 (parse_type): Handle btIndirect types, handle fBitfield for
1096 some non-member types.
1097 (upgrade_type): Use TYPE_FLAG_TARGET_STUB for arrays with
1098 unknown length.
1099 (cross_ref): Handle stIndirect forward reference to btTypedef.
1100
1101 * stabsread.c (read_enum_type): Determine signedness of enum
1102 type from enumerators.
1103
1104 * top.c (execute_command): Remove trailing whitespace from
1105 command arguments, except for `set' and `complete' commands.
1106 (validate_comname): Allow underscores in user defined command
1107 names.
1108
1109 * values.c (modify_field): Change `Value does not fit in %d bits'
1110 error to a warning. Exclude sign extension bits of negative field
1111 values from fit check.
1112
1113 Fri Aug 25 11:31:29 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1114
1115 * configure.in (powerpc*-*-eabisim*): Only link in the simulator
1116 if the target is powerpc{,le}-*-eabisim*, since the simulator
1117 needs GCC to build.
1118 * config/powerpc/ppc{,le}-sim.mt: Cloned from ppc{,le}-eabi.mt.
1119 * config/powerpc/ppc{,le}-eabi.mt: Remove simulator support.
1120 * config/powerpc/tm-ppc{,le}-sim.mt: Include tm-ppc{,le}-sim.h.
1121
1122 Wed Aug 23 16:55:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1123
1124 * config/powerpc/ppc{,le}-eabi.mt (SIM_OBJS, SIM): Link in the
1125 PowerPC simulator.
1126
1127 Tue Aug 22 02:00:47 1995 Jeff Law (law@snake.cs.utah.edu)
1128
1129 * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
1130
1131 * tm-hppa.h (STORE_RETURN_VALUE): Fix to work with -msoft-float
1132 calling conventions too. Use the TYPE of the return value, not
1133 its length to determine if it should also be copied into the
1134 floating point registers.
1135
1136 * tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete. Causes more
1137 problems than it fixes.
1138 * hppa-tdep.c (skip_prologue): If we exit the main loop without
1139 finding all the register saves, retry again without looking for
1140 the registers we could not find the first time.
1141
1142 Mon Aug 21 23:39:56 1995 Jeff Law (law@snake.cs.utah.edu)
1143
1144 * hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
1145 calls "main" directly.
1146 (skip_prologue): Always assume arguments were saved into the stack
1147 since GCC will do so without setting the magic Args_Saved bit in
1148 the unwind descriptor.
1149
1150 Mon Aug 21 11:49:17 1995 Kung Hsu <kung@mexican.cygnus.com>
1151
1152 * remote-udi.c (udi_wait): Mask off high bits of stop reason.
1153 * remote-udi.c (fetch_register): For unfetchable regs, pretend it's
1154 done. Fix a bug.
1155
1156 Mon Aug 21 00:45:17 1995 Jeff Law (law@snake.cs.utah.edu)
1157
1158 * Makefile.in (install): Remove "brokensed" hack, unnecessary now
1159 that we're using autoconf.
1160 (uninstall): Likewise.
1161
1162 Sat Aug 19 17:20:22 1995 Michael Tiemann <tiemann@axon.cygnus.com>
1163
1164 * gdbtk.tcl: ENABLE comes back as "1" or "0", not "enable" or
1165 "disable".
1166 Also, wire up the breakpoint window so that it can be demo'd.
1167
1168 Sat Aug 19 01:19:34 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1169
1170 * gdbtypes.c (recursive_dump_type): Add dont_print_type_obstack
1171 to inhibit infinite recursion when printing aggregate types.
1172
1173 Fri Aug 18 17:48:55 1995 steve chamberlain <sac@slash.cygnus.com>
1174
1175 * dcache.c (dcache_write_line): Write dirty lines right.
1176
1177 Fri Aug 18 06:26:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1178
1179 * sparc-tdep.c (isbranch): Fix typo which caused wrong
1180 target addresses for annulled branches.
1181
1182 Wed Aug 16 21:54:39 1995 Jeff Law (law@snake.cs.utah.edu)
1183
1184 * config/pa/tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Define.
1185
1186 Tue Aug 15 07:51:21 1995 steve chamberlain <sac@slash.cygnus.com>
1187
1188 * remote.c (remote_write_bytes): Chop up large transfers.
1189
1190 Mon Aug 14 17:56:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1191
1192 * gcc.patch: Remove, relevant only to long-ago versions of GCC.
1193
1194 Mon Aug 14 13:43:01 1995 Kung Hsu <kung@mexican.cygnus.com>
1195
1196 * config/sparc/tm-sparclite.h: Define FRAME_CHAIN_VALID_ALTERNATE.
1197 * blockframe.c (inside_main_func): If main func addr range not set,
1198 try to set it now.
1199
1200 Sat Aug 12 15:34:54 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1201
1202 * config/powerpc/xm-aix.h (FIVE_ARG_PTRACE): Define.
1203 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1204
1205 * configure.in: Recognize aix4 specially as some aspects
1206 of aix4 need different handling than aix3.
1207 * configure: Updated.
1208 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: New files
1209 specific to aix4 support on the power pc.
1210 * config/powerpc/tm-ppc-aix.h (DONT_RELOCATE_SYMFILE_OBJFILE): Do
1211 not defined. The aix4 specific target files will do that.
1212 * config/rs6000/{aix4,mh,aix4,mt,tm-rs6000-aix4.h}: New files
1213 specific to aix4 support on the rs6000.
1214
1215 * config/rs6000/tm-rs6000.h (CONVERT_FROM_FUNC_PTR_ADDR): Don't
1216 do the conversion if the pointer is not a magic aix function
1217 pointer.
1218 * rs6000-tdep.c: Include objfiles.h and symtab.h.
1219 (is_magic_function_pointer): New function.
1220
1221 * rs6000-tdep.c (skip_prologue): Refine check for frameless
1222 functions. Handle b .+4 emitted by aix4 compilers. Only
1223 allow one load of a minimal toc pointer. Handle aix4 compiler's
1224 code for alloca.
1225
1226 * rs6000-tdep.c (find_toc_address): Report an error if no toc was
1227 found rather than possibly core dumping.
1228
1229 * partial-stab.h: Handle extra field generated by the aix4 compiler
1230 for enumerations.
1231 * stabsread.c (read_enum_type): Likewise.
1232
1233 Sat Aug 12 03:18:04 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1234
1235 * rs6000-tdep.c (extract_return_value): Fix returning of values
1236 whose length is less than the register size for big endian targets.
1237
1238 Fri Aug 11 13:04:32 1995 Kung Hsu <kung@mexican.cygnus.com>
1239
1240 * symtab.c (list_symbols): if break command set breakpoint on
1241 matched symbol.
1242
1243 Wed Aug 9 18:59:05 1995 Fred Fish <fnf@cygnus.com>
1244
1245 * defs.h (strchr, strrchr, strstr, strtok, strerror): Enclose in
1246 #ifndefs to protect against previous definitions as macros.
1247
1248 Wed Aug 9 14:51:36 1995 Kung Hsu <kung@mexican.cygnus.com>
1249
1250 * xcoffread.c (xcoff_symfile_offset): Revert an unwanted change
1251 that got in accidentally with Aug 1 change.
1252
1253 Sat Aug 5 09:07:28 1995 steve chamberlain <sac@slash.cygnus.com>
1254
1255 * remote-hms.c (hms_cmds): Get reg term right.
1256 * monitor.c (monitor_fetch_register): If we see
1257 a non-hex digit, just stop reading.
1258 * remote.c (remote_wait): Change way $O is handled.
1259
1260 Wed Aug 9 11:42:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1261
1262 * configure.in (powerpc-*-aix*): Recognize as a new gdb host
1263 and target.
1264 (powerpc-*-eabi*): Don't set configdirs.
1265 (powerpcle-*-eabi*): Likewise.
1266 * configure: Updated.
1267 * rs6000-nat.c (vmap_ldinfo): Don't relocate data addresses
1268 for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE is
1269 defined.
1270 * config/powerpc/{aix.mh,aix.mh}: Host and target makefile fragments
1271 for powerpc running aix4.
1272 * config/powerpc/{nm-aix.h, tm-ppc-aix.h, xm-aix.h}: Native, target
1273 and host include files for powerpc running aix4.
1274
1275 Wed Aug 9 08:11:45 1995 Stan Shebs <shebs@cygnus.com>
1276
1277 * top.c (target_output_hook): Really make it match defs.h (char *
1278 is not the same as unsigned char *).
1279
1280 Tue Aug 8 15:13:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1281
1282 * Makefile.in (CXX_FOR_TARGET): Don't use ${rootme}/../gcc/xgcc
1283 unless it is present.
1284
1285 Tue Aug 8 10:50:15 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1286
1287 * top.c (target_output_hook): Make declaration match the one
1288 in defs.h.
1289
1290 * symfile.c (add_psymbol_to_list): Initialize SYMBOL_SECTION.
1291 (add_psymbol_addr_to_list): Likewise.
1292 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Likewise.
1293
1294 Mon Aug 7 15:34:29 1995 steve chamberlain <sac@slash.cygnus.com>
1295
1296 * top.c (target_output_hook): New definition.
1297 * stack.c (gdb_string.h): Include after defs.h
1298 * defs.h (target_output_hook): New declaration.
1299 * source.c (mod_path): Fix Win32 \ handling.
1300
1301 Sun Aug 6 22:14:25 1995 Jeff Law (law@snake.cs.utah.edu)
1302
1303 * hppa-tdep.c (frame_saved_pc): Don't try to dig a return pointer
1304 out of a long branch stub.
1305
1306 Fri Aug 4 13:37:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1307
1308 * xcoffread.c (process_linenos): Fix typo in last change.
1309
1310 Thu Aug 3 22:01:26 1995 Fred Fish <fnf@rtl.cygnus.com>
1311
1312 * ch-exp.y (write_lower_upper_value): Add prototype so bison
1313 generated parser will insert prototype before first func usage.
1314 Bison and byacc order the output sections differently. Also
1315 make function static.
1316
1317 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1318
1319 * Update all FSF addresses except those in COPYING* files.
1320
1321 Thu Aug 3 01:38:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1322
1323 * config/alpha/tm-alpha.h (EXTRA_FRAME_INFO): Add pc_reg field.
1324 (SKIP_TRAMPOLINE_CODE): Define.
1325 * alpha-tdep.c (alpha_frame_saved_pc): Use pc_reg field from
1326 frame to find the saved pc register.
1327 (alpha_saved_pc_after_call): Skip over shared library trampoline
1328 before trying to find the saved pc register.
1329 (find_proc_desc): Copy PROC_PC_REG from found proc_desc
1330 to heuristic proc_desc.
1331 (init_extra_frame_info): Initialize pc_reg field in frame.
1332
1333 Wed Aug 2 18:00:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1334
1335 * configure.in (m68*-est-*): Use monitor target config.
1336 * configure: Update.
1337 * config/m68k/est.mt, config/m68k/tm-est.h: Delete.
1338 * config/m68k/monitor.mt, config/m68k/tm-monitor.h: Fix comments.
1339
1340 Tue Aug 1 22:52:53 1995 Fred Fish <fnf@cygnus.com>
1341
1342 * Makefile.in (VERSION): Bump to 4.14.2
1343
1344 Tue Aug 1 16:04:36 1995 Kung Hsu <kung@mexican.cygnus.com>
1345
1346 * xcoffread.c (process_linenos): The value in include file symbol
1347 should point to line number table. Currently this value is not
1348 set correctly by AIX ld. A fix to get around this bug.
1349
1350 Tue Aug 1 11:44:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1351
1352 * configure.in: Check for working mmap, ansi headers, string.h,
1353 strings.h, and memory.h.
1354 * configure: Regenerated.
1355
1356 * gdb_stat.h: New file, "portable" <sys/stat.h>.
1357 * gdb_string.h: New file, "portable" <string.h>.
1358
1359 * altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c,
1360 convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c,
1361 gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c,
1362 i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c,
1363 mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c,
1364 rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c,
1365 symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c,
1366 ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h"
1367 instead of <sys/stat.h>.
1368
1369 * alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c,
1370 ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c,
1371 core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c,
1372 dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c,
1373 exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c,
1374 fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c,
1375 inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c,
1376 m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c,
1377 monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c,
1378 printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c,
1379 remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
1380 remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c,
1381 remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c,
1382 remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c,
1383 remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c,
1384 solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c,
1385 symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c,
1386 valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include
1387 "gdb_string.h" instead of <string.h>.
1388 start-sanitize-gdbtk
1389 * gdbtk.c: Likewise.
1390 end-sanitize-gdbtk
1391
1392 * config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h,
1393 sparc/xm-sun4os4.h (HAVE_MMAP): Removed.
1394
1395 * config/xm-lynx.h, config/i386/xm-ptx.h,
1396 config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h,
1397 config/mips/xm-irix3.h, config/mips/xm-mips.h,
1398 config/mips/xm-news-mips.h, config/mips/xm-riscos.h,
1399 config/pa/hppah.h, config/rs6000/xm-rs6000.h,
1400 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
1401 config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h,
1402 config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed.
1403 * config/mips/xm-irix3.h, config/mips/xm-mips.h,
1404 config/pa/xm-hppah.h (memcpy, memset): Removed declarations.
1405
1406 Tue Aug 1 02:08:30 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1407
1408 * mips-tdep.c (mips_extract_return_value): Fix returning of
1409 values whose length is less than the register size for big endian
1410 targets.
1411 * alpha-tdep.c (alpha_extract_return_value,
1412 alpha_store_return_value): Use alpha_convert_register_to_*
1413 to handle functions returning "float" correctly.
1414
1415 Mon Jul 31 19:12:48 1995 Stan Shebs <shebs@andros.cygnus.com>
1416
1417 * h8500-tdep.c: General linting and cleanup.
1418 (opcodes/h8500-opc.h): Don't include.
1419 (code_size, data_size): Make static.
1420 (frame_locals_address, frame_args_address): Remove.
1421 (h8300_pop_frame): Rename to h8500_pop_frame.
1422 (big_command, medium_command, compact_command, small_command):
1423 Define as regular functions rather than with macro trickery.
1424 (tm_print_insn): Set to correct disassembler function.
1425 * config/h8500/tm-h8500.h: Minor cleanup, add prototypes.
1426 (ABOUT_TO_RETURN): #if 0 out.
1427 (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Use usual define.
1428 (GDB_TARGET_IS_H8500): Remove duplicate definition.
1429 (regoff): Remove, never used.
1430 * config/h8500/h8500.mt (TDEPFILES): Add monitor.o.
1431
1432 Mon Jul 31 14:32:30 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1433
1434 * configure.in: Check for unistd.h.
1435 * configure: Regenerated.
1436
1437 * command.c, cp-valprint.c, fork-child.c, i386-tdep.c,
1438 i386b-nat.c, inflow.c, main.c, maint.c, objfiles.c, solib.c,
1439 source.c, stack.c, symfile.c, top.c, utils.c: Include strings.h
1440 and/or unistd.h to bring prototypes into scope.
1441
1442 Sun Jul 30 01:40:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1443
1444 * rs6000-tdep.c (frame_saved_pc): Check for signal handler caller
1445 before trying to determine the start of the function.
1446 (skip_prologue): Skip subroutine call which might save the
1447 floating point registers only if it is within the first three
1448 instructions.
1449 Reinstate setting of alloca_reg if setup of a gcc frame pointer
1450 is found.
1451 (frame_get_cache_fsr): Use new fields in rs6000_framedata.
1452
1453 Sat Jul 29 14:43:35 1995 Stan Shebs <shebs@andros.cygnus.com>
1454
1455 * sparclite: Removed subdirectory. aload and eload are now in
1456 utils/sparclite, low-level library is in libgloss.
1457 * configure.in (sparclite*): Don't configure sparclite subdir.
1458 * configure: Update.
1459 * Makefile.in (TARDIRS): Remove, no longer used.
1460
1461 Sat Jul 29 01:45:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1462
1463 * procfs.c (unconditionally_kill_inferior): Clear current signal
1464 if PROCFS_NEED_CLEAR_CURSIG_FOR_KILL is defined.
1465 * config/alpha/nm-osf3.h (PROCFS_NEED_CLEAR_CURSIG_FOR_KILL): Define.
1466
1467 * alpha-tdep.c: Move sigtramp handling of saved registers from
1468 read_next_frame_reg to alpha_find_saved_regs, handle saved
1469 floating point registers.
1470 * mips-tdep.c: Move sigtramp handling of saved registers from
1471 read_next_frame_reg to mips_find_saved_regs, handle saved
1472 floating point registers.
1473 * config/mips/tm-irix3.h, config/mips/tm-irix5.h,
1474 config/mips/tm-mipsv4.h (SIGFRAME_FPREGSAVE_OFF): Define.
1475
1476 * sparc-tdep.c (sparc_pc_adjust): Fix check for `unimp'
1477 instruction to handle functions returning structures with
1478 large sizes properly.
1479
1480 Fri Jul 28 11:50:17 1995 steve chamberlain <sac@slash.cygnus.com>
1481
1482 * configure, configure.in (z8k-*-sim): deleted.
1483
1484 Thu Jul 27 12:49:28 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1485
1486 * lynx-nat.c (child_wait): Handle threads exiting.
1487
1488 Thu Jul 27 07:47:50 1995 Michael Meissner <meissner@cygnus.com>
1489
1490 * rs6000-tdep.c (skip_prologue): Don't assume the update stack
1491 instruction is the last in the prologue, since xlc stores the lr
1492 after the stack update. Make sure offset is correct sign for
1493 large frames.
1494 (frame_saved_pc): Move test for signal before frameless.
1495
1496 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Define.
1497 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Redefine.
1498
1499 Thu Jul 27 01:22:08 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1500
1501 * hppa-tdep.c (hppa_fix_call_dummy): Rewrite code for calling
1502 into shared libraries.
1503
1504 Wed Jul 26 23:33:34 1995 Michael Meissner <meissner@cygnus.com>
1505
1506 * config/rs6000/tm-rs6000.h (rs6000_framedata): Add offsets the
1507 gprs, fprs, lr, and cr is stored at.
1508 (FRAME_FIND_SAVED_REGS): Use new fields in rs6000_framedata.
1509 (function_frame_info): Delete declaration.
1510 (SKIP_PROLOGUE): Skip_prologue is now passed a rs6000_framedata
1511 structure to fill in.
1512 (FRAMELESS_FUNCTION_INVOCATION): Function now longer takes a
1513 second argument.
1514 (FRAME_SAVED_PC): Call frame_saved_pc.
1515
1516 * rs6000-tdep.c (skip_prologue): Recognize V.4 prologues as well
1517 as AIX style. Fill in rs6000_framedata structure. Remember where
1518 the gprs, fprs, cr, and lr are saved.
1519 (pop_frame): Use skip_prologue, not function_frame_info, and use
1520 new rs6000_framedata fields.
1521 (function_frame_info): Function deleted.
1522 (frameless_function_invocation): Separate frame_saved_pc support
1523 to new function. Recognize V.4 frames.
1524 (frame_saved_pc): New function.
1525 (frame_get_cache_fsr): Use skip_prologue, not function_frame_info.
1526 (frame_initial_stack_address): Ditto.
1527
1528 Wed Jul 26 01:00:37 1995 Jeff Law (law@snake.cs.utah.edu)
1529
1530 * remote.c: Add documentation for extended protocol operations
1531 and for thread_alive change from a couple weeks ago.
1532 (extended_remote_ops): Declare and define a new target vector
1533 for the extended remote protocol.
1534 (extended_remote_restart): New function to restart the remote
1535 server & process.
1536 (remote_open): Just a stub routine.
1537 (extended_remote_open): New function to start a remote session
1538 using the extended gdb remote protocol.
1539 (remote_open_1): New function containing code common to both
1540 remote_open and extended_remote_open.
1541 (remote_mourn, extended_remote_mourn, remote_mourn_1): Similarly.
1542 (extended_remote_create_inferior): New function for the extended
1543 remote target.
1544 (initialize_remote): Add the extended_remote_ops target vector.
1545 * gdbserver/server.c (main, case '!'): Set extended_protocol.
1546 (main, case 'k'): If the extended protocol is in use, kill the
1547 inferior then start a new one.
1548 (main, case 'R'): New command to restart the remote server and
1549 inferior process. Only supported when using the extended
1550 protocol.
1551 (main, server loop): If the inferior terminates while using the
1552 extended protocol then start a new one. If getpkt fails when
1553 using the extended protocol then exit.
1554
1555 Tue Jul 25 11:43:44 1995 Stan Shebs <shebs@andros.cygnus.com>
1556
1557 * mdebugread.c (psymtab_to_symtab_1): Relocate encoded stab
1558 line numbers using the psymtab's section offsets.
1559
1560 Tue Jul 25 10:43:27 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1561
1562 * config/rs6000/tm-rs6000.h (rs6000_framedata): Rename from
1563 aix_framedata. Change all uses.
1564 * rs6000-tdep.c: Change all aix_framedata -> rs6000_framedata.
1565
1566 Sat Jul 22 23:44:18 1995 Jeff Law (law@snake.cs.utah.edu)
1567
1568 * defs.h (ATTR_FORMAT): Disable if ANSI_PROTOTYPES is not defined.
1569
1570 Fri Jul 21 16:50:28 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1571
1572 * lynx-nat.c (child_thread_alive): New function. Somehow I
1573 forgot to check this in with all the other thread_alive changes.
1574
1575 Thu Jul 20 22:22:34 1995 Jeff Law (law@snake.cs.utah.edu)
1576
1577 * somread.c (som_symtab_read): Add unsatisfied common symbols to
1578 the minimal symbol table. All common symbols are "unsatisfied"
1579 when -E is passed to the linker.
1580
1581 Thu Jul 20 15:04:57 1995 Fred Fish <fnf@cygnus.com>
1582
1583 * top.c (show_endian): Cast first arg of printf_unfiltered to
1584 correct type of "char *".
1585
1586 Thu Jul 20 14:18:51 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1587
1588 * lynx-nat.c (child_wait): A thread_id of zero from wait apparently
1589 means the process is single threaded, so there's no need to add
1590 it to the thread list. Handle case where multi-threaded process
1591 reverts back to a single-threaded process.
1592
1593 * gdbserver/low-hppabsd.c: Remove error declaration.
1594 * gdbserver/low-sparc.c: Likewise.
1595 * gdbserver/low-sun3.c: Likewise.
1596 * gdbserver/server.h: Remove error and fatal declaration.
1597 * gdbserver/utils.c (error): Update to be compatable with recent
1598 changes in defs.h.
1599 (fatal): Likewise.
1600
1601 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1602
1603 * config/m68k/tm-m68kv4.h (DWARF_REG_TO_REGNUM): Define to
1604 correctly map floating point registers numbers.
1605
1606 * dwarfread.c (locval, new_symbol): Handle variables that are
1607 optimized out.
1608
1609 * mdebugread.c: Replace all uses of builtin_type_* with
1610 mdebug_type_*. Define and initialize mdebug_type_*.
1611
1612 * serial.h (serial_close): Add additional argument `really_close'.
1613 (SERIAL_CLOSE): Update serial_close call accordingly.
1614 (SERIAL_UN_FDOPEN): Use serial_close to handle refcnt properly.
1615 * serial.c (serial_close): Handle `really_close'.
1616 * serial.h (scb_base): Moved to serial.c, made static.
1617
1618 * valops.c (value_addr): Don't coerce arrays.
1619 (typecmp): Coerce arrays instead of calling value_addr if necessary.
1620
1621 Wed Jul 19 18:19:28 1995 Stan Shebs <shebs@andros.cygnus.com>
1622
1623 From Richard Earnshaw (rearnsha@armltd.co.uk):
1624 * infrun.c (wait_for_inferior): Set the convenience variable
1625 $_exitcode to the termination code of the inferior.
1626 * top.c (quit_command): Accept optional expression to use
1627 as parameter to exit().
1628
1629 Wed Jul 19 13:15:32 1995 Kung Hsu <kung@mexican.cygnus.com>
1630
1631 * remote.c (remote_wait): When getting registers, check endianess and
1632 do conversion if necessary.
1633
1634 Tue Jul 18 00:41:31 1995 Jeff Law (law@snake.cs.utah.edu)
1635
1636 * gdbserver/low-hppabsd.c: New file.
1637 * gdbserver/Makefile.in (SFILES): Add low-hppabsd.c.
1638 * config/pa/hppabsd.mh (XDEPFILES): Add ser-tcp.o.
1639 (GDBSERVER_DEPFILES): Add low-hppabsd.o.
1640 * config/pa/hppaosf.mh: Likewise.
1641
1642 Mon Jul 17 21:35:18 1995 Fred Fish <fnf@cygnus.com>
1643
1644 * dache.c (struct dcache_block): Change data member from unsigned
1645 char to char, since everything passed in and out of dcache is char
1646 or casted to appropriate type anyway.
1647 (dcache_alloc): Move assignment of db out of test and combine
1648 separate tests into if-else.
1649 (dcache_peek_byte): Change ptr from unsigned char* to char*.
1650 (dcache_peek_byte): Remove now unnecessary cast in read_memory call.
1651 (dcache_peek): Change cast of incoming data arg.
1652 (dcache_poke): Change cast of addr of incoming data arg.
1653 (dcache_info): Mask data passed to printf_filtered to lsbyte only.
1654 (dcache_info): Change printf_filtered arg from "% 2x" to " %2x".
1655 * target.c (debug_to_thread_alive): Change return type to int and
1656 return zero, for type compatibility with other *_thread_alive
1657 funcs.
1658 (cleanup_target): Change cast of ignore function to match type of the
1659 to_thread_alive member.
1660 * defs.h (error_hook): Add ATTR_NORETURN.
1661 * defs.h (NORETURN, ATTR_NORETURN): Switch from volatile to
1662 __attribute__ method with gcc 2.7, to avoid gcc 2.6.3 bug.
1663 * remote.c (remote_wait): Cast first arg to strtol, strchr, and
1664 strncmp to "const char *" from "unsigned char *".
1665 (remote_wait): Cast arg to putpkt and strcpy from "unsigned char *"
1666 to "char *".
1667 (remote_wait): Change printf format for long arg from "%d" to "%ld".
1668 (getpkt): Remove unused variable "bp".
1669 (remote_fetch_word, remote_store_word): Ifdef out apparently unused
1670 functions.
1671 * breakpoint.c (watchpoint_check): Removed unused variables
1672 "saved_level" and "saved_frame".
1673 * valops.c (value_arg_coerce): Add other enum TYPE_CODE_* and
1674 default cases to switch for completeness.
1675 * infrun.c (wait_for_inferior): Enclose "have_waited" label
1676 in #ifdef that matches the one in which it is referenced.
1677 * ser-unix.c (hardwire_noflush_set_tty_state): Enclose otherwise
1678 unused variable "state" in #ifdef that matches one in which it is
1679 referenced.
1680 * eval.c (evaluate_subexp_standard): Remove unused variable "var".
1681 * eval.c (evaluate_subexp_standard): Remove unused variable
1682 "tmp_symbol".
1683 * valarith.c (value_subscript): Remove unused variable
1684 "lowerbound", which is redeclared in a nested scope prior to use.
1685 * printcmd.c (print_frame_nameless_args): Use "%ld" to print long
1686 arg, not "%d".
1687 * {mem-break.c, remote-pa.c, remote.c, saber.suppress}:
1688 Remove unused static var "check_break_insn_size".
1689 * buildsym.c (finish_block): Add other enum LOC_* and default
1690 cases to switch for completeness.
1691 ch-lang.c (type_lower_upper): Removed unused label "retry".
1692 Add other enum TYPE_* and default cases to switch for completeness.
1693 * f-typeprint.c (f_type_print_args): Ifdef out unused function
1694 that may be used someday when Fortran support is complete.
1695 * ch-valprint.c (chill_print_type_scalar): Add other enum
1696 TYPE_* and default cases to switch for completeness.
1697 (chill_val_print): Remove unused local var "high_bound" that
1698 is redeclared in a nested scope prior to use.
1699 (chill_var_print): Use "%ld" to print long arg, not "%d".
1700 * regex.c (re_compile_fastmap, re_match_2): Add remaining enum
1701 types and default to switches for completeness.
1702 * minsyms.c (lookup_minimal_symbol_text): Delete unused variable
1703 "trampoline_symbol".
1704 (prim_record_minimal_symbol_and_info): Return NULL rather than
1705 trash.
1706 * elfread.c (elf_symtab_read): Don't dereference NULL returns from
1707 record_minimal_symbol_and_info.
1708 * f-lang.c (saved_function_list_end): Ifdef out unused variable
1709 that may be used someday.
1710 * f-valprint.c (f_val_print): Remove unused local "straddr".
1711
1712 Mon Jul 17 13:08:00 1995 Ian Lance Taylor <ian@cygnus.com>
1713
1714 * stabsread.h (struct stab_section_list): Define.
1715 (coffstab_build_psymtabs): Remove staboff and stabsize parameters.
1716 Add textaddr, textsize, and stabs parameters.
1717 * gdb-stabs.h (struct dbx_symfile_info): Remove text_sect field.
1718 Add text_addr and text_size fields.
1719 (DBX_TEXT_SECT): Don't define.
1720 (DBX_TEXT_ADDR, DBX_TEXT_SIZE): Define.
1721 * coffread.c: Include <ctype.h>.
1722 (struct coff_symfile_info): Remove stabsect and stabindexsect
1723 fields. Add textaddr, textsize, and stabsects fields.
1724 (coff_locate_sections): Record the address of the .text section,
1725 and total the sizes of all sections with names beginning with
1726 ".text". Don't bother to record a .stab.index section (COFF
1727 doesn't use them). Make a linked list of all sections with names
1728 beginning with ".stab".
1729 (coff_symfile_read): Adjust call to coffstab_build_psymtabs for
1730 new parameters.
1731 * dbxread.c (dbx_symfile_read): Use DBX_TEXT_ADDR and
1732 DBX_TEXT_SIZE, rather than getting both from DBX_TEXT_SECT.
1733 (dbx_symfile_init): Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not
1734 DBX_TEXT_SECT.
1735 (elfstab_build_psymtabs): Likewise.
1736 (stabsect_build_psymtabs): Likewise.
1737 (symbuf_sections, symbuf_left, symbuf_read): New static variables.
1738 (fill_symbuf): If symbuf_sections is not NULL, read symbols from
1739 multiple sections.
1740 (coffstab_build_psymtabs): Remove staboffset and stabsize
1741 parameters. Add textaddr, textsize, and stabsects parameters.
1742 Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not DBX_TEXT_SECT. Handle
1743 multiple stabs sections.
1744 * os9kread.c (os9k_symfile_read): Use DBX_TEXT_ADDR and
1745 DBX_TEXT_SIZE, rather than getting both from DBX_TEXT_SECT.
1746 (os9k_symfile_init): Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not
1747 DBX_TEXT_SECT.
1748
1749 * remote-vx.c (vx_ops, vx_run_ops): Initialize new to_thread_alive
1750 field.
1751
1752 Sat Jul 15 01:02:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1753
1754 * config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: New files
1755 for OSF/1-3.x procfs support.
1756 * configure.in (alpha-dec-osf): Use them when configuring
1757 for OSF/1-3.x.
1758 * configure: Updated.
1759 * target.c: Include <string.h>.
1760
1761 Fri Jul 14 16:16:56 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1762
1763 * Makefile.in, configure.in: Use one variable, frags, to hold
1764 pathnames of makefile fragments.
1765 * configure: regenerated.
1766
1767 Fri Jul 14 09:49:47 1995 Jeff Law (law@snake.cs.utah.edu)
1768
1769 * procfs.c (procfs_ops): Fix typo in last change.
1770
1771 Thu Jul 13 13:42:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1772
1773 * inftarg.c (child_thread_alive): New function to see if a
1774 particular thread is still running.
1775 (child_ops): Add child_thread_alive entry.
1776 * remote.c (remote_thread_alive): New function to see if a
1777 particular thread is still alive.
1778 (remote_ops): Add remote_thread_alive.
1779 * target.c (dummy_target): Add dummy entry for thread_alive.
1780 (cleanup_target): de_fault thread_alive too.
1781 (update_current_target): INHERIT thread_alive too.
1782 (debug_to_thread_alive): New function.
1783 (setup_target_debug): Add debug_to_thread_alive.
1784 * target.h (struct target_ops): Add to_thread_alive.
1785 (target_thread_alive): Define.
1786 * thread.c (info_threads_command): Don't call kill; use
1787 target_thread_alive instead.
1788 * config/nm-lynx.h (CHILD_THREAD_ALIVE): Define.
1789 * gdbserver/low-lynx.c (mythread_alive): New function.
1790 (mywait): Don't restart any threads after a new thread notification,
1791 let the generic code handle it.
1792 * gdbserver/low-sparc.c (mythread_alive): Dummy version.
1793 * gdbserver/low-sun3.c (mythread_alive): Likewise.
1794 * gdbserver/server.c (main): Handle thread_alive requests.
1795 * gdbserver/server.h (mythread_alive): Declare.
1796 * corelow.c (core_ops): Add dummy entry for thread_alive.
1797 * exec.c (exec_ops): Likewise.
1798 * m3-nat.c (m3_ops): Likewise.
1799 * monitor.c (monitor_ops): Likewise.
1800 * procfs.c (procfs_ops): Likewise.
1801 * remote-arc.c (arc_ops): Likewise.
1802 * remote-array.c (array_ops): Likewise.
1803 * remote-e7000.c (e7000_ops): Likewise.
1804 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
1805 * remote-mips.c (mips_ops): Likewise.
1806 * remote-pa.c (remote_hppro_ops): Likewise.
1807 * remote-sim.c (gdbsim_ops): Likewise.
1808 * sparcl-tdep.c (sparclite_ops): Likewise.
1809
1810 Tue Jul 11 11:15:55 1995 Kung Hsu <kung@rtl.cygnus.com>
1811
1812 * solib.c: Add _DYNAMIC__MGC base symbol for Mentor Graphics Inc.
1813 * solib.c (match_main): New function for checking name of main.
1814 * solib.c (solib_add): Not to add if solib match main.
1815
1816 Fri Jul 7 14:41:56 1995 Kung Hsu <kung@rtl.cygnus.com>
1817
1818 * elfread.c (elf_symtab_read): Fix a bug ignoring compiler
1819 generated internal labels ($LM...).
1820
1821 Wed Jul 5 11:38:36 1995 Kung Hsu <kung@rtl.cygnus.com>
1822
1823 * defs.h: if __GO32__ or WIN32 the directory separating symbol should
1824 be '\' not '/'.
1825
1826 * remote-nindy (nindy_wait): Use infinite timeout reading after
1827 esacpe character.
1828
1829 Tue Jul 4 10:30:22 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1830
1831 * infrun.c (wait_for_inferior): When switching from one thread to
1832 another, save infrun's state for the old thread and load infrun's
1833 previous state for the new thread.
1834 * thread.c (struct thread_info): Add new fields for thread specific
1835 state saved/restored in infrun.c.
1836 (add_thread): Initialize new fields.
1837 (load_infrun_state): New function.
1838 (save_infrun_state): New function.
1839 * thread.h (load_infrun_state): Provide external decl.
1840 (save_infrun_state): Likewise.
1841
1842 * infrun.c (wait_for_inferior): When we hit a breakpoint for the
1843 wrong thread, make sure to write the fixed PC value into the thread
1844 that stopped. Restart all threads after single stepping over a
1845 breakpoint for a different thread.
1846 * breakpoint.c (set_momentary_breakpoint): Make momentary
1847 breakpoints thread specific in a multi-threaded program.
1848 * lynx-nat.c (child_resume): Add some comments. Correctly
1849 choose between the single and multi-threaded step and continue
1850 ptrace calls.
1851
1852 Fri Jun 30 16:15:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1853
1854 * config/h8300/h8300.mt: Renamed from h8300hms.mt.
1855 * config/h8500/h8500.mt: Renamed from h8500hms.mt.
1856 * config/z8k/z8k.mt: Renamed from z8ksim.mt.
1857 * configure, configure.in: Update to reflect renamings.
1858
1859 * remote-sim.c (sim): New command, passes commands to simulator.
1860 (simulator_command): New function.
1861 (gdbsim_ops): Clean up.
1862 * remote-sim.h (sim_do_command): Declare.
1863 * sh-tdep.c (memory_size): Remove command.
1864
1865 * Makefile.in (SIM, SIM_OBS): New variables.
1866 (CLIBS, CDEPS): Add value of SIM.
1867 (DEPFILES): Add value of SIM_OBS
1868
1869 * config/arm/arm.mt, config/h8300/h8300.mt, config/h8500/h8500.mt,
1870 config/sh/sh.mt, config/sparc/sp64sim.mt, config/w65/w65.mt,
1871 config/z8k/z8k.mt: Remove simulator files from TDEPFILES,
1872 define in SIM_OBS and SIM.
1873 config/sparc/sp64sim.mt (SIMFILES): Remove.
1874
1875 * remote-z8k.c: Remove, was superseded by remote-sim.c
1876 * Makefile.in, mpw-make.in: Remove references to remote-z8k.c.
1877
1878 Sun Jun 25 15:30:43 1995 Stan Shebs <shebs@cygnus.com>
1879
1880 * remote.c (remote_read_bytes, remote_write_bytes): Second arg
1881 should be char *, not unsigned char *.
1882 * dcache.h (memxferfunc): Ditto.
1883 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1884 Ditto.
1885 (monitor_make_srec): Let compiler figure size of hextab.
1886
1887 Sat Jun 24 19:27:37 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1888
1889 * lynx-nat.c (child_wait): Don't restart new threads and loop
1890 to the top of child_wait; let the machine independent code in
1891 wait_for_inferior deal with new thread notifications.
1892
1893 Fri Jun 23 11:51:58 1995 Kung Hsu <kung@mexican.cygnus.com>
1894
1895 * remote-nindy (nindy_load): Put in target specific load, it's
1896 20 times faster.
1897
1898 Thu Jun 22 20:21:59 1995 Stan Shebs <shebs@andros.cygnus.com>
1899
1900 * utils.c (error): Move local `args' outside conditional,
1901 move local `string1' inside, declare function as void if
1902 non-ANSI compiler, dereference error_hook when calling.
1903
1904 * mac-xdep.c (stdarg.h): Don't include.
1905
1906 Thu Jun 22 13:12:33 1995 Kung Hsu <kung@mexican.cygnus.com>
1907
1908 * remote-nindy.c (nindy_wait): Change timeout in SERIAL_READCHAR.
1909
1910 Wed Jun 21 13:24:41 1995 Jeff Law (law@snake.cs.utah.edu)
1911
1912 * hppam3-nat.c: Change HP800_THREAD_STATE to TRACE_FLAVOR and
1913 HP800_THREAD_STATE_COUNT to TRACE_FLAVOR_SIZE.
1914
1915 Wed Jun 21 05:57:56 1995 Steve Chamberlain <sac@slash.cygnus.com>
1916
1917 * monitor.c: Turn on caching.
1918 (monitor_printf): If a ^C was sent, don't expect to see its
1919 echo.
1920 (monitor_open): Enable caching.
1921 (monitor_resume, monitor_load): Flush cache.
1922 (monitor_xfer_memory): Call cache routine.
1923 (monitor_dump_regs): New.
1924 (monitor_fetch_registers): If monitor_dump_regs available
1925 then use it.
1926 (monitor_load): Don't ref exec_bfd if it's NULL.
1927 (monitor_load_srec): Use new monitor_make_srec calling convention.
1928 (monitor_make_srec): Rewrite to cope with two, three and four byte
1929 addresses.
1930 * remote-hms.c (hms_cmds): Initialze end-of-command delim.
1931 * dcache.h, dcache.h: Rewritten.
1932 * remote.c: Reenable caching.
1933 (getpkt): Reduce MAX_TRIES to 3.
1934 (remote_xfer_memory): Use dcache_xfer_memory.
1935 * defs.h (error_hook): New.
1936 * top.c (error_hook): New definition.
1937 * utils.c (error): Use error_hook if initialized.
1938 * sparcl-tdep.c (HAVE_SOCKETS): Don't define if GO32 or WIN32. Use
1939 HAVE_SOCKETS in place of #ifndef GO32.
1940
1941 Tue Jun 20 22:17:44 1995 Jeff Law (law@snake.cs.utah.edu)
1942
1943 * config/pa/tm-hppa.h (PSW_*): Define processor status word masks.
1944 (INSTRUCTION_NULLIFIED): Allow specific targets to override.
1945 * config/pa/tm-hppao.h (INSTRUCTION_NULLIFIED): Define to work
1946 around losing mach kernel behavior.
1947
1948 Tue Jun 20 12:03:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1949
1950 * monitor.c (monitor_wait): Don't use the watchdog timeout
1951 if its value is 0.
1952 * w89k-rom.c (w89k_open): Define to be static.
1953
1954 start-sanitize-gdbtk
1955 Tue Jun 20 10:19:40 1995 Stu Grossman (grossman@cygnus.com)
1956
1957 * gdbtk.c: Add functions Tcl_Malloc, Tcl_Realloc, and Tcl_Free.
1958
1959 * gdbtk.tcl (add_breakpoint_frame): Add more fields.
1960 * (create_file_win create_asm_win build_framework): Create null
1961 bindings for meta keys to keep window from dropping down to
1962 insertion point when meta is pressed by itself. New bindings:
1963 Up/Down - Scroll up/down one line at a time
1964 Next/Prior - Scroll up/down one page at a time
1965 Home/End - Warp to current pc/end of file
1966 * (build_framework): Turn on breakpoint menu.
1967 * (create_command_window): Implement tab completion. Add binding
1968 for ^C to stop target.
1969 end-sanitize-gdbtk
1970
1971 Sat Jun 17 10:17:16 1995 Jeff Law (law@snake.cs.utah.edu)
1972
1973 * somsolib.c (som_solib_add): Validate regexp argument.
1974 Don't assume the first entry on dld's library list is the main
1975 program. Don't load the same library more than once and don't
1976 consider the main program a shared library.
1977 (som_solib_sharedlibrary_command): New function
1978 (_initialize_som_solib): Add "sharedlibrary" command.
1979
1980 Thu Jun 15 14:54:58 1995 Stan Shebs <shebs@andros.cygnus.com>
1981
1982 * array-rom.c: Remove, no longer used.
1983
1984 * remote-hms.c (hms_open): Make static.
1985
1986 * mpw-config.in (MacSerial.h): Copy from version in {CIncludes},
1987 not {MPW}Interfaces:CIncludes.
1988 * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
1989
1990 Wed Jun 14 14:27:07 1995 Per Bothner <bothner@kalessin.cygnus.com>
1991
1992 * ch-exp.y: Remove lots of unsupported productions and names.
1993 Add support for IF-expressions, ORIF, ANDIF, NUM, and ADDR.
1994
1995 Tue Jun 13 21:40:11 1995 Per Bothner <bothner@kalessin.cygnus.com>
1996
1997 * parser-defs.h (enum precedence): Added PREC_BUILTIN_FUNCTION.
1998 * expression.h (enum exp_opcode): Added UNOP_LOWER, UNOP_UPPER,
1999 UNUP_LENGTH.
2000 * expprint.c (dump_expression): Handle the new exp_opcodes.
2001 (print_subexp): Handle PREC_BUILTIN_FUNCTION.
2002 (print_simple_m2_func): Removed.
2003 (print_subexp): Remove support for Modula2 builtin functions.
2004 * m2-lang.c (m2_op_print_tab): Add support for builtin functions.
2005 * ch-exp.y: Parse LOWER, UPPER, and LENGTH builtins.
2006 (write_lower_upper_value): Convenience function for LOWER and UPPER.
2007 (upper_lower_argument, length_argument): Removed non-terminals.
2008 * ch-lang.c (chill_op_print_tab): Entries for UPPER, LOWER, LENGTH.
2009 (type_lower_upper): New function. Calculate LOWER/UPPER of type.
2010 (value_chill_length): New function. Calcalate LENGTH of ARRAY/STRING.
2011 (evaluate_subexp_chill): Handle UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
2012
2013 Mon Jun 12 12:48:13 1995 Stan Shebs <shebs@andros.cygnus.com>
2014
2015 Windows support bits from Steve Chamberlain <sac@slash.cygnus.com>.
2016 * defs.h: Don't declare strchr and friends if WIN32.
2017 (DIRNAME_SEPARATOR): Move here from source.c.
2018 (SLASH_P, SLASH_CHAR, SLASH_STRING, ROOTED_P): New macros,
2019 symbolic definitions for filename bits.
2020 * top.c (cd_command): Use these.
2021 * source.c (mod_path, openp): Ditto.
2022 * terminal.h: Disable termio/sgtty definitions if WIN32.
2023 * findvar.c (registers_changed): Call registers_changed_hook
2024 if it is defined.
2025
2026 Mon Jun 12 12:22:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2027
2028 * Makefile.in (distclean, realclean): Remove config.cache and
2029 config.log.
2030
2031 Mon Jun 12 00:21:59 1995 Jeff Law (law@snake.cs.utah.edu)
2032
2033 * somsolib.c: Include gdb-stabs.h.
2034 (som_solib_section_offsets): Use SECT_OFF_XXX rather than 0, 1,
2035 etc. Initialize offsets for RODATA & BSS too.
2036
2037 Sat Jun 10 17:59:11 1995 Jeff Law (law@snake.cs.utah.edu)
2038
2039 * hppa-tdep.c (frame_chain): Try to compensate for incomplete
2040 register information in core files when backtracing.
2041
2042 Fri Jun 9 14:51:38 1995 Stu Grossman (grossman@cygnus.com)
2043
2044 * remote-nrom.c: Remove everything but download code. More
2045 cleanups.
2046
2047 Thu Jun 8 15:06:00 1995 Stu Grossman (grossman@cygnus.com)
2048
2049 * defs.h maint.c monitor.c remote-mips.c remote.c: Add support
2050 for `watchdog' variable. This allows the user to put an upper
2051 limit on the amount of time that GDB will wait for the target to
2052 return from a step or continue operation. This will primarily be
2053 used for the testsuite, where it is difficult to come up with a
2054 reasonable timeout for things like function calls, which can take
2055 as long as three minutes under some circumstances. If the
2056 watchdog timer expires, GDB will generate an error that looks like
2057 `Watchdog has expired.', and will detach from the target.
2058
2059 * remote-mips.c (mips_open): Setup initial frame from target.
2060 Print it out so that user is told where the program is stopped
2061 when they attach.
2062
2063 * remote-nrom.c: Loads of cleanups. Use serial code to open
2064 network connections. Use expect() to wait for response to
2065 download command.
2066
2067 * ser-tcp.c (tcp_open): Retry connection if we get ECONNREFUSED.
2068
2069 * serial.c serial.h (serial_open serial_fdopen serial_close):
2070 Allow users to open the same device multiple times. They all get
2071 to share the same serial_t. This is about the only way to have
2072 multiple active targets use the same device (for download and
2073 debug).
2074
2075 * sparcl-tdep.c: Keep #include <unistd.h> away from GO32.
2076
2077 * target.c: Add `targetdebug' variable. If this is non-zero,
2078 then a special target is put at the top of the target stack which
2079 will cause all calls through the target vector to have their args
2080 and results printed out.
2081
2082 Wed Jun 7 17:40:37 1995 Per Bothner <bothner@kalessin.cygnus.com>
2083
2084 * ch-exp.y: Handle <primitive_value> "->" <modename>.
2085
2086 Wed Jun 7 17:46:33 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2087
2088 * mem-break.c (LITTLE_BREAKPOINT): If BREAKPOINT and
2089 {LITTLE,BIG}_BREAKPOINT are all defined, don't redefine.
2090 (BIG_BREAKPOINT): Ditto.
2091
2092 * config/rs6000/tm-rs6000.h (BREAKPOINT): Define as either
2093 BIG_BREAKPOINT or LITTLE_BREAKPOINT depending on the target byte
2094 order.
2095
2096 Wed Jun 7 12:41:42 1995 Jeff Law (law@snake.cs.utah.edu)
2097
2098 * somsolib.c (som_solib_section_offsets): Handle relative pathnames.
2099
2100 * hppa-tdep.c (frame_saved_pc): Handle backtracing through signal
2101 handler in dynamically linked executables.
2102
2103 Tue Jun 6 10:44:25 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2104
2105 From Andrew Cagney <cagney@highland.com.au>
2106 * rs6000-tdep.c (single_step): Handle both little and big endian
2107 breakpoints.
2108 (gdb_print_insn_powerpc): Deal with disassembling both little and
2109 big endian PowerPC systems.
2110 (_initialize_rs6000_tdep): Use gdb_print_insn_powerpc to handle
2111 disassembly, rather that assuming big endian order.
2112
2113 * config/rs6000/tm-rs6000.h (BREAKPOINT): Delete.
2114 (BIG_BREAKPOINT): Define, big endian breakpoint instruction.
2115 (LITTLE_BREAKPOINT): Define, little endian breakpoint instruction.
2116
2117 Sat Jun 3 01:54:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2118
2119 * README: Add note about Unixware 2.x.
2120
2121 * dbxread.c (process_one_symbol): Check for exact symbol name
2122 match when fixing up N_GSYM and N_STSYM symbols from Sun acc.
2123
2124 * valprint.c (value_print_array_elements): Use
2125 fprintf_filtered to put out `<repeats %u times>',
2126 from schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
2127
2128 * value.h (struct value): Change `repetitions' field from
2129 `short' to `int' type.
2130
2131 start-sanitize-arc
2132 Fri Jun 2 11:17:23 1995 Doug Evans <dje@canuck.cygnus.com>
2133
2134 * arc-tdep.c (arc_bfd_mach_type): New static global.
2135 (codestream_fill): Handle byte order differences.
2136 (setup_prologue_scan): Don't read stdarg function's "sub sp,sp,N".
2137 (arc_get_frame_setup): Read it here.
2138 (arc_frame_saved_pc): And here.
2139 (arc_print_insn): New function.
2140 (arc_set_cpu_type): Set arc_bfd_mach_type. Don't set tm_print_insn.
2141 (_initialize_arc_tdep): Set tm_print_insn to arc_print_insn.
2142 end-sanitize-arc
2143
2144 Wed May 31 12:04:01 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2145
2146 * nlm/{configure.in, Makefile.in}: Converted to use autoconf.
2147 * nlm/configure: New file, generated with autoconf 2.3.
2148
2149 * nlm/configure.in: Use sed instead of awk to get the value of
2150 cpufile. Awk is not a utility required by the GNU coding
2151 standards. This change also fixes the rigid whitespace
2152 requirements that were required for awk.
2153
2154 * sparclite/aload.c: Use a file descriptor instead of a stdio
2155 stream for i/o with target board.
2156 Use #error if HAVE_TERMIOS is not defined.
2157
2158 * sparclite/{Makefile.in, configure.in}: Converted to use
2159 autoconf.
2160 * sparclite/configure: New file, generated with autoconf 2.3.
2161
2162 Sun May 28 23:10:07 1995 Jeff Law (law@snake.cs.utah.edu)
2163
2164 * defs.h: Include either varargs.h or stdarg.h (for va_list).
2165 Fix stupid thinko in last change ("..." -> "va_list").
2166
2167 * defs.h (vprintf_filtered declaration): Add PARAMS prototype;
2168 gcc-2.5 chokes on format attributes for unprototyped functions.
2169 (vfprintf_filtered declaration): Likewise.
2170 (vprintf_unfiltered declaration): Likewise.
2171 (vfprintf_unfiltered). Likewise.
2172
2173 Sat May 27 23:54:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2174
2175 * configure.in: Use sed instead of awk to get the values of
2176 hostfile, targetfile and nativefile. Awk is not a utility
2177 required by the GNU coding standards. This change also
2178 fixes the rigid whitespace requirements that were required
2179 for awk.
2180 * configure: regenerated.
2181
2182 Sat May 27 16:24:04 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
2183
2184 * sparclite/{Makefile,configure}.in: Add hooks for building with
2185 -lsocket & -lnsl for solaris2. Don't build aload/eload for DOS.
2186
2187 Thu May 25 12:46:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2188
2189 * gdbserver/remote-utils.c (prepare_resume_reply): Add FIXME
2190 comment regarding signal numbering.
2191
2192 Wed May 24 15:49:47 1995 Steve Chamberlain <sac@slash.cygnus.com>
2193
2194 * arm-tdep.c (_initialize_arm_tdep): Use print_insn_little_arm
2195 now.
2196
2197 * arm-tdep.c (convert_from_extended, convert_to_extended):
2198 New.
2199 * coffread.c (enter_linenos): Return if linetab 0.
2200 * config/arm/arm.mt (TDEPFILES): Add simulator support.
2201 * config/arm/tm-arm.h (FRAME_FIND_SAVED_REGS): Fix prototypes.
2202
2203 Mon May 22 19:37:21 1995 Rob Savoye <rob@darkstar.cygnus.com>
2204
2205 * config/idt.mt: replace monitor and array-rom with the new
2206 remote-array.
2207
2208 Mon May 22 15:38:25 1995 Stu Grossman (grossman@cygnus.com)
2209
2210 * remote-nindy.c: Install Kung patch for PR 6820. I have no idea
2211 what this does...
2212
2213 * breakpoint.c: Move defaults of watchpoint related macros into
2214 target.h.
2215 * target.h: Macros from breakpoint.c. Conditionalize based on
2216 TARGET_HAS_HARDWARE_WATCHPOINTS.
2217 * i386v-nat.c procfs.c: Use TARGET_HAS_HARDWARE_WATCHPOINTS
2218 instead of TARGET_CAN_USE_HARDWARE_WATCHPOINT to enable watchpoint
2219 code.
2220 * config/i386/nm-linux.h, config/mips/nm-irix4.h,
2221 config/pa/nm-hppab.h, config/sparc/tm-sparclite.h: #define
2222 TARGET_HAS_HARDWARE_WATCHPOINTS to enable watchpoint code.
2223
2224 Mon May 22 06:47:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2225
2226 * breakpoint.c, target.h: Move defaults of watchpoint related
2227 macros back to breakpoint.c. Required to get GDB compiling
2228 on Solaris again.
2229
2230 Fri May 19 14:49:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2231
2232 * defs.h (ATTR_FORMAT): New macro, expands to gcc's format
2233 attribute when compiled by gcc.
2234 * defs.h, language.h, monitor.h: Changed many function
2235 declarations to use ATTR_FORMAT.
2236
2237 * breakpoint.c (delete_command); source.c (directory_command);
2238 top.c (define_command): Changed call to query() that had too
2239 many arguments.
2240 * printcmd.c (address_info): Changed call to printf_filtered()
2241 that had too many arguments.
2242
2243 Fri May 19 09:52:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2244
2245 * infrun.c (wait_for_inferior): Move assignments to stop_signal
2246 and stop_pc, and STOPPED_BY_WATCHPOINT code, back where they
2247 were--after the switch statement on w.kind. You can't read the
2248 registers of an inferior which has exited. Use a goto in the
2249 STOPPED_BY_WATCHPOINT code.
2250 * infrun.c (wait_for_inferior): Reinstate
2251 HAVE_STEPPABLE_WATCHPOINT and HAVE_CONTINUABLE_WATCHPOINT code.
2252
2253 Fri May 19 06:15:40 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2254
2255 * utils.c, complaints.c, language.c, monitor.c, remote-array.c,
2256 remote-mips.c, remote-os9k.c, remote-st.c: Conditionalize use of
2257 stdarg rather than varargs on ANSI_PROTOTYPES not __STDC__; it
2258 must match the definition of PARAMS.
2259 start-sanitize-gdbtk
2260 * gdbtk.c: Likewise.
2261 end-sanitize-gdbtk
2262
2263 Thu May 18 15:58:46 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2264
2265 * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
2266 printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
2267 error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
2268 with an ANSI compiler.
2269 * complaints.c (complain): Likewise.
2270 * language.c (type_error, range_error): Likewise.
2271 * monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
2272 * remote-array.c (printf_monitor, debuglogs): Likewise.
2273 * remote-mips.c (mips_error): Likewise.
2274 * remote-os9k.c (printf_monitor): Likewise.
2275 * remote-st.c (printf_stdebug): Likewise.
2276 start-sanitize-gdbtk
2277 * gdbtk.c (gdbtk_query): Likewise.
2278 end-sanitize-gdbtk
2279
2280 * defs.h, complaints.h, language.h, monitor.h: Add prototypes to
2281 match above changes.
2282
2283 * printcmd.c: Remove uneeded #include <varargs.h>.
2284 * remote-e7000.c: Likewise.
2285
2286 * f-typeprint.c (f_type_print_base): Fix typo found by above
2287 changes.
2288
2289 Wed May 17 11:21:32 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2290
2291 * Makefile.in (xcoffread.o): Depend on partial-stab.h.
2292
2293 * xcoffsolib.c (sharedlibrary_command): New command.
2294 * xcoffsolib.c (solib_info): Call xcoff_relocate_symtab.
2295 * xcoffsolib.c: Miscellaneous cleanups.
2296
2297 * partial-stab.h: Ignore symbol descriptor '-' (for local
2298 variables with negative type numbers) without complaint.
2299
2300 * rs6000-nat.c (vmap_ldinfo): Use bfd_stat rather than our own
2301 local emulation thereof. Remove unused variable ostart.
2302
2303 Wed May 17 15:55:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2304
2305 * Makefile.in (config.status): changed target so that
2306 config.status --recheck is executed if configure script changes.
2307
2308 * monitor.c (monitor_printf): Changed format specification in
2309 error message to work with pre-ansi compilers.
2310 (monitor_load_srec): reduced length of s-records from 128 to 32
2311 bytes so download is more reliable with the rom68k monitor.
2312
2313 * rom68k-rom.c: Added trailing space to prompt string.
2314
2315 * config/i386/xm-i386sco.h (HAVE_STRSTR): Removed.
2316 * config/i386/xm-go32.h, mswin/xm.h (SYS_SIGLIST_MISSING):
2317 Removed.
2318 * defs.h, config/{xm-lynx.h, xm-nbsd.h},
2319 config/i386/{xm-i386bsd.h, xm-linux.h},
2320 config/m68k/xm-hp300bsd.h, config/mips/xm-irix4.h,
2321 config/ns32k/xm-ns32km3.h, doc/gdbint.texinfo
2322 (PSIGNAL_IN_SIGNAL_H): Removed.
2323
2324 Tue May 16 13:16:06 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2325
2326 * Makefile.in (Makefile): Added config.status to dependency list.
2327
2328 * configure.in: Added INIT-CMDS argument to AC_OUTPUT which sets
2329 gdb_host_cpu, gdb_target_cpu and nativefile.
2330 * configure: regenerated.
2331
2332 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2333
2334 * mdebugread.c (parse_symbol): Do not relocate stBlock/scText
2335 symbols, their value is the displacement from the procedure address.
2336 * top.c (init_main): Add missing newlines to help strings for
2337 `if' and `while' commands, fix help string for `show commands'.
2338
2339 Mon May 15 18:37:56 1995 Stu Grossman (grossman@cygnus.com)
2340
2341 * breakpoint.c: Move defaults of watchpoint related macros into
2342 target.h. Use BP_TEMPFLAG and BP_HARDWAREFLAG instead of
2343 constants.
2344 * infrun.c (wait_for_inferior): Enhance comment near
2345 STOPPED_BY_WATCHPOINT.
2346 * target.h: Macros from breakpoint.c.
2347
2348 Mon May 15 17:11:38 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2349
2350 * config/i386/{i386sol2.mh, i386v4.mh, ncr3000.mh},
2351 config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh,
2352 mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured
2353 out by autoconf.
2354 * config/apollo68v.mh (RANLIB): Removed, figured out by autoconf.
2355
2356 * Makefile.in, configure.in: Converted to use autoconf
2357 * aclocal.m4: New file, local autoconf macro definitions.
2358 * configure: New file, generated with autoconf 2.3.
2359
2360 Mon May 15 14:46:41 1995 Stan Shebs <shebs@andros.cygnus.com>
2361
2362 * remote.c (remote_kill): Add prototype.
2363 * cpu32bug-rom.c (cpu32bug_open): Properly define as static.
2364 * config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o.
2365
2366 Mon May 15 12:12:34 1995 Stu Grossman (grossman@cygnus.com)
2367
2368 * sparclite/salib.c (win_ovf win_unf): Make window size constant
2369 into a variable (__WINSIZE) so that it can be controlled via the
2370 .h file.
2371 * sparclite/sparclite.h: Add SL933 #ifdef to set __WINSIZE to 6
2372 for the 933 board.
2373
2374 * infrun.c: Add #ifdef HP_OS_BUG to all references to
2375 trap_expected_after_continue.
2376 * (wait_for_inferior): Fix for remote watchpoints. Don't try to
2377 insert breakpoints while target is running (this only works on
2378 *some* native targets). This may also speed up native watchpoints
2379 considerably.
2380
2381 Sat May 13 13:55:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2382
2383 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
2384 mdebugread.c (struct symloc), hpread.c (struct symloc),
2385 xcoffread.c (struct symloc): Fix inaccurate comment introduced
2386 20 Apr 1995.
2387
2388 Sat May 13 13:34:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2389
2390 * rs6000-tdep.c (find_toc_address): Revise comment.
2391 * symfile.c, symfile.h (init_psymbol_list): New function;
2392 consolidate duplicated copies from os9kread.c, dbxread.c
2393 and dwarfread.c.
2394 * defs.h: Declare info_verbose.
2395 * xcoffread.c: Extensive changes to support psymtabs.
2396
2397 Fri May 12 13:48:41 1995 Stu Grossman (grossman@andros.cygnus.com)
2398
2399 * cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
2400
2401 Fri May 12 06:39:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2402
2403 * partial-stab.h: Expand comments.
2404
2405 Thu May 11 19:01:37 1995 Jeff Law (law@snake.cs.utah.edu)
2406
2407 * Support debugging using native MACH primitives on hppa*-*-osf*.
2408 * configure.in: hppa*-*-osf* != hppa*-*-bsd* anymore.
2409 * config/pa/hppaosf.mh: New file.
2410 * config/pa/nm-hppao.h: Likewise.
2411 * hppam3-nat.c: Likewise.
2412 * config/pa/tm-hppao.h (PSW_SS): Define for single-stepping.
2413 (MACHINE_CPROC_*_OFFSET): Define.
2414 (TRACE_*): Define.
2415 (START_INFERIOR_TRAPS_EXPECTED): Delete definition.
2416
2417 Wed May 10 18:59:26 1995 Stu Grossman (grossman@andros.cygnus.com)
2418
2419 * hppa-tdep.c (read_unwind_info): Cosmetic cleanup.
2420 * (unwind_command): Clean it up and make it print things out
2421 nicer.
2422 * monitor.c: Add ^C handling capability (mostly ripped off from
2423 remote.c).
2424 * (monitor_printf): Make it check the command echo.
2425 * (monitor_printf_noecho): Similar to above, but doesn't check
2426 for echo.
2427 * (monitor_stop): No longer waits for prompt. That is the job of
2428 the caller. This makes things work much better for monitor_wait,
2429 which waits for the prompt itself.
2430 * (monitor_open): Deal with new monitor_stop semantics. Also,
2431 flush input after sending init strings to get rid of junk that may
2432 be output. Also, don't always send \r to remote. Use
2433 monitor_ops->line_term cuz proper character isn't always \r.
2434 * (monitor_fetch_register): Switch to completely different
2435 algorithm to deal with lame-ass monitors which put spaces in the
2436 middle of numbers, and prompt with a space!!!!!
2437 * (monitor_read_memory_single): New routine to be used with
2438 monitors that can only return one byte/short/long at a time. This
2439 is selected via MO_GETMEM_READ_SINGLE.
2440 * (monitor_load_srec): Use monitor_printf_noecho for sending S
2441 records. Most targets don't echo them.
2442 * (monitor.h): Get rid of cmd_delim. Add line_delim.
2443 * op50n-rom.c (op50n_cmds): Fill it up. Make it work.
2444 * w89k-rom.c: Change all eols from \r to \n. Change load_resp to
2445 ^Q to prevent error message.
2446 * config/pa/tm-hppa.h (CALL_DUMMY (for hppro)): Add special
2447 instruction sequence at end to make restore_pc_queue happy.
2448
2449 Wed May 10 15:59:00 1995 Torbjorn Granlund <tege@adder.cygnus.com>
2450
2451 * remote-est.c (est_open): Make static to match prototype.
2452
2453 Tue May 9 16:58:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2454
2455 * configure.in: Add little endian PowerPC support.
2456 * config/powerpc/ppcle-eabi.mt: New file for little endian PowerPC
2457 support.
2458 * config/powerpc/tm-ppcle-eabi.h: ditto.
2459
2460 Mon May 8 12:11:38 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2461
2462 * nlm/configure.in (gdb_host, gdb_host_cpu, gdb_target): Removed.
2463 These variables not used.
2464
2465 * config/m68k/monitor.mt (TDEPFILES): Added cpu32bug-rom.o.
2466
2467 Wed May 3 17:54:47 1995 Stan Shebs <shebs@andros.cygnus.com>
2468
2469 * monitor.c (monitor_command): Don't use PROMPT until monitor
2470 target is known to be open.
2471 (monitor_make_srec): Don't define size of hextab.
2472
2473 Tue May 2 18:32:24 1995 Stan Shebs <shebs@andros.cygnus.com>
2474
2475 * configure.in (--enable-netrom): New configuration option.
2476 * Makefile.in (REMOTE_OBS): Rename from REMOTE_O, append
2477 value of NETROM_OBS.
2478 (NETROM_OBS): New variable.
2479 * remote-nrom.c: New file, NetROM target support.
2480 * config/a29k/a29k-udi.mt, config/i960/vxworks960.mt: Use
2481 REMOTE_OBS instead of REMOTE_O.
2482 start-sanitize-arc
2483 * config/arc/arc.mt: Ditto.
2484 end-sanitize-arc
2485
2486 Fri Apr 28 23:30:00 1995 Stu Grossman (grossman@cygnus.com)
2487
2488 * array-rom.c (_initialize_array array_open): Move baud_rate
2489 initialization from _initxxx to array_open to fix bug with
2490 overriding -b command line option.
2491
2492 Thu Apr 27 20:29:34 1995 Doug Evans <dje@canuck.cygnus.com>
2493
2494 * Makefile.in (RUNTEST): Fix reference of `srcdir'.
2495
2496 Wed Apr 26 19:01:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
2497
2498 * remote-hms.c: Rewrite to use new monitor conventions.
2499
2500 Tue Apr 25 11:27:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2501
2502 * dbxread.c: Add comment explaining lowest_text_address.
2503 Add comment regarding stringtab_global and psymtabs.
2504
2505 Sat Apr 22 01:26:29 1995 Jeff Law (law@snake.cs.utah.edu)
2506
2507 * config/pa/tm-hppa.h (EXTRACT_STRUCT_VALUE_ADDRESS): Fix.
2508
2509 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Rewrite to correctly
2510 handle "short", "int" and small structures returned in registers.
2511
2512 Fri Apr 21 12:57:53 1995 Kung Hsu <kung@mexican.cygnus.com>
2513
2514 * minsyms.c: add new function lookup_minimal_symbol_text, to look
2515 for text symbol only.
2516 * breakpoint.c (create_longjmp_breakpoint): call
2517 lookup_minimal_symbol_text instead of lookup_minimal_symbol.
2518 * symtab.h: add lookup_minimal_symbol_text prototype.
2519
2520 Fri Apr 21 12:03:44 1995 Stan Shebs <shebs@andros.cygnus.com>
2521
2522 * sh-tdep.c (sh-opc.h): Don't include.
2523 (gdbcore.h): Include.
2524 (frame_find_saved_regs): Remove unused local.
2525
2526 Thu Apr 20 10:12:21 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2527
2528 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
2529 mdebugread.c (struct symloc), hpread.c (struct symloc): Clean
2530 up comments.
2531
2532 Wed Apr 19 16:58:11 1995 Stu Grossman (grossman@andros.cygnus.com)
2533
2534 * hppa-tdep.c (deposit_17): New routine to deposit 17 bit
2535 constants into PA instructions.
2536 * Put #ifdefs around all signal handling code. Not generally
2537 needed for embedded boards.
2538 * (hppa_fix_call_dummy): Parameterize offsets into call dummy to
2539 allow different dummys to be used by this code. Use
2540 INSTRUCTION_SIZE instead of REGISTER_SIZE for things.
2541 Conditionalize setup of _sr4export fixup. Improve comments.
2542 * config/pa/tm-hppa.h: Define INSTRUCTION_SIZE. Use a different
2543 call dummy if PA_LEVEL_0 is defined. Better comments for call
2544 dummys. Define offsets for LDIL/LDO instructions which load
2545 function addresses.
2546 * config/pa/tm-pro.h: Get rid of signal handling stuff. Define
2547 PA_LEVEL_0 to disable mucking with space regs and such.
2548
2549 Mon Apr 17 15:37:08 1995 Stu Grossman (grossman@andros.cygnus.com)
2550
2551 * cpu32bug-rom.c monitor.h op50-rom.c remote-est.c rom68k-rom.c
2552 w89k-rom.c: Remove loadtypes, loadprotos and baudrates.
2553 * op50-rom.c: Fix copyrights and add load routine to op50n_cmds.
2554 * rom68k-rom.c (_initialize_rom68k): Don't set baud rate.
2555 * w89k-rom.c: Fix copyrights.
2556
2557 Sun Apr 16 14:00:55 1995 Stu Grossman (grossman@andros.cygnus.com)
2558
2559 * monitor.c: Move all xmodem stuff into xmodem.[ch]. Remove
2560 unnecessary remoteloadprotocol and remoteloadtype support.
2561 * (expect expect_prompt): Change names to monitor_expect and
2562 monitor_expect_prompt. Make them global.
2563 * (printf_monitor): Change name to monitor_printf. Make global.
2564 * (monitor_read_memory): Flush command echo to avoid parsing
2565 ambiguity with CPU32Bug monitor.
2566 * (monitor_load): Remove remoteloadprotocol and remoteloadtype
2567 support. Call target_ops->load_routine, default to
2568 monitor_load_srec.
2569 * (monitor_load_srec): Remove everything but S-record support.
2570 * monitor.h (monitor_ops): Add load_routine to provide monitor
2571 specific download capability.
2572 * remote-est.c: Clean up copyrights and comments.
2573 * w89k-rom.c: Use new xmodem support.
2574 * xmodem.c xmodem.h: New files to support xmodem downloads.
2575 * rom68k-rom.c remote-est.c: Fix copyrights, add load_routine
2576 entry to monitor_ops.
2577 * cpu32bug-rom.c: New file to support Moto BCC debuggers.
2578 * config/m68k/est.mt (TDEPFILES): Add cpu32bug.o.
2579 * config/pa/hppapro.mt (TDEPFILES): Add xmodem.o.
2580
2581 Sat Apr 15 18:00:15 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2582
2583 * rem-multi.shar: Removed; superceded by gdbserver.
2584
2585 Fri Apr 14 12:10:24 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2586
2587 * xcoffread.c (xcoff_sym_fns): Revise comment about merging this
2588 with coffread.c.
2589
2590 * breakpoint.c (fixup_breakpoints): Removed.
2591 * rs6000-nat.c (vmap_symtab): Don't call fixup_breakpoints.
2592 (vmap_ldinfo, xcoff_relocate_core): Call breakpoint_re_set.
2593
2594 * coffread.c (coff_symfile_offsets): Allocate SECT_OFF_MAX
2595 sections, not just SECT_OFF_MAX-1.
2596
2597 * rs6000-nat.c (vmap_symtab), xcoffread.c: Re-do section offsets
2598 to be indexed by SECT_OFF_* instead of xcoff section numbers.
2599 * objfiles.c, remote.c: Remove comments regarding SECT_OFF_*.
2600 * symtab.h: Revise comment about block_line_section.
2601 * rs6000-nat.c (vmap_symtab): Don't relocate objfile->sections.
2602
2603 Sat Apr 15 14:15:14 1995 Stan Shebs <shebs@andros.cygnus.com>
2604
2605 * mpw-make.in (init.c): Don't try to do symbolic {o} in sed
2606 command, not allowed by some version of MPW Make.
2607 * ser-mac.c (mac-setbaudrate): Make it actually set baud rates.
2608
2609 Sat Apr 15 14:05:09 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2610
2611 * alpha-tdep.c (alpha_push_arguments): Fix typo (TYPE_VALUE ->
2612 VALUE_TYPE). Do the cast for TYPE_CODE_BOOL, TYPE_CODE_CHAR,
2613 TYPE_CODE_ENUM, and TYPE_CODE_RANGE as well as TYPE_CODE_INT.
2614
2615 Sat Apr 15 14:04:32 1995 Per Bothner <bothner@cygnus.com>
2616
2617 * alpha-tdep.c (alpha_push_arguments): Only cast to long for
2618 TYPE_CODE_INT.
2619
2620 start-sanitize-gdbtk
2621 Sat Apr 15 13:52:24 1995 Stan Shebs <shebs@andros.cygnus.com>
2622
2623 * gdbtk.c (gdb_disassemble): Read from inferior if connected
2624 to a VxWorks target.
2625
2626 Fri Apr 14 10:18:20 1995 Stu Grossman (grossman@cygnus.com)
2627
2628 * README.GDBTK: New file. Contains the obvious.
2629 end-sanitize-gdbtk
2630
2631 Thu Apr 13 16:17:04 1995 Rob Savoye <rob@darkstar.cygnus.com>
2632
2633 * remote-array.c: New file for Array Tech LSI33k based controller
2634 board.
2635
2636 Thu Apr 13 12:23:31 1995 Kung Hsu <kung@rtl.cygnus.com>
2637
2638 * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST with
2639 extract_address.
2640 * remote-vxsparc.c: New file, preliminary check in, this configuration
2641 not supported yet.
2642 * remote-vxmips.c: ditto.
2643
2644 Thu Apr 13 12:10:14 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2645
2646 * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
2647 to declare the function.
2648
2649 Wed Apr 12 16:40:20 1995 Stan Shebs <shebs@andros.cygnus.com>
2650
2651 * monitor.h (init_monitor_ops): Declare.
2652 * rom68k-rom.c: Clarify some comments.
2653 (rom68k_open): Define as static, to match decl.
2654
2655 Wed Apr 12 16:36:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2656
2657 * gdb.gdb: New file.
2658 * .gdbinit: Move list-objfiles to gdb.gdb.
2659
2660 * values.c (set_internalvar): Set modifiable flag of newval.
2661
2662 Wed Apr 12 14:34:31 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2663
2664 * xcoffread.c: Call complain() rather than error() or printing a
2665 warning.
2666
2667 start-sanitize-arc
2668 Wed Apr 12 08:15:27 1995 Doug Evans <dje@canuck.cygnus.com>
2669
2670 * arc-tdep.c: #include "gdbcmd.h".
2671 (codestream_seek): Pass CORE_ADDR.
2672 (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals.
2673 (debug_pipeline_p): Likewise.
2674 (X_...): Instruction field access macros.
2675 (BUILD_INSN): Define.
2676 (codestream_tell): Allow for stream elements > 1 byte.
2677 (codestream_fill): Likewise.
2678 (setup_prologue_scan): New function.
2679 (arc_get_frame_setup): Call it. Update to current spec
2680 regarding prologues. Use BUILD_INSN.
2681 (skip_prologue): New argument `frameless_p'. Use BUILD_INSN.
2682 (arc_frame_saved_pc): New function.
2683 (frame_find_saved_regs): Use BUILD_INSN.
2684 (get_insn_type, single_step): New functions.
2685 (one_stepped): New global.
2686 (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions.
2687 (arc_set_cpu_type): New function.
2688 (_initialize_arc_tdep): Define new `set' commands `cpu',
2689 `displaypipeline', and `debugpipeline'.
2690 * remote-arc.c (break_insn): Add bi-endian support.
2691 (arc_insert_breakpoint): Likewise.
2692 (arc_remove_breakpoint): Likewise.
2693 (switch_command): Delete.
2694 * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete.
2695 (TARGET_BYTE_ORDER_SELECTABLE): Define.
2696 (DEFAULT_ARC_CPU_TYPE): Define.
2697 (SKIP_PROLOGUE_FRAMELESS_P): Define.
2698 (BREAKPOINT): Delete.
2699 (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define.
2700 (DECR_PC_AFTER_BREAK): Change to 8.
2701 (NO_SINGLE_STEP): Define.
2702 (ARC_PC_TO_REAL_ADDRESS): Define.
2703 (SAVED_PC_AFTER_CALL): Use it.
2704 (NUM_REGS, REGISTER_BYTES): Fix.
2705 (FRAME_SAVED_PC): Call arc_frame_saved_pc.
2706 (FRAME_LOCALS_ADDRESS): Fix.
2707 end-sanitize-arc
2708
2709 Tue Apr 11 16:42:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2710
2711 * top.c, utils.c, defs.h: Remove error_hook. It is currently
2712 unused and would need to hook into error_begin()/return_to_top_level(),
2713 instead of error(), if it were to be used.
2714
2715 Tue Apr 11 13:46:25 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2716
2717 * utils.c, defs.h (warning_begin): Renamed from warning_setup, for
2718 consistency with error_begin. Also print warning_pre_print.
2719 Document it better.
2720 * utils.c (warning): Use it.
2721 * utils.c (error_begin): Doc fix.
2722 * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
2723 symfile_objfile, nuke it.
2724
2725 Tue Apr 11 09:35:20 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2726
2727 * printcmd.c (print_address_numeric): Pass use_local to
2728 print_longest, rather than always passing 1.
2729
2730 * nlm/Makefile.in: Remove comments discussing munch.
2731
2732 start-sanitize-gdbtk
2733 Tue Apr 11 11:07:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2734
2735 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
2736 F_SETOWN is, use that.
2737 end-sanitize-gdbtk
2738
2739 Mon Apr 10 18:31:57 1995 Stan Shebs <shebs@andros.cygnus.com>
2740
2741 Merge in support for Mac MPW as a host.
2742 (Old change descriptions retained for informational value.)
2743
2744 * mpw-config.in (i386-unknown-go32): Change from aout.
2745 (sh-hitachi-hms): New target.
2746 * mpw-make.in (BISON): Use byacc instead of bison.
2747 (VERSION): Bump to 4.14.1.
2748 (*-pinsn.*): Remove mentions everywhere.
2749 (all): Don't build MacGDB.
2750 (gdb, SiowGDB): Depend on Version.r.
2751 (Version.r): Generate from version info.
2752 * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
2753 (main) [MPW]: Remove debugging hook.
2754 * mac-xdep.c (debug_openp): New flag.
2755 (mac_init): Set flag if env variable defined.
2756 * ser-mac.c (mac_open): Clarify error message.
2757 (mac_readchar): Call PROGRESS while looping.
2758 (mac_write): Call sleep instead of sec_sleep.
2759 (sec_sleep): Remove.
2760 * source.c (openp) [MPW]: Only print debugging info if debugging.
2761 * utils.c (query) [MPW]: Clarify that behavior is a bug.
2762
2763 * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
2764
2765 * main.c, source.c: Remove hacks that replace long strings
2766 with shorter ones, now solved portably.
2767
2768 * config/m68k/xm-mpw.h (spin.h): Include.
2769 (ALMOST_STDC): Only define if MPW_C.
2770 * config/m68k/tm-mac.h: New file, Mac target definitions.
2771
2772 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
2773 i386-unknown-aout): New targets.
2774 (mk.tmp): Add *DEPFILES definitions.
2775 * mpw-make.in: Remove gC rules, clean up definitions for other
2776 include files, bump version, fix bogus \ that should be \Option-d.
2777 (init.c): Build correctly.
2778
2779 * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
2780 (ALLDEPFILES): Add somsolib.c.
2781 (somsolib.o): Add some dependencies.
2782
2783 * mpw-config.in: Use nm-empty.h if host is not target.
2784 (xdepfiles): Add mac-xdep.c.o.
2785 (xm_file): Remove.
2786 * mpw-make.in: Add Fortran files.
2787 (XDEPFILES): Remove.
2788
2789 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
2790 * ser-mac.c (MacSerial.h): Include instead of Serial.h.
2791
2792 * mpw-make.in: Use {s} instead of {srcdir} everywhere.
2793 (bindir, libdir): Remove extra colon.
2794 (source.c): Compile with C instead of gC.
2795 (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
2796 (install-only): Don't install MacGDB.
2797 * source.c (openp) [MPW]: Add a debugging display.
2798 (open_source_file) [MPW]: Use MPW basename finders.
2799 [MPW_C]: Briefer versions of help for line and list commands.
2800
2801 * mpw-make.in: Change references from paread.c to somread.c
2802
2803 * mpw-make.in (VERSION): Update to 4.12.3.
2804 (SiowGDB): New target, GDB using SIOW library.
2805 (init-new.c): New target, attempt to generate init.c from sources.
2806 (main.c.o, top.c.o): Put each in its own segment.
2807 * main.c (main) [MPW]: Always call mac_init.
2808 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
2809 an extra newline otherwise.
2810 * mac-xdep.c: More comments in various places, remove junk.
2811 (mac_init): Add tests for MPW and SIOW.
2812 (use_wne, has_color_qd): Renamed.
2813 (use_color_qd): New variable.
2814 (grow_window): Only do console resizing to console window,
2815 call resize_console_window.
2816 (zoom_window): Call resize_console_window.
2817 (resize_console_window, scroll_text): New functions.
2818 (adjust_console_sizes): Always align viewrect to even multiples of
2819 text lines.
2820 (adjust_console_text): Always scroll by whole lines.
2821 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
2822 recalculation of scroll positions if a newline was output.
2823 (hacked_fflush): Similarly, for flushing.
2824 (hacked_fgetc): New function, aborts if called in MacGDB.
2825 * ser-mac.c (mac_readchar): Rename starttime to start_time,
2826 remove debugging printf.
2827 (mac_write): Sleep on first 4 writes.
2828 (sec_sleep): New function, works like standard sleep.
2829 * macgdb.r: Adjust positioning and contents of About box.
2830 Set minimum size to 2000K, preferred size to 5000K.
2831 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
2832
2833 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
2834 (top.c.o, annotate.c.o): Add build rules.
2835 * macgdb.r (SysTypes.r): Include.
2836 ('vers'): New resource, version info.
2837 (mFile, mEdit, mDebug): Enable all menu items.
2838 (mDebug): Add key equivalents for continue, step, next.
2839 (wConsole): Add zoom and close boxes to window.
2840 * mac-xdep.c (new_console_window): New function, code taken from
2841 mac_init.
2842 (mac_command_loop): Use GetCaretTime for wait interval, call
2843 do_idle on null events.
2844 (do_idle): New function.
2845 (zoom_window): Implement zooming.
2846 (v_scroll_proc): New function, handles vertical scrolling.
2847 (activate_window): Do activation of console window.
2848 (do_menu_command): Implement items of file, edit, and debug menus.
2849 (do_keyboard_command): Fix command extraction.
2850 (adjust_console_sizes, adjust_console_text): New functions.
2851 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
2852 hacked_putc): Don't call draw_console.
2853 * ser-mac.c (mac_open): Add an error message for invalid ports.
2854 (first_mac_write): New global.
2855 (mac_write): Use first_mac_write to sleep on first several writes.
2856
2857 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
2858 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
2859 (TSOBS): Don't compile inflow.c.
2860 (all, install): Add MacGDB.
2861 * main.c (main): Do Mac-specific init and command loop if a
2862 standalone app, skip full option help message if compiling
2863 with MPW C.
2864 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
2865 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
2866 compute the window size.
2867 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
2868 fflush): Define as macros that expand into hacked_... versions.
2869 (StandAlone, mac_app): Declare.
2870 * macgdb.r (SIZE): Set the default partition to 4000K.
2871 * mac-xdep.c (readline.h, history.h): Include.
2872 (terminal.h): Don't include.
2873 (mac_app): Define.
2874 (gdb_has_a_terminal): Define Mac-specific version.
2875 (do_keyboard_command): Simplify search for command string.
2876 (readline): Define as gdb_readline.
2877 Add other history/readline stubs to make main gdb link.
2878 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
2879 hacked_fputc, hacked_fflush): New functions, intercept output to
2880 stdout and stderr, send to console window.
2881
2882 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
2883 (XDEPFILES): Define.
2884 (main.c.o): Compile with gC instead of C.
2885 * mac-defs.h: New file, menu etc definitions shared between
2886 C and Rez files.
2887 * macgdb.r: New file, Rez (resource compiler) resource
2888 definitions.
2889 * mac-xdep.c: New file, Mac host interface code.
2890 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
2891 DIRNAME_SEPARATOR.
2892 (PATHNAME_SEPARATOR_STRING): Remove.
2893 (SIGQUIT, SIGHUP): Define.
2894 (fileno, R_OK): Define.
2895
2896 * mpw-config.in: New file, MPW configuration fragment.
2897 * mpw-make.in: New file, MPW makefile fragment.
2898 * config/m68k/xm-mpw.h: New file, MPW host definitions.
2899 * ser-mac.c: New file, Mac serial interface.
2900
2901 Mon Apr 10 16:47:57 1995 Kung Hsu <kung@mexican.cygnus.com>
2902
2903 * valprint.c (print_longest): Fix a syntax error in #ifdef
2904 PRINTF_HAS_LONG_LONG.
2905
2906 * config/mips/xm-irix5.h: turn on CC_HAS_LONG_LONG and
2907 PRINTF_HAS_LONG_LONG.
2908 * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
2909
2910 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2911
2912 * mdebugread.c (parse_symbol): Use new variable
2913 nodebug_var_symbol_type as type of variables which don't have any
2914 ecoff debug info associated with them.
2915 (parse_symbol, parse_procedure): Use heuristics to determine if
2916 functions were compiled without debugging info and change their
2917 type to nodebug_function_symbol_type.
2918 (_initialize_mdebugread): Initialize nodebug_*_symbol_type.
2919
2920 * source.c (line_info): Clear sal.pc for `info line' without
2921 arguments.
2922
2923 Fri Apr 7 17:43:01 1995 Stu Grossman (grossman@andros.cygnus.com)
2924
2925 * monitor.c: make_xmodem_packet and print_xmodem_packet go away.
2926 send_xmodem_packet shows up to do the obvious. Lots of fixes to
2927 xmodem downloads including resetting of block number at start of
2928 new transfers, fix for buffer overrun problem, addition of CRC
2929 generation code.
2930 * (monitor_open): loadtype_str and loadproto_str now default to
2931 first entry in monitor_ops->loadtypes.
2932 * (monitor_wait): Lengthen register dump buf, because of verbose
2933 Winbond monitor.
2934 * (monitor_fetch_register): Report unimplemented registers as 0.
2935 * (monitor_read_memory): Only do 16 byte aligned transfers
2936 because of formatting weirdness with the Winbond monitor. Also,
2937 ignore non-hex, non-whitespace formatting between bytes (same
2938 monitor).
2939 * (monitor_load): Clean up logic.
2940 * (monitor_load_srec): Re-do xmodem support. Move lots of it
2941 into send_xmodem_packet.
2942 * (getacknak): Get rid of polls and timeouts. Handle CRC
2943 requests from receiver.
2944 * (monitor_make_srec): Efficiency improvements. Don't call
2945 sprintf to output two digit hex numbers.
2946 * (crcinit, docrc): New, CRC-16 support routines.
2947 * (send_xmodem_packet): New routine to generate either CRC-16 or
2948 checksummed xmodem packets.
2949
2950 * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes):
2951 Reduce tables down to only the load types supported by each
2952 monitor.
2953
2954 * w89k-rom.c (w89k_supply_register): Parses output of Winbond
2955 register dumps.
2956 * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem.
2957 * (w89k_cmds): Add clear all breakpoints, memory fill, and dump
2958 registers commands.
2959
2960 * config/pa/tm-hppa.h: Define lots register offsets needed by
2961 w89k-rom.c.
2962
2963
2964 Thu Apr 6 17:00:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2965
2966 * Makefile.in (X11_INCLUDES): Define as empty.
2967 (X11_CFLAGS): Define as including $(X11_INCLUDES).
2968 (X11_LIB_SWITCHES): Define as empty.
2969 (X11_LIBS): Define as -lX11.
2970
2971 start-sanitize-gdbtk
2972 * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
2973 and --x-libraries switches, setting the X11_INCLUDES and
2974 X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11
2975 in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
2976
2977 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
2978 it. This means that the stop button doesn't work, but is better
2979 than nothing.
2980 end-sanitize-gdbtk
2981
2982 Wed Apr 5 19:57:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2983
2984 * mips-tdep.c (mips_print_register): Remove unused variable
2985 our_type and call to init_type. Fixes memory leak. Reindent function.
2986
2987 * mips-tdep.c (mips_print_register), findvar.c
2988 (write_register_bytes): Make buffer char[] instead of unsigned
2989 char[].
2990
2991 Mon Apr 3 19:28:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2992
2993 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
2994 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
2995 (for RETURN_QUIT). Fixes a bug whereby typing ^C (e.g. in "maint
2996 print sym") could output extraneous stuff.
2997 * objfiles.c: Don't declare error_pre_print; defs.h does it.
2998
2999 Mon Apr 3 13:48:28 1995 Stu Grossman (grossman@andros.cygnus.com)
3000
3001 * monitor.h: Add MO_GETMEM_NEEDS_RANGE flag.
3002 * monitor.c (monitor_read_memory): Use previously mentioned flag
3003 to send proper format memory examine commands to the w89k monitor.
3004 Also, try to handle bizarre format of memory dump...
3005
3006 * op50-rom.c w89k-rom.c: Update to new monitor.[ch] conventions.
3007
3008 Sat Apr 1 03:22:20 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3009
3010 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
3011 Handle relocated symbol address.
3012 * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING:
3013 Do not relocate a zero address.
3014
3015 Thu Mar 30 19:46:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3016
3017 * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
3018 is nowhere used.
3019
3020 * stabsread.c (read_range_type): Remove FIXME comment about
3021 type-id (I presume this meant a number followed by = followed by a
3022 type) versus type number; Per fixed it.
3023
3024 Wed Mar 29 09:56:04 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3025
3026 * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
3027
3028 Wed Mar 29 18:30:03 1995 Stan Shebs <shebs@andros.cygnus.com>
3029
3030 * remote-e7000.c (why_stop): Add new kinds of strings to expect
3031 from the emulator.
3032 (e7000_wait): Add interpretations for more stop reasons,
3033 including warnings for write protect and cycle address errors.
3034
3035 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
3036
3037 start-sanitize-gdbtk
3038 * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate
3039 locations (per-host) for X11 include files.
3040 * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force
3041 the use of R5 libs. (X11_CFLAGS): Add this to indicate the locs
3042 of the R5 include files.
3043 end-sanitize-gdbtk
3044 * monitor.c monitor.h remote-est.c rom68k-rom.c: Add start of
3045 support for interrupting target.
3046 * monitor.c (monitor_open): Send stop command before doing
3047 anything else.
3048 * (monitor_load_srec): Fix record size calculation to prevent end
3049 of segment from getting trashed.
3050 * rom68k-rom.c: Update to latest version of struct monitor_ops.
3051 * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Fix byte-order
3052 problems. Makes DOS hosted function calling work.
3053 * sparclite/crt0.s: Define _start to make COFF happy.
3054
3055 Wed Mar 29 09:11:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3056
3057 * defs.h (atof): Don't provide an external declaration if atof is
3058 a macro.
3059
3060 Wed Mar 29 00:01:07 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3061
3062 * rs6000-tdep.c (skip_prologue): Skip saving of LR and CR in
3063 the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)'
3064 tests.
3065
3066 Tue Mar 28 17:04:04 1995 Per Bothner <bothner@kalessin.cygnus.com>
3067
3068 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
3069 set, set TYPE_FLAG_TARGET_STUB.
3070 (check_stub_type): Recalculate TYPE_LENGTH for range type.
3071 * stabsread.c (read_range_type): If index type number is followed
3072 by '=', back up, call read_type. and assume we have a true range.
3073 * gdbtypes.h (TYPE_FLAG_TARGET_STUB): Update comment.
3074
3075 Mon Mar 27 22:51:54 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3076
3077 * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c,
3078 sparc-tdep.c (supply_gregset, supply_fpregset): Fill inaccessible
3079 registers with zero to handle recent read_register_bytes change.
3080 * irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset,
3081 fill_gregset): Fix handling of CAUSE_REGNUM.
3082 * mips-nat.c (store_inferior_registers): Handle unwritable
3083 registers when storing a single register.
3084 * config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
3085 Fix definitions.
3086
3087 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Clear
3088 allocated mips_extra_func_info, if the debug info is corrupt,
3089 the PDR to fill it in might be missing.
3090
3091 Mon Mar 27 14:43:00 1995 Kung Hsu <kung@mexican.cygnus.com>
3092
3093 * vx-share/regPacket.h: a new file interfacing with vxworks.
3094
3095 Sun Mar 26 13:22:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3096
3097 * breakpoint.c (bpstat_do_actions): Once we've executed the
3098 commands, set bs->commands to NULL.
3099
3100 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3101
3102 * buildsym.c (patch_subfile_name): Update last_source_file
3103 with the real source file name.
3104 * dbxread.c (end_psymtab): Handle static functions in the
3105 SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename
3106 to lookup_minimal_symbol.
3107 (process_one_symbol): Ignore extra outermost context from
3108 SunPRO cc and acc.
3109 * stabsread.c (define_symbol): Do not complain for SunPRO
3110 static variable encoding if STATIC_TRANSFORM_NAME is defined.
3111 * sparc-tdep.c, config/sparc/tm-sun4sol2.h
3112 (sunpro_static_transform_name): Renamed from
3113 solaris_static_transform_name.
3114 * config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
3115 Define to sunpro_static_transform_name for acc 3.0 compiled
3116 executables.
3117 * procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS):
3118 Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults
3119 if defined.
3120 * procfs.c (info_proc_siginfo): Cast sip->si_addr to
3121 `unsigned long' and use `lx' format for printing it.
3122
3123 Fri Mar 24 15:45:42 1995 Stu Grossman (grossman@cygnus.com)
3124
3125 * configure.in: Move test for m68*-est-* before m68*-*-coff*.
3126 * findvar.c: Move default def of CANNOT_STORE_REGISTER closer to
3127 the beginning of the code.
3128 * (write_register_gen): New routine. Analogous to
3129 read_register_gen.
3130 * (write_register_bytes): Another rewrite! Make it smarter about
3131 not updating regs with the same value.
3132 * monitor.c (printf_monitor readchar): Use stderr instead of
3133 stdout to output debug info. Also cleanup readchar a little.
3134 * (expect): Make sure that excessive responses are null
3135 terminated.
3136 * (monitor_open): Check for magic number in monitor_ops struct.
3137 Allow multiple commands as init strings. Also, clear all
3138 breakpoints.
3139 * (monitor_resume monitor_wait): Send a command to dump all the
3140 regs for those targets which don't do so when waking up after a
3141 continue command.
3142 * (monitor_wait): Handle excessive response output better.
3143 * (monitor_write_memory): Use block fill, word, and long word
3144 commands (if they exist) to write memory more efficiently.
3145 * General cleanups to use flag bits instead of individual flag
3146 words in monitor_ops struct.
3147 * (monitor_command): Return output from command.
3148 * (monitor_load_srec): Allocate buffer only once. Use alloca.
3149 Wait for load response string instead of using a timeout to start
3150 sending S-records. Fix bug where value of srec_frame shrinks. If
3151 hashmark is set, print `-' for retransmissions. General cleanups.
3152 * (monitor_make_srec): Get rid of S-record default type kludge.
3153 * monitor.h: Use seperate struct for memory and register
3154 read/write commands. Memory commands can come in byte, word,
3155 long, and longlong forms.
3156 * (monitor_ops): Change lots of fields. Generalize some stuff.
3157 Put all flags into flags word. Allow init to be a list of commands.
3158 Add command for clearing all breakpoints, block fill, dumping all
3159 registers.
3160 * remote-est.c: Rewrite to use new monitor conventions.
3161 * config/m68k/est.mt (TDEPFILES): Add monitor.o.
3162 * config/m68k/tm-est.h: Set NUM_REGS to 18.
3163 * testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test
3164 more thoroughly.
3165
3166 Thu Mar 23 23:20:00 1995 Jeff Law (law@snake.cs.utah.edu)
3167
3168 * somsolib.c (som_solib_add): Handle case where a shared library
3169 referenced by a core file has sections without the SEC_ALLOC bit
3170 set (eg stabs sections).
3171
3172 Thu Mar 23 15:07:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3173
3174 * breakpoint.c (bpstat_do_actions): For each element in the bpstat
3175 chain, do all the commands regardless of whether they run the
3176 inferior.
3177
3178 Wed Mar 22 19:17:06 1995 Doug Evans <dje@cygnus.com>
3179
3180 * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as
3181 BREAKPOINT if mono-endian.
3182 (break_insn): Deleted.
3183 (big_break_insn, little_break_insn): Define.
3184 (memory_insert_breakpoint): Handle bi-endian cpus.
3185 (BREAKPOINT_LEN): Define.
3186 (memory_remove_breakpoint): Use it.
3187 (memory_breakpoint_size): Likewise.
3188
3189 Tue Mar 21 17:03:17 1995 Kung Hsu <kung@mexican.cygnus.com>
3190
3191 * sparc-stub.c: add nop after 'bg good_wim'.
3192 * sparcl-stub.c: ditto.
3193
3194 Tue Mar 21 13:34:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3195
3196 * infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
3197 TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
3198
3199 Mon Mar 20 10:09:59 1995 Jeff Law (law@snake.cs.utah.edu)
3200
3201 * hppab-nat.c (store_inferior_registers): Sync with HPUX version.
3202
3203 Mon Mar 20 07:34:48 1995 Stu Grossman (grossman@cygnus.com)
3204
3205 * hppah-nat.c (store_inferior_registers): Move check for
3206 CANNOT_STORE_REGISTER to a better place. Fixes ptrace I/O errors
3207 found by test suite during function calls, which attempts to write
3208 unwritable registers.
3209
3210 Sat Mar 18 02:02:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3211
3212 * mdebugread.c (parse_symbol): If finishing a function without
3213 known parameter type info, set that from parameter symbols.
3214 Remove commented-out add_param_to_type support.
3215
3216 Thu Mar 16 16:38:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3217
3218 * xcoffread.c (process_linenos): Make sure filename we pass to
3219 start_subfile will cause deduce_language_from_filename to return
3220 the correct thing. Reindent function to GNU standards.
3221
3222 Thu Mar 16 15:54:00 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3223
3224 * nlm/gdbserve.c (handle_exception): #if out call to StopBell,
3225 as it is not available on NetWare 3 or PIN.
3226 * nlm/ppc.c (StopBell): Removed.
3227
3228 Thu Mar 16 12:14:41 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3229
3230 * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
3231 inferred from the traceback tags, give its type the name
3232 "<non-float parameter>".
3233
3234 * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
3235
3236 Wed Mar 15 15:09:29 1995 Stu Grossman (grossman@cygnus.com)
3237
3238 * findvar.c (read_register_bytes write_register_bytes): Make
3239 these routines much smarter about updating registers from the
3240 target, only doing so when absolutely necessary. This really
3241 speeds up register modification on some remote targets.
3242
3243 * monitor.c: More cleanups. Get rid of monitor_load_ascii_srec.
3244 BFD makes this unnecessary. Lots of debugging speedups.
3245 * (expect): NULL terminate return string.
3246 * (monitor_open monitor_supply_register parse_register_dump
3247 monitor_wait monitor_fetch_register): Switch to using GNU regexp
3248 library to parse multi-register displays.
3249 * (monitor_read_memory): Read multiple bytes (up to 16) at once.
3250 * (monitor_create_inferior): Call clear_proceed_status to make run
3251 command notice first breakpoint.
3252 * (monitor_load): Clean up. Reset inferior_pid, set pc to start
3253 address and reset symbol table stuff to make loads put things into
3254 a fresh state.
3255 * (monitor_load_srec): Lower sleep time to 1 second.
3256
3257 * monitor.h (struct monitor_ops): Add register_pattern and
3258 supply_register to monitor_ops.
3259
3260 * rom68k-rom.c: Add new support for handling register dumps.
3261 * config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
3262 dump handling.
3263
3264 Wed Mar 15 15:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3265
3266 * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make
3267 argument be an int, not a char. Using a prototype followed by an
3268 old-style function definition in a case where an argument is
3269 widened is a GCC-ism not supported by the native AIX compiler.
3270
3271 Wed Mar 15 12:22:35 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3272
3273 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def
3274 long ago.
3275
3276 * configure.in (alpha-*-netware*): Removed configuration.
3277 * config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed.
3278 * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h,
3279 alpha.c, alpha.h, altdebug.h}: Removed.
3280
3281 * nlm/gdbserve.c (main): Add support for processing BOARD=
3282 argument, deprecate NODE=.
3283
3284 Wed Mar 15 10:58:26 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3285
3286 * c-exp.y (yylex): Make an empty character constant an error.
3287
3288 Tue Mar 14 15:00:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
3289
3290 * valops.c (value_arg_coerce): Do possible value_coerce_array
3291 before determining type argument to value_cast.
3292
3293 Tue Mar 14 10:41:41 1995 Kung Hsu <kung@mexican.cygnus.com>
3294
3295 * remote-es.c: Replace ignore with 0.
3296
3297 Tue Mar 14 05:52:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3298
3299 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
3300 If VALUE_REPEATED is already set, just error out.
3301
3302 * valops.c (value_cast, value_slice), parse.c (follow_types): Add
3303 FIXME-type-allocation comments.
3304
3305 * gdbtypes.h (struct type): Fix comment about what units the
3306 TYPE_LENGTH is in.
3307
3308 Mon Mar 13 18:27:25 1995 Stan Shebs <shebs@andros.cygnus.com>
3309
3310 * ch-valprint.c (annotate.h): Include.
3311 * eval.c (evaluate_subexp_standard): Remove unused variable.
3312 (calc_f77_array_dims): Add parens to expression.
3313 * f-exp.y (yylex): Add parens to expression, remove unused label.
3314 * f-lang.h (calc_f77_array_dims): Declare.
3315 * f-valprint.c (f_val_print): Remove unused variables.
3316
3317 Mon Mar 13 15:25:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3318
3319 * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
3320 use the PDR, just examine prologues instead.
3321
3322 start-sanitize-arc
3323 Fri Mar 10 16:13:18 1995 Kung Hsu <kung@mexican.cygnus.com>
3324
3325 * config/tm-arc.h: Change arc register names.
3326 end-sanitize-arc
3327
3328 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3329
3330 Fix problems with infinite recursion when printing a class
3331 that contains a static instance of the class.
3332 * cp-valprint.c (dont_print_vb_obstack): Renamed from
3333 dont_print_obstack, made static.
3334 (dont_print_statmem_obstack): New obstack, controls printing
3335 of static member classes.
3336 (_initialize_cp_valprint): Initialize it.
3337 (cp_print_static_field): New function, handles printing of
3338 static members.
3339 (cp_print_value_fields): New parameter dont_print_statmem to
3340 handle recursive printing of static member classes, use
3341 cp_print_static_field to handle printing of static members.
3342 * c-valprint.c (cp_print_value_fields): Update prototype and
3343 call to include additional dont_print_statmem parameter.
3344 * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused
3345 extern declaration.
3346
3347 * alpha-tdep.c, findvar.c, infptrace.c: Include <string.h>.
3348
3349 * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call
3350 alpha_find_saved_regs if fi->saved_regs is still NULL.
3351
3352 * elfread.c (elf_symtab_read): Ensure that the filename field
3353 of a minsym is nonempty. Ignore solib trampoline symbols from
3354 the main symbol table, they might have a bogus value.
3355
3356 * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
3357 Fix typos in comments.
3358
3359 Thu Mar 9 17:19:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3360
3361 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
3362 pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way
3363 we know whether the PDR ever got set.
3364 * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
3365 use the PDR, just examine prologues instead.
3366
3367 Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu)
3368
3369 * somsolib.c (som_solib_section_offsets): Get offset of text
3370 section right.
3371
3372 Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
3373
3374 start-sanitize-gdbtk
3375 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
3376 type is not bp_breakpoint.
3377 end-sanitize-gdbtk
3378
3379 * source.c (forward_search_command reverse_search_command): Set
3380 convenience variable $_ to be the line # of the match.
3381 * symtab.c (decode_line_1): Allow convenience variables to be
3382 used in line specs (for breakpoints and such).
3383
3384 Wed Mar 8 12:51:00 1995 Stan Shebs <shebs@andros.cygnus.com>
3385
3386 * Makefile.in (VERSION): Bump to 4.14.1.
3387 * NEWS, README: Update for 4.14.
3388 * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
3389 (i386_insert_nonaligned_watchpoint): Call aligned instead of
3390 generic watchpoint insertion.
3391
3392 Tue Mar 7 19:26:10 1995 Per Bothner <bothner@kalessin.cygnus.com>
3393
3394 * valops.c (value_slice): Do COERCE_VARYING_ARRAY.
3395
3396 Tue Mar 7 00:23:47 1995 Stu Grossman (grossman@cygnus.com)
3397
3398 * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
3399 into monitor.c.
3400 * monitor.c (monitor_create_inferior): Allow run command to start
3401 program.
3402
3403 * monitor.c (monitor_load): Set PC to start address when done
3404 loading.
3405
3406 * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
3407 Remove ref to monitor_create_inferior.
3408
3409 * monitor.c: More general cleanups. Add prototypes, remove
3410 unused routines. Fix bug with wrong number of args to error().
3411
3412 * main.c (main): Don't start up GUI when running under gdb mode
3413 in emacs.
3414
3415 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
3416 Sun make (with VPATH) work...
3417
3418 * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
3419 (rom68k) target work right.
3420 * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
3421 monitor.c interface. More work needs to be done here.
3422 * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to
3423 match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no
3424 floating-point for this card.
3425
3426 * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
3427 ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
3428 (needed for IDP board?!?!?).
3429
3430 * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs
3431 and usage of fputc_unfiltered and putchar_unfiltered. Eliminate
3432 putc_unfiltered (it's superfluous).
3433
3434 * command.h, command.c, top.c: Add var_enum command type. It's
3435 like var_string but allows only only one of the specified strings.
3436
3437 Mon Mar 6 15:03:59 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3438
3439 * valops.c (value_cast): Don't use backslash newline--pre-ANSI
3440 compilers (such as SunOS4 /bin/cc) don't generally support it
3441 except in some contexts.
3442
3443 Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
3444
3445 * valops.c (value_cast): Check for cast to array type *before*
3446 we coerce array to pointer (in case arg2 is already array).
3447
3448 * valops.c (call_function_by_hand): Set using_gcc to 2 if using
3449 gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
3450 Also check REG_STRUCT_HAS_ADDR for union, array and string types.
3451
3452 * valops.c (call_function_by_hand): Re-arrange code for pushing
3453 paramaters on the stack so we can do better STACK_ALIGN.
3454
3455 * valops.c (call_function_by_hand): Call error if the number
3456 of arguments is fewer than parameter types in function type.
3457
3458 Fri Mar 3 17:13:05 1995 Doug Evans <dje@canuck.cygnus.com>
3459
3460 * sparc-tdep.c (sparc_extract_struct_value_address): Move
3461 sparc64 support to here.
3462 (sparc64_extract_struct_value_address): Deleted.
3463 (dump_ccreg): Add a prototype so long long arg -> int.
3464 * sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define.
3465 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3466
3467 Fri Mar 3 15:12:12 1995 Jeff Law (law@snake.cs.utah.edu)
3468
3469 * hpread.c (hpread_record_lines): New argument "offset". All
3470 callers changed. Use it to handle dynamic address relocation.
3471 (hpread_build_psymtabs): Adjust texthigh as we read each function
3472 debug symbol. Fix computation of texthigh.
3473 (hpread_read_subrange_type): Work around macro bugs in HP's
3474 compilers.
3475 (hpread_process_one_debug_symbol): Correctly map source lines.
3476
3477 * somread.c (check_strange_names): Filter names emitted by the HP
3478 compiler when generating PIC code.
3479
3480 * valops.c (value_struct_elt_for_reference): Work around macro
3481 bugs in HP's compilers.
3482 * c-exp.y (block): Likewise.
3483
3484 Fri Mar 3 12:27:28 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3485
3486 * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
3487 store_address.
3488
3489 * utils.c [_AIX]: Include stddef.h instead of #defining size_t.
3490
3491 Fri Mar 3 12:33:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3492
3493 * rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved
3494 registers that GCC emits on the PowerPC by default in addition to
3495 the store multiple instruction used on the Power series.
3496
3497 Fri Mar 3 00:54:58 1995 Doug Evans <dje@canuck.cygnus.com>
3498
3499 * sparc-tdep.c (decode_asi): New function.
3500 (sparc_print_register_hook): Pretty print more v9 registers.
3501 * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
3502
3503 Thu Mar 2 22:20:22 1995 Doug Evans <dje@canuck.cygnus.com>
3504
3505 * dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc.
3506 (target_to_host): Change result type to CORE_ADDR.
3507
3508 Thu Mar 2 15:13:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3509
3510 * rs6000-tdep.c: Fix byte-swapping sins.
3511
3512 Thu Mar 2 16:48:45 1995 Michael Meissner <meissner@cygnus.com>
3513
3514 * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
3515 code between branch unconditional and branch conditional cases.
3516
3517 Wed Mar 1 09:41:26 1995 Doug Evans <dje@canuck.cygnus.com>
3518
3519 Various changes for sparc64.
3520 * sparc-tdep.c (NUM_SPARC_FPREGS): Define.
3521 (SPARC_INTREG_SIZE): Define.
3522 (*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg)
3523 where appropriate.
3524 (enum branch_type): New value `done_retry'.
3525 (isbranch): Renamed from isannulled. All callers changed.
3526 Support new sparc64 branch insns.
3527 (single_step): Handle done_retry.
3528 (sparc_extract_struct_value_address): Don't assume 4 byte regs.
3529 (get_saved_register): Likewise.
3530 (sparc_push_dummy_frame): Likewise.
3531 (sparc_frame_find_saved_regs): Likewise.
3532 (sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM,
3533 or PS_REGNUM if not sparc64. sparc64 has 64 fp regs.
3534 (sparc64_extract_struct_value_address): New function.
3535 (dump_ccreg, sparc_print_register_hook): Likewise.
3536 * sp64-tdep.c: Deleted.
3537 * sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define.
3538 (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
3539 (CC_HAS_LONG_LONG): Define.
3540 (REGISTER_NAMES): Delete cle/tle and reorganize.
3541 (PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of
3542 sparc-tdep.c now.
3543 (REGISTER_BYTES): Update.
3544 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete.
3545 (EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h.
3546 (NO_SINGLE_STEP): Likewise.
3547 * sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs.
3548 * sparc/sp64.mt: Move simulator support ...
3549 * sparc/sp64sim.mt: ... to here.
3550
3551 Wed Mar 1 13:14:42 1995 Kung Hsu <kung@mexican.cygnus.com>
3552
3553 * remote-vx960.c: new file for target specific register packaging.
3554 * remote-vx68.c: ditto.
3555 * config/i960/vxworks960.mt: add remote-vx960.o.
3556 * config/m68k/vxworks68.mt: add remote-vx68.o.
3557
3558 Wed Mar 1 13:42:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3559
3560 * remote.c (remote_wait): Make calls to strtol be type correct by
3561 passing the address of a char * pointer instead of an unsigned
3562 char *.
3563
3564 * rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling
3565 write_memory to make things type correct.
3566
3567 Wed Mar 1 12:17:31 1995 Michael Meissner <meissner@cygnus.com>
3568
3569 * ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the
3570 standard Linux yacc by adding more names to be redefined with a
3571 prefix.
3572
3573 Tue Feb 28 22:55:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3574
3575 * hppa-tdep.c (pa_print_registers), monitor.c: Use
3576 extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST.
3577 * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c.
3578 Rename it to SWAP_FLOATING to make it clear it is no longer for
3579 integers.
3580
3581 Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
3582
3583 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
3584 compile time.
3585
3586 start-sanitize-arc
3587 * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to
3588 processor.
3589 * remote-arc.c (arc_wait): when a processor stops, stop other two
3590 processors too.
3591 * remote-arc.c (switch_command): switch tm_print_insn.
3592 end-sanitize-arc
3593
3594 * vx-share/ptrace.h: merge in WRS new ptrace requests.
3595
3596 * defs.h: fix a syntax error.
3597
3598 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.
3599 * remote-vx.c: move read_register and write_register out to
3600 target specific files.
3601 * remote-vx29k.c (get_fp_contnets): add this function, from WRS.
3602
3603 * defs.h: define SWAP_TARGET_AND_HOST macro.
3604 * findvar.c, monitor.c, hppa-tdep.c: remove definition of
3605 SWAP_TARGET_AND_HOST.
3606
3607 Tue Feb 28 08:31:40 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3608
3609 * alpha-tdep.c (find_proc_desc): Only attempt to set
3610 PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
3611
3612 Mon Feb 27 11:56:32 1995 Stan Shebs <shebs@andros.cygnus.com>
3613
3614 * monitor.c: General gcc -Wall lint cleanup and reformat.
3615 (monitor_command): If no args, send an empty command.
3616
3617 Thu Feb 23 21:07:25 1995 Stu Grossman (grossman@cygnus.com)
3618
3619 * monitor.c (monitor_load_ascii_srec): Add a one second sleep
3620 after send LOAD_CMD to prevent loss of first S-record.
3621
3622 Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
3623
3624 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
3625 Call error if too few arguments.
3626 If REG_STRUCT_HAS_ADDR (structs passed by invisible reference),
3627 copy and convert to reference *before* we calculate alignment.
3628 Also, make sure structs allocated for return values and invisible
3629 reference don't violate STACK_ALIGN.
3630
3631 Tue Feb 21 23:29:59 1995 Per Bothner <bothner@rtl.cygnus.com>
3632
3633 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
3634 (same as C's '(TYPE[])EXPR')
3635
3636 Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com>
3637
3638 * top.c (print_gdb_version): Update the year.
3639
3640 Sun Feb 19 14:31:57 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
3641
3642 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
3643 `..' not in `../..'.
3644
3645 Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3646
3647 * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
3648 in addition to a PIOCSSIG to kill the inferior.
3649
3650 Thu Feb 16 15:06:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
3651
3652 * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
3653 create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
3654 * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array
3655 of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length.
3656 * c-typeprint.c (c_type_print_varspec_suffix): If array length
3657 is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
3658
3659 Thu Feb 16 16:06:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3660
3661 * dcache.c (insque, remque): Rewrite Linux support.
3662
3663 Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3664
3665 * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
3666
3667 * dcache.c (insque, remque): If compiling in standard C on Linux,
3668 protect insque and remque with macros to cast the pointer
3669 arguments to the proper type.
3670
3671 Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
3672
3673 * annotate.c, breakpoint.c, defs.h, top.c: Replace
3674 enable/disable_breakpoint_hook with modify_breakpoint_hook.
3675 start-sanitize-gdbtk
3676 * gdbtk.c: Ditto.
3677 * gdbtk.c: General cleanups, get rid of unused variables. Redo
3678 handling of stdout/stderr to just return output as the result of
3679 the tcl command that caused the output. Cleanup -Wall stuff.
3680 * (breakpoint_notify): Now returns just action and breakpoint
3681 number.
3682 * (gdb_get_breakpoint_list): New routine. Does the obvious.
3683 * (gdb_get_breakpoint_info): Mostly derived from the old
3684 breakpoint_notify, but returns lots more info.
3685 * (dsprintf_append_element): Helper routine, works like printf,
3686 but appends a tcl element onto the specified DString. Good for
3687 building up lists as return values.
3688 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
3689 gdbtk_modify_breakpoint.
3690 * (*many routines*): Use new result protocol.
3691 * (call_wrapper): Make sure that recursive calls don't trash results.
3692 * gdbtk.tcl: New windows, autocmd, and breakpoints.
3693 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
3694 anymore. It's not needed (in fact, this routine may not be needed
3695 anymore).
3696 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
3697 notification protocol.
3698 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
3699 catches.
3700 * (interactive_cmd): Use this wrapper around button invocations
3701 of many commands. This will catch errors and put the results into
3702 the command window. It also updates all the other windows.
3703 * Also, change reliefs of most things to sunken. This actually
3704 looks better.
3705 * (create_file_win): Fix margin binding to allow breakpoints to
3706 work again.
3707 * (create_asm_win): Use return value of gdb_disassemble instead
3708 of implicit I/O to the command window.
3709 * (create_command_window): Use new result protocol to get output
3710 from commands.
3711 end-sanitize-gdbtk
3712
3713 Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3714
3715 * expression.h: Move declaration of evaluate_subexp_with_coercion
3716 from here...
3717 * value.h: ...to here.
3718 * expression.h: Don't include value.h
3719
3720 Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3721
3722 * expression.h: Move include of value.h until after declaration of
3723 enum exp_opcode.
3724
3725 Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
3726
3727 * remote-e7000.c: Comprehensive cleanup; removal of dead code,
3728 simplify code, declare things, format to standards.
3729 (inferior.h, value.h, command.h, remote-utils.h): Include.
3730 (e7000_login): Rename to e7000_login_command.
3731 (e7000_ftp): Rename to e7000_ftp_command.
3732 (e7000_drain): Rename to e7000_drain_command.
3733
3734 * irix5-nat.c (string.h): Include near beginning of file.
3735
3736 Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3737
3738 * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on
3739 arg, it is a value not a symbol.
3740
3741 gcc -Wall lint:
3742 * eval.c: Move declaration of evaluate_subexp_with_coercion from here..
3743 * expression.h: ..to here.
3744 * expression.h: Include value.h.
3745 * ch-lang.c (evaluate_subexp_chill): Add default case in switch.
3746
3747 Sun Feb 12 11:03:47 1995 Per Bothner <bothner@kalessin.cygnus.com>
3748
3749 * language.h (struct language_defn): New field evaluate_exp.
3750 * c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn),
3751 f-lang.c (f_language_defn), language.c (unknown_language_defn,
3752 auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn):
3753 Set evaluate_exp to evaluate_subexp_standard.
3754 * ch-lang.c (evaluate_subexp_chill): New function. Chill-specific
3755 support for MULTI_SUBSCRIPT.
3756 (chill_language_defn): Set evaluate_exp to evaluate_subexp_chill.
3757 * eval.c (enum noside): Move from here ....
3758 * expression.h (enum noside): ... to here.
3759 (evaluate_subexp_standard): New prototype.
3760 * eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard.
3761 Removed lo-longer-needed test for chill_varying_type.
3762 (evaluate_subexp): New. Calls exp->language_defn->evaluate_exp.
3763
3764 * ch-exp.y (maybe_expression_list): New non-terminal.
3765 (primitive_value): Allow empty parameter list.
3766
3767 Sun Feb 12 10:02:16 1995 Per Bothner <bothner@cygnus.com>
3768
3769 * buildsym.c (finish_block): If finishing a function without known
3770 parameter type info, set that from parameter symbols.
3771 * c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC,
3772 print parameter types, if available.
3773 * ch-typeprint.c (chill_type_print_base): Likewise.
3774
3775 * gdbtypes.h (struct type): Remove function type field.
3776 (TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use
3777 function types now that we're also storing parameter types.
3778 And the payoff is much less.
3779 * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
3780 (recursive_dump_type): Don't print TYPE_FUNCTION_TYPE.
3781 * dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE.
3782
3783 * valops.c (value_arg_coerce): Now takes param_type argument.
3784 (call_function_by_hand): Convert arguments with value_arg_coerce
3785 early, and overwrite original args with converted args.
3786 No longer need multiple calls to value_arg_coerce.
3787 (value_arg_push): Removed.
3788 * hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce.
3789 * mips-tdep.c (mips_push_arguments): Likewise.
3790 * alpha-tdep.c (alpha_push_arguments): Likewise.
3791 * rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments):
3792 Likewise.
3793 * value.h (value_arg_coerce): Remove declaration. (It's now static.)
3794
3795 * valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF.
3796
3797 * symtab.c (add_param_to_type): Remove (commented-out) function,
3798 since that functionality has been re-written.
3799 * coffread.c: Remove commented-out add_param_to_type support.
3800 * mdebugread.c (parse_symbol): Likewise.
3801 * stabsread.c (define_symbol): Likewise.
3802
3803 Sun Feb 12 09:03:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3804
3805 * buildsym.c (start_subfile): Set language for f2c like for cfront.
3806
3807 Thu Feb 9 20:20:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
3808
3809 * op50n-rom.c: Add the control registers.
3810
3811 Thu Feb 9 15:46:39 1995 Stan Shebs <shebs@andros.cygnus.com>
3812
3813 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
3814 after, any host/target/native libraries.
3815 * dcache.c (insque, remque): Remove declarations.
3816 * gdbtypes.h (type_code): Remove trailing comma.
3817
3818 From Peter Schauer:
3819 * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
3820 STATIC_NODEBUG_VARS inside case.
3821
3822 Thu Feb 9 07:43:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3823
3824 * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
3825 * partial-stab.h: Call it.
3826 * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
3827 STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
3828 get the address.
3829 * sparc-tdep.c (solaris_static_transform_name): New function.
3830
3831 Thu Feb 9 12:09:09 1995 Jeff Law (law@snake.cs.utah.edu)
3832
3833 * somread.c (som_symtab_read): Handle dynamic relocation for both
3834 text and data symbols.
3835 (som_symfile_offsets): If objfile is a shared library, then get
3836 text and data offsets from the shared library structures.
3837 * somsolib.c (som_solib_add): Copy the bfd pointer from the
3838 objfile rather than reopening the file again.
3839 (som_solib_section_offsets): New function.
3840 * somsolib.h (som_solib_section_offsets): Declare.
3841
3842 Wed Feb 8 20:32:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3843
3844 * config/sparc/tm-sun4sol2.h, dbxread.c: Rename
3845 N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
3846 * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
3847 filename field.
3848 * elfread.c (record_minimal_symbol_and_info),
3849 minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
3850 newly created symbol.
3851 * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
3852 Set filename field of minimal symbol.
3853 * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
3854 Print filename field.
3855 * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
3856 * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
3857 m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
3858 os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
3859 printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
3860 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
3861 Find address of function from minimal symbols.
3862 * partial-stab.h, case 'f', 'F': Call find_stab_function_addr
3863 instead of getting pst->textlow from the stab.
3864 * minsyms.c (find_stab_function_addr): New function.
3865
3866 Wed Feb 8 19:19:56 1995 Rob Savoye <rob@darkstar.cygnus.com>
3867
3868 * monitor.c: Fix so all the output shows up in the GUI command
3869 window.
3870
3871 Mon Feb 6 18:50:59 1995 Stan Shebs <shebs@andros.cygnus.com>
3872
3873 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
3874 line, so init.c generation works correctly.
3875 start-sanitize-arc
3876 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3877 end-sanitize-arc
3878
3879 Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com>
3880
3881 * config/mips/idt.mt: Add support for the lsi33k target.
3882 * config/sparc/sun4sol2.mh: Add support for ser-tcp.
3883 * array-rom.c: Finish the rest of the support commands needed by
3884 GDB.
3885 * mips-tdep.c: Add LSI33k register names and processor type.
3886
3887 start-sanitize-gdbtk
3888 Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3889
3890 * gdbtk.c (gdb_disassemble): Deference pointer to function before
3891 calling it (pre-ANSI compilers generally require this).
3892
3893 end-sanitize-gdbtk
3894 Sat Feb 4 13:29:52 1995 Stan Shebs <shebs@andros.cygnus.com>
3895
3896 * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
3897
3898 Fri Feb 3 16:47:31 1995 Kung Hsu <kung@mexican.cygnus.com>
3899
3900 * ser-go32-para.c (dos_read): fix syntax errors.
3901
3902 Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
3903
3904 * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of
3905 dis_asm_read_memory_hook. We can now call the disassemblers
3906 directly and have no need for this hook anymore.
3907 start-sanitize-gdbtk
3908 * gdbtk.c (gdb_disassemble): Ditto.
3909 end-sanitize-gdbtk
3910 * defs.h, printcmd.c: Make print_insn be static.
3911
3912 * ser-go32.c (dos_comisr): Make this 8 bit clean.
3913 * (dos_open dos_close): Allow multiple opens to the same device.
3914 Use a ref count to prevent unwanted deallocations.
3915 * sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32
3916 happy.
3917 * (sparclite_ops): Switch to download_stratum.
3918 * target.h (enum strata): Move download_stratum before
3919 process_stratum so that executable targets get pushed on top of
3920 download targets.
3921
3922 Thu Feb 2 19:02:45 1995 Rob Savoye <rob@darkstar.cygnus.com>
3923
3924 * array-rom.c: Remove the non GDB remote protocol config stuff.
3925
3926 * monitor.c: All reading/writing functions for memory and
3927 registers work.
3928
3929 Thu Feb 2 16:11:04 1995 Kung Hsu <kung@mexican.cygnus.com>
3930
3931 start-sanitize-arc
3932 * config/arc/arc.mt: new target makefile for arc processor.
3933 * config/arc/tm-arc.h: new target header for arc processor.
3934 * config/arc/go32.mh: new go32 host makefile for arc processor.
3935 * config/arc/xm-go32.h: new go32 host header for arc processor.
3936 * arc-tdep.c: new target dependent codes for arc processor.
3937 * remote-arc.c: new file for arc-specific protocol through
3938 parallel line.
3939 end-sanitize-arc
3940 * ser-go32-para.c: new file for go32 parallel port communication.
3941
3942 Thu Feb 2 13:58:40 1995 Stan Shebs <shebs@andros.cygnus.com>
3943
3944 * Makefile.in (VERSION): Bump to 4.13.2.
3945
3946 Thu Feb 2 07:27:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3947
3948 Fix compiler warnings:
3949 * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
3950 and have the caller do the sprintf. Saves us from varargs hell.
3951 (normal): Define before use.
3952 * remote-e7000.c: Reindent a few things.
3953
3954 Wed Feb 1 21:16:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
3955
3956 * f-typeprint.c (f_type_print_varspec_suffix): Print array index
3957 ranges in reverse order.
3958 * f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation.
3959
3960 * eval.c (evaluate_subscript): Don't call value_subscript, since
3961 it adjusts for lower bound and enforces ranges.
3962
3963 * expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
3964 * eval.c, parse.c: Removed uses of removed opcodes.
3965 * eval.c (evaluate_subexp): Clean up handling of
3966 OP_UNDETERMINED_ARGLIST (no backtracking, more general).
3967
3968 * f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
3969 LA_PRINT_STRING, and not val_print_string (which reads from inferior).
3970
3971 * ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
3972 duplicate function made redundant by chill_varying_type.
3973
3974 Re-write of f77 string and complex number support:
3975
3976 * language.h (struct language_defn): New fields string_lower_bound
3977 and string_char_type.
3978 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
3979 language.c (unknown_language_defn, auto_language_defn,
3980 local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
3981 (f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
3982 * gdbtypes.c (create_string_type): Use new string_char_type field.
3983 * valops.c (value_string): Use new string_lower_bound field.
3984
3985 * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
3986 * f-lang.c (f_create_fundamental_type, _initialize_f_language),
3987 m2-lang.c (m2_create_fundamental_type),
3988 gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
3989 types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
3990 * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
3991 Removed. Use builtin_type_complex and builtin_type_double_complex.
3992
3993 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
3994 and TYPE_CODE_LITERAL_COMPLEX.
3995 * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
3996 TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
3997 * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
3998 f77_create_literal_string_type): Removed.
3999 * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
4000 VALUE_SUBSTRING_MYADDR): Removed.
4001
4002 * expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
4003 OP_COMPLEX.
4004 * parse.c: Update accordingly.
4005
4006 * f-valprint.c (f77_print_cmplx): Removed.
4007 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
4008
4009 * f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
4010 * eval.c (evaluate_subexp): For case OP_ARRAY, don't call
4011 f77_value_literal_string.
4012 * valops.c, value.h (f77_value_literal_string, f77_value_substring,
4013 f77_assign_from_literal_string, f77_assign_from_literal_complex):
4014 Removed.
4015 (value_assign): No longer need to handle literal types.
4016 * valops.c (f77_value_literal_complex), value.h: Re-written and
4017 renamed to value_literal_complex. Last arg is now a (complex) type.
4018 * valops.c (f77_cast_into_complex): Re-written and renamed to
4019 cast_into_complex.
4020 * eval.c (evaluate_subexp): Update accordingly.
4021
4022 * ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't
4023 print address for non-'s'-formats.
4024 * ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead
4025 of chill_is_varying_struct.
4026
4027 Wed Feb 1 13:27:33 1995 Stan Shebs <shebs@andros.cygnus.com>
4028
4029 gcc -Wall lint.
4030 * alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
4031 (after_prologue): Remove unused local b.
4032 * procfs.c (thread.h): Include.
4033 (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
4034 nested braces in initializer.
4035 * top.c (initialize_targets, initialize_utils): Declare.
4036 (locate_arg, insert_args): Add parens around tested assignments.
4037 * remote-utils.c (sr_scan_args): Remove decl of strtol.
4038 * remote.c (thread.h): Include.
4039 (remote_wait): Remove unused local p2.
4040 * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
4041 registers array.
4042
4043 defs.h (stdlib.h): Include.
4044 (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
4045 (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
4046 strtok, strerror): Don't specify parameter types in declaration.
4047
4048 Wed Feb 1 12:23:57 1995 Per Bothner <bothner@kalessin.cygnus.com>
4049
4050 * ch-exp.y (value_string_element, string_primitive_value,
4051 start_element, left_element, right_element, slice_size,
4052 lower_element, upper_element, first_element): Removed.
4053 (value_string_slice, value_array_slice): Replaced by ...
4054 (slice): New non-terminal, with working slice support.
4055 (primitive_value_lparen, rparen): New non-terminals.
4056 (maybe_tuple_elements): New non-terminal, to allow empty tuples.
4057 (idtokentab): Added "up".
4058
4059 * value.h (COERCE_VARYING_ARRAY): New macro.
4060 * valarith.c (value_subscript): Use it.
4061 * valops.c (value_cast): Likewise. Also, do nothing if already
4062 correct type, and allow converting from/to range to/from scalar.
4063
4064 * valops.c, value.h (varying_to_slice, value_slice): New functions.
4065 * eval.c (OP_ARRAY): Add cast for array element.
4066 * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
4067 * valops.c (chill_varying_type): Moved function frp, here ...
4068 * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
4069 * parse.c (length_of_subexp, prefixify_subexp): Add support
4070 for TERNOP_SLICE, TERNOP_SLICE_COUNT.
4071 * expprint.c (print_subexp, dump_expression): Likewise.
4072 * eval.c (evaluate_subexp): Likewise.
4073
4074 * eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
4075 value_x_binop on a Chill varying string.
4076
4077 Tue Jan 31 13:51:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4078
4079 * config/m68k/monitor.mt,
4080 config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
4081 depfiles in TDEPFILES not REMOTE_O.
4082
4083 Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
4084
4085 From nigel@algor.co.uk.
4086 * ser-go32.c (dos_close): Don't crash if scb null.
4087 (dos_sendbreak): New function.
4088 (dos_ops): Point to dos_sendbreak.
4089 (dos_info): Calculate COM number correctly.
4090
4091 Tue Jan 31 09:40:11 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4092
4093 * xcoffread.c (process_xcoff_symbol): Use new variables
4094 func_symbol_type and var_symbol_type as type of functions and
4095 variables which don't have any stabs associated with them.
4096 Reindent most of function.
4097 (_initialize_xcoffread): Initialize *_symbol_type.
4098
4099 * xcoffread.c (read_xcoff_symtab): Reindent most of function.
4100 Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
4101 them (this part commented out as I didn't quite get it to work).
4102 (cs_to_section, find_targ_sec): New functions, to support above code.
4103 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
4104 actually present.
4105
4106 Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
4107 start-sanitize-gdbtk
4108 * gdbtk.tcl (create_file_win): Disable old popup menu for source
4109 window.
4110 end-sanitize-gdbtk
4111 * sparcl-tdep.c: Add `sparclite' target for doing serial and udp
4112 downloads to SPARClite demo boards.
4113
4114 Sun Jan 29 09:43:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4115
4116 * remote.c, remote-pa.c: Remove #if 0'd icache code. It has had
4117 no hope of working as is for a long time (in particular, shebs' 27
4118 Jan 95 change confuses the issue further--target_read_memory and
4119 xfer_core_file do *not* do the same thing in this context).
4120 Revise comment.
4121
4122 Sat Jan 28 13:40:46 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4123
4124 * elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for
4125 procedure linkage table symbols, it is no longer set due to the
4126 Jan 6 BFD change in bfd/elfcode.h.
4127
4128 Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
4129
4130 * top.c (use_windows): Clarify comments.
4131
4132 * convex-tdep.c (xfer_core_file): Comment out.
4133 * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
4134 * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
4135 references to target_read_memory.
4136 * gdbcore.h (xfer_core_file, core_open, core_detach): Remove
4137 declarations.
4138 * corelow.c (core_open, core_detach): Make static.
4139
4140 * arm-tdep.c: Make it compile.
4141 (exec_file_command, xfer_core_file): Comment out.
4142 (arm_print_insn): Remove, now in libopcodes.
4143 (skip_prologue): Comment out most of body.
4144 (arm_frame_find_saved_regs): Move here from tm-arm.h.
4145 (_initialize_arm_tdep): Set tm_print_insn.
4146 * config/arm/tm-arm.h: Remove old refs to first_object_file_end.
4147 (XFER_CORE_FILE): Remove.
4148 (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
4149
4150 Fri Jan 27 08:48:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4151
4152 * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
4153
4154 Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
4155
4156 * symtab.c (find_pc_line): When subtracting one to get a line
4157 number, make sure not to end up with zero.
4158
4159 * remote-vx.c: Revert all of Kung's changes of 16 Jan. The
4160 problems with those changes were (a) the file didn't compile, (b)
4161 they changed memset to bzero--memset is correct, (c) they took out
4162 code to deal with boards lacking floating point, (d) who knows
4163 what I didn't discover in a quick read.
4164
4165 Thu Jan 26 17:32:54 1995 Stu Grossman (grossman@cygnus.com)
4166
4167 * sparcl-tdep.c: Clean up formatting and indentation.
4168
4169 Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
4170
4171 * remote-hms.c (hms_ops): Change ref of hr_load_image
4172 to gr_load_image.
4173 (dcache_flush, dcache_hit, dcache_value, dcache_fetch,
4174 dcache_poke, dcache_init): Deleted.
4175 (hms_open, hms_resume, hms_fetch_word, hms_store_word):
4176 Use dcache routines provided by remote-util.h
4177
4178 Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
4179
4180 * configure.in: Add support for powerpc-*-eabi.
4181
4182 * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
4183 PowerPC support.
4184
4185 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
4186
4187 * language.h (struct language_defn): New field c_style_arrays.
4188 * language.c (unknown_language_defn, auto_language_defn,
4189 local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
4190 asm_language_defn): Set c_style_arrays to true.
4191 * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
4192 f-lang.c (f_language_defn): Set c_style_arrays to false.
4193 * valops.c (value_string): If c_style_array is not set,
4194 allocate string in gdb (not inferior) using allocate_value.
4195
4196 * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
4197 Only call value_coerce_array if current_language->c_style_arrays.
4198 * values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
4199
4200 * valops.c (chill_varying_type): New predicate.
4201 * valops.c (value_cast): Support assigning a fixed string or array
4202 to a variable string/array structure.
4203
4204 * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
4205 Check index>=lowerbound, and then add lowerbound to index here,
4206 instead of in caller. Generalize to arbitrary lval_types.
4207 (value_subscript): Use enhanced value_subscripted_rvalue if
4208 c_style_arrays is false (and index is in range).
4209
4210 start-sanitize-gdbtk
4211 Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
4212
4213 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
4214 found.
4215 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
4216 popping up expression window for the first time.
4217 end-sanitize-gdbtk
4218
4219 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
4220
4221 * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
4222 TYPE_LENGTH is length in bytes, not bits.
4223
4224 Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4225
4226 * infrun.c (proceed): Flush stdout before resuming inferior.
4227 * infcmd.c (step_1), annotate.c (annotate_starting):
4228 Don't bother to flush here.
4229
4230 Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
4231
4232 * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
4233 by an ill-advised global search and replace.
4234
4235 Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
4236
4237 * gdbtk.tcl (create_registers_window): Work around a radiobutton
4238 widget bug to make Options|Natural button work.
4239
4240 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
4241 g++ caused by out-of-order pc's.
4242 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
4243 add scrollbar.
4244
4245 Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
4246
4247 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
4248 doc!
4249
4250 Mon Jan 23 13:11:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
4251
4252 Add support for Chill bitstring literals (e.h. H'FF00').
4253 * ch-exp.y (match_bitstring_literal): Fix for proper endianness.
4254 * expprint.c (print_subexp): Don't call error on OP_BITSTRING,
4255 just print B'<unimlemented>'.
4256 * gdbtypes.c (create_set_type): Fix bug in length calculation.
4257 * valops.c, value.h (value_bitstring): New function.
4258 * eval.c (evaluate_subexp): Implement support for OP_BITSTRING.
4259
4260 * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
4261 check that return type is non-void, and print in proper Chill syntax.
4262
4263 Mon Jan 23 12:20:34 1995 Rob Savoye <rob@darkstar.cygnus.com>
4264
4265 * Makefile.in: Remove references to remote-mon.c.
4266 * remote-mon.c: remove. Replaced by rom68k-rom.c.
4267 * rom68k-rom.c: Support for Rom68k monitor.
4268
4269 Mon Jan 23 10:50:57 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4270
4271 * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
4272 gcc/ch/runtime not chillrt, since that is where the chill runtime
4273 lives now.
4274
4275 Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>
4276
4277 * remote-hms.c (hms_load): Delete.
4278 (target_ops): Use hr_load_image.
4279
4280 * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
4281 Define memory_insert/remove_breakpoint.
4282 * xm-go32.h: Remove redundant SIGs.
4283
4284 Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
4285
4286 * ser-go32.c: Rewritten by nigel@algor.co.uk.
4287
4288 Fri Jan 20 15:23:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
4289
4290 * expression.h (OP_LABELED): New operator, for Chill
4291 labeled structre tuples.
4292 * ch-exp.y (tuple_element, named_record_element, tuple_elements):
4293 New non-terminals, to handle labeled structure tuples.
4294 (tuple): Re-define using tuple_elements.
4295 * eval.c (evaluate_labeled_field_init): New function, to handle
4296 initialization of structure fields, possibly using OP_LABELED.
4297 (evaluate_subexp): Use it.
4298 * expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax
4299 for Chill. Handled OP_LABELED.
4300 * parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED.
4301
4302 * eval.c (evaluate_subexp): Handle Chill Powerset tuples.
4303 * valarith.c (value_bit_index): Just treat bitstring as represented
4304 by an array of bytes. Alignment is handled by compiler.
4305
4306 Wed Jan 18 19:00:29 1995 Stan Shebs <shebs@andros.cygnus.com>
4307
4308 * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
4309 * sh-tdep.c (gdb_print_insn_sh): Ditto.
4310
4311 Wed Jan 18 11:25:43 1995 Kung Hsu <kung@mexican.cygnus.com>
4312
4313 * remote-os9k.c (rombug_open): Fix a bug in exception handling
4314 command.
4315 * remote-os9k.c (rombug_write_inferior_memory): reset buffer after
4316 write.
4317
4318 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4319
4320 * parse.c (_initialize_parse): Improve wording of names of
4321 msym_*_symbol_type.
4322
4323 Tue Jan 17 14:00:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4324
4325 * config/mips/tm-mips.h (enum mips_fpu_type): New enum.
4326 (mips_fpu): Change type to enum mips_fpu_type.
4327 (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
4328 * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
4329 Don't initialize.
4330 (mips_fpu_string): New static variable.
4331 (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
4332 (mips_pop_frame): Likewise.
4333 (mips_extract_return_value): Likewise.
4334 (mips_store_return_value): Likewise.
4335 (mips_set_fpu_command): New static function.
4336 (mips_show_fpu_command): New static function.
4337 (_initialize_mips_tdep): Change handling of set/show mipsfpu.
4338
4339 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4340
4341 * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
4342
4343 * parse.c (write_exp_msymbol): Use new variables
4344 msym_*_symbol_type as type of msymbol expression.
4345 (_initialize_parse): Initialize them.
4346
4347 Mon Jan 16 18:11:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4348
4349 General cleanup and simplication of disassembler interface.
4350 * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
4351 hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
4352 m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
4353 rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
4354 * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
4355 had been -pinsn.c files.
4356 * Makefile.in (ALLDEPFILES): Remove removed files.
4357 (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
4358 hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
4359 m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
4360 rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
4361 Remove compile actions.
4362 * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
4363 vax-tdep.o: Add compile actions.
4364 * defs.h (tm_print_insn): New global.
4365 * a29k-tdep.c (gdb_print_insn_a29k): New function.
4366 (_initialize_a29k_tdep): Rename from _initialize_29k,
4367 set tm_print_insn.
4368 * alpha-tdep.c (print_insn): Remove.
4369 (_initialize_alpha_tdep): Set tm_print_insn.
4370 * arm-tdep.c (arm_print_insn): New function, was print_insn
4371 in arm-pinsn.c.
4372 * convex-tdep.c (convex_print_insn): New function, was print_insn
4373 in convex-pinsn.c.
4374 * h8300-tdep.c (print_insn): Remove.
4375 (gdb_print_insn_h8300): New function.
4376 (_initialize_h8300_tdep): New function.
4377 * h8500-tdep.c (print_insn): Remove.
4378 (_initialize_h8500_tdep): New function.
4379 * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
4380 * i386-tdep.c (_initialize_i386_tdep): New function.
4381 * i960-tdep.c (mem, next_insn): New functions, were in
4382 i960-pinsn.c.
4383 (_initialize_i960_tdep): Set tm_print_insn.
4384 * m68k-tdep.c (_initialize_m68k_tdep): New function.
4385 * m88k-tdep.c (_initialize_m88k_tdep): New function.
4386 * mips-tdep.c (gdb_print_insn_mips): New function.
4387 (_initialize_mips_tdep): Set tm_print_insn.
4388 * pyr-tdep.c (pyr_print_insn): New function, was print_insn
4389 in pyr-pinsn.c.
4390 * rs6000-tdep.c (_initialize_rs6000_tdep): New function.
4391 * sh-tdep.c (print_insn): Remove.
4392 (gdb_print_insn_sh): New function.
4393 (_initialize_sh_tdep): Set tm_print_insn.
4394 * sparc-tdep.c (_initialize_sparc_tdep): New function.
4395 * w65-tdep.c (print_insn): Remove.
4396 (_initialize_w65_tdep): New function.
4397 * z8k-tdep.c (print_insn): Remove.
4398 (gdb_print_insn_z8k): New function.
4399 (_initialize_z8k_tdep): Set tm_print_insn.
4400 * printcmd.c (print_insn): New function, generic disassembler.
4401 * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
4402
4403 Mon Jan 16 15:43:29 1995 Kung Hsu <kung@mexican.cygnus.com>
4404
4405 * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
4406 and config/a29k/vx29k.mt.
4407 * configure.in: add new configuration a29k-*-vxworks.
4408 * remote-vx29k.c: new file merged from WRS.
4409 * remote-vx.c: merge changes from WRS.
4410 * config/a29k/vx29k.mt: new file for new configuration.
4411 * config/a29k/tm-vx29k.h: new header file for newconfiguration.
4412
4413 Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
4414
4415 * breakpoint.h (disable_breakpoint, enable_breakpoint):
4416 New declarations.
4417 (enum bpdisp): Change name of 'delete' member to 'del'.
4418 (struct bpstat): Changed name to 'bpstats'.
4419 * breakpoint.c (disable_breakpoint, enable_breakpoint,
4420 breakpoint_chain): Made globally visible.
4421 (bpstat_stop_status): Use new name for bpstat.
4422 (break_command_1, watch_command_1, catch_command_1,
4423 breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
4424 instead of 'delete'.
4425 (set_breakpoint_sal): New function.
4426 * defs.h (registers_changed_hook): New declaration.
4427 * infcmd.c (run_stack_dummy): 'delete' is now 'del'.
4428 * inflow.c (new_tty): Treat WIN32 in same way as __GO32__
4429 * main.c (main): Don't scan options when in WIN32 and exit
4430 without entering main loop.
4431 * m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
4432 * symtab.h (struct symbol, struct partial_symbol): Changed name of
4433 member 'class' to 'aclass'.
4434 (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
4435 * top.c (registers_changed_hook): New definition.
4436 * utils.c (quit, notice_quit, initialize_utils): Treate WIN32
4437 in same way as __GO32__.
4438 * value.h (c_typedef_print): Rename 'new' argument.
4439
4440 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
4441 * configure.in: Suppprt for w65,
4442
4443
4444 Sat Jan 14 11:18:11 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4445
4446 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
4447 not stop_pc, to proceed.
4448
4449 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
4450
4451 Fri Jan 13 17:52:57 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4452
4453 * infcmd.c (signal_command): Accept "signal 0"; the change to not
4454 accept it was accidental. "handle 0" and "info signal 0" remain
4455 illegal, though.
4456
4457 Fri Jan 13 15:19:01 1995 Stan Shebs <shebs@andros.cygnus.com>
4458
4459 * Makefile.in (all): Don't make libgdb-files.
4460 (libgdb): New action, makes libgdb-files.
4461
4462 Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com>
4463
4464 * stabsread.c (read_enum_type): When pending enum symbols are
4465 put into the enum type, they must be inserted in "backwards
4466 order, in case we've overflowed a struct pending buffer.
4467
4468 start-sanitize-gdbtk
4469 Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
4470
4471 * gdbtk.c, gdbtk.tcl: Update/add copyright.
4472 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
4473 including dismiss button, and better error handling.
4474 * (create_command_win): Bind button 2 to retrieve selection.
4475 end-sanitize-gdbtk
4476
4477 Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4478
4479 * README: Add note about SPARCworks cc release 3.0 and higher.
4480
4481 Add procfs support for Alpha OSF/1-2.x.
4482 * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
4483 OSF/1 native support.
4484 * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
4485 (MUNCH_DEFINE): Removed.
4486 * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
4487 for procfs support.
4488 * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
4489 release 2.x and higher, else alpha-osf1.mh, as the procfs support
4490 in release 1.x is incomplete.
4491 * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
4492 * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
4493 fill_fpgregset): New routines for procfs support.
4494 * inftarg.c (_initialize_inftarg): Don't add ptrace support
4495 if we have an optional procfs and /proc is accessible.
4496 * procfs.c: Include sys/fault.h and sys/syscall.h before
4497 including sys/procfs.h.
4498 (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
4499 is defined, additionally perform a PIOCSSIG to really terminate
4500 the inferior.
4501 (create_procinfo): Always return a result.
4502 (create_procinfo, do_attach): Don't trace T_IFAULT faults if
4503 PROCFS_DONT_TRACE_IFAULT is defined.
4504 (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
4505 argument to startup_inferior if it is defined.
4506 (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
4507 of tracing exits from exec system calls. Needed for the user level
4508 loader under Alpha OSF/1.
4509 (do_detach): Clear any pending signal if we want to detach from
4510 a process without a signal.
4511 (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
4512 don't issue a PIOCSSIG if pr_cursig already contains the signal we
4513 intend to set.
4514 (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
4515 pending signals are numbered from 1 instead of 0.
4516 (info_proc_mappings): Increase size of output format for addresses
4517 if BFD_HOST_64_BIT is defined.
4518 (procfs_stop): Renamed from child_stop.
4519 (_initialize_procfs): Don't add procfs support if we have an
4520 optional procfs and /proc is not accessible.
4521
4522 start-sanitize-gdbtk
4523 Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
4524
4525 * gdbtk.tcl: Add button to control mixed source disassembly.
4526 Use text widgets in expr window. The give me more control over
4527 layout.
4528 Add auto-updating of exprs in expression window.
4529 Handle expressions out of scope a bit better.
4530 Make selected window pop up to the top when invoked via the
4531 menubar.
4532 Make copyright message have raised relief.
4533
4534 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
4535 during startup.
4536 end-sanitize-gdbtk
4537
4538 Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
4539
4540 * array-rom.c: Add support for most commands.
4541
4542 * monitor.c: Add GDB remote protocol for the hybrid environment on
4543 the Array board.
4544
4545 Wed Jan 11 00:44:01 1995 Jeff Law (law@snake.cs.utah.edu)
4546
4547 * command.c (show_user_1): Use print_command_line to show a user
4548 defined command (including control structures).
4549
4550 * top.c (init_main): Change documentation for user defined
4551 commands to indicate they may accept up to ten arguments.
4552
4553 Tue Jan 10 16:22:41 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4554
4555 * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
4556 `move $s8, $sp' instruction.
4557
4558 Sun Jan 8 12:45:34 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
4559
4560 * target.c, target.h (target_signal_from_command): New function.
4561 * infrun.c (handle_command, signals_info), infcmd.c
4562 (signal_command): Use it.
4563 * infrun.c, infcmd.c: Update docstrings for these commands.
4564
4565 * target.h (enum target_signal), target.c (signals), target.c
4566 (target_signal_from_host, target_signal_to_host): Add
4567 TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
4568 * config/tm-lynx.h: Define signal numbers for realtime events.
4569
4570 Sat Jan 7 07:23:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4571
4572 * dbxread.c (process_one_symbol): Handle N_FUN symbols
4573 for Sun acc 3.0 under SunOS4.
4574
4575 Changes to improve handling of runtime common symbols
4576 under SunOS4.
4577 * minsyms.c (get_symbol_leading_char): New routine to determine
4578 the leading symbol character for an objfile.
4579 (prim_record_minimal_symbol_and_info, install_minimal_symbols):
4580 Use it.
4581 * objfiles.h (rt_common_objfile): New global, points to objfile
4582 containing the runtime common minimal symbols.
4583 * objfiles.c (free_objfile): Mark rt_common_objfile as
4584 unallocated before freeing it.
4585 * solib.c (allocate_rt_common_objfile): New routine to allocate
4586 an objfile for the runtime common minimal symbols.
4587 (solib_add_common_symbols): Allocate an objfile for the runtime
4588 common symbols if necessary and put common symbols into it.
4589 Clean up code and comments.
4590 (solib_add, special_symbol_handling): Cleanup comments regarding
4591 runtime common symbols.
4592 * stabsread.c (scan_file_globals_1): New routine, contains
4593 old scan_file_globals code. Checks if there are any unresolved
4594 global symbols before starting the expensive minimal symbol table
4595 search.
4596 (scan_file_globals): Now calls scan_file_globals_1 for the passed
4597 objfile and eventually for the runtime common objfile. Complains
4598 about any unresolved global symbols and removes them from the
4599 global symbol chain to avoid dangling pointers into the symbol
4600 table if the symbol table is reread.
4601
4602 Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
4603
4604 * Makefile.in (install_only uninstall): Indent for clarity.
4605
4606 * core.c (dis_asm_read_memory): Add call to
4607 dis_asm_read_memory_hook to provide alternate way for disassembler
4608 to read memory.
4609
4610 * defs.h: Protect from multiple inclusion. Add decl for
4611 dis_asm_read_memory_hook.
4612
4613 * top.c: Make window startup be the default.
4614 * Add dis_asm_read_memory_hook.
4615
4616 start-sanitize-gdbtk
4617 * gdbtk.c (finish_saving_output): Don't do anything if not saving
4618 output.
4619 * (breakpoint_notify): Don't send null filename to tcl.
4620 * (gdb_eval): New tcl command to eval an expression.
4621 * (gdb_disassemble): New tcl command to do disassembly. This
4622 allows tcl code to choose between exec file and target memeory,
4623 and can also do mixed source and assembly.
4624 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
4625 that more of the environment is set up. Also, create link between
4626 gdb and tcl vars disassemble{-_}from{-_}exec.
4627
4628 * gdbtk.tcl: New expression window support.
4629 * Make assembly window be 80 columns wide.
4630 * Use new disassembly method. Add menu items to select
4631 disassembly from exec file or target.
4632 * Change View menubar item to Options.
4633
4634 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
4635 since they don't exist yet.
4636
4637 * Pop up a copyright window on startup.
4638 end-sanitize-gdbtk
4639
4640 Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)
4641
4642 * stabsread.c (define_symbol): Handle `a' symbol type used for
4643 reference parameter passed in a register.
4644
4645 start-sanitize-gdbtk
4646 Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
4647
4648 * gdbtk.tcl (build_framework): Add standard commands menu, more
4649 windows to standard windows menu.
4650 (not_implemented_yet): Clarify message.
4651 end-sanitize-gdbtk
4652
4653 Wed Jan 4 12:27:29 1995 Kung Hsu <kung@mexican.cygnus.com>
4654
4655 * defs.h: move include tm.h up, so that the type LONGEST can
4656 also based on the target requirement to determine. In this case
4657 target mips64.
4658
4659 * remote-os9k.c (rombug_open): catch exception e in rombug.
4660 * remote-os9k.c (rombug_wait): print message before register display
4661 from rombug.
4662
4663 Wed Jan 4 09:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4664
4665 * top.c (locate_arg): Call strchr not index.
4666
4667 Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
4668
4669 * ch-exp.y (literal): Recognize NULL.
4670 (tuple): Parse simple unlabelled tuples.
4671 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
4672 evaluate brace-initializer-expressions depending on context.
4673 (evaluate_subexp case UNOP_CAST): Pass the target type as
4674 expected type when evaluating the expression.
4675
4676 * ch-typeprint.c (chill_type_print_base): Get names of PTR and
4677 BOOL from TYPE_NAME.
4678 * ch-valprint.c (chill_print_type_scalar): New function, to handle
4679 TYPE_CODE_RANGE better than print_type_scalar does.
4680 (chill_val_print_array_elements): Use above new function.
4681
4682 Mon Jan 2 15:02:51 1995 Stan Shebs <shebs@andros.cygnus.com>
4683
4684 * remote-udi.c (udi_load): Tell symbol_file_add that the
4685 program being loaded is the main program.
4686
4687 For older changes see ChangeLog-94
4688 \f
4689 Local Variables:
4690 mode: indented-text
4691 left-margin: 8
4692 fill-column: 74
4693 version-control: never
4694 End: