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