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