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