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