* ch-valprint.c (annotate.h): Include.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Mon Mar 13 18:27:25 1995 Stan Shebs <shebs@andros.cygnus.com>
2
3 * ch-valprint.c (annotate.h): Include.
4 * eval.c (evaluate_subexp_standard): Remove unused variable.
5 (calc_f77_array_dims): Add parens to expression.
6 * f-exp.y (yylex): Add parens to expression, remove unused label.
7 * f-lang.h (calc_f77_array_dims): Declare.
8 * f-valprint.c (f_val_print): Remove unused variables.
9
10 Mon Mar 13 15:25:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
11
12 * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
13 use the PDR, just examine prologues instead.
14
15 start-sanitize-arc
16 Fri Mar 10 16:13:18 1995 Kung Hsu <kung@mexican.cygnus.com>
17
18 * config/tm-arc.h: Change arc register names.
19 end-sanitize-arc
20
21 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22
23 Fix problems with infinite recursion when printing a class
24 that contains a static instance of the class.
25 * cp-valprint.c (dont_print_vb_obstack): Renamed from
26 dont_print_obstack, made static.
27 (dont_print_statmem_obstack): New obstack, controls printing
28 of static member classes.
29 (_initialize_cp_valprint): Initialize it.
30 (cp_print_static_field): New function, handles printing of
31 static members.
32 (cp_print_value_fields): New parameter dont_print_statmem to
33 handle recursive printing of static member classes, use
34 cp_print_static_field to handle printing of static members.
35 * c-valprint.c (cp_print_value_fields): Update prototype and
36 call to include additional dont_print_statmem parameter.
37 * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused
38 extern declaration.
39
40 * alpha-tdep.c, findvar.c, infptrace.c: Include <string.h>.
41
42 * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call
43 alpha_find_saved_regs if fi->saved_regs is still NULL.
44
45 * elfread.c (elf_symtab_read): Ensure that the filename field
46 of a minsym is nonempty. Ignore solib trampoline symbols from
47 the main symbol table, they might have a bogus value.
48
49 * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
50 Fix typos in comments.
51
52 Thu Mar 9 17:19:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
53
54 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
55 pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way
56 we know whether the PDR ever got set.
57 * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
58 use the PDR, just examine prologues instead.
59
60 Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu)
61
62 * somsolib.c (som_solib_section_offsets): Get offset of text
63 section right.
64
65 Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
66
67 start-sanitize-gdbtk
68 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
69 type is not bp_breakpoint.
70 end-sanitize-gdbtk
71
72 * source.c (forward_search_command reverse_search_command): Set
73 convenience variable $_ to be the line # of the match.
74 * symtab.c (decode_line_1): Allow convenience variables to be
75 used in line specs (for breakpoints and such).
76
77 Wed Mar 8 12:51:00 1995 Stan Shebs <shebs@andros.cygnus.com>
78
79 * Makefile.in (VERSION): Bump to 4.14.1.
80 * NEWS, README: Update for 4.14.
81 * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
82 (i386_insert_nonaligned_watchpoint): Call aligned instead of
83 generic watchpoint insertion.
84
85 Tue Mar 7 19:26:10 1995 Per Bothner <bothner@kalessin.cygnus.com>
86
87 * valops.c (value_slice): Do COERCE_VARYING_ARRAY.
88
89 Tue Mar 7 00:23:47 1995 Stu Grossman (grossman@cygnus.com)
90
91 * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
92 into monitor.c.
93 * monitor.c (monitor_create_inferior): Allow run command to start
94 program.
95
96 * monitor.c (monitor_load): Set PC to start address when done
97 loading.
98
99 * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
100 Remove ref to monitor_create_inferior.
101
102 * monitor.c: More general cleanups. Add prototypes, remove
103 unused routines. Fix bug with wrong number of args to error().
104
105 * main.c (main): Don't start up GUI when running under gdb mode
106 in emacs.
107
108 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
109 Sun make (with VPATH) work...
110
111 * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
112 (rom68k) target work right.
113 * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
114 monitor.c interface. More work needs to be done here.
115 * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to
116 match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no
117 floating-point for this card.
118
119 * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
120 ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
121 (needed for IDP board?!?!?).
122
123 * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs
124 and usage of fputc_unfiltered and putchar_unfiltered. Eliminate
125 putc_unfiltered (it's superfluous).
126
127 * command.h, command.c, top.c: Add var_enum command type. It's
128 like var_string but allows only only one of the specified strings.
129
130 Mon Mar 6 15:03:59 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
131
132 * valops.c (value_cast): Don't use backslash newline--pre-ANSI
133 compilers (such as SunOS4 /bin/cc) don't generally support it
134 except in some contexts.
135
136 Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
137
138 * valops.c (value_cast): Check for cast to array type *before*
139 we coerce array to pointer (in case arg2 is already array).
140
141 * valops.c (call_function_by_hand): Set using_gcc to 2 if using
142 gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
143 Also check REG_STRUCT_HAS_ADDR for union, array and string types.
144
145 * valops.c (call_function_by_hand): Re-arrange code for pushing
146 paramaters on the stack so we can do better STACK_ALIGN.
147
148 * valops.c (call_function_by_hand): Call error if the number
149 of arguments is fewer than parameter types in function type.
150
151 Fri Mar 3 17:13:05 1995 Doug Evans <dje@canuck.cygnus.com>
152
153 * sparc-tdep.c (sparc_extract_struct_value_address): Move
154 sparc64 support to here.
155 (sparc64_extract_struct_value_address): Deleted.
156 (dump_ccreg): Add a prototype so long long arg -> int.
157 * sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define.
158 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
159
160 Fri Mar 3 15:12:12 1995 Jeff Law (law@snake.cs.utah.edu)
161
162 * hpread.c (hpread_record_lines): New argument "offset". All
163 callers changed. Use it to handle dynamic address relocation.
164 (hpread_build_psymtabs): Adjust texthigh as we read each function
165 debug symbol. Fix computation of texthigh.
166 (hpread_read_subrange_type): Work around macro bugs in HP's
167 compilers.
168 (hpread_process_one_debug_symbol): Correctly map source lines.
169
170 * somread.c (check_strange_names): Filter names emitted by the HP
171 compiler when generating PIC code.
172
173 * valops.c (value_struct_elt_for_reference): Work around macro
174 bugs in HP's compilers.
175 * c-exp.y (block): Likewise.
176
177 Fri Mar 3 12:27:28 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
178
179 * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
180 store_address.
181
182 * utils.c [_AIX]: Include stddef.h instead of #defining size_t.
183
184 Fri Mar 3 12:33:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
185
186 * rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved
187 registers that GCC emits on the PowerPC by default in addition to
188 the store multiple instruction used on the Power series.
189
190 Fri Mar 3 00:54:58 1995 Doug Evans <dje@canuck.cygnus.com>
191
192 * sparc-tdep.c (decode_asi): New function.
193 (sparc_print_register_hook): Pretty print more v9 registers.
194 * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
195
196 Thu Mar 2 22:20:22 1995 Doug Evans <dje@canuck.cygnus.com>
197
198 * dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc.
199 (target_to_host): Change result type to CORE_ADDR.
200
201 Thu Mar 2 15:13:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
202
203 * rs6000-tdep.c: Fix byte-swapping sins.
204
205 Thu Mar 2 16:48:45 1995 Michael Meissner <meissner@cygnus.com>
206
207 * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
208 code between branch unconditional and branch conditional cases.
209
210 Wed Mar 1 09:41:26 1995 Doug Evans <dje@canuck.cygnus.com>
211
212 Various changes for sparc64.
213 * sparc-tdep.c (NUM_SPARC_FPREGS): Define.
214 (SPARC_INTREG_SIZE): Define.
215 (*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg)
216 where appropriate.
217 (enum branch_type): New value `done_retry'.
218 (isbranch): Renamed from isannulled. All callers changed.
219 Support new sparc64 branch insns.
220 (single_step): Handle done_retry.
221 (sparc_extract_struct_value_address): Don't assume 4 byte regs.
222 (get_saved_register): Likewise.
223 (sparc_push_dummy_frame): Likewise.
224 (sparc_frame_find_saved_regs): Likewise.
225 (sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM,
226 or PS_REGNUM if not sparc64. sparc64 has 64 fp regs.
227 (sparc64_extract_struct_value_address): New function.
228 (dump_ccreg, sparc_print_register_hook): Likewise.
229 * sp64-tdep.c: Deleted.
230 * sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define.
231 (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
232 (CC_HAS_LONG_LONG): Define.
233 (REGISTER_NAMES): Delete cle/tle and reorganize.
234 (PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of
235 sparc-tdep.c now.
236 (REGISTER_BYTES): Update.
237 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete.
238 (EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h.
239 (NO_SINGLE_STEP): Likewise.
240 * sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs.
241 * sparc/sp64.mt: Move simulator support ...
242 * sparc/sp64sim.mt: ... to here.
243
244 Wed Mar 1 13:14:42 1995 Kung Hsu <kung@mexican.cygnus.com>
245
246 * remote-vx960.c: new file for target specific register packaging.
247 * remote-vx68.c: ditto.
248 * config/i960/vxworks960.mt: add remote-vx960.o.
249 * config/m68k/vxworks68.mt: add remote-vx68.o.
250
251 Wed Mar 1 13:42:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
252
253 * remote.c (remote_wait): Make calls to strtol be type correct by
254 passing the address of a char * pointer instead of an unsigned
255 char *.
256
257 * rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling
258 write_memory to make things type correct.
259
260 Wed Mar 1 12:17:31 1995 Michael Meissner <meissner@cygnus.com>
261
262 * ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the
263 standard Linux yacc by adding more names to be redefined with a
264 prefix.
265
266 Tue Feb 28 22:55:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
267
268 * hppa-tdep.c (pa_print_registers), monitor.c: Use
269 extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST.
270 * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c.
271 Rename it to SWAP_FLOATING to make it clear it is no longer for
272 integers.
273
274 Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
275
276 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
277 compile time.
278
279 start-sanitize-arc
280 * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to
281 processor.
282 * remote-arc.c (arc_wait): when a processor stops, stop other two
283 processors too.
284 * remote-arc.c (switch_command): switch tm_print_insn.
285 end-sanitize-arc
286
287 * vx-share/ptrace.h: merge in WRS new ptrace requests.
288
289 * defs.h: fix a syntax error.
290
291 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.
292 * remote-vx.c: move read_register and write_register out to
293 target specific files.
294 * remote-vx29k.c (get_fp_contnets): add this function, from WRS.
295
296 * defs.h: define SWAP_TARGET_AND_HOST macro.
297 * findvar.c, monitor.c, hppa-tdep.c: remove definition of
298 SWAP_TARGET_AND_HOST.
299
300 Tue Feb 28 08:31:40 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
301
302 * alpha-tdep.c (find_proc_desc): Only attempt to set
303 PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
304
305 Mon Feb 27 11:56:32 1995 Stan Shebs <shebs@andros.cygnus.com>
306
307 * monitor.c: General gcc -Wall lint cleanup and reformat.
308 (monitor_command): If no args, send an empty command.
309
310 Thu Feb 23 21:07:25 1995 Stu Grossman (grossman@cygnus.com)
311
312 * monitor.c (monitor_load_ascii_srec): Add a one second sleep
313 after send LOAD_CMD to prevent loss of first S-record.
314
315 Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
316
317 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
318 Call error if too few arguments.
319 If REG_STRUCT_HAS_ADDR (structs passed by invisible reference),
320 copy and convert to reference *before* we calculate alignment.
321 Also, make sure structs allocated for return values and invisible
322 reference don't violate STACK_ALIGN.
323
324 Tue Feb 21 23:29:59 1995 Per Bothner <bothner@rtl.cygnus.com>
325
326 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
327 (same as C's '(TYPE[])EXPR')
328
329 Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com>
330
331 * top.c (print_gdb_version): Update the year.
332
333 Sun Feb 19 14:31:57 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
334
335 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
336 `..' not in `../..'.
337
338 Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
339
340 * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
341 in addition to a PIOCSSIG to kill the inferior.
342
343 Thu Feb 16 15:06:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
344
345 * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
346 create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
347 * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array
348 of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length.
349 * c-typeprint.c (c_type_print_varspec_suffix): If array length
350 is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
351
352 Thu Feb 16 16:06:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
353
354 * dcache.c (insque, remque): Rewrite Linux support.
355
356 Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
357
358 * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
359
360 * dcache.c (insque, remque): If compiling in standard C on Linux,
361 protect insque and remque with macros to cast the pointer
362 arguments to the proper type.
363
364 Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
365
366 * annotate.c, breakpoint.c, defs.h, top.c: Replace
367 enable/disable_breakpoint_hook with modify_breakpoint_hook.
368 start-sanitize-gdbtk
369 * gdbtk.c: Ditto.
370 * gdbtk.c: General cleanups, get rid of unused variables. Redo
371 handling of stdout/stderr to just return output as the result of
372 the tcl command that caused the output. Cleanup -Wall stuff.
373 * (breakpoint_notify): Now returns just action and breakpoint
374 number.
375 * (gdb_get_breakpoint_list): New routine. Does the obvious.
376 * (gdb_get_breakpoint_info): Mostly derived from the old
377 breakpoint_notify, but returns lots more info.
378 * (dsprintf_append_element): Helper routine, works like printf,
379 but appends a tcl element onto the specified DString. Good for
380 building up lists as return values.
381 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
382 gdbtk_modify_breakpoint.
383 * (*many routines*): Use new result protocol.
384 * (call_wrapper): Make sure that recursive calls don't trash results.
385 * gdbtk.tcl: New windows, autocmd, and breakpoints.
386 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
387 anymore. It's not needed (in fact, this routine may not be needed
388 anymore).
389 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
390 notification protocol.
391 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
392 catches.
393 * (interactive_cmd): Use this wrapper around button invocations
394 of many commands. This will catch errors and put the results into
395 the command window. It also updates all the other windows.
396 * Also, change reliefs of most things to sunken. This actually
397 looks better.
398 * (create_file_win): Fix margin binding to allow breakpoints to
399 work again.
400 * (create_asm_win): Use return value of gdb_disassemble instead
401 of implicit I/O to the command window.
402 * (create_command_window): Use new result protocol to get output
403 from commands.
404 end-sanitize-gdbtk
405
406 Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
407
408 * expression.h: Move declaration of evaluate_subexp_with_coercion
409 from here...
410 * value.h: ...to here.
411 * expression.h: Don't include value.h
412
413 Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
414
415 * expression.h: Move include of value.h until after declaration of
416 enum exp_opcode.
417
418 Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
419
420 * remote-e7000.c: Comprehensive cleanup; removal of dead code,
421 simplify code, declare things, format to standards.
422 (inferior.h, value.h, command.h, remote-utils.h): Include.
423 (e7000_login): Rename to e7000_login_command.
424 (e7000_ftp): Rename to e7000_ftp_command.
425 (e7000_drain): Rename to e7000_drain_command.
426
427 * irix5-nat.c (string.h): Include near beginning of file.
428
429 Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
430
431 * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on
432 arg, it is a value not a symbol.
433
434 gcc -Wall lint:
435 * eval.c: Move declaration of evaluate_subexp_with_coercion from here..
436 * expression.h: ..to here.
437 * expression.h: Include value.h.
438 * ch-lang.c (evaluate_subexp_chill): Add default case in switch.
439
440 Sun Feb 12 11:03:47 1995 Per Bothner <bothner@kalessin.cygnus.com>
441
442 * language.h (struct language_defn): New field evaluate_exp.
443 * c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn),
444 f-lang.c (f_language_defn), language.c (unknown_language_defn,
445 auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn):
446 Set evaluate_exp to evaluate_subexp_standard.
447 * ch-lang.c (evaluate_subexp_chill): New function. Chill-specific
448 support for MULTI_SUBSCRIPT.
449 (chill_language_defn): Set evaluate_exp to evaluate_subexp_chill.
450 * eval.c (enum noside): Move from here ....
451 * expression.h (enum noside): ... to here.
452 (evaluate_subexp_standard): New prototype.
453 * eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard.
454 Removed lo-longer-needed test for chill_varying_type.
455 (evaluate_subexp): New. Calls exp->language_defn->evaluate_exp.
456
457 * ch-exp.y (maybe_expression_list): New non-terminal.
458 (primitive_value): Allow empty parameter list.
459
460 Sun Feb 12 10:02:16 1995 Per Bothner <bothner@cygnus.com>
461
462 * buildsym.c (finish_block): If finishing a function without known
463 parameter type info, set that from parameter symbols.
464 * c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC,
465 print parameter types, if available.
466 * ch-typeprint.c (chill_type_print_base): Likewise.
467
468 * gdbtypes.h (struct type): Remove function type field.
469 (TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use
470 function types now that we're also storing parameter types.
471 And the payoff is much less.
472 * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
473 (recursive_dump_type): Don't print TYPE_FUNCTION_TYPE.
474 * dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE.
475
476 * valops.c (value_arg_coerce): Now takes param_type argument.
477 (call_function_by_hand): Convert arguments with value_arg_coerce
478 early, and overwrite original args with converted args.
479 No longer need multiple calls to value_arg_coerce.
480 (value_arg_push): Removed.
481 * hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce.
482 * mips-tdep.c (mips_push_arguments): Likewise.
483 * alpha-tdep.c (alpha_push_arguments): Likewise.
484 * rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments):
485 Likewise.
486 * value.h (value_arg_coerce): Remove declaration. (It's now static.)
487
488 * valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF.
489
490 * symtab.c (add_param_to_type): Remove (commented-out) function,
491 since that functionality has been re-written.
492 * coffread.c: Remove commented-out add_param_to_type support.
493 * mdebugread.c (parse_symbol): Likewise.
494 * stabsread.c (define_symbol): Likewise.
495
496 Sun Feb 12 09:03:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
497
498 * buildsym.c (start_subfile): Set language for f2c like for cfront.
499
500 Thu Feb 9 20:20:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
501
502 * op50n-rom.c: Add the control registers.
503
504 Thu Feb 9 15:46:39 1995 Stan Shebs <shebs@andros.cygnus.com>
505
506 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
507 after, any host/target/native libraries.
508 * dcache.c (insque, remque): Remove declarations.
509 * gdbtypes.h (type_code): Remove trailing comma.
510
511 From Peter Schauer:
512 * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
513 STATIC_NODEBUG_VARS inside case.
514
515 Thu Feb 9 07:43:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
516
517 * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
518 * partial-stab.h: Call it.
519 * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
520 STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
521 get the address.
522 * sparc-tdep.c (solaris_static_transform_name): New function.
523
524 Thu Feb 9 12:09:09 1995 Jeff Law (law@snake.cs.utah.edu)
525
526 * somread.c (som_symtab_read): Handle dynamic relocation for both
527 text and data symbols.
528 (som_symfile_offsets): If objfile is a shared library, then get
529 text and data offsets from the shared library structures.
530 * somsolib.c (som_solib_add): Copy the bfd pointer from the
531 objfile rather than reopening the file again.
532 (som_solib_section_offsets): New function.
533 * somsolib.h (som_solib_section_offsets): Declare.
534
535 Wed Feb 8 20:32:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
536
537 * config/sparc/tm-sun4sol2.h, dbxread.c: Rename
538 N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
539 * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
540 filename field.
541 * elfread.c (record_minimal_symbol_and_info),
542 minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
543 newly created symbol.
544 * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
545 Set filename field of minimal symbol.
546 * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
547 Print filename field.
548 * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
549 * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
550 m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
551 os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
552 printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
553 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
554 Find address of function from minimal symbols.
555 * partial-stab.h, case 'f', 'F': Call find_stab_function_addr
556 instead of getting pst->textlow from the stab.
557 * minsyms.c (find_stab_function_addr): New function.
558
559 Wed Feb 8 19:19:56 1995 Rob Savoye <rob@darkstar.cygnus.com>
560
561 * monitor.c: Fix so all the output shows up in the GUI command
562 window.
563
564 Mon Feb 6 18:50:59 1995 Stan Shebs <shebs@andros.cygnus.com>
565
566 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
567 line, so init.c generation works correctly.
568 start-sanitize-arc
569 * arc-tdep.c (_initialize_arc_tdep): Ditto.
570 end-sanitize-arc
571
572 Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com>
573
574 * config/mips/idt.mt: Add support for the lsi33k target.
575 * config/sparc/sun4sol2.mh: Add support for ser-tcp.
576 * array-rom.c: Finish the rest of the support commands needed by
577 GDB.
578 * mips-tdep.c: Add LSI33k register names and processor type.
579
580 start-sanitize-gdbtk
581 Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
582
583 * gdbtk.c (gdb_disassemble): Deference pointer to function before
584 calling it (pre-ANSI compilers generally require this).
585
586 end-sanitize-gdbtk
587 Sat Feb 4 13:29:52 1995 Stan Shebs <shebs@andros.cygnus.com>
588
589 * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
590
591 Fri Feb 3 16:47:31 1995 Kung Hsu <kung@mexican.cygnus.com>
592
593 * ser-go32-para.c (dos_read): fix syntax errors.
594
595 Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
596
597 * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of
598 dis_asm_read_memory_hook. We can now call the disassemblers
599 directly and have no need for this hook anymore.
600 start-sanitize-gdbtk
601 * gdbtk.c (gdb_disassemble): Ditto.
602 end-sanitize-gdbtk
603 * defs.h, printcmd.c: Make print_insn be static.
604
605 * ser-go32.c (dos_comisr): Make this 8 bit clean.
606 * (dos_open dos_close): Allow multiple opens to the same device.
607 Use a ref count to prevent unwanted deallocations.
608 * sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32
609 happy.
610 * (sparclite_ops): Switch to download_stratum.
611 * target.h (enum strata): Move download_stratum before
612 process_stratum so that executable targets get pushed on top of
613 download targets.
614
615 Thu Feb 2 19:02:45 1995 Rob Savoye <rob@darkstar.cygnus.com>
616
617 * array-rom.c: Remove the non GDB remote protocol config stuff.
618
619 * monitor.c: All reading/writing functions for memory and
620 registers work.
621
622 Thu Feb 2 16:11:04 1995 Kung Hsu <kung@mexican.cygnus.com>
623
624 start-sanitize-arc
625 * config/arc/arc.mt: new target makefile for arc processor.
626 * config/arc/tm-arc.h: new target header for arc processor.
627 * config/arc/go32.mh: new go32 host makefile for arc processor.
628 * config/arc/xm-go32.h: new go32 host header for arc processor.
629 * arc-tdep.c: new target dependent codes for arc processor.
630 * remote-arc.c: new file for arc-specific protocol through
631 parallel line.
632 end-sanitize-arc
633 * ser-go32-para.c: new file for go32 parallel port communication.
634
635 Thu Feb 2 13:58:40 1995 Stan Shebs <shebs@andros.cygnus.com>
636
637 * Makefile.in (VERSION): Bump to 4.13.2.
638
639 Thu Feb 2 07:27:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
640
641 Fix compiler warnings:
642 * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
643 and have the caller do the sprintf. Saves us from varargs hell.
644 (normal): Define before use.
645 * remote-e7000.c: Reindent a few things.
646
647 Wed Feb 1 21:16:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
648
649 * f-typeprint.c (f_type_print_varspec_suffix): Print array index
650 ranges in reverse order.
651 * f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation.
652
653 * eval.c (evaluate_subscript): Don't call value_subscript, since
654 it adjusts for lower bound and enforces ranges.
655
656 * expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
657 * eval.c, parse.c: Removed uses of removed opcodes.
658 * eval.c (evaluate_subexp): Clean up handling of
659 OP_UNDETERMINED_ARGLIST (no backtracking, more general).
660
661 * f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
662 LA_PRINT_STRING, and not val_print_string (which reads from inferior).
663
664 * ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
665 duplicate function made redundant by chill_varying_type.
666
667 Re-write of f77 string and complex number support:
668
669 * language.h (struct language_defn): New fields string_lower_bound
670 and string_char_type.
671 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
672 language.c (unknown_language_defn, auto_language_defn,
673 local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
674 (f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
675 * gdbtypes.c (create_string_type): Use new string_char_type field.
676 * valops.c (value_string): Use new string_lower_bound field.
677
678 * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
679 * f-lang.c (f_create_fundamental_type, _initialize_f_language),
680 m2-lang.c (m2_create_fundamental_type),
681 gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
682 types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
683 * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
684 Removed. Use builtin_type_complex and builtin_type_double_complex.
685
686 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
687 and TYPE_CODE_LITERAL_COMPLEX.
688 * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
689 TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
690 * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
691 f77_create_literal_string_type): Removed.
692 * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
693 VALUE_SUBSTRING_MYADDR): Removed.
694
695 * expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
696 OP_COMPLEX.
697 * parse.c: Update accordingly.
698
699 * f-valprint.c (f77_print_cmplx): Removed.
700 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
701
702 * f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
703 * eval.c (evaluate_subexp): For case OP_ARRAY, don't call
704 f77_value_literal_string.
705 * valops.c, value.h (f77_value_literal_string, f77_value_substring,
706 f77_assign_from_literal_string, f77_assign_from_literal_complex):
707 Removed.
708 (value_assign): No longer need to handle literal types.
709 * valops.c (f77_value_literal_complex), value.h: Re-written and
710 renamed to value_literal_complex. Last arg is now a (complex) type.
711 * valops.c (f77_cast_into_complex): Re-written and renamed to
712 cast_into_complex.
713 * eval.c (evaluate_subexp): Update accordingly.
714
715 * ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't
716 print address for non-'s'-formats.
717 * ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead
718 of chill_is_varying_struct.
719
720 Wed Feb 1 13:27:33 1995 Stan Shebs <shebs@andros.cygnus.com>
721
722 gcc -Wall lint.
723 * alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
724 (after_prologue): Remove unused local b.
725 * procfs.c (thread.h): Include.
726 (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
727 nested braces in initializer.
728 * top.c (initialize_targets, initialize_utils): Declare.
729 (locate_arg, insert_args): Add parens around tested assignments.
730 * remote-utils.c (sr_scan_args): Remove decl of strtol.
731 * remote.c (thread.h): Include.
732 (remote_wait): Remove unused local p2.
733 * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
734 registers array.
735
736 defs.h (stdlib.h): Include.
737 (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
738 (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
739 strtok, strerror): Don't specify parameter types in declaration.
740
741 Wed Feb 1 12:23:57 1995 Per Bothner <bothner@kalessin.cygnus.com>
742
743 * ch-exp.y (value_string_element, string_primitive_value,
744 start_element, left_element, right_element, slice_size,
745 lower_element, upper_element, first_element): Removed.
746 (value_string_slice, value_array_slice): Replaced by ...
747 (slice): New non-terminal, with working slice support.
748 (primitive_value_lparen, rparen): New non-terminals.
749 (maybe_tuple_elements): New non-terminal, to allow empty tuples.
750 (idtokentab): Added "up".
751
752 * value.h (COERCE_VARYING_ARRAY): New macro.
753 * valarith.c (value_subscript): Use it.
754 * valops.c (value_cast): Likewise. Also, do nothing if already
755 correct type, and allow converting from/to range to/from scalar.
756
757 * valops.c, value.h (varying_to_slice, value_slice): New functions.
758 * eval.c (OP_ARRAY): Add cast for array element.
759 * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
760 * valops.c (chill_varying_type): Moved function frp, here ...
761 * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
762 * parse.c (length_of_subexp, prefixify_subexp): Add support
763 for TERNOP_SLICE, TERNOP_SLICE_COUNT.
764 * expprint.c (print_subexp, dump_expression): Likewise.
765 * eval.c (evaluate_subexp): Likewise.
766
767 * eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
768 value_x_binop on a Chill varying string.
769
770 Tue Jan 31 13:51:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
771
772 * config/m68k/monitor.mt,
773 config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
774 depfiles in TDEPFILES not REMOTE_O.
775
776 Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
777
778 From nigel@algor.co.uk.
779 * ser-go32.c (dos_close): Don't crash if scb null.
780 (dos_sendbreak): New function.
781 (dos_ops): Point to dos_sendbreak.
782 (dos_info): Calculate COM number correctly.
783
784 Tue Jan 31 09:40:11 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
785
786 * xcoffread.c (process_xcoff_symbol): Use new variables
787 func_symbol_type and var_symbol_type as type of functions and
788 variables which don't have any stabs associated with them.
789 Reindent most of function.
790 (_initialize_xcoffread): Initialize *_symbol_type.
791
792 * xcoffread.c (read_xcoff_symtab): Reindent most of function.
793 Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
794 them (this part commented out as I didn't quite get it to work).
795 (cs_to_section, find_targ_sec): New functions, to support above code.
796 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
797 actually present.
798
799 Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
800 start-sanitize-gdbtk
801 * gdbtk.tcl (create_file_win): Disable old popup menu for source
802 window.
803 end-sanitize-gdbtk
804 * sparcl-tdep.c: Add `sparclite' target for doing serial and udp
805 downloads to SPARClite demo boards.
806
807 Sun Jan 29 09:43:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
808
809 * remote.c, remote-pa.c: Remove #if 0'd icache code. It has had
810 no hope of working as is for a long time (in particular, shebs' 27
811 Jan 95 change confuses the issue further--target_read_memory and
812 xfer_core_file do *not* do the same thing in this context).
813 Revise comment.
814
815 Sat Jan 28 13:40:46 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
816
817 * elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for
818 procedure linkage table symbols, it is no longer set due to the
819 Jan 6 BFD change in bfd/elfcode.h.
820
821 Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
822
823 * top.c (use_windows): Clarify comments.
824
825 * convex-tdep.c (xfer_core_file): Comment out.
826 * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
827 * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
828 references to target_read_memory.
829 * gdbcore.h (xfer_core_file, core_open, core_detach): Remove
830 declarations.
831 * corelow.c (core_open, core_detach): Make static.
832
833 * arm-tdep.c: Make it compile.
834 (exec_file_command, xfer_core_file): Comment out.
835 (arm_print_insn): Remove, now in libopcodes.
836 (skip_prologue): Comment out most of body.
837 (arm_frame_find_saved_regs): Move here from tm-arm.h.
838 (_initialize_arm_tdep): Set tm_print_insn.
839 * config/arm/tm-arm.h: Remove old refs to first_object_file_end.
840 (XFER_CORE_FILE): Remove.
841 (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
842
843 Fri Jan 27 08:48:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
844
845 * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
846
847 Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
848
849 * symtab.c (find_pc_line): When subtracting one to get a line
850 number, make sure not to end up with zero.
851
852 * remote-vx.c: Revert all of Kung's changes of 16 Jan. The
853 problems with those changes were (a) the file didn't compile, (b)
854 they changed memset to bzero--memset is correct, (c) they took out
855 code to deal with boards lacking floating point, (d) who knows
856 what I didn't discover in a quick read.
857
858 Thu Jan 26 17:32:54 1995 Stu Grossman (grossman@cygnus.com)
859
860 * sparcl-tdep.c: Clean up formatting and indentation.
861
862 Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
863
864 * remote-hms.c (hms_ops): Change ref of hr_load_image
865 to gr_load_image.
866 (dcache_flush, dcache_hit, dcache_value, dcache_fetch,
867 dcache_poke, dcache_init): Deleted.
868 (hms_open, hms_resume, hms_fetch_word, hms_store_word):
869 Use dcache routines provided by remote-util.h
870
871 Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
872
873 * configure.in: Add support for powerpc-*-eabi.
874
875 * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
876 PowerPC support.
877
878 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
879
880 * language.h (struct language_defn): New field c_style_arrays.
881 * language.c (unknown_language_defn, auto_language_defn,
882 local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
883 asm_language_defn): Set c_style_arrays to true.
884 * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
885 f-lang.c (f_language_defn): Set c_style_arrays to false.
886 * valops.c (value_string): If c_style_array is not set,
887 allocate string in gdb (not inferior) using allocate_value.
888
889 * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
890 Only call value_coerce_array if current_language->c_style_arrays.
891 * values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
892
893 * valops.c (chill_varying_type): New predicate.
894 * valops.c (value_cast): Support assigning a fixed string or array
895 to a variable string/array structure.
896
897 * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
898 Check index>=lowerbound, and then add lowerbound to index here,
899 instead of in caller. Generalize to arbitrary lval_types.
900 (value_subscript): Use enhanced value_subscripted_rvalue if
901 c_style_arrays is false (and index is in range).
902
903 start-sanitize-gdbtk
904 Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
905
906 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
907 found.
908 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
909 popping up expression window for the first time.
910 end-sanitize-gdbtk
911
912 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
913
914 * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
915 TYPE_LENGTH is length in bytes, not bits.
916
917 Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
918
919 * infrun.c (proceed): Flush stdout before resuming inferior.
920 * infcmd.c (step_1), annotate.c (annotate_starting):
921 Don't bother to flush here.
922
923 Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
924
925 * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
926 by an ill-advised global search and replace.
927
928 Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
929
930 * gdbtk.tcl (create_registers_window): Work around a radiobutton
931 widget bug to make Options|Natural button work.
932
933 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
934 g++ caused by out-of-order pc's.
935 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
936 add scrollbar.
937
938 Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
939
940 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
941 doc!
942
943 Mon Jan 23 13:11:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
944
945 Add support for Chill bitstring literals (e.h. H'FF00').
946 * ch-exp.y (match_bitstring_literal): Fix for proper endianness.
947 * expprint.c (print_subexp): Don't call error on OP_BITSTRING,
948 just print B'<unimlemented>'.
949 * gdbtypes.c (create_set_type): Fix bug in length calculation.
950 * valops.c, value.h (value_bitstring): New function.
951 * eval.c (evaluate_subexp): Implement support for OP_BITSTRING.
952
953 * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
954 check that return type is non-void, and print in proper Chill syntax.
955
956 Mon Jan 23 12:20:34 1995 Rob Savoye <rob@darkstar.cygnus.com>
957
958 * Makefile.in: Remove references to remote-mon.c.
959 * remote-mon.c: remove. Replaced by rom68k-rom.c.
960 * rom68k-rom.c: Support for Rom68k monitor.
961
962 Mon Jan 23 10:50:57 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
963
964 * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
965 gcc/ch/runtime not chillrt, since that is where the chill runtime
966 lives now.
967
968 Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>
969
970 * remote-hms.c (hms_load): Delete.
971 (target_ops): Use hr_load_image.
972
973 * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
974 Define memory_insert/remove_breakpoint.
975 * xm-go32.h: Remove redundant SIGs.
976
977 Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
978
979 * ser-go32.c: Rewritten by nigel@algor.co.uk.
980
981 Fri Jan 20 15:23:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
982
983 * expression.h (OP_LABELED): New operator, for Chill
984 labeled structre tuples.
985 * ch-exp.y (tuple_element, named_record_element, tuple_elements):
986 New non-terminals, to handle labeled structure tuples.
987 (tuple): Re-define using tuple_elements.
988 * eval.c (evaluate_labeled_field_init): New function, to handle
989 initialization of structure fields, possibly using OP_LABELED.
990 (evaluate_subexp): Use it.
991 * expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax
992 for Chill. Handled OP_LABELED.
993 * parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED.
994
995 * eval.c (evaluate_subexp): Handle Chill Powerset tuples.
996 * valarith.c (value_bit_index): Just treat bitstring as represented
997 by an array of bytes. Alignment is handled by compiler.
998
999 Wed Jan 18 19:00:29 1995 Stan Shebs <shebs@andros.cygnus.com>
1000
1001 * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
1002 * sh-tdep.c (gdb_print_insn_sh): Ditto.
1003
1004 Wed Jan 18 11:25:43 1995 Kung Hsu <kung@mexican.cygnus.com>
1005
1006 * remote-os9k.c (rombug_open): Fix a bug in exception handling
1007 command.
1008 * remote-os9k.c (rombug_write_inferior_memory): reset buffer after
1009 write.
1010
1011 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1012
1013 * parse.c (_initialize_parse): Improve wording of names of
1014 msym_*_symbol_type.
1015
1016 Tue Jan 17 14:00:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1017
1018 * config/mips/tm-mips.h (enum mips_fpu_type): New enum.
1019 (mips_fpu): Change type to enum mips_fpu_type.
1020 (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
1021 * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
1022 Don't initialize.
1023 (mips_fpu_string): New static variable.
1024 (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
1025 (mips_pop_frame): Likewise.
1026 (mips_extract_return_value): Likewise.
1027 (mips_store_return_value): Likewise.
1028 (mips_set_fpu_command): New static function.
1029 (mips_show_fpu_command): New static function.
1030 (_initialize_mips_tdep): Change handling of set/show mipsfpu.
1031
1032 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1033
1034 * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
1035
1036 * parse.c (write_exp_msymbol): Use new variables
1037 msym_*_symbol_type as type of msymbol expression.
1038 (_initialize_parse): Initialize them.
1039
1040 Mon Jan 16 18:11:03 1995 Stan Shebs <shebs@andros.cygnus.com>
1041
1042 General cleanup and simplication of disassembler interface.
1043 * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
1044 hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
1045 m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
1046 rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
1047 * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
1048 had been -pinsn.c files.
1049 * Makefile.in (ALLDEPFILES): Remove removed files.
1050 (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
1051 hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
1052 m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
1053 rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
1054 Remove compile actions.
1055 * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
1056 vax-tdep.o: Add compile actions.
1057 * defs.h (tm_print_insn): New global.
1058 * a29k-tdep.c (gdb_print_insn_a29k): New function.
1059 (_initialize_a29k_tdep): Rename from _initialize_29k,
1060 set tm_print_insn.
1061 * alpha-tdep.c (print_insn): Remove.
1062 (_initialize_alpha_tdep): Set tm_print_insn.
1063 * arm-tdep.c (arm_print_insn): New function, was print_insn
1064 in arm-pinsn.c.
1065 * convex-tdep.c (convex_print_insn): New function, was print_insn
1066 in convex-pinsn.c.
1067 * h8300-tdep.c (print_insn): Remove.
1068 (gdb_print_insn_h8300): New function.
1069 (_initialize_h8300_tdep): New function.
1070 * h8500-tdep.c (print_insn): Remove.
1071 (_initialize_h8500_tdep): New function.
1072 * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
1073 * i386-tdep.c (_initialize_i386_tdep): New function.
1074 * i960-tdep.c (mem, next_insn): New functions, were in
1075 i960-pinsn.c.
1076 (_initialize_i960_tdep): Set tm_print_insn.
1077 * m68k-tdep.c (_initialize_m68k_tdep): New function.
1078 * m88k-tdep.c (_initialize_m88k_tdep): New function.
1079 * mips-tdep.c (gdb_print_insn_mips): New function.
1080 (_initialize_mips_tdep): Set tm_print_insn.
1081 * pyr-tdep.c (pyr_print_insn): New function, was print_insn
1082 in pyr-pinsn.c.
1083 * rs6000-tdep.c (_initialize_rs6000_tdep): New function.
1084 * sh-tdep.c (print_insn): Remove.
1085 (gdb_print_insn_sh): New function.
1086 (_initialize_sh_tdep): Set tm_print_insn.
1087 * sparc-tdep.c (_initialize_sparc_tdep): New function.
1088 * w65-tdep.c (print_insn): Remove.
1089 (_initialize_w65_tdep): New function.
1090 * z8k-tdep.c (print_insn): Remove.
1091 (gdb_print_insn_z8k): New function.
1092 (_initialize_z8k_tdep): Set tm_print_insn.
1093 * printcmd.c (print_insn): New function, generic disassembler.
1094 * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
1095
1096 Mon Jan 16 15:43:29 1995 Kung Hsu <kung@mexican.cygnus.com>
1097
1098 * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
1099 and config/a29k/vx29k.mt.
1100 * configure.in: add new configuration a29k-*-vxworks.
1101 * remote-vx29k.c: new file merged from WRS.
1102 * remote-vx.c: merge changes from WRS.
1103 * config/a29k/vx29k.mt: new file for new configuration.
1104 * config/a29k/tm-vx29k.h: new header file for newconfiguration.
1105
1106 Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
1107
1108 * breakpoint.h (disable_breakpoint, enable_breakpoint):
1109 New declarations.
1110 (enum bpdisp): Change name of 'delete' member to 'del'.
1111 (struct bpstat): Changed name to 'bpstats'.
1112 * breakpoint.c (disable_breakpoint, enable_breakpoint,
1113 breakpoint_chain): Made globally visible.
1114 (bpstat_stop_status): Use new name for bpstat.
1115 (break_command_1, watch_command_1, catch_command_1,
1116 breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
1117 instead of 'delete'.
1118 (set_breakpoint_sal): New function.
1119 * defs.h (registers_changed_hook): New declaration.
1120 * infcmd.c (run_stack_dummy): 'delete' is now 'del'.
1121 * inflow.c (new_tty): Treat WIN32 in same way as __GO32__
1122 * main.c (main): Don't scan options when in WIN32 and exit
1123 without entering main loop.
1124 * m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
1125 * symtab.h (struct symbol, struct partial_symbol): Changed name of
1126 member 'class' to 'aclass'.
1127 (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
1128 * top.c (registers_changed_hook): New definition.
1129 * utils.c (quit, notice_quit, initialize_utils): Treate WIN32
1130 in same way as __GO32__.
1131 * value.h (c_typedef_print): Rename 'new' argument.
1132
1133 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
1134 * configure.in: Suppprt for w65,
1135
1136
1137 Sat Jan 14 11:18:11 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1138
1139 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
1140 not stop_pc, to proceed.
1141
1142 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
1143
1144 Fri Jan 13 17:52:57 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1145
1146 * infcmd.c (signal_command): Accept "signal 0"; the change to not
1147 accept it was accidental. "handle 0" and "info signal 0" remain
1148 illegal, though.
1149
1150 Fri Jan 13 15:19:01 1995 Stan Shebs <shebs@andros.cygnus.com>
1151
1152 * Makefile.in (all): Don't make libgdb-files.
1153 (libgdb): New action, makes libgdb-files.
1154
1155 Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com>
1156
1157 * stabsread.c (read_enum_type): When pending enum symbols are
1158 put into the enum type, they must be inserted in "backwards
1159 order, in case we've overflowed a struct pending buffer.
1160
1161 start-sanitize-gdbtk
1162 Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
1163
1164 * gdbtk.c, gdbtk.tcl: Update/add copyright.
1165 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
1166 including dismiss button, and better error handling.
1167 * (create_command_win): Bind button 2 to retrieve selection.
1168 end-sanitize-gdbtk
1169
1170 Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1171
1172 * README: Add note about SPARCworks cc release 3.0 and higher.
1173
1174 Add procfs support for Alpha OSF/1-2.x.
1175 * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
1176 OSF/1 native support.
1177 * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
1178 (MUNCH_DEFINE): Removed.
1179 * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
1180 for procfs support.
1181 * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
1182 release 2.x and higher, else alpha-osf1.mh, as the procfs support
1183 in release 1.x is incomplete.
1184 * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
1185 * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
1186 fill_fpgregset): New routines for procfs support.
1187 * inftarg.c (_initialize_inftarg): Don't add ptrace support
1188 if we have an optional procfs and /proc is accessible.
1189 * procfs.c: Include sys/fault.h and sys/syscall.h before
1190 including sys/procfs.h.
1191 (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
1192 is defined, additionally perform a PIOCSSIG to really terminate
1193 the inferior.
1194 (create_procinfo): Always return a result.
1195 (create_procinfo, do_attach): Don't trace T_IFAULT faults if
1196 PROCFS_DONT_TRACE_IFAULT is defined.
1197 (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
1198 argument to startup_inferior if it is defined.
1199 (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
1200 of tracing exits from exec system calls. Needed for the user level
1201 loader under Alpha OSF/1.
1202 (do_detach): Clear any pending signal if we want to detach from
1203 a process without a signal.
1204 (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
1205 don't issue a PIOCSSIG if pr_cursig already contains the signal we
1206 intend to set.
1207 (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
1208 pending signals are numbered from 1 instead of 0.
1209 (info_proc_mappings): Increase size of output format for addresses
1210 if BFD_HOST_64_BIT is defined.
1211 (procfs_stop): Renamed from child_stop.
1212 (_initialize_procfs): Don't add procfs support if we have an
1213 optional procfs and /proc is not accessible.
1214
1215 start-sanitize-gdbtk
1216 Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
1217
1218 * gdbtk.tcl: Add button to control mixed source disassembly.
1219 Use text widgets in expr window. The give me more control over
1220 layout.
1221 Add auto-updating of exprs in expression window.
1222 Handle expressions out of scope a bit better.
1223 Make selected window pop up to the top when invoked via the
1224 menubar.
1225 Make copyright message have raised relief.
1226
1227 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
1228 during startup.
1229 end-sanitize-gdbtk
1230
1231 Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
1232
1233 * array-rom.c: Add support for most commands.
1234
1235 * monitor.c: Add GDB remote protocol for the hybrid environment on
1236 the Array board.
1237
1238 Wed Jan 11 00:44:01 1995 Jeff Law (law@snake.cs.utah.edu)
1239
1240 * command.c (show_user_1): Use print_command_line to show a user
1241 defined command (including control structures).
1242
1243 * top.c (init_main): Change documentation for user defined
1244 commands to indicate they may accept up to ten arguments.
1245
1246 Tue Jan 10 16:22:41 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1247
1248 * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
1249 `move $s8, $sp' instruction.
1250
1251 Sun Jan 8 12:45:34 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1252
1253 * target.c, target.h (target_signal_from_command): New function.
1254 * infrun.c (handle_command, signals_info), infcmd.c
1255 (signal_command): Use it.
1256 * infrun.c, infcmd.c: Update docstrings for these commands.
1257
1258 * target.h (enum target_signal), target.c (signals), target.c
1259 (target_signal_from_host, target_signal_to_host): Add
1260 TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
1261 * config/tm-lynx.h: Define signal numbers for realtime events.
1262
1263 Sat Jan 7 07:23:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1264
1265 * dbxread.c (process_one_symbol): Handle N_FUN symbols
1266 for Sun acc 3.0 under SunOS4.
1267
1268 Changes to improve handling of runtime common symbols
1269 under SunOS4.
1270 * minsyms.c (get_symbol_leading_char): New routine to determine
1271 the leading symbol character for an objfile.
1272 (prim_record_minimal_symbol_and_info, install_minimal_symbols):
1273 Use it.
1274 * objfiles.h (rt_common_objfile): New global, points to objfile
1275 containing the runtime common minimal symbols.
1276 * objfiles.c (free_objfile): Mark rt_common_objfile as
1277 unallocated before freeing it.
1278 * solib.c (allocate_rt_common_objfile): New routine to allocate
1279 an objfile for the runtime common minimal symbols.
1280 (solib_add_common_symbols): Allocate an objfile for the runtime
1281 common symbols if necessary and put common symbols into it.
1282 Clean up code and comments.
1283 (solib_add, special_symbol_handling): Cleanup comments regarding
1284 runtime common symbols.
1285 * stabsread.c (scan_file_globals_1): New routine, contains
1286 old scan_file_globals code. Checks if there are any unresolved
1287 global symbols before starting the expensive minimal symbol table
1288 search.
1289 (scan_file_globals): Now calls scan_file_globals_1 for the passed
1290 objfile and eventually for the runtime common objfile. Complains
1291 about any unresolved global symbols and removes them from the
1292 global symbol chain to avoid dangling pointers into the symbol
1293 table if the symbol table is reread.
1294
1295 Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
1296
1297 * Makefile.in (install_only uninstall): Indent for clarity.
1298
1299 * core.c (dis_asm_read_memory): Add call to
1300 dis_asm_read_memory_hook to provide alternate way for disassembler
1301 to read memory.
1302
1303 * defs.h: Protect from multiple inclusion. Add decl for
1304 dis_asm_read_memory_hook.
1305
1306 * top.c: Make window startup be the default.
1307 * Add dis_asm_read_memory_hook.
1308
1309 start-sanitize-gdbtk
1310 * gdbtk.c (finish_saving_output): Don't do anything if not saving
1311 output.
1312 * (breakpoint_notify): Don't send null filename to tcl.
1313 * (gdb_eval): New tcl command to eval an expression.
1314 * (gdb_disassemble): New tcl command to do disassembly. This
1315 allows tcl code to choose between exec file and target memeory,
1316 and can also do mixed source and assembly.
1317 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
1318 that more of the environment is set up. Also, create link between
1319 gdb and tcl vars disassemble{-_}from{-_}exec.
1320
1321 * gdbtk.tcl: New expression window support.
1322 * Make assembly window be 80 columns wide.
1323 * Use new disassembly method. Add menu items to select
1324 disassembly from exec file or target.
1325 * Change View menubar item to Options.
1326
1327 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
1328 since they don't exist yet.
1329
1330 * Pop up a copyright window on startup.
1331 end-sanitize-gdbtk
1332
1333 Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)
1334
1335 * stabsread.c (define_symbol): Handle `a' symbol type used for
1336 reference parameter passed in a register.
1337
1338 start-sanitize-gdbtk
1339 Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
1340
1341 * gdbtk.tcl (build_framework): Add standard commands menu, more
1342 windows to standard windows menu.
1343 (not_implemented_yet): Clarify message.
1344 end-sanitize-gdbtk
1345
1346 Wed Jan 4 12:27:29 1995 Kung Hsu <kung@mexican.cygnus.com>
1347
1348 * defs.h: move include tm.h up, so that the type LONGEST can
1349 also based on the target requirement to determine. In this case
1350 target mips64.
1351
1352 * remote-os9k.c (rombug_open): catch exception e in rombug.
1353 * remote-os9k.c (rombug_wait): print message before register display
1354 from rombug.
1355
1356 Wed Jan 4 09:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1357
1358 * top.c (locate_arg): Call strchr not index.
1359
1360 Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
1361
1362 * ch-exp.y (literal): Recognize NULL.
1363 (tuple): Parse simple unlabelled tuples.
1364 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
1365 evaluate brace-initializer-expressions depending on context.
1366 (evaluate_subexp case UNOP_CAST): Pass the target type as
1367 expected type when evaluating the expression.
1368
1369 * ch-typeprint.c (chill_type_print_base): Get names of PTR and
1370 BOOL from TYPE_NAME.
1371 * ch-valprint.c (chill_print_type_scalar): New function, to handle
1372 TYPE_CODE_RANGE better than print_type_scalar does.
1373 (chill_val_print_array_elements): Use above new function.
1374
1375 Mon Jan 2 15:02:51 1995 Stan Shebs <shebs@andros.cygnus.com>
1376
1377 * remote-udi.c (udi_load): Tell symbol_file_add that the
1378 program being loaded is the main program.
1379
1380 For older changes see ChangeLog-94
1381 \f
1382 Local Variables:
1383 mode: indented-text
1384 left-margin: 8
1385 fill-column: 74
1386 version-control: never
1387 End:
This page took 0.070685 seconds and 5 git commands to generate.