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