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