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