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