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