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