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