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