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