4474faa2783f59551cb3ce224afe5890504f8f0b
[binutils-gdb.git] / gdb / ChangeLog
1 Tue Oct 29 16:56:01 1996 Geoffrey Noer <noer@cygnus.com>
2
3 * config/i386/xm-cygwin32.h:
4 * config/powerpc/xm-cygwin32.h:
5 add #define LSEEK_NOT_LINEAR so source lines aren't unexpectedly
6 truncated
7
8 Tue Oct 29 18:36:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9
10 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
11 Define.
12
13 Tue Oct 29 14:59:20 1996 Stan Shebs <shebs@andros.cygnus.com>
14
15 * TODO: Add item suggesting an "info bfd" command.
16
17 start-sanitize-d10v
18 Tue Oct 29 12:48:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
19
20 * d10v-tdep.c: Snapshot that supports D10V-EVA board.
21
22 * config/d10v/tm-d10v.h (REGISTER_NAMES): Add imap0,imap1,dmap.
23 (TARGET_READ_FP,TARGET_WRITE_FP): Define.
24
25 end-sanitize-d10v
26 Mon Oct 28 17:34:24 1996 Stu Grossman (grossman@critters.cygnus.com)
27
28 * mswin/genmakes mswin/recordit: New scripts to generate make
29 files for MSVC.
30
31 Sun Oct 27 20:18:04 1996 Mark Alexander <marka@cygnus.com>
32
33 * config/mips/{tm-vr5000.h,tm-vr5000el.h,vr5000.mt,vr5000el.mt}:
34 New files.
35 * configure.tgt: Modify cases for vr5000 to use new files.
36
37 Sat Oct 26 07:15:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
38
39 * config/alpha/alpha-osf3.mh (XM_CLIBS): Add -lm for OSF/1-4.0.
40
41 * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing
42 the entry to the exit system call to detect termination of the
43 inferior stopped working. Trace termination of the inferior via
44 PRFS_STOPTERM instead.
45 (procfs_init_inferior): Do not trace entry to exit system call
46 if PIOCSSPCACT is defined.
47 (procfs_wait): Handle PR_DEAD event, which signals the termination
48 of the inferior if PRFS_STOPTERM is set.
49
50 * mdebugread.c (parse_partial_symbols): Ignore stNil section
51 start address symbols.
52
53 * sparc-tdep.c (get_saved_register): Get saved PC from the
54 frame info if not in innermost frame.
55
56 Thu Oct 24 10:51:45 1996 Mark Alexander <marka@cygnus.com>
57
58 * dbxread.c (process_one_symbol): Interpret end-of-function
59 markers correctly; this fixes problem on Vr5000 where all
60 functions in a module had the same address.
61 * configure.in, configure.tgt, configure.host, gdbserver/configure.in:
62 Correct for pc-linux-gnu problem in config.guess.
63 * configure: Regenerate.
64
65 Thu Oct 24 10:06:58 1996 Stu Grossman (grossman@critters.cygnus.com)
66
67 * dbxread.c: Don't swap symbols in place, since internal and
68 external forms may have different sizes. Don't assume that an
69 internal_nlist has the same layout as an external_nlist. Create
70 symbol for n_strx element so to hide specifics of nlist from
71 partial-stab.h.
72 * partial-stab.h: Don't reference dbxread symbols directly. Use
73 CUR_SYMBOL_STRX instead.
74 * config/i386/xm-windows.h: Define SIGQUIT and SIGTRAP.
75
76 start-sanitize-v850
77 * config/v850/tm-v850.h: Define PS_REGNUM and TARGET_V850 for
78 MSVC builds.
79 * mswin/gdbwin.c (reg_order): Define register order for V850.
80 * mswin/gui.cpp (CGuiApp::InitInstance): Define target name for
81 V850.
82 * mswin/regdoc.h: Define MAXREGS for V850.
83 end-sanitize-v850
84 start-sanitize-v850
85 Tue Oct 22 16:28:20 1996 Stu Grossman (grossman@critters.cygnus.com)
86
87 * v850-tdep.c (scan_prologue): Changes to deal with scheduled
88 prologues correctly. First, prologue end is now defined by
89 presence of a branch, jump or call insn. Second, can no longer
90 fix frame offsets because we may not know the offset until after a
91 register has been saved.
92 * (v850_init_extra_frame_info): Fixup frame offsets here because
93 we have all the info at this time.
94 * (v850_frame_chain): Use new calling convention for scan_prologue.
95
96 end-sanitize-v850
97 start-sanitize-d10v
98 Tue Oct 22 10:25:29 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
99
100 * d10v-tdep.c, config/d10v/tm-d10v.h: Changes to allow stack
101 backtraces and inferior function calls.
102
103 end-sanitize-d10v
104 Tue Oct 22 10:32:46 1996 Stan Shebs <shebs@andros.cygnus.com>
105
106 * mpw-make.sed: Update init.c editing to work with Oct 8 change.
107 (@HLDFLAGS@): Always edit out.
108
109 Mon Oct 21 18:17:08 1996 Mark Alexander <marka@cygnus.com>
110
111 * mdebugread.c (parse_partial_symbols): Fix 64-bit
112 sign-extension problems in calculating psymtab addresses.
113 * buildsym.c (end_symtab): Use macro to pop context.
114
115 start-sanitize-v850
116 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
117
118 * v850-tdep.c: Cleanup lots of things. Add many comments.
119
120 * v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix
121 sign bugs with scanning prologues. Get a little smarter about
122 calculating the length of uninteresting instructions.
123
124 end-sanitize-v850
125 Mon Oct 21 14:01:38 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
126
127 * top.c: Add new commands "set annotate" and "show annotate".
128
129 Sun Oct 20 04:38:39 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
130
131 * corelow.c (core_close): Clear inferior_pid only if there is
132 an open core_bfd.
133
134 * cp-valprint.c (cp_print_value_fields): Pass correct address
135 to val_print, not 0.
136
137 From Andreas Schwab (schwab@issan.informatik.uni-dortmund.de):
138 * eval.c (evaluate_subexp_standard) [case BINOP_REPEAT]: Chase
139 typedefs before checking for integral type of right operand.
140
141 Fri Oct 18 17:26:22 1996 Mark Alexander <marka@cygnus.com>
142
143 * mdebugread.c (parse_symbol): Fix crash when malloc has
144 no type info and void type has no associated pointer type.
145
146 Thu Oct 17 18:18:20 1996 Stan Shebs <shebs@andros.cygnus.com>
147
148 * configure.host: New file, host configuration mapping.
149 * configure.tgt: New file, target configuration mapping.
150 * configure.in: Remove host and target mapping.
151 * configure: Rebuild.
152
153 Wed Oct 16 17:46:03 1996 Stan Shebs <shebs@andros.cygnus.com>
154
155 * breakpoint.c (must_shift_inst_regs): New global.
156 (bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into
157 equivalent expression uses.
158 * infrun.c (wait_for_inferior): Ditto.
159
160 start-sanitize-v850
161 Wed Oct 16 01:53:43 1996 Stu Grossman (grossman@critters.cygnus.com)
162
163 * v850-tdep.c (v850_push_arguments): Use symbolic names for arg
164 registers.
165 * config/v850/tm-v850.h: Change FP to 29. Define arg regs.
166
167 end-sanitize-v850
168 Tue Oct 15 16:30:07 1996 Stu Grossman (grossman@critters.cygnus.com)
169
170 * Makefile.in (init.c): Don't use -s option with grep. It means
171 something different under Digital Unix.
172
173 * buildsym.c (finish_block): Treat LOC_BASEREG_ARG and
174 LOC_LOCAL_ARG as arguments so that GDB will know about function
175 args declared this way. Mostly affects dwarf.
176 * dwarfread.c (decode_die_type): Change default type from int to
177 void. This allows GDB to recognize void functions.
178 * (new_symbol): If AT_PROTOTYPED is present, set a flag in the
179 type structure.
180 * findvar.c (extract_floating store_floating): Clean up comments
181 to reflect reality.
182 * gdbtypes.h: Add TYPE_FLAG_PROTOTYPED so that we can tell if a
183 function has a prototype. Currently, only dwarf supports this.
184 * utils.c (floatformat_from_doublest): Fix logic error with
185 converting from double to float. (It wasn't shifting mant_long if
186 it had a hidden bit.)
187
188 start-sanitize-v850
189 * v850-tdep.c: Add support for function calling. Fix some
190 problems with debugging code w/o debug symbols.
191 * config/v850/tm-v850.h: Ditto.
192
193 end-sanitize-v850
194 Tue Oct 15 18:19:42 1996 Ian Lance Taylor <ian@cygnus.com>
195
196 * utils.c: Always ensure that size_t is defined. Check
197 HAVE_STDDEF_H rather than __STDC__
198 (xmalloc, xrealloc): Use size_t rather than long.
199
200 Tue Oct 15 14:24:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
201
202 * config/powerpc/tm-ppc-eabi.h: Undefine NO_SINGLE_STEP so targets
203 can use single-step commands.
204
205 Sun Oct 13 11:38:25 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
206
207 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR is non-zero,
208 follow typedefs before checking TYPE_CODE for structures and unions.
209
210 Fri Oct 11 15:43:54 1996 Stu Grossman (grossman@critters.cygnus.com)
211
212 * frame.h: Move definition of struct frame_saved_regs to before
213 struct frame to make it possible to use frame_saved_regs in
214 EXTRA_FRAME_INFO macro.
215
216 start-sanitize-v850
217 * v850-tdep.c config/v850/tm-v850.h: Lotsa new functions and
218 macros to make frame operations (such as backtrace) work.
219
220 end-sanitize-v850
221 Fri Oct 11 14:23:50 1996 Fred Fish <fnf@cygnus.com>
222
223 * dbxread.c (process_one_symbol): Check for null string directly
224 rather than using strcmp against "".
225 * partial-stab.h: Ditto.
226
227 Fri Oct 11 12:18:32 1996 Mark Alexander <marka@cygnus.com>
228
229 * gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
230 Make it compile on Linux and eliminate some warnings.
231
232 Thu Oct 10 16:32:08 1996 Stu Grossman (grossman@critters.cygnus.com)
233
234 * Makefile.in (init.c): Fixup final sed script to work around
235 Linux bug with `p' operator.
236
237 Wed Oct 9 18:02:48 1996 Stan Shebs <shebs@andros.cygnus.com>
238
239 * remote-mips.c: Use the correct name everywhere (DDB) for NEC's
240 VR4300 target.
241 (ddb_ops, pmon_ops): Fix the documentation strings.
242
243 Wed Oct 9 07:42:44 1996 Stu Grossman (grossman@critters.cygnus.com)
244
245 * Makefile.in (init.c): Retro HPUX grep lacks -h option. Strip
246 filenames with sed instead.
247
248 Tue Oct 8 15:59:44 1996 Stu Grossman (grossman@critters.cygnus.com)
249
250 * defs.h: Remove decls of xmalloc and xrealloc. There is a
251 conflicting definition in libiberty.h.
252
253 Tue Oct 8 11:47:13 1996 Fred Fish <fnf@cygnus.com>
254
255 * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather
256 than poking global variable (which is now static).
257 * hpread.c (hpread_build_psymtabs): Ditto.
258 * os9kread.c (os9k_symfile_read): Ditto.
259 * xcoffread.c (xcoff_initial_scan): Ditto.
260
261 * buildsym.h (free_pending_blocks): Declare here.
262 (pending_blocks): Remove declaration of global symbol.
263 (free_pendings): Remove declaration of global symbol.
264 (make_blockvector): Declare here.
265 (record_pending_block): Declare here.
266
267 * dstread.c (make_blockvector): Remove static copy that was old
268 clone of version in buildsym.c.
269 (process_dst_block): Call record_pending_block rather than doing
270 it by hand.
271 (read_dst_symtab): Ditto.
272
273 * buildsym.c (make_blockvector): Make global rather than static,
274 (record_pending_block): New function, code moved from finish_block.
275 (finish_block): Use record_pending_block.
276 (free_pending_blocks): New function.
277 (really_free_pendings): Call free_pending_blocks.
278 (pending_blocks): Make static instead of global.
279 (free_pendings): Make static instead of global.
280
281 Tue Oct 8 09:03:22 1996 Stu Grossman (grossman@critters.cygnus.com)
282
283 * config/i386/windows.mh config/i386/xm-windows.h:: New config
284 files to support building Wingdb (built under Microsoft build
285 environment).
286
287 * Makefile.in: Add rule for hpux-thread.o (needs special header
288 files).
289 * (SUBDIRS): Remove mswin.
290 * Change procedure for creating init.c. Speeds things up quite a
291 bit.
292 * config.in configure configure.in: Check for select, poll.
293 * Check for OSF header files before including hpux-thread.o.
294 * Don't configure doc or testsuite when building under MSVC.
295 * findvar.c value.h (read_register_pid write_register_pid): Make
296 global. Needed for hppa-tdep.c.
297 * (supply_register): Don't set pid to inferior_pid when supplying
298 registers.
299 * hppa-tdep.c (saved_pc_after_call): frame_saved_pc ->
300 FRAME_SAVED_PC.
301 * (frame_saved_pc): Change name to hppa_frame_saved_pc.
302 * (hppa_pop_frame): Don't use a pid of 0 with target_write_pc.
303 Use write_pc instead, which uses the correct pid.
304 * (target_read_pc target_write_pc): Use read/write_register_pid
305 instead of read/write_register to preserve the pid passed in.
306 * inftarg.c (child_can_run): Add flag child_suppress_run to allow
307 hpux-threads.c to override this as a runnable target.
308 * config/pa/nm-hppah.h: Define target_new_objfile and
309 target_pid_to_str.
310 * config/pa/tm-hppa.h (FRAME_SAVED_PC): Use hppa_frame_saved_pc
311 instead of frame_saved_pc.
312 * config/m68k/tm-m68k.h: Define TARGET_M68K for Wingdb.
313 * config/m68k/tm-monitor.h: Use FRAME_CHAIN_VALID_ALTERNATE, since
314 we can't easily determine the start file bounds with ELF.
315 * config/mips/tm-mips.h: Define TARGET_MIPS for Wingdb.
316 * hpux-thread.c: New file for HPUX/OSF thread support.
317 * osf-share/{README AT386/cma_thread_io.h HP800/cma_thread_io.h
318 RIOS/cma_thread_io.h cma_attr.h cma_deb_core.h cma_debug_client.h
319 cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h
320 cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h
321 cma_stack_int.h cma_tcb_defs.h cma_util.h}: New files for OSF
322 thread support.
323
324 Sun Oct 6 15:48:09 1996 Fred Fish <fnf@cygnus.com>
325
326 * buildsym.c (finish_block): Change innerblock_anon_complaint to
327 print the addresses as part of the complaint. Add a complaint for
328 cases where the block end address is smaller than the block start
329 address, in case any such conditions slip through our fixup mechanism.
330 * symmisc.c (dump_symtab): Only print blockvector for primary
331 symtabs, to avoid massive duplication of output due to secondary
332 symtabs that point to same blockvector. Also do some minor
333 formatting tweaks.
334
335 Mon Oct 7 10:42:32 1996 Per Bothner <bothner@deneb.cygnus.com>
336
337 Replace header_files global by per-objfile field.
338 * gdb-stabs.h (struct dbx_symfile_info): Add fields header_files,
339 n_header_files, n_allocated_header_files.
340 * stabsread.h (header_files, n_header_files, n_allocated_header_files):
341 Replace externs by macros HEADER_FILES, N_HEADER_FILES, and
342 N_ALLOCATED_HEADER_FILES.
343 * dbxread.c (dbx_symfile_finish): Free HEADER_FILES.
344 (free_header_files, init_header-files): Don't free/init headerfiles.
345 (various functions): Use macros instead of header_files globals.
346 * stabsread.c (various functions): Likewise.
347
348 Sun Oct 6 22:43:06 1996 Jason Merrill <jason@yorick.cygnus.com>
349
350 * dwarf2read.c (read_tag_reference_type): New fn.
351 (read_type_die): Call it.
352 (dwarf_attr): Also look in the DIEs referred to by specification
353 or abstract_origin attributes.
354
355 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
356
357 * inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and
358 SIGTRAMP_END.
359 * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END):
360 Define with dummy pc arg.
361 * config/m68k/tm-nbsd.h: Ditto.
362 * doc/gdbint.texinfo: Document that SIGTRAMP_START and
363 SIGTRAMP_END are macros that take an single argument.
364
365 Mon Sep 30 20:02:45 1996 Fred Fish <fnf@cygnus.com>
366
367 * defs.h: Remove define of PRIVATE_XMALLOC.
368
369 start-sanitize-v850
370 Mon Sep 30 15:39:28 1996 Stu Grossman (grossman@critters.cygnus.com)
371
372 * config/v850/tm-v850.h: Use distinct register for PC, not EIPC.
373
374 end-sanitize-v850
375 Mon Sep 30 11:16:34 1996 Jeffrey A Law (law@cygnus.com)
376
377 * top.c (execute_control_command): Free values from while_control
378 and if_control conditions after evaluation to avoid storage leaks.
379 From Peter Schauer.
380
381 start-sanitize-v850
382 Fri Sep 27 17:43:06 1996 Stu Grossman (grossman@critters.cygnus.com)
383
384 * configure configure.in: Recognize v850 target.
385 * v850-tdep.c: New file, NEC V850 target support.
386 * config/v850/{v850.mt tm-v850.h}: New files for NEC V850 support.
387
388 end-sanitize-v850
389 Fri Sep 27 14:48:15 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
390
391 * infrun.c (wait_for_inferior): Update current_line and
392 current_symtab when stepping continues in the middle of a new line.
393
394 Fri Sep 27 10:25:30 1996 Fred Fish <fnf@cygnus.com>
395
396 * top.c (print_gdb_version): Rewrote to comply with new GNU coding
397 standards for the --version option.
398 (print_gnu_advertisement): Remove, now part of print_gdb_version.
399 (show_version): Remove call to print_gnu_advertisement.
400 * top.h (print_gnu_advertisement): Remove prototype.
401 * main.c (print_gdb_help): Move help to static function and
402 add prototype.
403 (main): Call print_gdb_help rather than inlining it.
404 (main): Remove call to print_gnu_advertisement.
405 start-sanitize-gdbtk
406 * gdbtk.tcl (create_copyright_window): Increase timeout from
407 15 seconds to 30 seconds.
408 end-sanitize-gdbtk
409
410 start-sanitize-d10v
411 Fri Sep 27 13:32:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
412
413 * config/d10v/tm-d10v.h (TARGET_{INT,PTR}_BIT): Define.
414 (TARGET_{,LONG_}DOUBLE_BIT): Ditto.
415
416 end-sanitize-d10v
417 Thu Sep 26 23:10:26 1996 Mark Alexander <marka@cygnus.com>
418
419 * configure.in, config/i386/tm-linux.h: Fix configure
420 problem on older Linux systems that prevented core files
421 from being recognized.
422
423 Wed Sep 25 18:31:33 1996 Stan Shebs <shebs@andros.cygnus.com>
424
425 * dbug-rom.c: New file, support for Motorola's dBUG monitor.
426 * config/m68k/monitor.mt (TDEPFILES): Add it.
427 * NEWS: Mention it.
428
429 start-sanitize-d10v
430 Mon Sep 23 16:13:50 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
431
432 * config/d10v/tm-d10v.h (SAVED_PC_AFTER_CALL): Fixed.
433 Now single-steps correctly.
434 * d10v-tdep.c (d10v_pop_frame): Fixed.
435
436 end-sanitize-d10v
437 Fri Sep 20 16:10:58 1996 Stan Shebs <shebs@andros.cygnus.com>
438
439 * config/sh/tm-sh.h (REGISTER_NAMES): Move fp registers to
440 be consistent with GCC.
441 (FPUL_REGNUM, etc): Renumber to match list changes.
442 (ADDR_BITS_REMOVE): Delete.
443 * sh-tdep.c (sh_reg_names, sh3_reg_names, sh3e_reg_names):
444 Rearrange to match REGISTER_NAMES.
445 * sh3-rom.c (sh3_regnames, sh3e_regnames): Ditto.
446
447 start-sanitize-d10v
448 Thu Sep 19 16:19:01 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
449
450 * d10v-tdep.c: Stack chain should work now.
451
452 Tue Sep 17 18:46:57 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
453
454 * d10v-tdep.c, config/d10v/tm-d10v.h: Snapshot.
455
456 end-sanitize-d10v
457 Tue Sep 17 12:20:50 1996 Ian Lance Taylor <ian@cygnus.com>
458
459 * configure.in: Add cases for MIPS 5000 like MIPS 4300.
460 * configure: Rebuild.
461
462 Tue Sep 17 12:09:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
463
464 * ser-e7kpc.c: Added wingdb support for target e7000pc.
465
466 Tue Sep 17 10:56:52 1996 James G. Smith <jsmith@cygnus.co.uk>
467
468 * remote-mips.c (pmon_wait): DDB PMON does not require forced
469 re-entry back into debug mode.
470
471 Mon Sep 16 14:32:58 1996 James G. Smith <jsmith@cygnus.co.uk>
472
473 * remote-mips.c (mips_load): Ensure that the PC is explicitly
474 loaded after a load to a DDB PMON system.
475
476 Fri Sep 13 12:02:39 1996 Fred Fish <fnf@cygnus.com>
477
478 * Makefile.in (INTERNAL_LDFLAGS): Add @HLDFLAGS@ to list.
479 (HLDENV): Set to @HLDENV@.
480 (gdb): Prefix link command line with $(HLDENV).
481 * configure.in: Add support to test for --enable-shared and
482 generate appropriate values for HLDFLAGS and HLDENV.
483 * configure: Regenerated with autoconf.
484
485 Sun Sep 8 15:26:27 1996 Fred Fish <fnf@cygnus.com>
486
487 * alpha-nat.c (fetch_core_registers): Match Sep 4 gdbcore.h prototype
488 change for core_read_registers in struct core_fns.
489 * core-regset.c (fetch_core_registers): Ditto & add prototype.
490 * core-sol2.c (fetch_core_registers): Ditto & add prototype.
491 * i386aix-nat.c (fetch_core_registers): Ditto & add prototype.
492 * i386b-nat.c (fetch_core_registers): Ditto.
493 * i386mach-nat.c (fetch_core_registers): Ditto & add prototype.
494 * irix4-nat.c (fetch_core_registers): Ditto.
495 * irix5-nat.c (fetch_core_registers): Ditto.
496 * lynx-nat.c (fetch_core_registers): Ditto & add prototype.
497 * m68knbsd-nat.c (fetch_core_registers): Ditto.
498 * mips-nat.c (fetch_core_registers): Ditto & add prototype.
499 * rs6000-nat.c (fetch_core_registers): Ditto.
500 * sparc-nat.c (fetch_core_registers): Ditto.
501 * sun3-nat.c (fetch_core_registers): Ditto & add prototype.
502 * ultra3-nat.c (fetch_core_registers): Ditto & add prototype.
503
504 * alpha-nat.c (register_addr): Match Sep 4 gdbcore.h prototype change.
505 * delta68-nat.c (register_addr): Ditto.
506 * gdbserver/low-linux.c (register_addr): Ditto.
507 * gdbserver/low-hppabsd.c (register_addr): Ditto.
508 * i386m3-nat.c (register_addr): Ditto.
509 * mips-nat.c (register_addr): Ditto.
510 * ultra3-nat.c (register_addr): Ditto.
511
512 Sun Sep 8 15:14:00 1996 Stu Grossman (grossman@critters.cygnus.com)
513
514 * blockframe.c (inside_main_func): Cleanup slightly. Move
515 mainsym def into the block it's used in.
516 * configure.in configure: Allow NATDEPFILES to be recognized in
517 .mh files regardless of whitespace.
518
519 * cpu32bug-rom.c (cpu32bug_cmds): Change load_response string to
520 keep downloads from hanging.
521
522 * remote-wiggler.c: Add support for flash upgrades.
523 * (wiggler_error): Fix message format. Add new error code.
524 * (wiggler_write_byets): Error code is hex. Report errors with
525 proper routine name.
526 * (wiggler_read_byets): Report errors with proper routine name.
527 * (get_packet): Add support for new flash commands.
528 * (wiggler_load): Call clear_symtab_users() to reset things
529 properly after download.
530 * (flash_xfer_memory bdm_update_flash_command): New funxtions to
531 support flash upgrades for Wiggler.
532 * (_initialize_remote_wiggler): Add `bdm update-flash' command.
533
534 Fri Sep 6 13:14:13 1996 Geoffrey Noer <noer@cygnus.com>
535
536 * ser-tcp.c: don't include netinet/tcp.h if __CYGWIN32__
537
538 Thu Sep 5 17:05:13 1996 Geoffrey Noer <noer@cygnus.com>
539
540 * config/i386/cygwin32.mh:
541 * config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
542
543 Thu Sep 5 12:09:13 1996 Per Bothner <bothner@deneb.cygnus.com>
544
545 * value.h (COERCE_REF): Fix previous change.
546 (COERCE_ENUM): Add a check_typedef (this is the real fix).
547
548 Thu Sep 5 03:28:30 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
549
550 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY: make a
551 better check of array boundaries.
552
553 Thu Sep 5 01:29:42 1996 Stu Grossman (grossman@critters.cygnus.com)
554
555 * configure: Update aclocal.m4 and re-run autoconf to get correct
556 defs for BFD stuff.
557 * remote-wiggler.c (wiggler_error): Error codes are hex. Also,
558 fix default message generation.
559
560 Wed Sep 4 17:28:40 1996 Stu Grossman (grossman@critters.cygnus.com)
561
562 * Makefile.in: Add mswin to SUBDIRS. Add rules for
563 mswin/libwingdb.a and remote-wiggler.o.
564 * breakpoint.c (breakpoint_here_p): Clean up bp enabled test.
565 * (breakpoint_inserted_here_p): New func, just like
566 breakpoint_here_p, except it's honest. Honestly.
567 * breakpoint.h: Proto for above.
568 start-sanitize-gdbtk
569 * configure configure.in: Add host *windows* to list of hosts
570 that don't support GDBtk.
571 end-sanitize-gdbtk
572 * configure configure.in: Add mswin to configdirs if host is
573 i[3456]86-*-windows.
574 * core-aout.c (fetch_core_registers register_addr) gdbcore.h:
575 Change all vars that can contain addresses to type CORE_ADDR.
576 * findvar.c (supply_register): Allow val to be NULL. This means
577 that regno is unsupported.
578 * (read_pc read_pc_pid write_pc write_pc_pid): Make non-pid forms
579 just call pid forms with inferior_pid so that there's only once
580 place to hack PC's and such.
581 * infrun.c (proceed): Don't skip breakpoints if user changed PC.
582 * remote-wiggler.c: New file. Support for BDM interface from
583 Macraigor Systems.
584 * serial.c: Enhance serial logging capability. Add hex and octal
585 output modes (set remotelogbase {hex|octal|ascii}. Also log
586 breaks, timeouts, errors, and eofs.
587 * serial.h: Redefine SERIAL_SEND_BREAK to go through a wrapper
588 function so that we can log breaks. Don't export serial_logfile
589 or serial_logfp.
590 * top.c (execute_command): Don't test for serial_logfp here.
591 Just call serial_log_comand, and let serial.c sort it out.
592 * valops.c (value_of_variable): Don't attempt to establish frames
593 for static and global variables. This makes things work a bit
594 better if the stack or frame pointer is trashed.
595 * config/m68k/monitor.mt (TDEPFILES): Add remote-wiggler.o.
596 * config/m68k/tm-m68k.h: Define STACK_ALIGN. CPU32 can't hack
597 misaligned stacks during function calls.
598
599 Wed Sep 4 13:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
600
601 * terminal.h: Don't use #elif.
602
603 Wed Sep 4 06:49:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
604
605 * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
606 if we have a type.
607
608 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
609 check number of args against bounds of array to avoid
610 memory corruption.
611
612 * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
613 a TYPE_CODE_TYPEDEF.
614
615 Fri Aug 30 15:07:14 1996 James G. Smith <jsmith@cygnus.co.uk>
616
617 * remote-mips.c: Provide support for DDBVR4300 target board.
618 (ddb_open, ddb_ops): Added.
619 (mips_monitor_type): MON_DDB Added.
620 (mips_enter_debug, mips_exit_debug, mips_initialize,
621 mips_fetch_registers, common_breakpoint, mips_load,
622 _initialize_remote_mips): Updated.
623
624 Thu Aug 29 17:00:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
625
626 * nlm/configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
627 * nlm/configure: Regenerate.
628
629 * gdbserver/configure.in (i[345]86-*-*): Recognize i686 for
630 pentium pro.
631
632 Wed Aug 28 13:11:15 1996 Ian Lance Taylor <ian@cygnus.com>
633
634 * configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
635 CY_AC_LOAD_TCLCONFIG.
636 * configure: Rebuild.
637
638 Tue Aug 27 12:40:40 1996 Fred Fish <fnf@cygnus.com>
639
640 * infrun.c (wait_for_inferior): Initialize stop_func_end before calling
641 find_pc_partial_function.
642
643 Tue Aug 27 10:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
644
645 * configure: Regenerate again.
646
647 Tue Aug 27 04:25:08 1996 Geoffrey Noer <noer@cygnus.com>
648
649 * configure.in: work around host_alias configure bug.
650 AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
651 and second by AC_CANONICAL_SYSTEM). The second clobbers the
652 previous setting. Circumventing by moving the second check
653 to before the first.
654 * configure: regenerated
655
656 start-sanitize-d10v
657 Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
658
659 * config/d10v/d10v.mt: New file.
660 * config/d10v/tm-d10v.h: New file.
661 * configure.in: New target D10V.
662 * d10v-tdep.c: New file.
663
664 end-sanitize-d10v
665 Sun Aug 25 00:09:47 1996 Fred Fish <fnf@rtl.cygnus.com>
666
667 * rs6000-tdep.c: Fix typo in comment.
668 * valops.c (call_function_by_hand): Set using_gcc to 2
669 for code compiled without -g, per comment in code.
670 * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
671 * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
672 * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
673 * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
674 * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
675 * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
676 (STACK_ALIGN): Add comment, move to be with other associated
677 macros, and document.
678 * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
679 (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
680 * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
681 * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
682 handled by PUSH_ARGUMENTS.
683 (PUSH_ARGUMENTS): Enclose args in ()'s.
684
685 Fri Aug 23 13:55:05 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
686
687 * infrun.c (wait_for_inferior): Try to reenable shared library
688 breakpoints even if auto_solib_load is not set.
689
690 Fri Aug 23 00:44:57 1996 Fred Fish <fnf@cygnus.com>
691
692 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
693 gracefully degrade to using command line interface if none is
694 found.
695
696 Wed Aug 21 16:31:27 1996 Fred Fish <fnf@cygnus.com>
697
698 * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
699 PRINTF_HAS_LONG_LONG.
700 * expprint.c (dump_expression): Ditto.
701 * configure.in: Fix check for long long support in compiler to
702 use a function body, not a nested function.
703 * configure: Rebuild with autoconf.
704
705 Tue Aug 20 17:59:42 1996 Ian Lance Taylor <ian@cygnus.com>
706
707 * aclocal.m4: Include ../bfd/aclocal.m4.
708 * configure.in: Add stdlib.h to AC_CHECK_HEADERS. Call
709 BFD_NEED_DECLARATION on malloc, realloc, and free.
710 * acconfig.h: Add NEED_DECLARATION_MALLOC,
711 NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
712 * configure, config.in: Rebuild.
713 * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
714 rather than __STDC__. Only declare malloc, realloc, and free if
715 NEED_DECLARATION_* is defined.
716
717 Tue Aug 20 15:37:03 1996 Fred Fish <fnf@cygnus.com>
718
719 * solib.c (_initialize_solib): Add missing '\' chars at ends of
720 strings that continue on next line.
721 (enable_break): Replace "return 0" with setting success to zero
722 and letting normal return handle the return.
723
724 Sat Aug 17 14:16:23 1996 Fred Fish <fnf@cygnus.com>
725
726 * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
727 are properly aligned.
728
729 Fri Aug 16 17:54:26 1996 Stan Shebs <shebs@andros.cygnus.com>
730
731 * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
732 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
733 to function, declare function correctly.
734
735 Fri Aug 16 17:24:35 1996 Dawn Perchik <dawn@critters.cygnus.com>
736
737 * symtab.h: changed namespace to _namespace for compiling under
738 MFC v4.0.
739
740 Fri Aug 16 13:52:21 1996 Stan Shebs <shebs@andros.cygnus.com>
741
742 * mpw-make.sed: Update for various recent changes, add some
743 comments.
744 start-sanitize-gm
745 * mpw-config.in: Fix name of Magic Cap-specific file.
746 end-sanitize-gm
747
748 Fri Aug 16 15:47:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
749
750 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Cast args to be an
751 integer for type correctness.
752
753 Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>
754
755 * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
756 simulator is included.
757
758 Thu Aug 15 13:44:13 1996 Fred Fish <fnf@cygnus.com>
759
760 * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
761 is not defined.
762 (read_register_pid): Only needed when TARGET_READ_PC is not
763 defined.
764 * hppa-tdep.c (frame_saved_pc): Remove prototype.
765 * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
766 not defined.
767 * config/xm-aix4.h (aix_resizewindow): Convert old style decl
768 to prototype.
769 * xcoffsolib.c (command.h): Include for needed prototypes.
770
771 Wed Aug 14 17:54:19 1996 Stu Grossman (grossman@critters.cygnus.com)
772
773 * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
774 native work.
775
776 Wed Aug 14 02:03:42 1996 Fred Fish <fnf@cygnus.com>
777
778 From Blair MacIntyre <bm@cs.columbia.edu>:
779 * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
780 than SYMBOL_TYPE on msymbols.
781 * somsolib.c (som_solib_create_inferior_hook): Ditto.
782
783 * Makefile.in (init.c): Generate with prototypes.
784
785 * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
786 * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
787 * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
788 (pc_load_segment_name): Ditto.
789 (pop_frame): Ditto.
790 (extract_return_value): Ditto.
791 (is_magic_function_pointer): Ditto.
792 (push_dummy_frame): Ditto.
793 (fix_call_dummy): Ditto.
794 (push_arguments): Ditto.
795 (skip_trampoline_code): Ditto.
796 (aix_process_linenos): Ditto.
797
798 * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
799 * config/m68k/tm-es1800.h: Ditto.
800 * config/m68k/tm-vx68.h: Ditto.
801 * config/m68k/tm-sun3.h: Ditto.
802 * config/m68k/tm-m68kv4.h: Ditto.
803
804 Tue Aug 13 23:04:36 1996 Fred Fish <fnf@cygnus.com>
805
806 * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
807 * config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
808 * remote-mips.c (mips_read_processor_type): Remove prototype.
809 * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
810 * irix5-nat.c (fetch_core_registers): Add prototype.
811
812 Mon Aug 12 21:23:44 1996 Fred Fish <fnf@cygnus.com>
813
814 * remote-pa.c (boot_board): Add dummy params to make type compatible
815 for passing to add_com.
816 * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
817 * buildsym.c (compare_line_numbers): Change function to match
818 prototype and also what qsort expects.
819
820 Mon Aug 12 19:19:00 1996 Mark Alexander <marka@cygnus.com>
821
822 * remote.c: Make remote_write_size public.
823 * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
824 to prevent packet errors with some versions of CMON.
825
826 Mon Aug 12 16:20:58 1996 Stu Grossman (grossman@critters.cygnus.com)
827
828 * defs.h: Define CONST_PTR as blank if compiling with Microsoft
829 C, else it's `const'.
830 * c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
831 scm-lang.c: Microsoft C can't hack const pointers. Use CONST_PTR
832 macro instead.
833 * configure configure.in defs.h: Use AC_C_CONST to figure out if
834 the compiler supports const. Gets rid of some cruft in defs.h.
835 * dwarf2read.c: <string.h> -> "gdb_string.h"
836 * remote-sim.c: Add prototypes. Fix call to gdbsim_kill.
837 * sparcl-tdep.c (download): Add prototypes to write_routine and
838 start_routine args.
839
840 * mswin/gdbwin.c: Don't include both varargs.h AND stdarg.h. Get
841 rid of varargs.h Include string.h.
842 * (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
843 update): Fix prototypes, fix calls.
844 * (update): Return value for catch_errors.
845 * (run_execute_command togdb_command_from_tty togdb_command):
846 Cleanup catching of errors from calls to execute_command. Also,
847 dup command string to avoid modifying const strings.
848 * (togdb_breakinfo_i_init togdb_breakinfo_i_next): Use 0 instead
849 of NULL when see if b->address isn't set.
850 * (bi_disable_bpt bi_enable_bpt bi_delete_all
851 bi_delete_breakpoint): Add arg to calls to update.
852 * (gui_command): Add prototype.
853 * (mswin_query): Fix prototype.
854 * (_initialize_gdbwin): Dup string to avoid modifying const.
855 * (info_path togdb_get_info_path): Remove const from decls cuz
856 this can't be const (it points at malloc'ed memory).
857 * (togdb_searchpath): Remove const from path. Dup string to
858 avoid modifying const strings.
859 * rindex -> strrchr.
860 * (gdbwin_list_symbols): Regexp param is const.
861 * Fix lots of refs to psymtabs to deref correct pointers.
862 * (togdb_set_breakpoint_sal): Call set_breakpoint_sal with sal,
863 not &sal.
864 * mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
865 toget_set_info_path): Fix prototypes to match reality.
866 * mswin/gui.cpp: Define _beginthreadex and _endthreadex routines
867 with proper prototypes.
868 * mswin/iface.cpp (gdbwin_fputs): Define with correct number of args.
869 * mswin/ser-win32s.c: Fix defs of min and max.
870 * mswin/serdll32.c (OpenComm16): Make cbInQueue and cbOutQueue be
871 USHORT.
872 * (WriteComm16): Change lpBug from LPVOID to LPCSTR.
873 * mswin/serdll32.h: Fix prototypes for OpenComm16 and WriteComm16.
874
875 Sun Aug 11 20:54:16 1996 Stu Grossman (grossman@critters.cygnus.com)
876
877 * main.c (main): Make sure command loop is used with cygwin32.
878 * terminal.h: Allow cygwin32 to use termios.h.
879
880 start-sanitize-gdbtk
881 Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
882
883 * Makefile.in (LIB_INSTALL_DIR): New macro.
884 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
885
886 end-sanitize-gdbtk
887 Fri Aug 9 12:42:49 1996 Jeffrey A Law (law@cygnus.com)
888
889 * somread.c (som_symtab_read): Handle secondary definition
890 symbols (aka weak symbols).
891
892 * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
893 last change.
894
895 Thu Aug 8 10:12:36 1996 Stu Grossman (grossman@critters.cygnus.com)
896
897 * symfile.c (symfile_bfd_open): Change ifdef from __WIN32__ to
898 _WIN32.
899
900 * somread.c: Rearrange order of includes to fix warnings under
901 hpux-10.10. Also don't include sys/file.h.
902
903 Wed Aug 7 21:45:52 1996 Stu Grossman (grossman@critters.cygnus.com)
904
905 * dbxread.c: Don't include param.h or sys/file.h.
906 * (dbx_symfile_read): Determine symfile_relocatable from bfd
907 flags instead of file extension. Also clean up a little bit.
908
909 Wed Aug 7 17:18:37 1996 Stu Grossman (grossman@critters.cygnus.com)
910
911 * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c
912 mdebugread.c os9kread.c source.c top.c utils.c: Don't
913 include param.h or sys/file.h (or unistd.h in some cases).
914 * defs.h exec.c inflow.c remote-array.c remote-e7000.c
915 sparcl-tdep.c terminal.h utils.c: Replace all occurances of
916 __WIN32__, WINGDB, WIN32, etc... with _WIN32.
917 * main.c: Remove #ifndef WINGDB around option processing. Fix
918 bug with passing argc==0 and argv==NULL to getopt.
919 * (main) Remove calls to access() before source_command. Let
920 soure_command handle access errors.
921 * maint.c (maintenance_dump_me): #ifdef out for _WIN32.
922 * symtab.c (operator_chars): Make this global for wingdb.
923 * top.c (disconnect): #ifdef out for _WIN32.
924 * (source_command): If got an error and from_tty, then call print
925 error, else just return quietly.
926 * utils.c (fatal_dump_core): Can't kill ourselves under windows.
927 Just exit.
928 * (pollquit notice_quit): #ifdef out stuff that doesn't exist
929 under windows.
930
931 Wed Aug 7 09:59:19 1996 Jeffrey A Law (law@cygnus.com)
932
933 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Tweak for
934 structures > 4 bytes in size.
935
936 * valops.c (call_function_by_hand): Handle aligning stacks that
937 grow up correctly.
938 * config/pa/tm-hppa.h (USE_STRUCT_CONVENTION): Define.
939 (STACK_ALIGN): Define.
940 * hppa-tdep.c (hppa_alignof): Don't demand a minumim two byte
941 alignment on structs/unions.
942
943 Sun Aug 4 16:22:42 1996 Fred Fish <fnf@cygnus.com>
944
945 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Define to "int *",
946 which is the documented type under at least AIX 3 and AIX 4.
947
948 Sat Aug 3 04:02:46 1996 Fred Fish <fnf@cygnus.com>
949
950 * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to
951 xm-alphaosf.h.
952 (MMALLOC_CFLAGS): Define NO_MMCHECK to not install consistency
953 checks.
954
955 start-sanitize-gdbtk
956 Thu Aug 1 20:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
957
958 * gdbtk.c (mainWindow): Deleted.
959 (cleanup_init): Don't destroy main window.
960 (gdbtk_init): Main window now created by Tk_Init.
961
962 * configure.in: Most X checks now handled automatically by Tk.
963 Use new macros to find Tcl/Tk.
964 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
965 * config.in, configure: Regenerated.
966
967 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
968 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
969
970 end-sanitize-gdbtk
971 Thu Aug 1 10:11:34 1996 Fred Fish <fnf@cygnus.com>
972
973 * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
974 this, define when contents are included.
975 (mips_read_processor_type): Add prototype.
976 * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h
977 * mdebugread.c (ecoff_relocate_efi): Add prototype.
978 (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
979
980 start-sanitize-gdbtk
981 Thu Aug 1 16:12:05 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
982
983 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
984
985 end-sanitize-gdbtk
986 Wed Jul 31 20:21:24 1996 Fred Fish <fnf@cygnus.com>
987
988 * rs6000-nat.c (add_vmap): Return 0 to caller rather than random value.
989 (vmap_ldinfo): Ensure got_exec_file is not used uninitialized.
990 (fetch_core_registers): Add prototype.
991 (vmap_symtab): Ditto.
992 (objfile_symbol_add): Ditto.
993 (add_vmap): Ditto.
994 (vmap_ldinfo): Ditto.
995 (vmap_exec): Ditto.
996
997 Tue Jul 30 17:57:46 1996 Stan Shebs <shebs@andros.cygnus.com>
998
999 * stabsread.c (get_substring): Declare second arg as int.
1000
1001 * remote-es.c: Include gdb_string.h after defs.h.
1002
1003 Mon Jul 29 21:13:20 1996 Fred Fish <fnf@cygnus.com>
1004
1005 * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
1006 (branch_dest): Remove unused variable "offset".
1007 (pop_dummy_frame): Add prototype and make static.
1008 (push_arguments): Guard against using len uninitialized.
1009 (push_arguments): Guard against using arg uninitialized.
1010 (frame_saved_pc): Remove unused variable "frameless".
1011 (free_loadinfo): Ifdef out unused function.
1012
1013 * xcoffread.c (compare_lte): Change prototype and function to
1014 be correct type for passing to qsort.
1015 (add_stab_to_list): Ifdef out unused function and prototype.
1016 (compare_lte): Add prototype
1017 (arrange_linetable): Ditto.
1018 (record_include_begin): Ditto.
1019 (record_include_end): Ditto.
1020 (process_linenos): Ditto.
1021 (xcoff_next_symbol_text): Ditto.
1022 (scan_xcoff_symtab): Ditto.
1023 (xcoff_initial_scan): Ditto.
1024
1025 * mips-tdep.c (mips_read_processor_type): Add parens around
1026 bitwise-and operands in comparison; previous expression always
1027 evaluated to 0 because of equality comparison of two constants.
1028
1029 * rs6000-tdep.c (skip_prologue): Add missing parens around
1030 operands of logical-or so that first operand does not bind
1031 to previous logical-and.
1032
1033 * configure.in: Expand "long long" test to include code that triggers
1034 known problem on HPUX with native compiler.
1035 (configure): Regenerated.
1036
1037 Mon Jul 29 18:12:27 1996 Jeffrey A Law (law@cygnus.com)
1038
1039 * somsolib.c (som_solib_create_inferior_hook): Don't
1040 warn if __d_pid can't be found.
1041
1042 Sun Jul 28 10:46:39 1996 Fred Fish <fnf@cygnus.com>
1043
1044 * config/mips/tm-mips.h (struct frame_info): Forward decl.
1045 (struct type): Ditto.
1046 (struct value): Ditto.
1047
1048 * config/mips/tm-mips.h (sigtramp_address): Move extern decl
1049 from mips-tdep.c to here.
1050 (sigtramp_end): Ditto.
1051 (fixup_sigtramp): Ditto.
1052
1053 * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
1054 (mips_frame_chain): Ditto.
1055 (mips_step_skips_delay): Ditto.
1056 (mips_frame_saved_pc): Ditto.
1057 (mips_find_saved_regs): Ditto.
1058 (mips_frame_num_args): Ditto.
1059 (mips_pop_frame): Ditto.
1060 (mips_extract_return_value): Ditto.
1061 (mips_store_return_value): Ditto.
1062 (mips_push_dummy_frame): Ditto.
1063 (mips_push_arguments): Ditto.
1064 (mips_do_registers_info): Ditto.
1065 (ecoff_relocate_efi): Ditto.
1066 (ecoff_relocate_efi): Ditto.
1067 * irix4-nat.c (fetch_core_registers): Add prototype.
1068 * mips-tdep.c (read_next_frame_reg): Add prototype
1069 (heuristic_proc_start): Ditto.
1070 (heuristic_proc_desc): Ditto.
1071 (mips_print_register): Ditto.
1072 * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
1073 (procfs_stopped_by_watchpoint): Ditto.
1074 * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
1075 (procfs_stopped_by_watchpoint): Ditto.
1076 * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
1077 (struct symbol): Add forward decl for prototype.
1078
1079 * breakpoint.c (internal_breakpoint_number): Only needed if
1080 GET_LONGJMP_TARGET or SOLIB_ADD is defined.
1081
1082 * objfiles.c (ecoff_relocate_efi): Remove prototype.
1083
1084 Sat Jul 27 17:47:35 1996 Fred Fish <fnf@cygnus.com>
1085
1086 * configure.in: Add test for "long long" support.
1087 * configure: Regenerate with autoconf.
1088 * acconfig.h: Add CC_HAS_LONG_LONG
1089 * config.in: Regenerate with autoheader.
1090 * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
1091 * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
1092 * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
1093 * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
1094 * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
1095 (PRINTF_HAS_LONG_LONG): Remove.
1096 (FORCE_LONG_LONG): Remove.
1097 * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
1098 * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
1099 (PRINTF_HAS_LONG_LONG): Remove.
1100 * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
1101 (PRINTF_HAS_LONG_LONG): Remove.
1102 * config/pa/tm-hppa.h (GET_FIELD): Put parens around
1103 subtraction inside shift. Put parens around subtraction
1104 in operand of bitwise and.
1105 (struct frame_info): Forward declare
1106 if __STDC__ defined.
1107 (frame_saved_regs): Ditto.
1108 (struct value): Ditto.
1109 (struct type): Ditto.
1110 (struct inferior_status): Ditto.
1111 (init_extra_frame_info): Add prototype.
1112 (skip_prologue): Ditto.
1113 (frameless_function_invocation): Ditto.
1114 (frame_chain): Ditto.
1115 (frame_chain_valid): Ditto.
1116 (saved_pc_after_call): Ditto.
1117 (hppa_fix_call_dummy): Ditto.
1118 (hppa_push_arguments): Ditto.
1119 (pa_do_registers_info): Ditto.
1120 (in_solib_call_trampoline): Ditto.
1121 (in_solib_return_trampoline): Ditto.
1122 (push_dummy_frame): Ditto.
1123 * convex-tdep.c (decout): Use print_longest rather than
1124 fprintf_filtered.
1125 * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
1126 CC_HAS_LONG_LONG.
1127 (INT_MIN): Fix so it works correctly when assigned to a long long.
1128 * valprint.c (longest_to_int): Rewrite to remove dependence
1129 on INT_MIN and INT_MAX.
1130 (print_longest): Rewrite the code that falls back to synthesized
1131 hex output when LONGEST value is not representable as in a long and
1132 printf doesn't support printing long longs.
1133 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1134 chill_print_type_scalar to LONGEST.
1135 chill_print_type_scalar): Make static and add prototype.
1136 * hppa-tdep.c (get_field): Ifdef out unused function.
1137 (set_field): Ditto.
1138 (extract_3): Ditto.
1139 (extract_5_store): Ditto.
1140 (extract_11): Ditto.
1141 (extract_12): Ditto.
1142 (deposit_17): Ditto.
1143 (extract_14): Convert to static and add prototype.
1144 (deposit_14): Ditto.
1145 (extract_21): Ditto.
1146 (deposit_21): Ditto.
1147 (extract_17): Ditto.
1148 (extract_5r_store): Ditto.
1149 (extract_5R_store): Ditto.
1150 (extract_5_load): Ditto.
1151 (find_proc_framesize): Ditto.
1152 (find_dummy_frame_regs): Ditto.
1153 (sign_extend): Ditto.
1154 (find_unwind_entry): Add prototype.
1155 (find_return_regnum): Ditto.
1156 (unwind_command): Ditto.
1157 (find_dummy_frame_regs): Add parens around subtraction in operand
1158 of bitwise-and.
1159 (skip_prologue): Add parens around operands of logical-and inside
1160 operand of logical-or.
1161 (sign_extend): Add parens around operands of subtraction inside
1162 operand of shift.
1163 (low_sign_extend): Ditto.
1164 * top.c (filename_completer): Convert old style decl of
1165 filename_completion_function into prototype.
1166 * f-lang.c (patch_common_entries): Ifdef out unused function.
1167 * stabsread.c (read_cfront_baseclasses): Remove unused local
1168 variable "msg_noterm".
1169 (resolve_cfront_continuation): Remove unused local variable "fip".
1170 (read_type): Remove unused variable xtypenums.
1171 (read_cfront_static_fields): Remove unused variable "i".
1172 (read_cfront_static_fields): Remove unused variable "nfields".
1173 (read_cfront_member_functions): Add missing comment terminator.
1174 (read_cfront_static_fields): Return 1 rather than random value.
1175 (read_cfront_baseclasses): Ditto.
1176 (read_cfront_baseclasses): Ditto.
1177 (read_cfront_baseclasses): Ditto.
1178 * somsolib.c (som_solib_create_inferior_hook): Remove unused
1179 variable "u".
1180 (som_solib_create_inferior_hook): Remove unused variable
1181 shadow_contents.
1182 (language.h): Add for needed prototypes.
1183 (som_solib_sharedlibrary_command): Add prototype.
1184 * hpread.c: (hpread_read_array_type): Add prototype.
1185 * somread.c (hpread_build_pysmtabs): Add prototype.
1186 (hpread_symfile_finish): Ditto.
1187 (hpread_symfile_init): Ditto.
1188 * hppah-nat.c (fetch_register): Convert old style decl
1189 to prototype.
1190 (gdbcore.h): Include for needed prototypes.
1191 (fetch_register): Remove unused variable "mess".
1192 * remote-pa.c (get_offsets): Ifdef out unused function.
1193 (remote_start_remote): Remove unused variable "timeout".
1194 (boot_board): Add prototype.
1195 (reaad_frame): Add prototype.
1196 (getpkt): Remove unused variable "bp".
1197 (remote_kill): Add prototype.
1198 (remote_mourn): Add prototype.
1199 (remote_insert_breakpoint): Add prototype.
1200 (remote_remove_breakpoint): Add prototype.
1201 * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
1202 * infcmd.c (do_registers_info): Only need prototype if
1203 DO_REGISTERS_INFO is not defined.
1204 (breakpoint_auto_delete_contents): Only need if
1205 CALL_DUMMY_BREAKPOINT_OFFSET is defined.
1206
1207 Sat Jul 27 08:49:49 1996 Fred Fish <fnf@cygnus.com>
1208
1209 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
1210 (END_PSYMTAB): Ditto.
1211 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
1212
1213 Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
1214
1215 * printcmd.c (_initialize_printcmd): Initialize
1216 tm_print_insn_info.flavour.
1217 start-sanitize-gdbtk
1218 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
1219 end-sanitize-gdbtk
1220
1221 Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
1222
1223 * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
1224 (arm-tdep.o): Ditto.
1225 (dcache.o): Ditto.
1226 (i386ly-tdep.o): Ditto.
1227 (i960-tdep.o): Ditto.
1228 (m68k-tdep.o): Ditto.
1229 (nindy-tdep.o): Ditto.
1230 (scm-lang.o): Ditto.
1231 (w65-tdep.o): Ditto.
1232 (z8k-tdep.o): Ditto.
1233 (m68k-tdep.o): Depends upon value_h and gdb_string.h
1234 (m2-valprint.o): Depends upon m2-lang.h.
1235 (sparc-tdep.o): Depends upon gdb_string.h
1236 (valprint.o): Depends upon valprint.h
1237
1238 * remote-e7000.c (notice_quit): Remove prototype.
1239 * top.c (initialize_targets): Remove prototype, now in target.h.
1240 * stabsread.c (resolve_cfront_continuation): Remove prototype.
1241 * dbxread.c (resolve_cfront_continuation): Remove prototype.
1242 * symfile.h (set_demangling_style): Remove prototype.
1243 * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
1244 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
1245 target.h.
1246 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
1247 now in target.h.
1248 * ser-unix.c (hardwire_restore): Remove obsolete prototype.
1249 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
1250 * scm-lang.c (find_function_in_inferior): Remove prototype.
1251 (value_allocate_space_in_inferior): Ditto.
1252 * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
1253 * defs.h (strchr): Remove declarations, they are declared in
1254 gdb_string.h also.
1255 (strrchr): Ditto.
1256 (strstr): Ditto.
1257 (strtok): Ditto.
1258 (strerror): Ditto.
1259 * f-valprint.c (f77_print_array_1): Remove extra arg that was being
1260 passed to f77_print_array_1.
1261 * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
1262 * scm-exp.c (scm_istr2int): Remove unused variable "j".
1263 (scm_parse): Remove unused variable "str".
1264 * hp300ux-nat.c (store_inferior_register): Remove unused variable
1265 "buf".
1266 (store_inferior_registers): Remove unnecessary decl "registers".
1267 * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
1268 * scm-lang.c (scm_get_field): Remove unused variable "val".
1269 (scm_lookup_name): Remove unused variable "symval".
1270 * objfiles.c (map_to_file): Remove unused local variable "tempfd".
1271 * procfs.c (do_attach, do_detach): Remove unused variable "result".
1272 (last_resume_pid): Remove unused static variable.
1273 * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
1274 "res".
1275 * objfiles.c (map_to_address): Remove unused function.
1276 * f-valprint.c (print_max): Remove extraneous extern decl,
1277 in valprint.h.
1278 (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
1279 * ch-exp.c (write_lower_upper_value): Remove prototype for
1280 type_lower_upper.
1281
1282 * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
1283 * ch-exp.c (parse_mode_call): Ditto.
1284 * f-valprint.c (there_is_a_visible_common_named): Ditto.
1285 * f-lang.c (clear_function_list): Ditto.
1286 (get_bf_for_fcn): Ditto.
1287 (clear_bf_list): Ditto.
1288 (add_common_block): Ditto.
1289 (patch_all_commons_by_name): Ditto.
1290 (find_first_common_named): Ditto.
1291 (add_common_entry): Ditto.
1292 (allocate_saved_function_node): Ditto.
1293 (allocate_saved_bf_node): Ditto.
1294 (allocate_common_entry_node): Ditto.
1295 (allocate_saved_f77_common_node): Ditto.
1296
1297 * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
1298 * dcache.c (gdbcore.h): Ditto.
1299 * i386ly-tdep.c (gdbcore.h): Ditto.
1300 * i960-tdep.c (gdbcore.h): Ditto.
1301 * m2-valprint.c (m2-lang.h): Ditto.
1302 * m68k-tdep.c (gdbcore.h): Ditto.
1303 (value.h): Ditto.
1304 (gdb_string.h): Ditto.
1305 * nindy-tdep.c (gdbcore.h): Ditto.
1306 * scm-lang.c (gdbcore.h): Ditto.
1307 * scm-valprint.c (gdbcore.h): Ditto.
1308 * w65-tdep.c (gdbcore.h): Ditto.
1309 * z8k-tdep.c (gdbcore.h): Ditto.
1310 * sparc-tdep.c (gdb_string.h): Include.
1311 * valprint.c (valprint.h): Include.
1312
1313 * config/xm-lynx.h: Remove part of comment about INT_MIN
1314 redefined warnings from defs.h, since INT_MIN define in
1315 defs.h is now protected by #ifndef INT_MIN.
1316 * config/i386/xm-i386bsd.h: Ditto.
1317 * config/m68k/xm-hp300bsd.h: Ditto.
1318 * config/m68k/xm-news.h: Ditto.
1319
1320 * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
1321 definition as 0x80000000. The macro in defs.h is better.
1322 * config/i386/xm-i386m3.h (INT_MIN): Ditto.
1323 * config/i386/xm-i386mach.h (INT_MIN): Ditto.
1324 * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
1325 * config/pa/xm-hppab.h: Ditto.
1326
1327 * core-aout.c (fetch_core_registers): Add prototype.
1328 * hp300ux-nat.c (fetch_inferior_register): Ditto.
1329 (store_inferior_register_1): Ditto.
1330 (store_inferior_register): Ditto.
1331 * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
1332 *scm-valprint.c (c_val_print): Ditto.
1333 * procfs.c (add_fd): Ditto.
1334 (remove_fd): Ditto.
1335 (wait_fd): Ditto.
1336 (sigcodename): Ditto.
1337 (sigcodedesc): Ditto.
1338 (procfs_kill_inferior): Ditto.
1339 (procfs_xfer_memory): Ditto.
1340 (procfs_store_registers): Ditto.
1341 (create_procinfo): Ditto.
1342 (procfs_init_inferior): Ditto.
1343 (proc_set_exec_trap): Ditto.
1344 (procfs_attach): Ditto.
1345 (procfs_detach): Ditto.
1346 (procfs_prepare_to_store): Ditto.
1347 (procfs_files_info): Ditto.
1348 (procfs_open): Ditto.
1349 (procfs_wait): Ditto.
1350 (procfs_fetch_registers): Ditto.
1351 (procfs_mourn_inferior): Ditto.
1352 (procfs_can_run): Ditto.
1353 (procfs_thread_alive): Ditto.
1354 (procfs_stop): Ditto.
1355 * alpha-nat.c (fetch_core_registers): Ditto.
1356 * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
1357 * objfiles.c (ecoff_relocate_efi): Ditto.
1358 * inflow.c (pass_signal): Ditto.
1359 (handle_sigio): Ditto.
1360 * annotate.c (breakpoint_changed): Ditto.
1361 * callback.c (wrap): Ditto.
1362 (fdbad): Ditto.
1363 (fdmap): Ditto.
1364 * utils.c (malloc_botch): Ditto.
1365 (fputs_maybe_filtered): Ditto.
1366 (vfprintf_maybe_filtered): Ditto.
1367 * defs.h (notice_quit): Ditto.
1368 * defs.h (xmalloc, xrealloc): Ditto.
1369 * top.c (stop_sig): Ditto.
1370 (init_signals): Ditto.
1371 (user_defined_command): Ditto.
1372 (source_cleanup_lines): Ditto.
1373 (dont_repeat_command): Ditto.
1374 (serial_log_command): Ditto.
1375 (disconnect): Ditto.
1376 * target.h (initialize_targets): Ditto.
1377 * os9kread.c (read_minimal_symbols): Ditto.
1378 * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
1379 (fdr_name): Ditto.
1380 (push_parse_stack): Ditto.
1381 (pop_parse_stack): Ditto.
1382 (is_pending_symbol): Ditto.
1383 (add_pending): Ditto.
1384 * serial.c (serial_logchar): Ditto.
1385 (serial_interface_lookup): Ditto.
1386 * serial.h (serial_log_command): Ditto.
1387 * f-valprint.c (info_common_command): Ditto.
1388 * gdbtypes.h (print_type_scalar): Ditto.
1389 * scm-valprint.c (scm_scmlist_print): Ditto.
1390 (scm_ipruk): Ditto.
1391 * scm-lang.c (scm_printstr): Ditto.
1392 (in_eval_c): Ditto.
1393 (evaluate_subexp_scm): Ditto.
1394 * scm-exp.c (scm_read_token): Ditto.
1395 (scm_skip_ws): Ditto.
1396 (scm_lreadparen): Ditto.
1397 * m2-lang.c (emit_char): Ditto.
1398 (m2_printchar): Ditto.
1399 (m2_printstr): Ditto.
1400 (m2_create_fundamental_type): Ditto.
1401 * f-lang.c (emit_char): Ditto.
1402 (f_printchar): Ditto.
1403 (f_printstr): Ditto.
1404 (f_create_fundamental_type): Ditto.
1405 * ch-lang.c (chill_printchar): Ditto.
1406 (chill_printstr): Ditto.
1407 (chill_create_fundamental_type): Ditto.
1408 (value_chill_length): Ditto.
1409 (value_chill_card): Ditto.
1410 (value_chill_max_min): Ditto.
1411 (evaluate_subexp_chill): Ditto.
1412 * ch-exp.c (PEEK_TOKEN): Ditto.
1413 (peek_token_): Ditto.
1414 (forward_token_): Ditto.
1415 (parse_case_label): Ditto.
1416 (parse_opt_untyped_expr): Ditto.
1417 (parse_unary_call): Ditto.
1418 (parse_call): Ditto.
1419 (parse_named_record_element): Ditto.
1420 (parse_tuple_element): Ditto.
1421 (parse_opt_element_list): Ditto.
1422 (parse_tuple): Ditto.
1423 (parse_primval): Ditto.
1424 (parse_operand6): Ditto.
1425 (parse_operand5): Ditto.
1426 (parse_operand4): Ditto.
1427 (parse_operand3): Ditto.
1428 (parse_operand2): Ditto.
1429 (parse_operand1): Ditto.
1430 (parse_operand0): Ditto.
1431 (parse_expr): Ditto.
1432 (parse_then_alternative): Ditto.
1433 (parse_else_alternative): Ditto.
1434 (parse_if_expression): Ditto.
1435 (parse_untyped_expr): Ditto.
1436 (growbuf_by_size): Ditto.
1437 (match_simple_name_string): Ditto.
1438 (decode_integer_value): Ditto.
1439 (decode_integer_literal): Ditto.
1440 (match_float_literal): Ditto.
1441 (match_float_literal): Ditto.
1442 (match_string_literal): Ditto.
1443 (match_character_literal): Ditto.
1444 (match_integer_literal): Ditto.
1445 (match_bitstring_literal): Ditto.
1446 (write_lower_upper_value): Ditto.
1447 * ch-lang.h (type_lower_upper): Ditto.
1448 * c-lang.c (emit_char): Ditto.
1449 * dwarfread.c (free_utypes): Ditto.
1450 * stabsread.h (resolve_cfront_continuation): Ditto.
1451 * stabsread.c (get_substring): Ditto.
1452 (read_one_struct_field): Ditto.
1453 * stabsread.h (process_later): Ditto.
1454 * demangle.c (set_demangling_command): Ditto.
1455 * defs.h (set_demangling_style): Ditto.
1456 * maint.c (maintenance_info_command): Ditto.
1457 (print_section_table): Ditto.
1458 (maintenance_info_sections): Ditto.
1459 (maintenance_print_command): Ditto.
1460 * symtab.h (maintenance_print_statistics): Ditto.
1461 * objfiles.h (in_plt_section): Ditto.
1462 * objfiles.c (add_to_objfile_sections): Ditto.
1463 * bcache.c (hash): Ditto.
1464 (lookup_cache): Ditto.
1465 * exec.c (bfdsec_to_vmap): Ditto.
1466 (ignore): Ditto.
1467 * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
1468 * language.c (unk_lang_printchar): Ditto.
1469 (unk_lang_printstr): Ditto.
1470 (unk_lang_create_fundamental_type): Ditto.
1471 (unk_lang_print_type): Ditto.
1472 (unk_lang_val_print): Ditto.
1473 (unk_lang_value_print): Ditto.
1474 * target.c (update_current_target): Ditto.
1475 (debug_to_open): Ditto.
1476 (debug_to_close): Ditto.
1477 (debug_to_attach): Ditto.
1478 (debug_to_detach): Ditto.
1479 (debug_to_resume): Ditto.
1480 (debug_to_wait): Ditto.
1481 (debug_to_fetch_registers): Ditto.
1482 (debug_to_store_registers): Ditto.
1483 (debug_to_prepare_to_store): Ditto.
1484 (debug_to_xfer_memory): Ditto.
1485 (debug_to_files_info): Ditto.
1486 (debug_to_insert_breakpoint): Ditto.
1487 (debug_to_remove_breakpoint): Ditto.
1488 (debug_to_terminal_init): Ditto.
1489 (debug_to_terminal_inferior): Ditto.
1490 (debug_to_terminal_ours_for_output): Ditto.
1491 (debug_to_terminal_ours): Ditto.
1492 (debug_to_terminal_info): Ditto.
1493 (debug_to_kill): Ditto.
1494 (debug_to_load): Ditto.
1495 (debug_to_lookup_symbol): Ditto.
1496 (debug_to_create_inferior): Ditto.
1497 (debug_to_mourn_inferior): Ditto.
1498 (debug_to_can_run): Ditto.
1499 (debug_to_notice_signals): Ditto.
1500 (debug_to_thread_alive): Ditto.
1501 (debug_to_stop): Ditto.
1502 start-sanitize-gdbtk
1503 * gdbtk.c (null_routine): Ditto.
1504 (gdbtk_flush): Ditto.
1505 (gdbtk_fputs): Ditto.
1506 (gdbtk_query): Ditto.
1507 (gdbtk_readline): Ditto.
1508 (gdbtk_readline_end): Ditto.
1509 (gdb_get_breakpoint_list): Ditto.
1510 (gdb_get_breakpoint_info): Ditto.
1511 (breakpoint_notify): Ditto.
1512 (gdbtk_create_breakpoint): Ditto.
1513 (gdbtk_delete_breakpoint): Ditto.
1514 (gdbtk_modify_breakpoint): Ditto.
1515 (gdb_loc): Ditto.
1516 (gdb_eval): Ditto.
1517 (gdb_sourcelines): Ditto.
1518 (map_arg_registers): Ditto.
1519 (get_register_name): Ditto.
1520 (gdb_regnames): Ditto.
1521 (get_register): Ditto.
1522 (gdb_fetch_registers): Ditto.
1523 (register_changed_p): Ditto.
1524 (gdb_changed_register_list): Ditto.
1525 (gdb_cmd): Ditto.
1526 (call_wrapper): Ditto.
1527 (gdb_listfiles): Ditto.
1528 (gdb_stop): Ditto.
1529 (gdbtk_dis_asm_read_memory): Ditto.
1530 (compare_lines): Ditto.
1531 (gdb_disassemble): Ditto.
1532 (tk_command): Ditto.
1533 (cleanup_init): Ditto.
1534 (gdbtk_interactive): Ditto.
1535 (x_event): Ditto.
1536 (gdbtk_wait): Ditto.
1537 (gdbtk_call_command): Ditto.
1538 (tk_command_loop): Ditto.
1539 (gdbtk_init): Ditto.
1540 end-sanitize-gdbtk
1541 * breakpoint.h (set_breakpoint_sal): Ditto.
1542 * remote-utils.c (usage): Ditto.
1543 * remote.c (set_thread): Ditto.
1544 (remote_thread_alive): Ditto.
1545 (get_offsets): Ditto.
1546 (read_frame): Ditto.
1547 (remote_insert_breakpoint): Ditto.
1548 (remote_remove_breakpoint): Ditto.
1549 * sparc-nat.c (fetch_core_registers): Ditto.
1550 * corelow.c (add_to_thread_list): Ditto.
1551 (ignore): Ditto.
1552 * inftarg.c (proc_wait): Ditto.
1553 * infptrace.c (udot_info): Ditto.
1554 (fetch_register): Ditto.
1555 * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
1556 (hardwire_print_tty_state): Ditto.
1557 (hardwire_flush_output): Ditto.
1558 (hardwire_flush_input): Ditto.
1559 (hardwire_send_break): Ditto.
1560 (hardwire_setstopbits): Ditto.
1561 * ser-tcp.c (tcp_return_0): Ditto.
1562 (tcp_noflush_set_tty_state): Ditto.
1563 (tcp_print_tty_state): Ditto.
1564 * solib.c (match_main): Ditto.
1565 * gdbtypes.c (print_bit_vector): Ditto.
1566 (print_arg_types): Ditto.
1567 (dump_fn_fieldlists): Ditto.
1568 (print_cplus_stuff): Ditto.
1569 * symfile.h (entry_point_address): Ditto.
1570 * symfile.c (decrement_reading_symtab): Ditto.
1571 * valops.c (value_arg_coerce): Ditto.
1572 * value.h (find_function_in_inferior): Ditto.
1573 (value_allocate_space_in_inferior): Ditto.
1574 * values.c (vb_match): Ditto.
1575 * thread.c (info_thread_command): Ditto.
1576 (restore_current_thread): Ditto.
1577 (thread_apply_all_command): Ditto.
1578 (thread_apply_command): Ditto.
1579 * inferior.h (write_pc_pid): Ditto.
1580 * infrun.c (delete_breakpoint_current_contents): Ditto.
1581 * breakpoint.c (print_it_normal): Ditto.
1582 (watchpoint_check): Ditto.
1583 (print_it_done): Ditto.
1584 (print_it_noop): Ditto.
1585 (maintenance_info_breakpoints): Ditto.
1586 (create_longjmp_breakpoint): Ditto.
1587 (hbreak_command): Ditto.
1588 (thbreak_command): Ditto.
1589 (watch_commnd_1): Ditto.
1590 (rwatch_command): Ditto.
1591 (awatch_command): Ditto.
1592 (do_enable_breakpoint): Ditto.
1593 * ch-valprint.c (chill_val_print_array_elements): Ditto.
1594 * eval.c (evaluate_subexp): Ditto.
1595 (get_label): Ditto.
1596 (evaluate_struct_tuple): Ditto.
1597 * eval.c (init_array_element): Ditto.
1598
1599 * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
1600 * breakpoint.c (hw_breakpoint_used_count): Ditto.
1601 (hw_watchpoint_used_count): Ditto.
1602 * findvar.c (write_register_gen): Ditto.
1603 (read_register_pid): Ditto.
1604 * symtab.c (cplusplus_hint): Ditto.
1605 * infcmd.c (breakpoint_auto_delete_contents): Ditto.
1606 * ch-valprint.c (chill_print_type_scalar): Ditto.
1607 * gdbtypes.c (add_name): Ditto.
1608 (add_mangled_type): Ditto.
1609 (cfront_mangle_name): Ditto.
1610 * sparc-tdep.c (isbranch): Ditto.
1611 * inftarg.c (child_stop): Ditto.
1612 * win32-nat.c (child_stop): Ditto.
1613 * mac-nat.c (child_stop): Ditto.
1614 * remote-utils.c (sr_com): Ditto.
1615 * dbxread.c (process_now): Ditto.
1616 * ch-exp.c (require): Ditto.
1617 (check_token): Ditto.
1618 (expect): Ditto.
1619 (parse_mode_call): Ditto.
1620 (parse_mode_or_normal_call): Ditto.
1621 * scm-lang.c (scm_lookup_name): Ditto
1622 * f-lang.c (allocate_saved_bf_node): Ditto.
1623 (allocate_saved_function_node): Ditto.
1624 (allocate_saved_f77_common_node): Ditto.
1625 (allocate_common_entry_node): Ditto.
1626 (add_common_block): Ditto.
1627 (add_common_entry): Ditto.
1628 (find_first_common_named): Ditto.
1629 (patch_common_entries): Ditto.
1630 (patch_all_commons_by_name): Ditto.
1631 (clear_bf_list): Ditto.
1632 (get_bf_for_fcn): Ditto.
1633 (clear_function_list): Ditto.
1634 * scm-exp.c (scm_istr2int): Ditto.
1635 (scm_istring2number): Ditto.
1636 * scm-valprint.c (scm_inferior_print): Ditto.
1637 * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
1638 * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
1639 (f77_create_arrayprint_offset_tbl): Ditto.
1640 (f77_print_array_1): Ditto.
1641 (f77_print_array): Ditto.
1642 (list_all_visible_commons): Ditto.
1643 (there_is_a_visible_common_named): Ditto.
1644 * mdebugread.c (ecoff_relocate_efi): Ditto.
1645 * callback.c (os_close): Ditto.
1646 (os_get_errno): Ditto.
1647 (os_isatty): Ditto.
1648 (os_lseek): Ditto.
1649 (os_open): Ditto.
1650 (os_read): Ditto.
1651 (os_read_stdin): Ditto.
1652 (os_write): Ditto.
1653 (os_write_stdout): Ditto.
1654 (os_rename): Ditto.
1655 (os_system): Ditto.
1656 (os_time): Ditto.
1657 (os_unlink): Ditto.
1658 (os_shutdown): Ditto.
1659 (os_init): Ditto.
1660 (os_printf_filtered): Ditto.
1661
1662 * scm-lang.h (scm_parse): Change old style decl to prototype.
1663 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
1664 * top.c (init_proc): Ditto.
1665 (query_hook): Ditto.
1666 (error_hook): Ditto.
1667 * f-lang.c (c_value_print): Ditto.
1668 * ch-exp.c (parse_expression): Ditto.
1669 (parse_primval): Ditto.
1670 (parse_untyped_expr): Ditto.
1671 (parse_opt_untyped_expr): Ditto.
1672 (ch_lex): Ditto.
1673 * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
1674 (sparc_frame_saved_pc): Ditto.
1675 (sparc_push_dummy_frame): Ditto.
1676 (sparc_pop_frame): Ditto.
1677 * defs.h (fclose): Ditto.
1678 (atof): Ditto.
1679 (error_hook): Ditto.
1680
1681 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
1682 * rs6000-tdep.c (single_step): Ditto.
1683 * sparc-tdep.c (single_step): Ditto.
1684
1685 * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
1686 to PTR which is what make_cleanup expects.
1687 * utils.c (null_cleanup): Change arg type to PTR.
1688 * defs.h (null_cleanup): Change prototype to match actual function.
1689 * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
1690 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1691 chill_print_type_scalar to LONGEST.
1692 * infrun.c (wait_for_inferior): Have empty switch case for
1693 BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
1694 (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
1695 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
1696 is defined.
1697 * symfile.c (generic_load): Scan long int using a long int spec,
1698 not an int spec.
1699 * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
1700 is defined.
1701 (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
1702 not defined.
1703 * inflow.c (handle_sigio): Only need prototype when the actual
1704 function is compiled in.
1705 * valprint.c (longest_to_int): Expand error message to be
1706 separate messages for args larger than largest signed int
1707 and args smaller than smallest signed int.
1708 * valprint.c (print_longest): Fix problems with support for case
1709 where compiler supports type "long long" but the runtime doesn't
1710 support printing them with "%ll".
1711 * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
1712 return types to void since we don't actually return anything
1713 meaningful and callees ignore the values anyway.
1714 * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
1715 ifdef.
1716 (modify_run_on_last_close_flag): Ditto.
1717 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
1718 ifdef
1719 * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
1720 random value.
1721 * infrun.c (wait_for_inferior): Ensure random_signal is not used
1722 uninitialized.
1723 * valops.c (call_function_by_hand): Ensure struct_addr is not used
1724 uninitialized.
1725 * breakpoint.c (watch_command_1): Ensure prev_frame is not used
1726 uninitialized.
1727 * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
1728 to "const char *".
1729 start-sanitize-gdbtk
1730 * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
1731 to proper pointer type, from int.
1732 (gdbtk_query): Change first arg to "const char *" from "char *".
1733 end-sanitize-gdbtk
1734 * infptrace.c (udot_info): Add two dummy args so that the type is
1735 correct for passing to add_info.
1736 * f-lang.c (saved_fcn): Move decl to head of file so it can be used
1737 in prototypes.
1738 (saved_bf_symnum): Ditto.
1739 (SAVED_FUNCTION): Ditto.
1740 (SAVED_FUNCTION_PTR): Ditto.
1741 (SAVED_BF): Ditto.
1742 (SAVED_BF_PTR): Ditto.
1743 * ch-exp.c (parse_named_record_element): Build error message in
1744 temporary buffer before passing it to expect, rather than passing
1745 wrong number of args to expect.
1746 * demangle.c (set_demangling_style): Call set_demangling_command with
1747 correct number of arguments.
1748 * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
1749 int to match actual function.
1750 (os_isatty): Call fdmap with right number of arguments, was missing
1751 the host_callback* arg.
1752 * target.c (cleanup_target): Prototype all functions casts.
1753 * target.h (one_stepped, single_step): Declare here and convert
1754 single_step to prototype.
1755 * infrun.c (one_stepped, single_step): Don't declare externs
1756 here, they have moved to target.h.
1757 * eval.c (init_array_element): Declare previously undeclared
1758 last two args as LONGEST.
1759 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
1760 start-sanitize-gdbtk
1761 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
1762 end-sanitize-gdbtk
1763
1764 Thu Jul 25 16:11:54 1996 Doug Evans <dje@canuck.cygnus.com>
1765
1766 * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
1767
1768 Mon Jul 22 18:13:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1769
1770 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
1771 * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h: Don't
1772 use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
1773 text address. Use a seperate flag (textlow_not_set) instead.
1774 This makes stabs in ELF .o files work a lot better.
1775 * mdebugread.c xcoffread.c: Define textlow_not_set for
1776 partial-stab.h.
1777 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.
1778
1779 start-sanitize-gdbtk
1780 Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
1781
1782 * gdbtk.tcl (files_command): Reorder the binding tags for
1783 the listbox widget to avoid referencing the listbox after
1784 the containing widget has been destroyed by the action of
1785 a previous binding.
1786 end-sanitize-gdbtk
1787
1788 Sat Jul 20 10:41:06 1996 Fred Fish <fnf@cygnus.com>
1789
1790 * dwarf2read.c (struct filenames): Change internal "struct file"
1791 to "struct fileinfo" to avoid conflict with "struct file" in
1792 <sys/file.h> on HPUX and Solaris.
1793
1794 start-sanitize-gdbtk
1795 Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
1796
1797 * gdbtk.tcl (delete_expr): Unset corresponding element of
1798 expr_update_list when destroying an expression.
1799 (create_expr_window): Initialize expr_num, delete_expr_num,
1800 and expr_update_list here when each new expression window
1801 is created, rather than once at startup.
1802 end-sanitize-gdbtk
1803
1804 Fri Jul 19 14:05:57 1996 Stan Shebs <shebs@andros.cygnus.com>
1805
1806 * dwarf2read.c: New file, DWARF 2 reader originally contributed by
1807 Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
1808 * Makefile.in (COMMON_OBS): Add dwarf2read.o.
1809 (SFILES): Add dwarf2read.c.
1810 (dwarf2read.o): Add build rule.
1811 * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
1812 exported functions.
1813 * elfread.c (elf_symfile_read): Call them.
1814 (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
1815
1816 Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>
1817
1818 * symfile.c (symfile_bfd_open):
1819 * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
1820 free the user from having to type the .exe extension.
1821
1822 Wed Jul 17 06:54:50 1996 Mark Alexander <marka@cygnus.com>
1823
1824 * mon960-rom.c: Shorten the mon960_inits string to a single
1825 carriage return; this prevents a hang on connecting immediately
1826 after powerup, when MON960 is attempting autobaud detection.
1827
1828 Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
1829
1830 * a29k-tdep.c (get_saved_register): Allow PC to be modified
1831 when innermost frame is selected, but not in outer frames.
1832
1833 Tue Jul 16 23:37:25 1996 Stu Grossman (grossman@critters.cygnus.com)
1834
1835 * command.c (do_setshow_command): Don't segfault when showing
1836 var_string and var_string_noescape vars that are NULL.
1837
1838 Mon Jul 15 16:55:48 1996 Doug Evans <dje@canuck.cygnus.com>
1839
1840 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
1841 cygwin32_conv_to_posix_path.
1842 (child_create_inferior): unix_path_to_dos_path renamed to
1843 cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
1844
1845 Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
1846
1847 * defs.h printcmd.c: Create global disassemble_info structure
1848 tm_print_insn_info.
1849 start-sanitize-gdbtk
1850 * gdbtk.c (gdb_disassemble): Setup di.mach from
1851 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
1852 end-sanitize-gdbtk
1853 * i386-tdep.c (set_assembly_language_command): set
1854 tm_print_insn_info.mach to the appropriate value for 386 or 8086
1855 disassembly.
1856 * printcmd.c (print_insn): Move init of disassembler_info to
1857 _initialize_printcmd. Set endian for disassembler here.
1858 * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to
1859 select sparc/sparclite.
1860 * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of
1861 TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to
1862 bfd_mach_sparc/bfd_mach_sparc_sparclite.
1863
1864 Fri Jul 12 19:04:32 1996 Fred Fish <fnf@cygnus.com>
1865
1866 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
1867 than xmalloc/xrealloc.
1868
1869 Fri Jul 12 17:59:47 1996 Fred Fish <fnf@cygnus.com>
1870
1871 * objfiles.c (map_to_file): Error return from mmalloc_findbase is
1872 a NULL pointer, not a -1.
1873
1874 Fri Jul 12 10:16:24 1996 Stu Grossman (grossman@critters.cygnus.com)
1875
1876 * i386-tdep.c (set_assembly_language_command): New routine to
1877 select between i386 and i8086 instruction sets for disassembly.
1878 New command `set assembly-language {i386 i8086}'.
1879
1880 Thu Jul 11 21:13:21 1996 Mark Alexander <marka@cygnus.com>
1881
1882 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1883 Disable use of "long long" memory read/write commands; can't
1884 use them because we hold the values to read/write in an int
1885 variable, and because strtoul fails on values that exceed the
1886 size of a long. This fixes breakpoint problems on MON960.
1887
1888 Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
1889
1890 * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
1891 * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
1892
1893 Wed Jul 10 16:54:41 1996 Fred Fish <fnf@cygnus.com>
1894
1895 * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
1896 and MMALLOC_CHECK macros, and add comment indicating how host dependent
1897 makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
1898 to use it but to not do heap corruption checking.
1899 * gdbserver/Makefile.in: Ditto.
1900 * utils.c (init_malloc): Replace warning() use with direct call of
1901 fprintf_unfiltered, since current_target has not yet been set and thus
1902 we cannot use warning(). If we try to use mmcheck and it fails,
1903 suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
1904 defined. Other small mmalloc related cleanups.
1905 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
1906 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
1907
1908 * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1909 * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1910 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1911 * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1912 * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
1913 * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1914 * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1915 * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1916 Remove obsolete defines.
1917
1918 * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
1919 * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
1920 * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
1921 * config/rs6000/aix4.mh (MMALLOC_DISABLE):
1922 * config/powerpc/aix4.mh (MMALLOC_DISABLE):
1923 * config/powerpc/aix.mh (MMALLOC_DISABLE):
1924 * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
1925 * config/mips/mipsm3.mh (MMALLOC_DISABLE):
1926 * config/mips/decstation.mh (MMALLOC_DISABLE):
1927 * config/m88k/cxux.mh (MMALLOC_DISABLE):
1928 * config/i386/i386mk.mh (MMALLOC_DISABLE):
1929 * config/i386/i386m3.mh (MMALLOC_DISABLE):
1930 * config/i386/i386gnu.mh (MMALLOC_DISABLE):
1931 Use MMALLOC_CFLAGS instead.
1932
1933 Tue Jul 9 22:41:12 1996 Jeffrey A Law (law@cygnus.com)
1934
1935 * h8300-tdep.c: Remove some outdated comments.
1936 (h8300_skip_prologue): Rework to be more correct for the H8/300H.
1937 Handle stm.l insns for the H8/S.
1938 (examine_prologue): Likewise.
1939
1940 Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com>
1941
1942 * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
1943
1944 Mon Jul 08 08:50:39 1996 Mark Alexander <marka@cygnus.com>
1945
1946 * mon960-rom.c (mon960_open): Add floating point detection to
1947 prevent hang on non-FPU processors (PR 9775).
1948 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
1949 setting breakpoints and improve loading speed.
1950
1951 Sun Jul 7 14:57:34 1996 Fred Fish <fnf@cygnus.com>
1952
1953 * coffread.c (record_minimal_symbol): Don't presave name string
1954 on symbol_obstack before passing to prim_record_minimal_symbol.
1955 It now handles saving the string itself.
1956 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
1957 * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
1958 * os9kread.c (record_minimal_symbol): Ditto.
1959 * solib.c (solib_add_common_symbols): Ditto.
1960
1961 * coffread.c (coff_symtab_read): Don't presave name string on
1962 symbol_obstack before passing to prim_record_minimal_symbol_and_info.
1963 It now handles saving the string itself.
1964 * dbxread.c (record_minimal_symbol): Ditto.
1965 * elfread.c (record_minimal_symbol_and_info): Ditto.
1966
1967 * dstread.c (record_minimal_symbol): Remove static function that just
1968 called prim_record_minimal_symbol with the same args (after change to
1969 prim_record_minimal_symbol to do it's own name string saves).
1970 * nlmread.c (record_minimal_symbol): Ditto.
1971 * somread.c (record_minimal_symbol): Ditto.
1972
1973 * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
1974 (hpread_read_function_type): Ditto.
1975 (hpread_process_one_debug_symbol): Ditto.
1976 * mdebugread.c (parse_symbol): Ditto.
1977 (new_symbol): Ditto.
1978 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
1979
1980 * coffread.c (process_coff_symbol): Use obsavestring to save
1981 SYMBOL_NAME, rather than obstack_copy0.
1982 * dstread.c (create_new_symbol): Ditto
1983 * symfile.c (obconcat): Ditto.
1984 * stabsread.c (patch_block_stabs): Ditto.
1985 * xcoffread.c (SYMNAME_ALLOC): Ditto.
1986
1987 * symfile.c (obsavestring): Update comments
1988 * solib.c (solib_add_common_symbols): Remove local var origname.
1989
1990 Wed Jul 3 15:56:08 1996 Stu Grossman (grossman@critters.cygnus.com)
1991
1992 * configure: Re-build with autoconf-2.10.
1993
1994 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
1995 config/sparc/tm-sparclite.h: Initialize tm_print_insn from
1996 TM_PRINT_INSN, which comes from the tm file.
1997
1998 Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com>
1999
2000 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,
2001 os9kread.c: Replace identical sym_offsets functions with
2002 default_symfile_offsets.
2003 * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
2004 macro to allocate section_offsets.
2005 * symfile.c (default_symfile_offsets): New function.
2006 * symfile.h: Declare default_symfile_offsets.
2007 * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
2008 simplify allocation of section_offsets.
2009
2010 Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2011
2012 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2013 * configure configure.in: Only make sol-thread.o for native.
2014 Also, switch to dlopened libthread_db.so.1.
2015 * sol-thread.c: Switch to using dlopen to get the thread_db
2016 library.
2017
2018 Thu Jun 13 16:53:25 1996 Stu Grossman (grossman@critters.cygnus.com)
2019
2020 * configure, configure.in: Change test for libthread_db to only
2021 work for configs where build/host/target are the same.
2022
2023 Tue Jul 2 15:04:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2024
2025 * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
2026 PowerPC.
2027
2028 * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
2029 support.
2030 * configure: Regenerate.
2031
2032 Mon Jul 1 13:00:43 1996 Stan Shebs <shebs@andros.cygnus.com>
2033
2034 From Raymond Jou <rjou@mexican.cygnus.com>:
2035 * mpw-make.sed: Add lines to whack out autoconf hook
2036 @CONFIG_LDFLAGS@.
2037
2038 Mon Jul 01 11:07:15 1996 Mark Alexander <marka@cygnus.com>
2039
2040 * remote-e7000.c (e7000_stop): New function.
2041
2042 Fri Jun 28 06:34:19 1996 Dawn Perchik <dawn@cygnus.com>
2043
2044 * configure, configure.in: Add target sparclet.
2045 * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
2046 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
2047 command to start process running on target is different from one
2048 to continue execution), MO_HEX_PREFIX (if addresses from monitor
2049 have a "0x" prefix).
2050 * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
2051 registers array. This is to allow NULLs to be place holders in
2052 the tm-*.h file so that only minor changes are needed when a new
2053 processor is introduced (eg, one without floating point).
2054 * sparc-tdep.c: Conditionally remove dependancies on floating
2055 point.
2056 * sparclet-rom.c, config/sparc/sparclet.mt,
2057 config/sparc/tm-sparclet.h: New files for target sparclet.
2058 * symfile.c (load_command): Add option for 2nd parameter; a load
2059 offset added to the vma of each section.
2060
2061 Fri Jun 28 05:39:19 1996 Dawn Perchik <dawn@cygnus.com>
2062
2063 * main.c (main): Add option "l" for setting remote_timeout.
2064
2065 Fri Jun 28 05:25:18 1996 Dawn Perchik <dawn@cygnus.com>
2066
2067 * remote-e7000.c, remote.c, target.h, top.c: Add set option
2068 "remote_timeout" for setting remote_timeout. Add set option
2069 "use_hard_breakpoints" for setting hardware .vs. memory
2070 breakpoints.
2071
2072 Fri Jun 28 04:32:18 1996 Dawn Perchik <dawn@cygnus.com>
2073
2074 * remote-e7000.c (e7000_parse_device): New function.
2075 Add option "tcp_remote" to target command if using
2076 tcp to connect to a remote host which is then connected
2077 via serial port to the e7000 (for exampole, a port master).
2078 (e7000_open): Change to call e7000_parse_device.
2079
2080 Fri Jun 28 03:47:17 1996 Dawn Perchik <dawn@cygnus.com>
2081
2082 * monitor.c (monitor_debug): Fix remotedebug buffering.
2083
2084 Thu Jun 27 18:24:17 1996 Stan Shebs <shebs@andros.cygnus.com>
2085
2086 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
2087 (NATDEPFILES): Add a space.
2088
2089 Wed Jun 26 06:05:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2090
2091 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
2092 is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
2093
2094 * ch-exp.c (calculate_array_length): Function removed.
2095
2096 Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2097
2098 * remote-e7000.c (e7000_read_inferior_memory_large): New function.
2099 (e7000_xfer_inferior_memory): Call it.
2100
2101 Tue Jun 25 23:14:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2102
2103 * gdb/gdbserver/Makefile.in (docdir): Removed.
2104
2105 Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2106
2107 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
2108 Use autoconf set values.
2109 (docdir): Removed.
2110 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2111 * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2112 includedir): Use autoconf set values.
2113 (docdir): Removed.
2114 * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
2115 * nlm/configure: Rebuilt.
2116 * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
2117
2118 Mon Jun 24 09:56:14 1996 Angela Marie Thomas (angela@cygnus.com)
2119
2120 * stabsread.c (read_cfront_member_functions): add type
2121
2122 Sun Jun 23 23:40:48 1996 Doug Evans <dje@canuck.cygnus.com>
2123
2124 * win32-nat.c: #include <unistd.h>.
2125 (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
2126 (child_create_inferior): Convert only env var PATH to win32 style.
2127 (set_pathstyle_dos): Delete.
2128 (_initialize_inftarg): Delete dos-path-style command.
2129
2130 start-sanitize-gdbtk
2131 Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
2132
2133 * gdbtk.tcl (create_register_windows): Include missing '$'s.
2134 Add global declarations for various reg_format_* variables.
2135 * gdbtk.tcl (populate_register_window): Make initial window one
2136 line taller to account for new column header line.
2137
2138 Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
2139
2140 * gdbtk.c (get_register): Support for printing raw formats.
2141 * gdbtk.tcl: Add hint for using debug_interface.
2142 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
2143 Enclose arg in braces for consistency.
2144 (create_registers_window, populate_reg_window, update_registers):
2145 Major rewrite to support displaying multiple formats in the register
2146 window.
2147 (init_reg_info): New function.
2148 (recompute_reg_display_list): Reset reg_display_list, start
2149 register display lines at line 2.
2150
2151 end-sanitize-gdbtk
2152 Thu Jun 20 13:42:23 1996 Doug Evans <dje@canuck.cygnus.com>
2153
2154 * configure.in: Revise sol-thread.o test.
2155 * configure: Regenerated.
2156
2157 * source.c (find_source_lines): Reassign size to result of read.
2158
2159 start-sanitize-gdbtk
2160 Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
2161
2162 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
2163 avoid backing up over prompt. At every input, make sure insert
2164 point is at least after command start, handle control-u to delete
2165 current input line.
2166 (tclsh): Handle backspace to avoid backing up over prompt. Handle
2167 control-u to delete current input line.
2168
2169 Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
2170
2171 * configure.in: disable gdbtk for *cygwin32* hosted compiles
2172 * configure: regenerated with autoconf 2.8
2173
2174 end-sanitize-gdbtk
2175 Tue Jun 18 16:25:54 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2176
2177 * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
2178 (h8300_command): Likewise.
2179 (set_machine): Likewise.
2180 (set_machine_hook): Likewise.
2181 (_initialize_h8300m): Likewise.
2182
2183 * config/h8300/tm-h8300.h (h8300smode): Declare.
2184
2185 Sun Jun 16 15:21:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2186
2187 * somsolib.c (som_solib_create_inferior_hook): Handle tracking
2188 of shl_load calls for hpux10.
2189
2190 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
2191
2192 * config.in: Regenerated.
2193 * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
2194
2195 * configure: Regenerated.
2196 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
2197 avoid name clashes with SunOS headers.
2198
2199 Tue Jun 11 19:52:50 1996 Fred Fish <fnf@cygnus.com>
2200
2201 From Michael Snyder <Michael_Snyder@next.com>:
2202 * bcache.c (print_bcache_statistics): Avoid divide-by-zero
2203 exception if one or more objfile has no symbols, such as when
2204 a dynamic library has been stripped.
2205
2206 Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2207
2208 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2209 * configure configure.in: Only make sol-thread.o for native.
2210 Also, switch to dlopened libthread_db.so.1.
2211 * sol-thread.c: Switch to using dlopen to get the thread_db
2212 library.
2213
2214 Mon Jun 10 14:17:19 1996 Fred Fish <fnf@cygnus.com>
2215
2216 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
2217 Change from 0xE0000000 to 0xC0000000.
2218
2219 Thu Jun 6 17:10:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2220
2221 * config/powerpc/xm-solaris.h: Initial version of support for
2222 Solaris on PowerPC.
2223
2224 Wed Jun 5 01:52:57 1996 James G. Smith <jsmith@cygnus.co.uk>
2225
2226 * configure.in (configdirs): Force 4100 builds to use 4300 GDB
2227 target.
2228 * configure: Rebuild.
2229
2230 * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
2231 little-endian builds.
2232
2233 Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com)
2234
2235 * inftarg.c (child_thread_alive): Protect declaration with
2236 #ifndef CHILD_THREAD_ALIVE.
2237
2238 * source.c (find_source_lines): Check the time on the symtab's bfd if
2239 it exists, else check the time on the exec_bfd.
2240
2241 Thu May 30 09:43:17 1996 Mark Alexander <marka@cygnus.com>
2242
2243 * dsrec.c (make_srec): Fix calculation of address size
2244 to allow addresses less than 0x100.
2245
2246 Thu May 30 04:24:09 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2247
2248 * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
2249
2250 Tue May 28 16:15:47 1996 Geoffrey Noer <noer@cygnus.com>
2251
2252 * remote-mips.c: cannot use EINVAL for breakpoint test since
2253 its value varies for different hosts (e.g. go32's is 19, while
2254 sunos is 22). Changed to hardcoded 22 since that is what the
2255 mips boards return.
2256
2257 Tue May 28 11:14:58 1996 Tom Tromey <tromey@creche.cygnus.com>
2258
2259 * configure: Regenerated.
2260 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
2261 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
2262
2263 Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
2264
2265 * solib.c (solib_absolute_prefix, solib_search_path): New variables.
2266 (_initialize_solib): Add set/show commands for those variables.
2267 (solib_map_sections): Implement searching using them.
2268
2269 Sun May 26 14:14:49 1996 Fred Fish <fnf@cygnus.com>
2270
2271 Changes from: David Mosberger-Tang <davidm@azstarnet.com>
2272
2273 * NEWS: Add Alpha Linux as a new native configuration.
2274
2275 * mdebugread.c (parse_symbol): When we find a malloc() symbol with
2276 return type VOID, assume no debugging info is available for that
2277 object file and patch the return value into VOID *. Otherwise,
2278 operations requiring an implicit call to malloc() will fail.
2279
2280 * infrun.c (wait_for_inferior): The criterion to detect entering a
2281 sigtramp handler is now: (a) the current pc is inside a sigtramp
2282 handler, (b) the previous pc is not in a sigtramp handler, and (c)
2283 the current stack pointer is "inner" than the old one. Condition
2284 (c) is new to avoid mistaking a return from a signal handler into
2285 sigtramp as a new sigtramp invocation.
2286
2287 * dcache.c (struct dcache_block): Declare addr as CORE_ADDR. An
2288 int may not be big enough to hold an address.
2289 (dcache_hit): Ditto.
2290 (dcache_peek_byte): Fix indentation.
2291
2292 * configure.in (alpha-*-linux*): Add target.
2293 * configure: Rebuild
2294
2295 * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
2296 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2297 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2298 (SIGCONTEXT_ADDR): Ditto.
2299 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2300
2301 * config/alpha/alpha-linux.mh: New file.
2302 * config/alpha/alpha-linux.mt: Ditto.
2303 * config/alpha/nm-linux.h: Ditto.
2304 * config/alpha/tm-alphalinux.h: Ditto.
2305 * config/alpha/xm-alphalinux.h: Ditto.
2306 * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
2307 * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
2308 xm-alphaosf.h.
2309 * config/alpha/alpha-osf2.mh: Ditto.
2310
2311 * blockframe.c (find_pc_partial_function): Pass PC to
2312 SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
2313 that detect sigtramp code via designated code sequences (as is the
2314 case for Linux/Alpha, for example).
2315
2316 * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
2317 to ignore new PC argument.
2318 * config/m68k/tm-hp300bsd.h: Ditto.
2319 * config/vax/tm-vax.h: Ditto.
2320
2321 * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
2322 (alpha_osf_skip_sigtramp_frame): Ditto.
2323 (push_sigtramp_desc): Ditto.
2324 (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
2325 sigcontext address from frame.
2326 (alpha_saved_pc_after_call): When in sigtramp, use
2327 alpha_frame_saved_pc() instead of read-register().
2328 (after_prologue): When inside a dynamically generated sigtramp
2329 function, there is no prologue, so return address of first
2330 instruction.
2331 (alpha_in_prologue): Fix typo in comment.
2332 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
2333 whether we're inside a dynamicaly generated sigtramp function. If
2334 so, create and push and appropriate procedure descriptor.
2335 (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
2336 the frame past a sigtramp frame (if the current frame is indeed a
2337 sigtramp function).
2338 (init_extra_frame_info): Don't read next frame register off of
2339 stack-pointer when inside a dynamiccaly generated sigtramp.
2340 (alpha_pop_frame): Also unlink and destroy procedure descriptors
2341 created for dynamically generated sigtramp functions.
2342
2343 * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
2344 <alpha/ptrace.h> instead of <machine/reg.h>
2345
2346 Tue Jul 2 13:58:10 1996 Miles Bader <miles@gnu.ai.mit.edu>
2347
2348 * gnu-nat.c (inf_validate_task_sc):
2349 Give terminal to gdb while asking question.
2350 (inf_resume): Don't validate the task suspend-count while execing.
2351
2352 Thu Jun 13 11:04:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
2353
2354 * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
2355 additional suspend count.
2356 (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
2357 (inf_resume): Call inf_validate_task_sc here.
2358 (gnu_resume): Call inf_update_procs to ensure noticing new threads.
2359
2360 Fri Jun 7 17:00:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
2361
2362 * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
2363
2364 Thu May 23 15:13:56 1996 Jeffrey A Law (law@cygnus.com)
2365
2366 * h8300-tdep.c (IS_PUSH): Refine.
2367 (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
2368 (IS_SUB4_SP, IS_SUBL_SP): New macros.
2369 (h8300_skip_prologue): Handle H8/300H prologue code sequences.
2370 (examine_prologue): Handle addresses from 0x010000 to 0xffffff
2371 when in H8/300H mode. Get the return pointer's address correctly
2372 for the H8/300H. Handle H8/300H prolouge code sequences.
2373
2374 * symfile.c (generic_load): Print the starting address
2375 of the file just loaded.
2376
2377 Thu May 23 12:09:52 1996 Stan Shebs <shebs@andros.cygnus.com>
2378
2379 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
2380
2381 Tue May 21 11:53:56 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2382
2383 * breakpoint.c (bpstat_do_actions): Avoid endless recursion
2384 if a `source' command is contained in bs->commands.
2385
2386 * infrun.c (wait_for_inferior): Update step_frame_address when
2387 stepping into a new line.
2388
2389 From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab):
2390 * breakpoint.c (breakpoint_1): Add shlib_disabled case to
2391 bpenables array.
2392
2393 Mon May 20 22:52:00 1996 Mark Alexander <marka@cygnus.com>
2394
2395 * dsrec.c (load_srec): Add WAITACK parameter, for machines
2396 like EST visionICE that send back an ACK after each S-record.
2397 * monitor.c (monitor_wait_srec_ack): New function.
2398 (monitor_load): Pass monitor_wait_srec_ack to load_srec
2399 if the monitor's MO_SREC_ACK flag is set.
2400 * monitor.h: Define MO_SREC_ACK flag.
2401 * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
2402 * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
2403 * srec.h: Add WAITACK parameter to load_srec prototype.
2404
2405 Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll>
2406
2407 * config/sparc/sparclite.mt: Add the sparc simulator.
2408
2409 Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
2410
2411 * defs.h (read_command_lines, query_hook): Update prototypes.
2412 (readline_begin_hook, readline_hook, readline_end_hook): Declare.
2413 * breakpoint.c (commands_command): Build message in temporary buffer
2414 and pass that, as well as tty control flag, to read_command_lines.
2415 * top.c (readline_begin_hook, readline_hook, readline_end_hook):
2416 Define here.
2417 (command_loop): Check for non-NULL instream before looping.
2418 (command_line_input): Use readline_hook when appropriate, to get
2419 user input from a GUI window.
2420 (read_next_line): Also build prompt if getting user input from a GUI.
2421 (recurse_read_control_structure): Fix typo in comment.
2422 (read_command_lines): Use passed in prompt and tty flag to decide how
2423 to build message. Use readline_begin_hook when appropriate, to set
2424 up a GUI interaction window. Just return head, whether NULL or not,
2425 after using readline_end_hook to complete GUI interaction.
2426 (define_command, document_command): Build message in a temporary
2427 buffer and pass it to read_command_lines, along with tty flag.
2428
2429 start-sanitize-gdbtk
2430 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
2431 New functions.
2432 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
2433 (gdbtk_init): Set readline_begin_hook, readline_hook,
2434 and readline_end_hook.
2435 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
2436 gdbtk_tcl_readline_end): New functions.
2437 (tclsh): Pack scroll bar on right side of window, not left.
2438 end-sanitize-gdbtk
2439
2440 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2441
2442 * blockframe.c (frameless_look_for_prologue):
2443 Add FUNCTION_START_OFFSET only if func_start is non-zero.
2444 * minsyms.c (lookup_minimal_symbol_by_pc): Return NULL if
2445 pc is not in a known section.
2446 * stack.c (print_frame_info): Remove check for fi->pc in known
2447 section, now handled by lookup_minimal_symbol_by_pc.
2448
2449 start-sanitize-gdbtk
2450 Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
2451
2452 * gdbtk.tcl (create_command_window): Change a misspelled "get"
2453 to the intended "cget".
2454 (delete_line): Fix so it deletes the current line at the
2455 insertion cursor.
2456 end-sanitize-gdbtk
2457
2458 Fri May 17 13:31:04 1996 Stan Shebs <shebs@andros.cygnus.com>
2459
2460 * sh-stub.c: New file, was config/sh/stub.c.
2461
2462 start-sanitize-gdbtk
2463 Thu May 16 19:20:29 1996 Fred Fish <fnf@cygnus.com>
2464
2465 * gdbtk.tcl (gdb_prompt): Set this early on.
2466 (create_command_window): Use gdb_prompt rather than "(gdb) ".
2467 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
2468 (tclsh): If an evaluation window already exists, just bring it
2469 to the front instead of trying to create another.
2470 * gdbtk.c (tk_command_loop): New function.
2471 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
2472
2473 Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
2474
2475 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
2476 implement a tcl evaluation window for gdbtk maintainers to use.
2477
2478 Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
2479
2480 * gdbtk.tcl (files_command): Correctly insert list of files into
2481 listbox widget.
2482
2483 * gdbtk.tcl (files_command): listbox command no longer accepts
2484 -geometry.
2485
2486 Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
2487
2488 * gdbtk.tcl (create_command_window): If command window's buffer
2489 is disabled, don't execute any of the key bindings.
2490 end-sanitize-gdbtk
2491
2492 Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com)
2493
2494 * top.c (read_next_line): Fix thinkos. From Donn Seeley.
2495
2496 * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
2497 C_STAT symbols.
2498 * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
2499 Flush cached frames just before exiting.
2500 * remote-sim.c (gdbsim_resume): Complain if the program isn't
2501 being run.
2502 * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
2503
2504 Tue May 14 18:05:16 1996 Stu Grossman (grossman@critters.cygnus.com)
2505
2506 * procfs.c (procfs_thread_alive procfs_stop): Make static.
2507 (procfs_pid_to_str): New routine to print out thread id's in an
2508 intelligible manner.
2509 * sol-thread.c (sol_thread_fetch_registers): Re-order manner in
2510 which supply_register is called to fix bug with writing
2511 individual regs.
2512 * config/sparc/tm-sun4sol2.h: Define default for
2513 target_pid_to_str in case host lacks libthread_db.
2514
2515 Mon May 13 23:53:30 1996 Stu Grossman (grossman@critters.cygnus.com)
2516
2517 * Makefile.in config.in configure configure.in
2518 config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
2519 config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
2520 and pthread support, since pre-2.5 systems don't come with
2521 libthread_db.so.1.
2522
2523 * procfs.c (info_proc): Use int instead of id_t. Old versions of
2524 Irix don't seem to define this.
2525
2526 start-sanitize-gdbtk
2527 Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
2528
2529 * gdbtk.c (tk_command): Catch case where no argument is given
2530 since this will cause the tcl interpreter to dump core.
2531 end-sanitize-gdbtk
2532
2533 Mon May 13 17:40:58 1996 Jeffrey A Law (law@cygnus.com)
2534
2535 * top.c (execute_control_command, case while_control): Allow
2536 a while command to be interrupted.
2537
2538 Mon May 13 16:17:36 1996 Stu Grossman (grossman@critters.cygnus.com)
2539
2540 * sol-thread.c: More cleanup, add comments.
2541 (sol_thread_resume): Prevent people from trying to step
2542 inactive threads.
2543 (sol_thread_wait sol_thread_fetch_registers
2544 sol_thread_store_registers): Remove unnecessary check for
2545 sol_thread_active. These routines won't get called unless threads
2546 are active.
2547
2548 Mon May 13 11:29:37 1996 Stan Shebs <shebs@andros.cygnus.com>
2549
2550 SH3-E support from Allan Tajii <atajii@hmsi.com>:
2551 * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
2552 float registers.
2553 (sh3e_reg_names): New register name array.
2554 (sh_processor_type_table): Add sh3e processor type.
2555 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
2556 (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
2557 full set of registers.
2558 * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
2559 (e7000_fetch_registers, e7000_wait): Use them.
2560 * sh3-rom.c (sh3_regnames): Add float registers.
2561 (sh3e_cmds, sh3e_ops): New globals.
2562 (sh3e_open): New function.
2563 (_initialize_sh3_rom): Rename from _initialize_sh3, set up
2564 sh3e target vector.
2565
2566 Fri May 10 15:53:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
2567
2568 * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes.
2569 Print out messages instead of codes for thread_db errors. Make
2570 access macros for thread and lwp manipulation. Make cleanups to
2571 fixup inferior_pid in case of errors.
2572
2573 Thu May 9 19:06:02 1996 Fred Fish <fnf@cygnus.com>
2574
2575 * aclocal.m4: Remove unused definition of AC_C_CROSS.
2576 * configure.in: Add powerpcle-*-solaris* host and target config
2577 so April 30th change does not get lost next time configure is
2578 rebuilt.
2579
2580 Thu May 9 14:13:08 1996 Stu Grossman (grossman@critters.cygnus.com)
2581
2582 * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
2583 infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
2584 win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
2585 avoid conflict with Solaris /usr/include/thread.h.
2586
2587 Thu May 9 12:33:32 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2588
2589 * abug-rom.c: Config file for the older style ABug monitor that
2590 runs on the mvme13x boards.
2591 * config/m68k/monitor.mt: Add abug support for m68k cross
2592 debugging.
2593
2594 Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
2595
2596 * infcmd.c (do_registers_info): Always print the raw floating
2597 point value's bytes in big endian order, so the the leftmost bit
2598 is the most significant.
2599 * breakpoint.c (clear_momentary_breakpoints): Remove dead code
2600 that is referenced nowhere else.
2601 (set_breakpoint): Ditto.
2602 (do_enable_breakpoint): Created from enable_once_breakpoint
2603 with a couple of changes.
2604 (enable_breakpoint): Call do_enable_breakpoint with an appropriate
2605 bpdisp enum value to set disposition of breakpoint.
2606 (enable_once_breakpoint): Ditto.
2607 (enable_delete_breakpoint): Ditto.
2608 * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
2609 * symtab.c (find_pc_line): Improve comments.
2610 start-sanitize-gdbtk
2611 * gdbtk.c: Fix a couple of misspellings.
2612 end-sanitize-gdbtk
2613 * xcoffread.c: Ditto.
2614
2615 Tue May 7 18:37:06 1996 Stan Shebs <shebs@andros.cygnus.com>
2616
2617 * target.c (debug_to_xfer_memory): Insert line breaks when
2618 dumping the memory block.
2619
2620 Mon May 6 13:52:52 1996 Stu Grossman (grossman@critters.cygnus.com)
2621
2622 * fork-child.c (fork_inferior), inferior.h: init_trace_fun now
2623 returns a possibly modified pid.
2624 * inftarg.c (ptrace_him): Now returns pid;
2625 * m3-nat.c (m3_trace_him): Now returns pid;
2626 * infcmd.c (run_command): Minor cleanup.
2627 * infrun.c (wait_for_inferior): Add another check for one_stepped
2628 near where we read the pc to avoid erroneously setting
2629 random_signal for multi-threaded support.
2630 * procfs.c: Add support for Solaris LWPs. Remove def of
2631 LOSING_POLL. Many cleanups... Several workarounds for Solaris
2632 lossage. System call entry and exit are now handled by
2633 dynamically registered handlers.
2634 * (syscallname): Don't barf when handed an unknown syscall
2635 number.
2636 * (info_proc_syscalls): Ditto.
2637 * sol-thread.c: New file. Implements Solaris thread support.
2638 * symfile.c (symbol_file_add): Add call to target_new_objfile to
2639 notify target-dependent code about new symbol tables.
2640 * (clear_symtab_users): Call target_new_objfile to notify it of
2641 the removal of all symbol tables.
2642 * target.c (push_target): Make sure that to_close is non-zero
2643 before calling it.
2644 * target.h (target_new_objfile): Provide default.
2645 * config/alpha/nm-osf2.h: Define LOSING_POLL because this version
2646 of OSF can't hack using poll with /proc.
2647 * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be
2648 sol-thread-new-objfile.
2649 * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and
2650 add libthread_db.so.1 to NAT_CLIBS.
2651 * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and
2652 target_pid_to_str.
2653
2654 Sat May 4 02:13:34 1996 N Srin Kumar <nsrin@wipinfo.soft.net>
2655
2656 * procfs.c (remove_fd): Fix copy of fds to fill hole left after
2657 removal of the requested fd.
2658
2659 Mon May 6 07:52:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2660
2661 * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
2662 hooks under ELF.
2663
2664 * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
2665
2666 start-sanitize-gdbtk
2667 Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
2668
2669 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
2670 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
2671 (file_popup_menu): Delete, never used.
2672 (listing_window_popup): Rename from listing_window_button_1,
2673 remove breakpoint toggling code.
2674 (toggle_breakpoint): New procedure.
2675 (create_file_win): Bind popup menu to button 2, toggle breakpoints
2676 with button 1 in breakpoint area, add display of tagged areas if
2677 debugging on.
2678 end-sanitize-gdbtk
2679
2680 Thu May 2 12:46:14 1996 Jeffrey A Law (law@cygnus.com)
2681
2682 From Peter Schauer:
2683 * breakpoint.h (enum bpdisp): Add del_at_next_stop.
2684 * breakpoint.c (insert_breakpoints, watchpoint_check,
2685 bpstat_stop_status): Avoid bad references to memory freed via
2686 delete_breakpoint on watchpoints going out of scope.
2687 Do not delete these watchpoints, disable them and change their
2688 disposition to del_at_next_stop instead.
2689 (breakpoint_auto_delete): Delete all breakpoints whose disposition
2690 is del_at_next_stop.
2691 (breakpoint_init_inferior): Use switch to avoid reference to
2692 already deleted breakpoint.
2693
2694 Wed May 1 17:29:18 1996 Fred Fish <fnf@cygnus.com>
2695
2696 * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
2697 * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
2698 * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
2699 * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
2700 (solib_info): Call xcoff_relocate_symtab via the hook.
2701 (sharedlibrary_command): Ditto.
2702 * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
2703 (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
2704 (xcoff_init_loadinfo_hook): Define and initialize here.
2705 (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
2706 (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
2707 * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
2708 * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
2709 of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
2710 * rs6000-nat.c (_initialize_core_rs6000): Add initialization
2711 of xcoff_relocate_symtab_hook.
2712
2713 Tue Apr 30 13:22:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2714
2715 * configure (powerpcle-*-solaris*): Add Solaris support.
2716
2717 * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
2718 Solaris support.
2719
2720 Mon Apr 29 16:17:31 1996 Dawn Perchik <dawn@cygnus.com>
2721
2722 * c-valprint.c (c_val_print): Fix printing for arrays defined
2723 with 0 length.
2724
2725 Sun Apr 28 15:08:05 1996 Stan Shebs <shebs@andros.cygnus.com>
2726
2727 Support for bi-endian remote breakpoints.
2728 * remote.c (big_break_insn, little_break_insn): New globals.
2729 (break_insn): Remove.
2730 (remote_insert_breakpoint, remote_remove_breakpoint): Use own
2731 code if REMOTE_BREAKPOINT defined, otherwise call memory
2732 breakpoint functions.
2733 * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
2734 (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
2735
2736 * mon960-rom.c (mon960_cmds): Remove forward decl.
2737 (mon960_load): Use current_monitor instead of mon960_cmds.
2738 (mon960_regnames): Remove backslashes from line ends.
2739 (_initialize_mon960): Fix documentation string.
2740
2741 Sun Apr 28 12:10:35 1996 Fred Fish <fnf@cygnus.com>
2742
2743 * symfile.h (psymbol_allocation_list): Expand comments which
2744 describe the psymbol allocation list and how each field is
2745 used.
2746
2747 Sun Apr 28 03:44:30 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2748
2749 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
2750 storage leaks.
2751 (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks.
2752
2753 * infcmd.c (run_command), solib.c (locate_base): Check for
2754 target_has_execution in addition to inferior_pid, a core file
2755 from a threaded program is yielding a non-zero inferior_pid.
2756
2757 * sparc-tdep.c (get_saved_register): Handle window registers
2758 in a dummy frame correctly.
2759
2760 Sat Apr 27 20:38:32 1996 Fred Fish <fnf@cygnus.com>
2761
2762 * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
2763 so that anything that wants an allocation function not yet pulled
2764 in, will get it from mmalloc rather than a system library.
2765 * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
2766 to avoid surprising results when used.
2767
2768 Sat Apr 27 00:12:05 1996 Dawn Perchik (dawn@cygnus.com)
2769
2770 * stabsread.c: Changes and bug fixes for cfront support.
2771 Fix bug for class data members.
2772 Fix parsing bug when no base classes exist.
2773 Fix memory bug - allocate space for cplusplus specific info.
2774 Add support for static data.
2775 Add prototypes for static functions.
2776 Enhance comments to show what each function expects to parse.
2777 Cleanup code.
2778 * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename
2779 function to resolve_cfront_continuation.
2780
2781 Fri Apr 26 23:58:26 1996 Jeffrey A Law (law@cygnus.com)
2782
2783 * infrun.c (wait_for_inferior): Call registers_changed when
2784 restarting the inferior to get over a nullified instruction.
2785
2786 Tue Apr 24 12:12:55 1996 Dawn Perchik (dawn@cygnus.com)
2787
2788 * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c:
2789 Add new support for parsing cfront stabs.
2790
2791 Wed Apr 24 00:32:55 1996 Jeffrey A Law (law@cygnus.com)
2792
2793 * infrun.c (wait_for_inferior): Move "have_waited" label
2794 outside of #ifdef conditionals. Don't trash the wait status
2795 if we get a signal and the current instruction is nullified.
2796
2797 Mon Apr 22 20:17:01 1996 Fred Fish <fnf@cygnus.com>
2798
2799 * Makefile.in (VERSION): Bump version number to 4.16.1.
2800 * NEWS: Update for 4.16 release.
2801
2802 Mon Apr 22 16:32:29 1996 Stan Shebs <shebs@andros.cygnus.com>
2803
2804 * monitor.h: Clean up comment formatting.
2805 (current_monitor): Remove decl.
2806 (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
2807 (push_monitor, SREC_SIZE): Remove.
2808 * monitor.c: Expand old macro into current_monitor derefs
2809 everywhere.
2810 * remote-os9k.c (current_monitor): Remove definition.
2811
2812 Mon Apr 22 14:54:45 1996 Mark Alexander <marka@superball.cygnus.com>
2813
2814 * corefile.c (specify_exec_file_hook): Allow arbitrary number of
2815 hooks.
2816 (call_extra_exec_file_hooks): New function.
2817 * h8300-tdep.c: Lint; add .h files to provide missing declarations,
2818 remove unused variables.
2819 (set_machine_hook): New function.
2820 (_initialize_h8300m): Initialize it.
2821
2822 Fri Apr 19 15:03:49 1996 Ian Lance Taylor <ian@cygnus.com>
2823
2824 * remote-mips.c (encoding): Don't specify size, to avoid bug in
2825 SunOS native compiler.
2826
2827 Thu Apr 18 18:46:57 1996 Stan Shebs <shebs@andros.cygnus.com>
2828
2829 * monitor.c: Use int rather than LONGEST for values, since
2830 the formatting strings are not prepared to accept long longs.
2831
2832 Wed Apr 17 20:17:27 1996 Doug Evans <dje@canuck.cygnus.com>
2833
2834 * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
2835
2836 Tue Apr 16 17:38:23 1996 Stu Grossman (grossman@critters.cygnus.com)
2837
2838 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
2839 before de-referencing it. Prevents deref of NULL pointer if core
2840 file lacks .reg section.
2841 * defs.h: Rename floatformat_{to from}_long_double to
2842 floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
2843 FROM}... macros.
2844 * findvar.c (extract_floating store_floating): Change all refs to
2845 FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
2846 * utils.c: Change floatformat_{to from}_long_double to
2847 floatformat_{to from}_doublest cuz the new routines will use
2848 whatever size (double or long double) is appropriate.
2849 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2850 REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
2851 floatformat... routine calls.
2852
2853 Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
2854
2855 * stabsread.c (read_type): Move handling of '@' from type
2856 number handling to handling of types proper (as emitted by gcc!).
2857 For typedefs, allocate the typedef type before reading its
2858 definition, to properly handling recursive types.
2859
2860 Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
2861
2862 * ch-exp.c (calculate_array_length): Fix prototype.
2863
2864 Sat Apr 13 14:21:16 1996 Stu Grossman (grossman@critters.cygnus.com)
2865
2866 * remote-nindy.c (nindy_open): Acquire more target state so that
2867 user can attach to a previously running program.
2868 * (nindy_fetch_registers nindy_store_registers): Get rid of fp
2869 conversion code. That's all handled in {extract store}_floating
2870 now.
2871 * utils.c (floatformat_to_double): Don't bias exponent when
2872 handling zero's, denorms or NaNs.
2873 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2874 REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and
2875 FLOATFORMAT_TO/FROM_DOUBLEST macros.
2876 * config/i960/tm-nindy960.h: Undefine
2877 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
2878 REGISTER_CONVERTIBLE. These are no longer necessary now that all
2879 the magic happens in extract/store_floating.
2880
2881 Sat Apr 13 02:58:02 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2882
2883 * eval.c (evaluate_subexp_standard): Report error when attempting to
2884 evaluate subscripts for types which cannot be subscripted.
2885
2886 * valarith.c (value_x_binop, value_x_unop): Add noside parameter.
2887 Return a zero value with the return type of the member function
2888 if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
2889 function.
2890 * values.h (value_x_binop, value_x_unop): Update prototypes
2891 accordingly.
2892 * eval.c (evaluate_subexp_standard): Update all callers of
2893 value_x_binop, value_x_unop accordingly.
2894
2895 * valarith.c (value_neg, value_complement): Perform ANSI C/C++
2896 integral promotion on operands.
2897
2898 Fri Apr 12 13:19:27 1996 Fred Fish <fnf@cygnus.com>
2899
2900 * README: Update for 4.16 release.
2901 * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
2902 * configure: Regenerate with autoconf.
2903 * config.in: Regenerate with autoheader.
2904 * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
2905 * top.c (command_loop): Ditto.
2906
2907 Fri Apr 12 09:45:29 1996 Stu Grossman (grossman@critters.cygnus.com)
2908
2909 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2910 defaults for bi-endian targets. Replace function pointers for
2911 floatformat routines with macros. No need for these to be runtime
2912 selectable.
2913 * findvar.c: Get rid of floatformat function pointers. Use
2914 macros in extract_floating and store_floating.
2915 * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
2916 Use floatformat macros.
2917
2918 Thu Apr 11 21:28:02 1996 Fred Fish <fnf@cygnus.com>
2919
2920 From: Miles Bader <miles@gnu.ai.mit.edu>
2921 * configure.in (AC_CHECK_HEADERS): check for endian.h.
2922 Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK.
2923 Add host & target cases for i[345]86-*-gnu*.
2924 * config.in: Regenerate with autoheader.
2925 * configure: Regenerate with autoconf.
2926 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
2927 (init.c): Don't scan mig-generated files.
2928 * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
2929 * config/nm-m3.h (ATTACH_NO_WAIT): Define.
2930 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
2931 rather than "#ifndef MACH".
2932
2933 Thu Apr 11 18:49:42 1996 Stan Shebs <shebs@andros.cygnus.com>
2934
2935 * remote.c (remotewritesize): New GDB variable, controls size
2936 of memory packets sent to the target.
2937
2938 Thu Apr 11 13:47:52 1996 Stu Grossman (grossman@critters.cygnus.com)
2939
2940 * dcache.c: Add prototypes. Make many functions static.
2941 * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and
2942 dcache_poke call dcache_xfer_memory directly in order to fix
2943 problems with turning off dcache. dcache_peek is now unnecessary,
2944 so it goes away.
2945
2946 * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2947 and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
2948 to a struct floatformat. This allows for better handling of
2949 targets whose floating point formats differ from the host by more
2950 than just byte order.
2951 * (floatformat_to_long_double floatformat_from_long_double):
2952 Prototypes for new functions in utils.c.
2953 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
2954 for pointers to floating point conversion functions. The actual
2955 function uses either double or long double if the host supports it.
2956 * findvar.c (floatformat_to_doublest floatformat_from_doublest):
2957 Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
2958 * (extract_floating store_floating): Rewrite. Now, if host fp
2959 format is the same as the target, we just do a copy. Otherwise,
2960 we call floatformat_{to from}_doublest.
2961 * remote-nindy.c (nindy_xfer_inferior_memory): Change param
2962 `write' to `should_write'.
2963 * utils.c (floatformat_to_long_double
2964 floatformat_from_long_double): New routines that implement long
2965 double versions of functions in libiberty/floatformat.c.
2966 * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for
2967 i960 extended real (80 bit) numbers.
2968 * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes
2969 actually read or written.
2970
2971 Wed Apr 10 02:56:06 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2972
2973 * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
2974 (calculate_array_length): Move function from here ...
2975
2976 * ch-exp.c (calculate_array_length): ... to here.
2977 (parse_primval): If we have a symbol with an array type
2978 and the length is 0, call calculate_array_length.
2979
2980 Tue Apr 9 01:23:05 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2981
2982 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
2983 Add some checks for powerset compatibility.
2984
2985 * valops.c (value_slice): Use lowbound instead of lowerbound for
2986 call to slice_range_type to get correct bounds.
2987
2988 Mon Apr 8 12:53:56 1996 Fred Fish <fnf@cygnus.com>
2989
2990 * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
2991 dependencies.
2992 * scm-lang.c (gdb_string.h): Include.
2993 * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
2994 call to correct type (char *).
2995 * cp-valprint.c (cp_print_static_field): Ditto.
2996 * somsolib.c (som_solib_create_inferior_hook): Add a declaration
2997 for external find_unwind_entry function (from hppa-tdep.c).
2998 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
2999 type of second arg to "char *" to be type compatible with
3000 dcache.
3001 (remote_wait): Cast second arg to strtol to correct type.
3002 * hppa-tdep.c (compare_unwind_entries): Change argument types to
3003 "const void *" to be type compatible with qsort, and then
3004 assign to local args prior to use.
3005
3006 Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com)
3007
3008 * infptrace.c (kill_inferior): Remove call to "kill"; update
3009 comments.
3010
3011 Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
3012
3013 * remote-e7000.c: don't append :23 to target port if __WIN32__
3014 is defined (it's WinGDB).
3015
3016 Sun Apr 7 22:34:29 1996 Fred Fish <fnf@cygnus.com>
3017
3018 From: Miles Bader <miles@gnu.ai.mit.edu>
3019 * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
3020 msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
3021 config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
3022 m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
3023
3024 Sun Apr 7 13:32:41 1996 Fred Fish <fnf@cygnus.com>
3025
3026 * configure.in (case host): Add i386sco5 host.
3027 * configure: Regenerate.
3028
3029 From: Robert Lipe <robertl@dgii.com>
3030 Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This
3031 target is an SVR3.2 with COFF, ELF, and shared libes, but
3032 no /proc.
3033 * config/i386/i386sco5.mh: New file.
3034 * config/i386/nm-i386sco5.h: New file.
3035
3036 Sat Apr 6 08:55:22 1996 Fred Fish <fnf@cygnus.com>
3037
3038 * bcache.c (bcache): When size of chunk to cache is exactly equal to
3039 BCACHE_MAXLENGTH, stash chunk as unique copy.
3040
3041 Sat Apr 6 00:46:26 1996 Fred Fish <fnf@cygnus.com>
3042
3043 * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
3044 (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
3045 use it, rather than calling add_psymbol_addr_to_list.
3046 (add_psymbol_addr_to_list): Delete.
3047 (add_psymbol_to_list): Make psymbol static to avoid random data in
3048 gaps due to alignment of structure members.
3049 * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
3050 ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no
3051 performance improvements by inlining via complicated macros and
3052 they just make gdb larger and harder to maintain.
3053 * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
3054 and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
3055 add_psymbol_to_list with appropriate long or CORE_ADDR args.
3056 (add_partial_symbol): Ditto.
3057 * partial-stab.h: Ditto.
3058 * os9kread.c (read_os9k_psymtab): Ditto
3059 * mdebugread.c (parse_partial_symbols): Ditto.
3060 (handle_psymbol_enumerators): Ditto.
3061 (demangle.h): Include.
3062 * hpread.c (hpread_build_psymtabs): Ditto.
3063 (hpread_build_psymtabs): Ditto.
3064 (demangle.h): Include
3065
3066 start-sanitize-gdbtk
3067 Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
3068
3069 * gdbtk.c (running_now): New global variable.
3070 (gdb_cmd): Test it before executing any command.
3071 (gdbtk_call_command): Set it when inferior is running.
3072 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
3073 disable interaction with command window's text appropriately.
3074
3075 Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3076
3077 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
3078 some versions of the kernel don't support it.
3079 end-sanitize-gdbtk
3080
3081 Thu Apr 4 20:16:55 1996 Fred Fish <fnf@cygnus.com>
3082
3083 * configure.in: Check for setpgid function.
3084 * config.in: Regenerate with autoheader.
3085 * configure: Regenerate with autoconf.
3086 * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
3087 if it is actually defined.
3088 (gdb_setpgid): Use HAVE_SETPGID.
3089 * ch-exp.c: Change include of <string.h> to "gdb_string.h".
3090 * c-exp.y, f-exp.y, m2-exp.y: Ditto.
3091 * c-exp.y, serial.c: Include <ctype.h>.
3092 * config/m68k/nm-news.h: Add typedef for pid_t which is
3093 apparently missing from <sys/types.h>. Enclose entire
3094 file in NM_NEWS_H ifndef and define when included.
3095 * config/mips/nm-news-mips.h: Ditto.
3096 * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
3097 REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
3098
3099 Thu Apr 4 19:04:18 1996 Stan Shebs <shebs@andros.cygnus.com>
3100
3101 * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
3102 * arm-tdep.c (arm_apcs_32): New global.
3103 (arm_addr_bits_remove, arm_saved_pc_after_call,
3104 arm_push_dummy_frame, arm_pop_frame): New functions.
3105 (arm_skip_prologue): Updated version from Richard Earnshaw.
3106 (_initialize_arm_tdep): Add set/show "apcs32".
3107 * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
3108 arm_addr_bits_remove.
3109 (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
3110 (frame_find_saved_regs): Declare properly.
3111 (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
3112 (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
3113 explicit mask.
3114 * config/arm/nm-arm.h: New file.
3115 * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
3116 Move definitions to nm-arm.h.
3117 * config/arm/arm.mh (NAT_FILE): Define.
3118
3119 * symfile.c (generic_load): Initialize data_count properly.
3120
3121 Thu Apr 4 17:17:53 1996 Fred Fish <fnf@cygnus.com>
3122
3123 * symmisc.c (print_objfile_statistics): Print memory used by
3124 psymbol cache obstack.
3125
3126 Thu Apr 4 15:43:07 1996 Stan Shebs <shebs@andros.cygnus.com>
3127
3128 * symfile.c (report_transfer_performance): New function.
3129 (generic_load): Call it to report transfer rate.
3130 * remote-e7000.c (e7000_load): Ditto.
3131
3132 Mon Apr 1 16:31:00 1996 Stan Shebs <shebs@andros.cygnus.com>
3133
3134 * mpw-make.sed: Change references to config.h to be in objdir,
3135 edit out rules to rebuild config.h.
3136
3137 Mon Apr 1 08:32:23 1996 Fred Fish <fnf@cygnus.com>
3138
3139 * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
3140 proceeding.
3141
3142 Sun Mar 31 16:15:43 1996 Fred Fish <fnf@cygnus.com>
3143
3144 * hppah-nat.c (store_inferior_registers, store_inferior_registers,
3145 fetch_register, child_xfer_memory): Use call_ptrace function supplied
3146 by infptrace.c rather than calling ptrace directly.
3147
3148 Sun Mar 31 15:39:00 1996 Stan Shebs <shebs@andros.cygnus.com>
3149
3150 * mon960-rom.c: Cleanups and elimination of unused code,
3151 clarify documentation string.
3152 (mon960_serial, mon960_ttyname): Remove.
3153 * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
3154 ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
3155
3156 Sat Mar 30 11:00:22 1996 Fred Fish <fnf@cygnus.com>
3157
3158 * configure.in: Check whether printf family supports printing
3159 long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
3160 * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
3161 * configure: Regenerate.
3162 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
3163 * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
3164 * configure.in: Fix have_gregset and have_fpregset autoconf
3165 variable names so that they match the pattern required to
3166 cache them.
3167
3168 Fri Mar 29 21:39:56 1996 Fred Fish <fnf@cygnus.com>
3169
3170 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
3171 before testing against reg_ptr.
3172 * eval.c (evaluate_subexp_standard): Cast type of
3173 TYPE_FN_FIELD_VOFFSET to int.
3174 * findvar.c (extract_signed_integer, extract_unsigned_integer,
3175 extract_long_unsigned_integer): Cast type of sizeof to int.
3176 * values.c (unpack_field_as_long, modify_field): Ditto.
3177 * valops.c (value_assign, call_function_by_hand): Ditto.
3178 * infcmd.c (do_registers_info): Ditto.
3179 * ser-tcp.c (tcp_open): Ditto.
3180 * remote.c (putpkt): Ditto.
3181 * dcache.c (dcache_peek): Ditto.
3182 * dcache.c (dcache_poke): Ditto.
3183 * m2-exp.y (yylex): Ditto.
3184 * gnu-regex.c (re_match_2): Ditto.
3185 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
3186 out unused macro definition and variables.
3187 * inftarg.c (proc_wait): Move from main.c to here, and make static.
3188 * valprint.c (val_print_string): Change bufsize from int to unsigned.
3189 * main.c (wait.h): Include.
3190 * top.c (command_line_input): Remove unused variable "c".
3191 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
3192 value TYPE_CODE_TYPEDEF to switch statement.
3193 (f_type_print_varspec_suffix): Add missing enum value
3194 TYPE_CODE_TYPEDEF to switch statement.
3195 * ch-exp.c (parse_primval): Add remaining enumeration values to
3196 switch statement, with no specific action.
3197 (ch_lex): Add LOC_UNRESOLVED in switch statement.
3198 (pushback_token): Ifdef out, since code using it is ifdef'd out.
3199 * stabsread.c (cleanup_undefined_types): Remove unused label
3200 "badtype".
3201 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
3202 * maint.c (objfiles.h): Include.
3203 (maintenance_print_statistics): Remove unused variable "temp".
3204 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
3205 unused variable "found_file_symbol".
3206 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
3207 * language.c (lang_bool_type): Use existing function local type
3208 variable rather than create block local variables.
3209 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
3210 * infptrace.c (wait.h, command.h): Include.
3211 * ser-tcp.c (gdb_string.h): Include
3212 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
3213 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
3214 * command.c (complete_on_enum): Make assignment used as truth value
3215 explictly check against NULL.
3216 (wait.h): Include.
3217 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
3218 that uses it is ifdef'd out.
3219 * parser-defs.h: Add prototype for write_dollar_variable.
3220 * infrun.c: Add prototype for write_pc_pid.
3221 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
3222 * symmisc.c (bcache.h): Include.
3223 * bcache.h: Add prototype for print_bcache_statistics.
3224 * symfile.c: Include <time.h>.
3225 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
3226 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
3227 * valarith.c (value_binop): Change result_len, promoted_len1,
3228 and promoted_len2 to unsigned int.
3229 * valarith.c (value_subscripted_rvalue): Change elt_offs and
3230 elt_size to unsigned int.
3231 * valops.c (value_array): Change typelength to unsigned int.
3232 (destructor_name_p): Change len to unsigned int.
3233 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
3234 * symfile.c (decrement_reading_symtab): Change return type to void.
3235 * valarith.c (value_subscript): Remove unused variable "word".
3236 (value_subscript): Remove unused variable "tint".
3237 * valops.c (auto_abandon): Ifdef out, since code using it is also
3238 ifdef'd out.
3239 * eval.c (init_array_element): Remove unused variable "val".
3240 * Makefile.in (values.o): Depends on scm-lang.h.
3241 (command.o): Depends upon wait_h.
3242 (ser-tcp.o): Depends upon gdb_string.h.
3243 (infptrace.o): Depends upon wait_h and command_h.
3244 (maint.o): Depends on objfiles.h and symfile.h.
3245 * values.c (allocate_repeat_value): Remove unused variable
3246 "element_type".
3247 (scm-lang.h): Include.
3248 * breakpoint.c (create_longjmp_breakpoint): Enclose in
3249 GET_LONGJMP_TARGET define, unused otherwise.
3250 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
3251 i386_remove_watchpoint and i386_stopped_by_watchpoint.
3252
3253 Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com>
3254
3255 * configure.in (sparc64-*-solaris2*): Delete.
3256 Stick with sparc-*-solaris2*.
3257 * configure: Regenerated.
3258
3259 Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
3260
3261 * valops.c (value_assign): Make copy of internal variable value
3262 before returning it as a new value, since it is owned by the
3263 internal variable and will be freed along with it.
3264
3265 Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
3266
3267 * From Peter Schauer.
3268 * breakpoint.c (breakpoint_re_set_one): Keep temporary
3269 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
3270 and bp_step_resume in case breakpoint_re_set_one is called due
3271 to a step over a dlopen call.
3272 * infrun.c (wait_for_inferior): Always remove breakpoints from
3273 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
3274
3275 Tue Mar 26 13:15:32 1996 Fred Fish <fnf@cygnus.com>
3276
3277 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
3278 non-prototyped case over prototyped case for C.
3279 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
3280
3281 Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com>
3282
3283 * os9kread.c (os9k_process_one_symbol): Note nonportable
3284 assumption that an int can hold a char *.
3285
3286 * bcache.h (struct hashlink): Wrap data[] inside union with
3287 double to force longest alignment.
3288 (BCACHE_DATA): New macro to access data[].
3289 (BCACHE_ALIGNMENT): New macro to get offset to data[].
3290 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
3291 address of cached data. Use BCACHE_ALIGNMENT to compute
3292 amount of space to allocate for each hashlink struct.
3293
3294 Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
3295
3296 * ch-lang.c (evaluate_subexp_chill): Fix typo.
3297
3298 Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
3299
3300 * Makefile.in (VERSION): Bump version to 4.15.3
3301
3302 Thu Mar 21 10:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
3303
3304 * config.in: Rename from config.h.in.
3305 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
3306 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
3307 * configure: Rebuild.
3308 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
3309 Set CONFIG_HEADERS to config.h:config.in.
3310
3311 Tue Mar 19 12:47:51 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3312
3313 * partial-stab.h (case N_ENDM): Finish current partial symbol
3314 table for Solaris 2 cc.
3315
3316 Tue Mar 19 10:39:15 1996 Jeffrey A Law (law@cygnus.com)
3317
3318 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
3319 PC in the registers array. From Peter Schauer.
3320
3321 Mon Mar 18 13:47:09 1996 Fred Fish <fnf@cygnus.com>
3322
3323 * symfile.c (reread_symbols): Reinitialize bcache struct
3324 members to zero using memset. Also use memset to reinit
3325 global_psymbols and static_psymbols, rather than explicitly
3326 resetting each structure member.
3327
3328 Sat Mar 16 19:47:36 1996 Fred Fish <fnf@cygnus.com>
3329
3330 * configure.in: Add fragment to create stamp-h.
3331
3332 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3333 * configure.in (AC_CHECK_HEADERS): Check for link.h.
3334 * configure: Regenerate with autoconf.
3335 * config.h.in: Regenerate with autoheader.
3336 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
3337 is defined.
3338 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
3339 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
3340 older a.out based systems.
3341
3342 Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
3343
3344 * config.h.in: New file.
3345 * acconfig.h: New file, for autoheader.
3346 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
3347 * configure: Regenerate.
3348 * Makefile.in (defs_h): Add config.h
3349 (distclean): Remove config.h and stamp-h during distclean.
3350 (config.h, stamp-h): New targets to remake config.h when necessary.
3351 * defs.h (config.h): Include before any other includes or defines.
3352 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
3353 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
3354
3355 Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>
3356
3357 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3358 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
3359 result in an empty line, to work around a bug in native Ultrix 4.4
3360 and OSF/1-3.2C make.
3361
3362 Sat Mar 16 13:33:17 1996 Fred Fish <fnf@cygnus.com>
3363
3364 * configure.in: Add gdbserver to configdirs under linux.
3365 * configure: Regenerate.
3366
3367 Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3368
3369 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
3370 * config/i386/tm-nbsd.h (NUM_REGS): Define.
3371
3372 Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
3373
3374 * solib.c (solib_break_names): Add _r_debug_state for
3375 vanilla SVR4 implementations. From Peter Schauer.
3376
3377 Mon Mar 11 14:24:57 1996 Dawn Perchik <dawn@critters.cygnus.com>
3378
3379 * mon960-rom.c: New file; support mon960 rom monitor on i960.
3380 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
3381 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
3382 epecting prompt and echo during open.
3383 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
3384 determine if break should be sent as stop command.
3385 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
3386 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
3387 stack frame on mon960.
3388 * Makefile.in: Add mon960 files.
3389 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
3390 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
3391 * configure: Regenerated.
3392 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
3393 support mon960 rom monitor on i960.
3394
3395 Mon Mar 11 11:02:47 1996 Steve Chamberlain <sac@slash.cygnus.com>
3396
3397 With Michael Snyder:
3398 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
3399 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
3400 (handle_load_dll): Don't reload symbols.
3401 (handle_exception): Use the DEBUG_* names.
3402 (child_wait): Add DEBUG_* code.
3403 (_initialize_inftarg): Add new commands to set debug_ names.
3404
3405 Mon Mar 11 09:19:58 1996 Jeffrey A Law (law@cygnus.com)
3406
3407 * From Peter Schauer:
3408 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
3409 (bpstat_stop_status): Likewise.
3410 (remove_solib_event_breakpoints): Likewise.
3411 (clear_momentary_breakpoints): Likewise.
3412 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
3413 if we still can't read the memory for that breakpoint.
3414 (mention): Add bp_shlib_event case to keep gcc quiet.
3415
3416 Fri Mar 8 12:08:12 1996 Jeffrey A Law (law@cygnus.com)
3417
3418 * breakpoint.h (enum enable): New enum shlib_disabled for
3419 shared library breakpoints that have been temporarily disabled.
3420 * breakpoint.c: Handle temporarily disabled shared library
3421 breakpoints like disabled breakpoints in most places.
3422 (insert_breakpoints): Use shlib_disabled to indicate
3423 that an unsettable breakpoint is only temporarily disabled.
3424 (re_enable_breakpoints_in_shlibs): New function.
3425 * corelow.c (solib_add_stub): After adding shared libraries,
3426 try to reenable any temporarily disabled breakpoints.
3427 * infcmd.c (attach_command): Likewise.
3428 * infrun.c (wait_for_inferior): Likewise.
3429
3430 Fri Mar 8 11:41:25 1996 Ian Lance Taylor <ian@cygnus.com>
3431
3432 * defs.h (extract_long_unsigned_integer): Declare.
3433 * findvar.c (extract_long_unsigned_integer): New function.
3434 * printcmd.c (print_scalar_formatted): Use it.
3435 * valprint.c (val_print_type_code_int): Likewise.
3436
3437 Thu Mar 7 17:40:50 1996 Stan Shebs <shebs@andros.cygnus.com>
3438
3439 * infcmd.c (do_registers_info): Ignore anonymous registers.
3440 * sh-tdep.c (set processor): New command to set specific
3441 processor type.
3442 (sh_reg_names, sh3_reg_names): Arrays of register names for
3443 SH and SH3 processors.
3444 (sh_set_processor_type): New function.
3445 * sh3-rom.c (sh3_open): Call it.
3446 (sh3_regname): Add names of all the bank registers.
3447 (sh3_supply_register): Clean up formatting.
3448 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
3449 bank registers.
3450 (REGISTER_NAMES): Add names of bank registers.
3451 (FP15_REGNUM): Define.
3452 (REGISTER_VIRTUAL_TYPE): Use it.
3453 * monitor.c: Clean up some comments.
3454
3455 Thu Mar 7 12:09:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3456
3457 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
3458 s* and t* symbols too.
3459
3460 Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
3461
3462 * symfile.c (generic_load): Avoid division by zero.
3463
3464 Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com)
3465
3466 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
3467 not just those with HANDLE_SVR4_EXEC_EMULATORS.
3468
3469 From Peter Schauer:
3470 * breakpoint.c (internal_breakpoint_number): Move to file scope.
3471 (create_solib_event_breakpoint): Use an internal breakpoint number.
3472
3473 Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3474
3475 * valarith.c (value_in): Change builtin_type_chill_bool to
3476 LA_BOOL_TYPE.
3477
3478 Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3479
3480 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
3481 (match_string_literal): Handle control sequence.
3482 (match_character_literal): Deto.
3483
3484 * ch-lang.c (chill_printchar): Change formating of nonprintable
3485 characters from C'xx' to ^(num).
3486 (chill_printstr): Deto.
3487 (value_chill_card, value_chill_max_min): New functions to process
3488 Chill's CARD, MAX, MIN.
3489 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
3490
3491 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
3492 for Chill's CARD, MAX, MIN.
3493
3494 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
3495 and change return type from builtin_type_int to
3496 builtin_type_chill_bool.
3497
3498 Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
3499
3500 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
3501 from config/nm-nbsd.h.
3502 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
3503 from config/sparc/tm-nbsd.h.
3504
3505 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
3506 instead of in config/m68k/xm-hp300hpux.h.
3507
3508 Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3509
3510 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
3511 implementation for NetBSD systems.
3512
3513 Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
3514
3515 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
3516 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
3517
3518 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
3519 if "function" is pointer to non-function.
3520
3521 Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
3522
3523 * top.c (print_gdb_version): Update copyright year.
3524
3525 Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
3526
3527 From Peter Schauer:
3528 * infrun.c (wait_for_inferior): Remove breakpoints and
3529 switch terminal settings before calling SOLIB_ADD.
3530 * solib.c (enable_break, SVR4 variant): Don't map in symbols
3531 for the dynamic linker, the namespace pollution causes real
3532 problems.
3533
3534 Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
3535
3536 * remote-mips.c (common_breakpoint): Explicitly terminate the
3537 returned buffer.
3538
3539 Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com>
3540
3541 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
3542 * remote.c (remote_detach): Send a command 'D' to the target
3543 when detaching, update the function's comments.
3544
3545 Thu Jun 6 16:11:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
3546
3547 * gnu-nat.c (thread_cmd_list): New declaration.
3548 (parse_int_arg): New function.
3549
3550 Wed Jun 5 17:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
3551
3552 * gnu-nat.h (struct proc): Add DETACH_SC field.
3553 * gnu-nat.c (make_proc): Set DETACH_SC.
3554 (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
3555 (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
3556 (add_thread_commands): Add set/show for detach-suspend-count.
3557 Add takeover-suspend-count cmd.
3558 (inf_detach): Set suspend counts to the detach SC, not 0.
3559 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
3560 set_task_detach_sc_cmd, show_task_detach_sc_cmd,
3561 set_thread_default_thread_detach_sc_cmd,
3562 show_thread_default_thread_detach_sc_cmd): New functions.
3563 (show_task_cmd): Also show detach-suspend-count values.
3564 (thread_takeover_sc_cmd): New function.
3565
3566 Fri May 31 16:49:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
3567
3568 * gnu-nat.c (show_thread_run_cmd): Actually print state.
3569
3570 Thu May 30 10:47:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
3571
3572 * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
3573
3574 Tue May 28 17:06:36 1996 Miles Bader <miles@gnu.ai.mit.edu>
3575
3576 * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
3577 pointer to the flags now, not the flags themselves.
3578
3579 Mon May 27 13:31:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
3580
3581 * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
3582 (gnu_create_inferior): Check return from ptrace.
3583
3584 Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
3585
3586 * gnu-nat.h (struct proc): Add DEAD field.
3587 * gnu-nat.c (make_proc): Initialize DEAD.
3588 (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
3589 (gnu_wait): Only abort for 0 threads if the task isn't dead.
3590
3591 Sat May 25 17:06:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
3592
3593 * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
3594
3595 Wed May 22 18:44:28 1996 Miles Bader <miles@gnu.ai.mit.edu>
3596
3597 * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
3598 (inf_set_traced): Only give no-signal-thread error message if
3599 turning *on* tracing.
3600
3601 Wed May 15 13:03:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
3602
3603 * gnu-nat.c (inf_validate_procs): If INF has no threads, always
3604 set inf->threads_up_to_date to 0.
3605 (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
3606 (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
3607 (proc_update_sc): Cast thread state arg to thread_set_state.
3608 (proc_get_state): Cast thread state arg to thread_get_state.
3609 (inf_validate_task_sc): Cast task_basic_info arg to task_info.
3610 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
3611 inf_update_procs before we lookup the thread.
3612 * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
3613
3614 Tue May 7 17:52:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
3615
3616 * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
3617
3618 Mon May 6 19:06:49 1996 Miles Bader <miles@gnu.ai.mit.edu>
3619
3620 * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
3621 INIT_TRACEMASK instead of setting the exec flags.
3622
3623 Fri May 3 19:10:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
3624
3625 * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
3626 the task's died, so others have a chance at it.
3627 (gnu_resume): When single-stepping a single thread, given an error
3628 if there is no such thread. When single-stepping one but running
3629 the others, just given a warning and still run all the threads.
3630 (gnu_wait): If there seem to be no threads, look harder, and
3631 signal an error if there really aren't any.
3632 (gnu_attach): Reset thread numbering to 0.
3633
3634 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
3635 thread name in warning messages.
3636
3637 * gnu-nat.c (active_inf): New function.
3638 (show_sig_thread_cmd, show_stopped_cmd): Use it.
3639 (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
3640 info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
3641 New functions.
3642 (add_task_commands): Add new port-right info commands.
3643
3644 Fri Apr 26 20:42:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
3645
3646 * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
3647 use mach_msg with MACH_RCV_INTERRUPT.
3648 (set_noninvasive_cmd): New function.
3649 (add_task_commands): Add command entry for `set noninvasive'.
3650
3651 Mon Mar 4 14:12:02 1996 Miles Bader <miles@gnu.ai.mit.edu>
3652
3653 * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
3654 (safe_bcopy): Function removed.
3655
3656 Mon Dec 4 14:18:26 1995 Miles Bader <miles@gnu.ai.mit.edu>
3657
3658 * gnu-nat.c (proc_update_sc): Assert only threads can have state.
3659 (make_proc): Initialize state_valid & state_changed fields.
3660
3661 Tue Nov 28 17:51:21 1995 Miles Bader <miles@gnu.ai.mit.edu>
3662
3663 * reply_mig_hack.awk: New file.
3664
3665 Tue Nov 14 14:31:03 1995 Miles Bader <miles@gnu.ai.mit.edu>
3666
3667 * breakpoint.c (breakpoint_1): Print breakpoint thread field.
3668
3669 * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
3670 threads.
3671
3672 Mon Nov 13 18:30:53 1995 Miles Bader <miles@gnu.ai.mit.edu>
3673
3674 * target.c (debug_to_check_threads): New function.
3675
3676 * inflow.c (terminal_init_inferior_with_pgrp): New function.
3677 (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
3678 * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
3679 but only if PROCESS_GROUP_TYPE is defined.
3680
3681 Mon Nov 6 16:42:09 1995 Miles Bader <miles@gnu.ai.mit.edu>
3682
3683 * target.c (debug_to_thread_alive): Pass through the return value.
3684
3685 Thu Nov 2 18:05:00 1995 Miles Bader <miles@gnu.ai.mit.edu>
3686
3687 * target.c (signals, target_signal_from_host, target_signal_to_host):
3688 Add mach exceptions.
3689 * target.h (enum target_signal): Add mach exceptions.
3690
3691 Mon Oct 30 16:41:04 1995 Miles Bader <miles@gnu.ai.mit.edu>
3692
3693 * gnu-nat.c: New file: gnu native backend.
3694 * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
3695 * gnu-nat.h: New file.
3696 * config/nm-gnu.h: New file.
3697 * config/tm-i386gnu.h: New file.
3698 * config/xm-i386gnu.h: New file.
3699 * config/i386/i386gnu.mh: New file.
3700 * config/i386/i386gnu.mt: New file.
3701
3702 Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com>
3703
3704 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
3705 baseline for gdb 4.16 rerelease testing.
3706
3707 Wed Feb 28 13:32:05 1996 Jeffrey A Law (law@cygnus.com)
3708
3709 * somsolib.c (som_solib_create_inferior_hook): Before returning
3710 call clear_symtab_users.
3711
3712 Tue Feb 27 00:04:46 1996 Stu Grossman (grossman@critters.cygnus.com)
3713
3714 * remote-e7000.c (e7000_open): Delete all breakpoints when
3715 connecting to e7000. Change connect message to allow use of
3716 monitor.exp in test suite.
3717 * (e7000_load): Print transfer rate of download.
3718 * symfile.c (generic_load): Print transfer rate of download.
3719
3720 Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
3721
3722 * configure.in (mips*-*-vxworks*): New config.
3723 * configure: Regenerated.
3724
3725 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
3726 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
3727 Remove, never used.
3728
3729 Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3730
3731 * partial-stab.h (case N_FUN): Function symbols generated
3732 by SPARCworks cc have a meaningless zero value, do not update
3733 pst->textlow if the function symbol value is zero.
3734
3735 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
3736 for function prototype declaration symbols.
3737
3738 Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
3739
3740 * remote-e7000.c (e7000_load): New routine to download via the
3741 network.
3742 * (e7000_wait): Don't backup PC when we hit a breakpoint.
3743 Apparantly new sh2 pods get this right...
3744 * (e7000_ops): Add call to e7000_load.
3745
3746 Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3747
3748 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
3749 m68knbsd-nat.c: New files, support for NetBSD/m68k.
3750
3751 * configure.in (m68k-*-netbsd*): New config.
3752 * configure: Regenerated.
3753
3754 Wed Feb 21 19:00:21 1996 Fred Fish <fnf@cygnus.com>
3755
3756 * standalone.c (open, _initialize_standalone): Fix obvious typos
3757 reported by Martin Pool <martin@citr.uq.oz.au>.
3758
3759 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
3760
3761 * solib.c (solib_create_inferior_hook): Fix thinko.
3762
3763 Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
3764
3765 * solib.c (solib_break_names): Define for Solaris and Linux.
3766 (enable_break): For SVR4 systems, first try to use the debugger
3767 interfaces in the dynamic linker to track shared library events
3768 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
3769 BKPT_AT_SYMBOL code to use shared library event breakpoints.
3770 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
3771 it no longer needs to restart/wait on the inferior.
3772 * symfile.c (find_lowest_section): No longer static.
3773 * symfile.h (find_lowest_section): Corresponding changes.
3774
3775 Tue Feb 20 18:54:08 1996 Fred Fish <fnf@cygnus.com>
3776
3777 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
3778 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
3779 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
3780 * config/mips/tm-mips.h: Ditto.
3781 * config/pa/tm-hppa.h: Ditto.
3782 * config/rs6000/tm-rs6000.h: Ditto.
3783 * config/sparc/tm-sparc.h: Ditto.
3784
3785 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3786
3787 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
3788
3789 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
3790 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3791 #ifdef'd out definitions --- Causes serious gdb failures on
3792 the i386. Need to investigate further before enabling.
3793
3794 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
3795 fetch_core_registers): New functions. These functions are defined
3796 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
3797 with ptrace PT_GETREGS/PT_SETREGS.
3798
3799 Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
3800
3801 * findvar.c (extract_floating store_floating): Replace `long
3802 double' with `DOUBLEST'.
3803
3804 Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3805
3806 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3807 Define.
3808
3809 Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
3810
3811 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
3812
3813 * breakpoint.h (remove_solib_event_breakpoints): Declare.
3814 * breakpoint.c (remove_solib_event_breakpoints): New function.
3815 * somsolib.c (solib_create_inferior_hook): Remove all solib event
3816 breakpoints before inserting any new ones. Use a solib event
3817 breakpoint for the breakpoint at "_start".
3818 Remove extraneous "\n" from calls to warning.
3819
3820 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
3821 name array.
3822
3823 Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
3824
3825 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
3826 for CORE_ADDR values.
3827 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
3828 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
3829
3830 Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3831
3832 * mipsread.c (mipscoff_symfile_read): Unconditionally add
3833 alpha coff dynamic symbols for all symbol files. Makes skipping
3834 over the trampoline code work when stepping from a function in a
3835 shared library into a function in a different shared library.
3836
3837 Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
3838
3839 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
3840 RETURN_VALUE_ON_STACK to return long doubles on the stack.
3841
3842 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
3843
3844 * Makefile.in (ch-exp.o): Add dependencies.
3845 (various): Add gdb_string.h to dependencies that need it.
3846
3847 Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
3848
3849 * symmisc.c (print_symbol_bcache_statistics): Update description for
3850 printing byte cache statistics.
3851
3852 Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
3853
3854 * Add native support for long double data type.
3855 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
3856 to store actual data. Change types of INT and FLOAT tokens to
3857 typed_val_int and typed_val_float respectively. Create new token
3858 DOUBLE_KEYWORD to specify the string `double'. Make production
3859 for FLOAT use type determined by parse_number. Add production for
3860 "long double" data type.
3861 * (parse_number): Use sscanf to parse numbers as float, double or
3862 long double depending upon the type of typed_val_float.dval. Also
3863 allow user to specify `f' or `l' suffix to explicitly specify
3864 float or long double constants. Change typed_val to
3865 typed_val_int.
3866 * (yylex): Change typed_val to typed_val_int. Also, scan for
3867 "double" keyword.
3868 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
3869 type.
3870 * configure, configure.in: Add check for long double support in
3871 the host compiler.
3872 * defs.h: Define DOUBLEST appropriatly depending on whether
3873 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
3874 for functions that handle this type.
3875 * expression.h (union exp_element): doubleconst is now type
3876 DOUBLEST.
3877 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
3878 * findvar.c (extract_floating): Make return value be DOUBLEST.
3879 Also, add support for numbers with size of long double.
3880 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
3881 floating types.
3882 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
3883 DOUBLEST.
3884 * valarith.c (value_binop): Change temp variables v1, v2 and v to
3885 type DOUBLEST. Coerce type of result to long double if either op
3886 was of that type.
3887 * valops.c (value_arg_coerce): If argument type is bigger than
3888 double, coerce to long double.
3889 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
3890 arg type is float and > 8 bytes, then use pointer-to-object
3891 calling conventions.
3892 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
3893 Use appropriate format and precision to print out floating point
3894 values.
3895 * value.h: Fixup prototypes for value_as_double,
3896 value_from_double, and unpack_double to use DOUBLEST.
3897 * values.c (record_latest_value): Remove check for invalid
3898 floats. Allow history to store them so that people may examine
3899 them in hex if they want.
3900 * (value_as_double unpack_double): Change return value to DOUBLEST.
3901 * (value_from_double): Arg `num' is now DOUBLEST.
3902 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
3903 specific) to expect certain types to always be returned on the stack.
3904
3905 Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
3906
3907 * bcache.c, bcache.h: New files to implement a byte cache.
3908 * Makefile.in (SFILES): Add bcache.c.
3909 (symtab_h): Add bcache.h.
3910 (HFILES_NO_SRCDIR): add bcache.h
3911 (COMMON_OBJS): Add bcache.o
3912 (bcache.o): New target.
3913 * dbxread.c (start_psymtab): Make global_syms & static_syms
3914 type "partial_symbol **".
3915 * hpread.c (hpread_start_symtab): Ditto.
3916 * os9kread.c (os9k_start_psymtab): Ditto.
3917 * stabsread.h (start_psymtab): Ditto.
3918 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
3919 * maint.c (maintenance_print_statistics): Call
3920 print_symbol_bcache_statistics.
3921 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
3922 and free pointers.
3923 * solib.c (allocate_rt_common_objfile): Ditto.
3924 * symfile.c (reread_symbols): Ditto.
3925 (free_objfile): Free psymbol bcache when objfile is freed.
3926 (objfile_relocate): Use new indirect psymbol pointers.
3927 * objfiles.h (struct objfile): Add psymbol cache.
3928 * symfile.c (compare_psymbols): Now passed pointers to pointers to
3929 psymbols.
3930 (reread_symbols): Free psymbol bcache when freeing other objfile
3931 resources.
3932 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
3933 psymbol using the psymbol bcache.
3934 (init_psymbol_list): Psymbol lists now contain pointers rather than
3935 the actual psymbols.
3936 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
3937 grown arrays of pointers.
3938 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
3939 bcache.
3940 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
3941 to partial symbol.
3942 (print_symbol_bcache_statistics): New function to print per objfile
3943 bcache statistics.
3944 (print_partial_symbol, print_partial_symbols,
3945 maintenance_check_symtabs, extend_psymbol_list):
3946 Account for change to pointer to pointer to partial symbol.
3947 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
3948 make_symbol_completion_list):
3949 Account for change to pointer to pointer to partial symbol.
3950 * symtab.h (bcache.h): Include.
3951 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
3952 type "partial_symbol **".
3953
3954 Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
3955
3956 * dwarfread.c (free_utypes): New function.
3957 (read_file_scope): Call free_utypes as cleanup, rather than just
3958 freeing the utypes pointer.
3959
3960 Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3961
3962 * demangle.c (is_cplus_marker): New function, checks if a
3963 character is one of the commonly used C++ marker characters.
3964 * defs.h (is_cplus_marker): Add prototype.
3965 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
3966 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
3967 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
3968 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
3969 values.c (vb_match): Use is_cplus_marker instead of comparison
3970 with CPLUS_MARKER.
3971
3972 Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
3973
3974 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
3975 delete entirely someday.
3976
3977 Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
3978
3979 * mpw-make.sed: Edit out makefile rebuild rule.
3980 (host_alias, target_alias): Comment out instead of deleting.
3981 (@LIBS@): Edit out references.
3982
3983 Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
3984
3985 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
3986 Use n_psyms in OBJSTAT, not psyms.
3987
3988 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
3989
3990 * configure.in (sparclet-*-aout*): New config.
3991 * configure: Regenerated.
3992
3993 Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
3994
3995 * somsolib.c (som_solib_add): Use xmalloc rather than bare
3996 unchecked call to malloc.
3997 * remote-mips.c (pmon_load_fast): ditto.
3998 * remote-mm.c (mm_open): ditto.
3999 * hpread.c (hpread_lookup_type): ditto.
4000 * remote-adapt.c (adapt_open): ditto.
4001
4002 Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
4003
4004 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
4005 allocate_saved_f77_common_node, allocate_common_entry_node,
4006 add_common_block): Use xmalloc rather than malloc, some of which
4007 were unchecked.
4008 * gnu-regex.c: At same point as other gdb specific changes
4009 #undef malloc and then #define it to xmalloc.
4010 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
4011 bare unchecked calls to malloc/realloc.
4012 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
4013 unchecked call to malloc.
4014
4015 Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
4016
4017 * symtab.c (gdb_mangle_name): Change opname var to be const to
4018 match return val of cplus_mangle_name.
4019 * i960-tdep.c: Change arg types of next_insn to match callers.
4020
4021 Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
4022
4023 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
4024 apparently aren't needed in any reasonably recent version of
4025 linux.
4026
4027 Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
4028
4029 * stabsread.c (read_range_type): If !self-subrange and language
4030 is Chill, assume a true range. If a true_range is a sub_subrange,
4031 use builtin_type_int for index_type.
4032
4033 Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
4034
4035 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
4036 with an ANSI compiler.
4037
4038 start-sanitize-gdbtk
4039 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
4040
4041 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
4042 double-clicking will work again.
4043 (create_asm_win): Put "break" at end of all B1 bindings.
4044 (create_file_win): Lower "sel" tag, don't raise it.
4045 (ensure_line_visible): New proc.
4046 (update_listing, update_assembly): Use it.
4047 (create_copyright_window): Destroy window on Leave event.
4048 (create_command_window): Put "break" at end of all B2 bindings.
4049
4050 end-sanitize-gdbtk
4051 Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
4052
4053 From Michael_Snyder@NeXT.COM (Michael Snyder):
4054 * valops.c (value_arg_coerce): Coerce float to double, unless the
4055 function prototype specifies float.
4056
4057 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
4058
4059 * language.c (set_language_command): Use languages table when
4060 printing available languages.
4061
4062 Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
4063
4064 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
4065 * command.c (add_cmd): Add missing initialization for enums member.
4066 Reorder members to match structure declaration to make it easier to
4067 tell when one is missing.
4068 * exec.c (exec_file_command): Fix problem where filename in malloc'd
4069 memory is referenced after being freed.
4070
4071 Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4072
4073 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
4074 AT_name tag is missing.
4075
4076 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
4077 FLTWATCH and FLTKWATCH are defined.
4078
4079 * remote.c (remote_read_bytes): Advance memaddr for transfers,
4080 return number of bytes transferred for partial reads.
4081
4082 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
4083
4084 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
4085
4086 * win32-nat.c (mappings): Add ppc registers.
4087 (child_resume): Turn off step for ppc.
4088
4089 Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
4090
4091 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
4092 xm-cygwin32.h): New.
4093 * config/i386/(*win32*): Becomes *cygwin32*.
4094 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
4095 (powerpcle-*-cygwin32): New.
4096 * configure: Regenerate.
4097 * win32-nat.c (child_create_inferior): Call CreateProcess
4098 with the right program arg.
4099
4100 Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
4101
4102 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
4103
4104 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
4105
4106 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
4107
4108 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
4109
4110 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
4111
4112 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
4113
4114 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
4115 here from config/i386/xm-i386mach.h, fix name.
4116 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
4117 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
4118 here from config/i386/xm-ptx4.h.
4119 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
4120 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
4121 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
4122 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
4123 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
4124
4125 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
4126 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
4127 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
4128
4129 Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
4130
4131 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
4132 floating point correctly.
4133 (STORE_RETURN_VALUE): Likewise.
4134 * config/pa/tm-pro.h (SOFT_FLOAT): define.
4135
4136 Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
4137
4138 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
4139 Define to what should be reasonable values. However, apparently
4140 a bug in linux mmap prevents mapped symbol tables from working.
4141
4142 Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
4143
4144 * defs.h (errno.h>: Move #include closer to head of file to solve
4145 obscure problem with systems that declare perror with const arg, in
4146 both errno.h and stdio.h, and const is defined away by intervening
4147 local include.
4148
4149 Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
4150
4151 From Jon Reeves <reeves@zk3.dec.com>:
4152 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
4153 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
4154
4155 Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
4156
4157 * Makefile.in (diststuff): Make all-doc; diststuff target does not
4158 exist in doc/Makefile.in.
4159
4160 Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
4161
4162 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
4163
4164 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4165
4166 * ch-valprint.c (calculate_array_length): New function to
4167 determine the length of an array type.
4168 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
4169 array type is zero, call calculate_array_length.
4170
4171 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
4172 values may not be sorted. Scan all entries and set the real lower
4173 and upper bound.
4174
4175 Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
4176
4177 * config/xm-linux.h: Move include of solib.h and #define of
4178 SVR4_SHARED_LIBS from here ...
4179 * config/nm-linux.h: ...to here.
4180
4181 Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
4182
4183 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
4184 Also check for gregset_t and fpregset_t types.
4185 * configure: Regenerate.
4186 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
4187 is defined.
4188 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
4189 and HAVE_FPREGSET_T are defined. These changes allow systems
4190 like linux that are migrating to /proc support to use a single
4191 configuration for both new and old versions.
4192
4193 * config/i386/linux.mt: Note that this is now for both a.out and
4194 ELF systems.
4195 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
4196 i386v4-nat.o
4197 * config/i386/tm-linux.h (tm-sysv4.h): Include.
4198 * config/i386/xm-linux.h (solib.h): Include
4199 (SVR4_SHARED_LIBS): Define.
4200 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
4201 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
4202 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
4203 defined.
4204
4205 Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
4206
4207 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
4208 * config/i386/xm-sun386.h: Ditto.
4209 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
4210
4211 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
4212
4213 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
4214
4215 Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
4216
4217 From Greg McGary <gkm@gnu.ai.mit.edu>:
4218 * dcache.c (dcache_peek, dcache_poke): Advance addr for
4219 multi-byte I/O.
4220
4221 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
4222
4223 * infrun.c (normal_stop): Fix test for shared library event.
4224
4225 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
4226
4227 * configure.in (sparc64-*-*): Add default host configuration.
4228 start-sanitize-gdbtk
4229 (sparc64-*-solaris2* host): Link statically if GCC used.
4230 end-sanitize-gdbtk
4231 (sparc64-*-solaris2*): Add target configuration.
4232 * configure: Regenerated.
4233 * sparc/sp64sol2.mt: New file.
4234
4235 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
4236
4237 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
4238
4239 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
4240
4241 * Makefile.in (lint): Close backquotes.
4242
4243 start-sanitize-gdbtk
4244 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
4245
4246 * gdbtk.tcl, gdbtk.c: Updated copyrights.
4247
4248 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
4249 greater.
4250 * configure: Rebuilt.
4251
4252 end-sanitize-gdbtk
4253 Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
4254
4255 * NEWS: Make note of new record and replay feature for
4256 remote debug sessions.
4257 * serial.c (gdbcmd.h): Include.
4258 (serial_logfile, serial_logfp, serial_reading, serial_writing):
4259 Define here, for remote debug session logging.
4260 (serial_log_command, serial_logchar, serial_write, serial_readchar):
4261 New functions for remote debug session logging.
4262 (serial_open): Open remote debug session log file when needed.
4263 (serial_close): Close remote debug session log file when needed.
4264 (_initialize_serial): Add set/show commands for name of remote
4265 debug session log file.
4266 * serial.h (serial_readchar): Declare
4267 (SERIAL_READCHAR): Call serial_readchar().
4268 (SERIAL_WRITE): Call serial_write().
4269 (serial_close): Declare as extern.
4270 (serial_logfile, serial_logfp): Declare.
4271 * top.c (execute_command): Declare serial_logfp. Log user command
4272 in remote debug session log if log file is open.
4273 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
4274 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
4275 * remote-array.c (SREC_SIZE): Remove, duplicates define in
4276 monitor.h.
4277 * remote-array.c (hexchars, hex2mem): Remove, unused.
4278 * gdbserver/low-linux.c (store_inferior_registers): Remove
4279 unnecessary extern declaration of registers[].
4280 * gdbserver/Makefile.in (all): Add gdbreplay.
4281 * gdbserver/gdbreplay.c: New file.
4282 * gdbserver/README: Give example of recording a remote
4283 debug session with gdb and then replaying it with gdbreplay.
4284
4285 Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
4286
4287 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
4288 (read_one_struct_field): Support boolean bitfields.
4289 * c-valprint.c (c_val_print): Print booleans properly.
4290
4291 Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
4292
4293 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
4294 Remove, never used.
4295 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
4296
4297 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
4298
4299 * ch-exp.c (parse_tuple): Error if invalid mode.
4300
4301 * value.h (COERCE_ARRAY): Don't coerce enums.
4302 (COERCE_ENUM): Don't COERCE_REF.
4303 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
4304 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
4305 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
4306 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
4307 Add COERCE_REF before COERCE_ENUM.
4308 * values.c (value_as_long): Simplify.
4309
4310 * valops.c (value_array): Create internalvar if !c_style_arrays.
4311
4312 * language.c (lang_bool_type): Add Fortran support.
4313 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
4314
4315 Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
4316
4317 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
4318 All references changed.
4319 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
4320 Update state table. Reformat so that it's still readable.
4321 When we hit the shlib_event breakpoint, set the calss of shlib_event.
4322 (breakpoint_1): Add "shlib events" as a breakpoint type.
4323 Print the shlib_event breakpoint like other breakpoints.
4324 (create_solib_event_breakpoint): New function.
4325 (breakpoint_re_set_one): Handle solib_event breakpoints.
4326 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
4327 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
4328 action.
4329 (create_solib_event_breakpoint): Declare.
4330 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
4331 (normal_stop): Inform the user when the inferior stoped due
4332 to a shared library event.
4333 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
4334 to control whether or not gdb continues the inferior or stops it when
4335 a shared library event occurs.
4336 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
4337 * somsolib.c (TODO list): Update.
4338 (som_solib_create_inferior_hook): Arrange for gdb to be notified
4339 when significant shared library events occur.
4340 * hppa-tdep.c (find_unwind_entry): No longer static.
4341
4342 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
4343
4344 * printcmd.c (print_insn): Pass fprintf_unfiltered to
4345 INIT_DISASSEMBLE_INFO.
4346 start-sanitize-gdbtk
4347 * gdbtk.c (gdb_disassemble): Likewise.
4348 end-sanitize-gdbtk
4349
4350 Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
4351
4352 * remote.c (remotebreak): New GDB variable.
4353 (remote_break): New global.
4354 (remote_interrupt): Send a break instead of ^C if remote_break.
4355 * NEWS: Describe the new variable.
4356
4357 Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
4358
4359 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
4360
4361 Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
4362
4363 * hp300ux-nat.c (getpagesize): Remove unused function
4364 fetch_core_registers.
4365 (hp300ux_core_fns): Remove, is unused.
4366 (_initialize_core_hp300ux): Remove, is unused.
4367 (gdbcore.h): Remove #include, no longer needed.
4368
4369 Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
4370
4371 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
4372 ptrace bug in aix4.1.3 on the rs6000.
4373
4374 Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
4375
4376 * remote-hms.c (hms_ops): Add value for to_thread_alive.
4377 * remote-nindy.c (nindy_ops): Ditto.
4378 * remote-udi.c (udi_ops): Ditto.
4379
4380 Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
4381
4382 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
4383 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
4384 pmon_load_fast): New functions. Support for the PMON monitor world.
4385 (common_open): New function to merge support for different monitors.
4386 (mips_open): Use common_open().
4387 (mips_send_command): New function.
4388 (mips_send_packet): Scan out-of-sequence packets.
4389 (mips_enter_debug, mips_exit_debug): New functions.
4390 (pmon_ops): New target definition structure.
4391
4392 Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
4393
4394 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
4395 specified on the make command line (via make LIBS=xxx).
4396 start-sanitize-gm
4397 * configure.in (enable-gm): magic.o -> gmagic.o.
4398 end-sanitize-gm
4399
4400 start-sanitize-gdbtk
4401 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
4402
4403 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
4404 (add_expr): Changes from create_expr_window.
4405 (create_command_window): Set focus.
4406 (delete_expr): Rewrote.
4407 (expr_update_button): New proc.
4408 (add_expr): Put bindings on FocusIn, FocusOut.
4409 Don't allow .file_popup to be torn off.
4410 end-sanitize-gdbtk
4411
4412 Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
4413
4414 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
4415 is set but there are no psymtabs.
4416
4417 Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
4418
4419 * dsrec.c (load_srec): Remove unused variable.
4420 * monitor.c (monitor_expect): Don't expect a ^C to echo.
4421 * serial.c (serial_open): Add parallel interface.
4422 * sh3-rom.c (parallel, parallel_in_use): New.
4423 (sh3_load): If parallel_in_use, download though the
4424 parallel port.
4425 (sh3_open): Open parallel port if specified.
4426 (sh3_close): New function.
4427 (_inititalize_sh3): Add sh3_close hook and documentation.
4428 * monitor.c (monitor_close): Export.
4429 * monitor.h (monitor_close): Add prototype.
4430
4431 Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
4432
4433 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
4434 * remote.c (remotetimeout): New GDB variable, use to set the
4435 remote timeout for reading.
4436
4437 start-sanitize-gdbtk
4438 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
4439
4440 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
4441 (update_listing): Use lassign. Use "see" to scroll. Don't need
4442 screen_top, screen_bot, screen_height.
4443 (update_assembly): Use "see" to scroll.
4444 (textscrollproc): Removed.
4445 (create_file_win): Don't use textscrollproc.
4446 (asmscrollproc): Removed.
4447 (create_asm_window): Don't use asmscrollproc.
4448 (create_asm_win): Ditto.
4449 (screen_height, screen_top, screen_bot): Removed.
4450 (run_editor): New proc.
4451 (build_framework): Use it.
4452 (create_file_win, create_source_window): Don't use textscrollproc.
4453 (create_breakpoints_window): Set -xscrollcommand on canvas.
4454 (not_implemented_yet): Default button is 0.
4455 (delete_char): Don't use tk_textBackspace.
4456 (create_command_window): Allow Tk bindings to fire after deleting
4457 character.
4458 (create_command_window): Make Delete delete left, not right.
4459 end-sanitize-gdbtk
4460
4461 Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cygnus.com>
4462
4463 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
4464 to get "struct core_fns" defined.
4465 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
4466 Are dependent upon gdbcore_h.
4467
4468 Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
4469
4470 * symfile.c (decrement_reading_symtab): New function.
4471 * symfile.c, symtab.h (currently_reading_symtab): New variable.
4472 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
4473 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
4474 currently_reading_symtab (since that could infinitely recurse).
4475
4476 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
4477
4478 * stabsread.c (read_struct_type): Trivial simplification.
4479
4480 * stabsread.c (define-symbol): Use invisible references
4481 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
4482 * valops.c (call_function_by_hand): Likewise.
4483 * eval.c (evaluate_subexp_standard): When known, use the formal
4484 parameter type as the expected type when evaluating arg expressions.
4485 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
4486
4487 start-sanitize-gdbtk
4488 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
4489
4490 * main.c (main): Disable window interface if --help or --version
4491 specified.
4492
4493 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
4494
4495 Changes in sync with expect:
4496 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
4497 CY_AC_PATH_TK.
4498 * aclocal.m4: Replaced with version from expect.
4499 * configure: Regenerated.
4500 end-sanitize-gdbtk
4501
4502 Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4503
4504 * configure.in, configure: Recognize rs6000-*-aix4*.
4505 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
4506 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
4507 * config/rs6000/xm-aix4.h: New file.
4508 * config/xm-aix4.h: New file.
4509
4510 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
4511
4512 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
4513 * gdbserver/low-linux.c: New file.
4514 * remote.c (remote_read_bytes): Fix aborts on larger packets.
4515
4516 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
4517 Define.
4518 * stabsread.c (define_symbol): If register value is too large,
4519 tell what it is and what max is.
4520
4521 start-sanitize-gdbtk
4522 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
4523
4524 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
4525 gdbtk_tcl_flush): Use "see", not "yview".
4526 (gdbtk_tcl_query): Use questhead bitmap.
4527 various: Always wrap condition of 'if' in {...}.
4528 (add_breakpoint_frame): Set -value on radiobuttons.
4529 (lassign): New proc.
4530 (add_breakpoint_frame): Use lassign, not series of assignments.
4531 (decr): Made faster.
4532 (interactive_cmd): Use "see", not "yview".
4533 (not_implemented_yet): Use warning bitmap.
4534 (update_expr): Don't allow $expr to be evalled by Tcl.
4535 (create_expr_window): Don't use "focus".
4536 (delete_char, delete_line): Define globally.
4537 (delete_line, delete_char, create_command_window, update_autocmd,
4538 build_framework, create_asm_win, create_file_win): Use "see", not
4539 "yview".
4540 (create_copyright_window, center_window, bind_widget_after_class):
4541 New procs.
4542 (FSBox,create_command_window, create_autocmd_window): Binding
4543 changes for Tk4.
4544 (textscrollproc): Define globally.
4545 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
4546 Home, End, Up, and Down are all defined by Tk.
4547 (apply_filespec): Use error bitmap in dialog.
4548 (files_command): Don't use tk_listboxSingleSelect.
4549 (files_command): Don't use "uniq" to remove duplicates from a
4550 list.
4551 (update_assembly): Use lassign.
4552 (create_asm_win): Removed redundant bindings.
4553 (listing_window_button_1, file_popup_menu): Use tk_popup.
4554 (ButtonRelease-1 binding): Just remove tag from window; rest
4555 handled by Tk.
4556
4557 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
4558 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
4559 (gdbtk_call_command): Ditto.
4560 end-sanitize-gdbtk
4561
4562 Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
4563
4564 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
4565 enum namespace -> enum_namespace change.
4566
4567 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4568
4569 * ch-exp.c (parse_primval): In case ARRAY, add missing
4570 FORWARD_TOKEN ().
4571
4572 Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
4573
4574 * remote-mips.c (mips_receive_header): Recognize \012 instead
4575 of \n, but write \n when program sends a \012.
4576 * ser-mac.c (mac_input_buffer): Increase size of buffer.
4577
4578 Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
4579
4580 * infptrace.c (initialize_infptrace): Move function out of
4581 #ifdef conditional; put code within the function inside an
4582 #ifdef conditional.
4583
4584 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
4585 arguments. Sorting is now dependent on OBJF_REORDERED. All
4586 callers/references changed.
4587 * dbxread.c (read_ofile_symtab): Correctly determine value for
4588 last_source_start_addr for reordered executables.
4589 (process_one_symbol): Handle N_FUN with no name as an end of
4590 function marker.
4591 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
4592 is the high text address for a psymtab.
4593 (case N_SO): Likewise.
4594 (case N_FUN): Handle N_FUN with no name as an end of function
4595 marker.
4596 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
4597 at the same address rather than a random subset of them.
4598 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
4599 * elfread.c (elf_symfile_init): Similarly.
4600 * somread.c (som_symfile_init): Similarly.
4601 * xcoffread.c (xcoff_symfile_init): Similarly.
4602
4603 Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
4604
4605 * stack.c (print_stack_frame print_frame_info) symmisc.c
4606 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
4607 that catch_errors doesn't get blindsided by QUIT and lose the
4608 cleanup chain. This fixes a problem where ^C while in a
4609 user-defined command sometimes leaves instream NULL and causes a
4610 segfault in command_loop.
4611
4612 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4613
4614 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
4615
4616 Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
4617
4618 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
4619 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
4620 srec.o renamed to dsrec.o.
4621
4622 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
4623
4624 * breakpoint.c (remove_breakpoint): Change error to warning so
4625 that hardware watchpoint removal problems won't leave breakpoint
4626 traps in the target.
4627 start-sanitize-gdbtk
4628 * configure configure.in: Make --enable-gdbtk be the default.
4629 end-sanitize-gdbtk
4630 * remote-e7000.c (e7000_insert_breakpoint,
4631 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
4632 breakpoints.
4633 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
4634 compensate for e7000 maladjustment.
4635 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
4636 which prevented hardware watchpoints from working.
4637
4638 Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cygnus.com>
4639
4640 * infptrace.c (udot_info): New function.
4641 (PT_*): Define each individually if that one is not defined.
4642 * rs6000-nat.c (kernel_u_size): New function
4643 Include <sys/user.h> for "struct user"
4644 * alpha-nat.c (kernel_u_size): New function.
4645 Include <sys/user.h> for "struct user"
4646 * sparc-nat.c (kernel_u_size): New function.
4647 Include <sys/user.h> for "struct user"
4648 * i386b-nat.c (kernel_u_size): New function.
4649 * i386v-nat.c (kernel_u_size): New function.
4650 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
4651 (kernel_u_size): Declare.
4652 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
4653 (kernel_u_size): Declare.
4654 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
4655 (kernel_u_size): Declare.
4656 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
4657 (kernel_u_size): Declare.
4658 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
4659 (kernel_u_size): Declare.
4660
4661 Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
4662
4663 * mdebugread.c (mylookup_symbol): enum namespace becomes
4664 enum_namespace type.
4665 * symfile.c (add_psymbol_to_list)
4666 (add_psymbol_addr_to_list): Ditto.
4667 * symtab.c (lookup_partial_symbol): Ditto.
4668 (lookup_symbol): Ditto.
4669 (lookup_block_symbol): Ditto.
4670 * win32-nat.c (handle_load_dll): Use incoming dll base.
4671 (child_wait): Catch DLL load errors.
4672 (create_child_inferior): Translated between paths correctly.
4673
4674 Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
4675
4676 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
4677 from NUM_REGS to get number of general registers that we care about.
4678 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
4679 of number of general regs and number of floating point regs.
4680
4681 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
4682
4683 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
4684 (SKIP_TRAMPOLINE_CODE): New.
4685 * config/i386/xm-win32.h (CANT_FORK): Deleted.
4686 (SLASH*) Changed to use unix style slash.
4687 * symtab.h (namespace enum): becomes typedef to avoid namespace
4688 collision in C++.
4689 * infcmd.c (path_command): Use empty string if PATH name not set.
4690 * i386-tdep.c (skip_trampoline_code): New function.
4691 * srec.c: Renamed dsrec.c to avoid filename collision.
4692 * Makefile.in: Cope with renaming.
4693
4694 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
4695
4696 * symmisc.c (print_objfile_statistics): Print memory use statistics
4697 for objfile psymbol, symbol, and type obstacks.
4698
4699 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
4700
4701 * config/mips/nm-irix5.h: Restore.
4702 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
4703 from Lee Iverson <leei@ai.sri.com>.
4704 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
4705 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
4706
4707 For older changes see ChangeLog-95
4708 \f
4709 Local Variables:
4710 mode: indented-text
4711 left-margin: 8
4712 fill-column: 74
4713 version-control: never
4714 End: