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