* MAINTAINERS: Add myself to the write-after-approval list.
[binutils-gdb.git] / gdb / ChangeLog
1 2001-09-21 Jiri Smid <smid@suse.cz>
2
3 * MAINTAINERS: Add myself to the write-after-approval list.
4 * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
5 (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
6 i386_insert_watchpoint, i386_remove_watchpoint): Add support for
7 8-byte wide watchpoints.
8 (i386_show_dr): Debug message format string change.
9
10 2001-09-20 Kevin Buettner <kevinb@redhat.com>
11
12 * solib-svr4.c (fetch_link_map_offsets): Add comment.
13 (fetch_link_map_offsets_init): New static global.
14 (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
15 Revise implementation to use ``fetch_link_map_offsets_init''
16 instead of ``fetch_link_map_offsets''.
17
18 2001-09-20 Alan Modra <amodra@bigpond.net.au>
19
20 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
21 * dbxread.c: Likewise.
22 * dwarf2read.c: Likewise.
23 * dwarfread.c: Likewise.
24 * somread.c: Likewise.
25 * ultra3-nat.c: Likewise.
26 * xcoffread.c: Likewise.
27
28 2001-09-19 Andrew Cagney <ac131313@redhat.com>
29
30 * cris-tdep.c (cris_get_signed_offset): Change return type to an
31 explicitly signed char.
32
33 * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
34 function signature to match recent tracepoint.c:encode_actions
35 changes.
36 * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
37
38 2001-09-18 Andrew Cagney <ac131313@redhat.com>
39
40 * thread.c (do_captured_thread_select): Add uiout parameter.
41 (do_captured_list_thread_ids): Ditto.
42 * breakpoint.c (do_captured_breakpoint_query): Ditto.
43
44 * breakpoint.c (gdb_breakpoint_query): Update. Use
45 catch_exceptions.
46 * thread.c (gdb_list_thread_ids): Ditto.
47 (gdb_thread_select): Ditto.
48 (thread_command): Pass uiout to gdb_thread_select.
49
50 * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
51 (gdb_thread_select, gdb_list_thread_ids): Ditto.
52
53 2001-09-13 Kevin Buettner <kevinb@redhat.com>
54
55 From Ilya Golubev <gin@mo.msk.ru>:
56 * solib.c (clear_solib): Call `remove_target_sections' to fix
57 stale pointers in `struct target_ops'.
58 * irix5-nat.c (clear_solib): Likewise.
59 * osfsolib.c (clear_solib): Likewise.
60
61 2001-09-13 Jim Blandy <jimb@redhat.com>
62
63 * monitor.c (monitor_load): Don't delete symtab users, or reset
64 inferior_ptid.
65
66 * monitor.c (monitor_load): Fix indentation.
67
68 2001-09-11 Jim Blandy <jimb@redhat.com>
69
70 * printcmd.c (print_scalar_formatted): Compare the length of the
71 value against the lengths of the target's floating-point types,
72 not the host's. Add support for `long double'.
73
74 * printcmd.c (print_scalar_formatted): Fix indentation.
75
76 2001-09-10 Jim Blandy <jimb@redhat.com>
77
78 * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
79 programs running on the board can produce output.
80
81 2001-09-10 Jason Molenda (jmolenda@apple.com)
82
83 * NEWS: "ANS/ISO C" -> "ISO C".
84 * MAINTAINERS (write-after-approval): Update my entry.
85
86 2001-09-08 Mark Kettenis <kettenis@gnu.org>
87
88 * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
89
90 * config/arm/xm-linux.h, config/ia64/xm-linux.h,
91 config/m68k/xm-linux.h, config/mips/xm-linux.h,
92 config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
93 redundant inclusion of <unistd.h>.
94
95 * gdbtypes.h (struct block): Add forward declaration.
96
97 2001-09-07 Andrew Cagney <ac131313@redhat.com>
98
99 * defs.h (enum return_reason): Renumber so that all values are
100 negative.
101 (RETURN_MASK): Negate reason.
102 (catch_exception_ftype): Declare.
103 (catch_exceptions): Declare.
104 * top.c (catcher): New function, based on catch_errors. Add in
105 parameter func_uiout and out parameters func_val, func_caught and
106 func_cleanup. Change type of func to catch_exceptions_ftype.
107 Save/restore uiout.
108 (struct catch_errors_args): Define.
109 (do_catch_errors): New function.
110 (catch_errors): Rewrite, use do_catch_errors and catcher.
111 (catch_exceptions): New function, use catcher.
112
113 2001-09-07 Jim Blandy <jimb@redhat.com>
114
115 Correctly parse register values provided by the monitor.
116 * rom68k-rom.c: #include "value.h".
117 (is_hex_digit, hex_digit_value, is_whitespace,
118 rom68k_supply_one_register): New static functions.
119 (rom68k_supply_register): Call rom68k_supply_one_register, instead
120 of monitor_supply_register; the latter was incorrectly parsing
121 the values.
122 * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
123
124 2001-09-07 Mark Kettenis <kettenis@gnu.org>
125
126 * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
127 to using setpgid if available now.
128
129 2001-09-06 Keith Seitz <keiths@redhat.com>
130
131 From Ian Roxborough <irox@redhat.com>
132 * configure.in: Use ITCL_LIB_FULL_PATH and
133 ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
134 for gdb.
135 * configure: Regenerated.
136
137 2001-09-06 Kevin Buettner <kevinb@redhat.com>
138
139 * dbxread.c (process_one_symbol): Don't use error result from
140 find_stab_function_addr().
141 * partial-stab.h (case 'F'): Likewise.
142
143 * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
144 code match that used for case 'F'. This fixes the divergence
145 that was introduced by my 1999-09-14 changes to partial-stab.h.
146
147 2001-09-05 Elena Zannoni <ezannoni@redhat.com>
148
149 * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
150 in gdbarch.h.
151 (TARGET_PRINT_INSN): Multiarch.
152 * gdbarch.h: Regenerate.
153 * gdbarch.c: Regenerate.
154
155 * arch-utils.c (legacy_print_insn): New function.
156 * arch-utils.h (legacy_print_insn): Export.
157
158 * cris-tdep.c (cris_delayed_get_disassembler): Use
159 TARGET_PRINT_INSN, instead of tm_print_insn.
160 * d10v-tdep.c (print_insn): Ditto.
161 * d30v-tdep.c (print_insn): Ditto.
162 * m32r-tdep.c (dump_insn): Ditto.
163 * v850-tdep.c (v850_scan_prologue): Ditto.
164 * mcore-tdep.c (mcore_dump_insn): Ditto.
165 * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
166
167 2001-09-05 Jim Blandy <jimb@redhat.com>
168
169 * gdbtypes.h (struct type): Doc fix.
170
171 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
172
173 From Daniel Jacobowitz <drow@mvista.com>
174 * dbxread.c (free_header_files): Make global.
175 (init_header_files): Likewise.
176 * stabsread.h (free_header_files): Add prototype.
177 (init_header_files): Likewise.
178 * mdebugread.c (mdebug_build_psymtabs): Initialize
179 properly before using the stabs debug reader.
180
181 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
182
183 From Daniel Jacobowitz <drow@mvista.com>
184 * dbxread.c (dbx_symfile_read): Only reinitialize
185 the psymbol list if mainline or if both static
186 and global lists are empty.
187 * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
188 * dwarfread.c (dwarf_build_psymtabs): Likewise.
189 * xcoffread.c (xcoff_initial_scan): Likewise.
190 * os9kread.c (os9k_symfile_read): Likewise.
191
192 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
193
194 From Daniel Jacobowitz <drow@mvista.com>
195 * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
196 a name specially.
197
198 2001-09-01 Mark Kettenis <kettenis@gnu.org>
199
200 Make GDB use libiberty regex implementation.
201 * gdb_regex.h: Normalize protection against multiple inclusion.
202 Include "xregex.h" instead of "gnu-regex.h".
203 * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
204 * cli/cli-decode.c: Likewise.
205 * Makefile.in (REGEX): Remove.
206 (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
207 (ADD_FILES, ADD_DEPS): Remove $(REGEX).
208 (POSSLIBS): Remove.
209 (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
210 (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
211 xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
212 gdb_regex.h in list of dependencies.
213 (gnu-regex.o): Remove rule.
214 * gnu-regex.c, gnu-regex.h: Remove files.
215
216 2001-08-31 Jason Molenda (jmolenda@apple.com)
217
218 * c-valprint.c (c_val_print): Second call to check_typedef ()
219 is no longer necessary.
220
221 2001-08-31 Kevin Buettner <kevinb@redhat.com>
222
223 * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
224 terminate the prologue scan.
225
226 2001-08-30 Jim Blandy <jimb@redhat.com>
227
228 * symfile.c (sections_overlap): New function.
229 (map_overlay_command): Call sections_overlap, instead of using
230 incorrect logic to recognize overlapping sections.
231
232 * symfile.c (load_command): Invalidate the overlay cache.
233
234 2001-08-30 Mark Kettenis <kettenis@gnu.org>
235
236 * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
237
238 2001-08-29 Kevin Buettner <kevinb@redhat.com>
239
240 From 2001-08-07 Daniel Jacobowitz <drow@mvista.com>:
241 * solib-svr4.c (enable_break): Check the inferior link map
242 before assuming the inferior PC is at the start of the dynamic
243 loader.
244
245 2001-08-28 Andrew Cagney <cagney@toribio.toronto.redhat.com>
246
247 * frame.h (struct frame_info): Fix documentation on fields
248 saved_regs, next and prev.
249
250 2001-08-23 Mark Kettenis <kettenis@gnu.org>
251
252 * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
253 gratuitious whitespace changes.
254 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
255 * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
256 (sigsetmask) Don't define macro.
257 (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
258 async_stop_sig from event-top.c.
259 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
260 defined.
261 * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
262 order. Add sigsetmask.
263 (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
264 alphabetical order.
265 * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
266 config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
267 (HAVE_SIGSETMASK): Remove.
268 * aclocal.m4, config.in, configure: Regenerated.
269
270 2001-08-26 Andrew Cagney <ac131313@redhat.com>
271
272 From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
273 * config/powerpc/nbsd.mh (XM_FILE): Delete.
274
275 2001-08-21 Andrew Cagney <ac131313@redhat.com>
276
277 * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
278 (HOST_DOUBLE_FORMAT): Delete macro.
279
280 2001-08-24 Mark Kettenis <kettenis@gnu.org>
281
282 * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
283 config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
284 inclusion of <limits.h>.
285
286 2001-08-24 Andrew Cagney <ac131313@redhat.com>
287
288 * regcache.c (read_register_bytes): When REGISTER_NAME indicates
289 that a register should be ignored, supply a value for the register
290 from the raw registers[] buffer.
291
292 2001-08-24 Andrew Cagney <ac131313@redhat.com>
293
294 * go32-nat.c (go32_create_inferior): Use xfree instead of free.
295 * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
296 i386bsd-nat.c.
297
298 2001-08-21 Andrew Cagney <ac131313@redhat.com>
299
300 * gdbtypes.h (builtin_type_ieee_single_big)
301 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
302 (builtin_type_ieee_double_little)
303 (builtin_type_ieee_double_littlebyte_bigword)
304 (builtin_type_i387_ext, builtin_type_m68881_ext)
305 (builtin_type_i960_ext, builtin_type_m88110_ext)
306 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
307 (builtin_type_arm_ext_littlebyte_bigword)
308 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
309 (builtin_type_ia64_quad_big)
310 (builtin_type_ia64_quad_little): Declare.
311 * gdbtypes.c (builtin_type_ieee_single_big)
312 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
313 (builtin_type_ieee_double_little)
314 (builtin_type_ieee_double_littlebyte_bigword)
315 (builtin_type_i387_ext, builtin_type_m68881_ext)
316 (builtin_type_i960_ext, builtin_type_m88110_ext)
317 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
318 (builtin_type_arm_ext_littlebyte_bigword)
319 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
320 (builtin_type_ia64_quad_big)
321 (builtin_type_ia64_quad_little): Define.
322 (_initialize_gdbtypes): Initialize builtin floatformat types.
323
324 2001-08-23 Mark Kettenis <kettenis@gnu.org>
325
326 * tracepoint.c (read_actions): Add FIXME for code depending on
327 STOP_SIGNAL.
328
329 2001-08-23 Martin M. Hunt <hunt@redhat.com>
330
331 * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
332 to download loop.
333 (mips_load_srec): Ditto.
334
335 2001-08-22 Andrew Cagney <ac131313@redhat.com>
336
337 * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
338 of builtin_type_float, builtin_type_double and
339 builtin_type_long_double.
340 (recursive_dump_type): Print the floatformat name.
341 * gdbtypes.h (struct type): Add type_specific field floatformat.
342 (TYPE_FLOATFORMAT): Define
343
344 2001-08-21 Keith Seitz <keiths@redhat.com>
345
346 * printcmd.c (print_insn): Use the given stream for
347 output.
348
349 2001-07-24 Andrew Cagney <ac131313@redhat.com>
350
351 * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
352 assembler version of function.
353 (convert_from_extended, convert_to_extended): Rewrite. Use
354 floatformat_to_doublest, floatformat_from_doublest,
355 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
356 (arm_push_arguments): Use extract_floating and store_floating to
357 perform floating point conversions.
358 (SWAP_TARGET_AND_HOST): Delete macro.
359 * arm-linux-tdep.c (arm_linux_push_arguments): Use
360 extract_floating and store_floating to perform floating point
361 conversions.
362
363 2001-08-20 Andrew Cagney <ac131313@redhat.com>
364
365 * gdbtypes.h (struct type): Clarify meaning of field ``length''.
366
367 2001-08-17 Keith Seitz <keiths@redhat.com>
368
369 * varobj.c (varobj_update): Change first parameter to
370 pointer to struct varobj*. This function can delete
371 varobjs, so we need to give callers the new varobj
372 when this happens.
373 (value_of_root): Update "var", too, if "var_handle"
374 changes.
375 * varobj.h (varobj_update): Likewise.
376
377 2001-08-17 Keith Seitz <keiths@redhat.com>
378
379 * Makefile.in (varobj_h): Define.
380 (mi-cmd-var.o): Depends on varobj_h.
381 (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
382
383 2001-08-16 Keith Seitz <keiths@redhat.com>
384
385 * configure.in (GDBTK_SRC_DIR): We must have autoconf
386 give us the absolute path to the source directory.
387 * configure: Regenerated.
388 * Makefile.in (GDBTK_SRC_DIR): Add variable so that
389 autoconf can substitue it in for us.
390 (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
391 really do need an absolute pathname.
392
393 2001-08-15 Keith Seitz <keiths@redhat.com>
394
395 * Makefile.in (GDBTK_VERSION): Set a version number.
396 (GDBTK_LIBRARY): New variable to point to location where
397 gdbtk will install its tcl library. Changed all refereneces
398 to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
399 (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
400 (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
401 (all-gdbtk): Remove.
402 (install-gdbtk): Remove.
403 (gdbtk.o): Pass srcdir to file when compiling.
404
405 2001-08-15 Ian Roxborough <irox@redhat.com>
406
407 * Makefile.in: Changed all references to the install directory
408 "gdbtcl" to read "insight1.0".
409
410 2001-08-15 Corinna Vinschen <vinschen@redhat.com>
411
412 * arch-utils.c (generic_skip_trampoline_code): New function.
413 * arch-utils.h (generic_skip_trampoline_code): Declare external.
414 * gdbarch.c: Regeberated from gdbarch.sh.
415 * gdbarch.h: Ditto.
416 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
417 * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
418
419 2001-08-14 Daniel Jacobowitz <drow@mvista.com>
420 H.J. Lu (hjl@gnu.org)
421
422 * partial-stab.h: valu should be a CORE_ADDR.
423
424 2001-08-14 H.J. Lu (hjl@gnu.org)
425
426 * dbxread.c (SWAP_SYMBOL): Removed.
427 (INTERNALIZE_SYMBOL): Check sign extended vma.
428
429 2001-08-13 Christopher Faylor <cgf@cygnus.com>
430
431 * top.c (SIGSETJMP): Protect env argument with parentheses.
432 (SIGLONGJMP): Protect env argument with parentheses.
433
434 2001-08-11 Andrew Cagney <ac131313@redhat.com>
435
436 * config/mn10300/mn10300.mt (TM_FILE): Delete.
437 * configure.tgt: Add mn10300 to list of mulit-arch targets.
438 * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
439 * mn10300-tdep.c: To here.
440
441 2001-08-11 Andrew Cagney <ac131313@redhat.com>
442
443 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
444 val a DOUBLEST. Use floatformat_to_doublest.
445 (REGISTER_CONVERT_TO_RAW): Ditto. Use foatformat_from_doublest.
446 * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
447 (REGISTER_CONVERT_TO_RAW): Ditto.
448
449 2001-08-11 Andrew Cagney <ac131313@redhat.com>
450
451 * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
452 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
453 sp_regnum.
454
455 2001-08-11 Andrew Cagney <ac131313@redhat.com>
456
457 * doublest.c (convert_doublest_to_floatformat): Rename
458 floatformat_from_doublest. Make static.
459 (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
460 Make static.
461 (floatformat_to_doublest): New function.
462 (floatformat_from_doublest): New function.
463 (host_float_format, host_double_format, host_long_double_format):
464 New static variables.
465 (store_floating, extract_floating): Always use
466 floatformat_to_doublest and floatformat_from_doublest.
467 * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
468
469 2001-08-11 Andrew Cagney <ac131313@redhat.com>
470
471 * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
472 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
473
474 2001-08-07 Andrew Cagney <ac131313@redhat.com>
475
476 * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
477 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
478 * gdbarch.h, gdbarch.c: Regenerate.
479
480 * arch-utils.h (legacy_virtual_frame_pointer): Declare.
481 * arch-utils.c: Include "gdb_assert.h".
482 (legacy_virtual_frame_pointer): Define.
483 * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
484
485 * tracepoint.c (encode_actions): Make frame_reg an int. Make
486 frame_offset a LONGEST.
487 * ax-gdb.c (gen_frame_args_address): Ditto.
488 (gen_frame_locals_address): Ditto.
489 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
490 virtual_frame_pointer.
491 (mn10300_virtual_frame_pointer): Make static. Update parameter
492 list to match function signature.
493 * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
494
495 2001-08-10 Keith Seitz <keiths@redhat.com>
496
497 * gdb-events.sh: Add architecture_changed event.
498 * gdbarch.sh: Include gdb-event.h.
499 (gdbarch_update_p): Notify UIs when architecture changes.
500 * gdb-events.h: Regenerated.
501 * gdb-events.c: Regenerated.
502 * gdbarch.c: Regenerated.
503
504 2001-08-10 Michael Snyder <msnyder@redhat.com>
505
506 * regcache.c (legacy_write_register_gen): Don't 'optimize out'
507 a write_register to a pseudo-reg. Target_store_pseudo_register
508 needs to get called, because these regs may be computed and may
509 have side-effects.
510
511 2001-08-10 Keith Seitz <keiths@redhat.com>
512
513 * gdb-events.sh: Deal with event notifications with no
514 arguments.
515
516 2001-08-10 Orjan Friberg <orjanf@axis.com>
517
518 * remote.c (read_frame): Correct off-by-one error in condition.
519
520 2001-08-08 Don Howard <dhoward@redhat.com>
521
522 * stabsread.c (read_type): Add support for const and volatile
523 modifiers.
524
525 2001-08-02 Daniel Jacobowitz <drow@mvista.com>
526
527 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
528 and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
529
530 2001-08-02 Keith Seitz <keiths@redhat.com>
531
532 * defs.h (SLASH_STRING): If not defined, set
533 to "/", regardless of _WIN32, __CYGWIN__, or
534 whatnot.
535
536 2001-08-02 Mark Kettenis <kettenis@gnu.org>
537
538 * cli/cli-decode.h: Include "gdb_regex.h" instead of
539 "gnu-regex.h".
540
541 * NEWS: Update.
542
543 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
544
545 * config/i386/xm-go32.h: Include xm-i386.h.
546 (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
547
548 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
549
550 The following changes avoid polluting global namespace with the
551 `enable' and `disable' identifiers, because some platforms define
552 in their system headers symbols with global scope that go by those
553 names.
554
555 * breakpoint.h (enum enable_state): Rename from `enum enable'.
556 Also rename all the enum members to have the "bp_" prefix.
557 (struct breakpoint): Rename the `enable' member to `enable_state'.
558 (enum bpdisp): Rename all members to have the "disp_" prefix.
559
560 * breakpoint.c: All users of `enum enable' and `enum bpdisp'
561 changed.
562 (args_for_catchpoint_enable): Rename the `enable' member to
563 `enable_p'. All users changed.
564
565 * tracepoint.h (enum enable): Remove.
566 (struct tracepoint): The member `enabled' is now `int enabled_p'.
567
568 * tracepoint.c: All users of the `enabled' member changed.
569
570 * printcmd.c (struct display): The `status' member is now an int.
571
572 * memattr.h (struct mem_region): Rename the `status' member to
573 `enabled_p'.
574 (enum enable): Remove.
575
576 * memattr.c: Change all users of the `status' member of struct
577 mem_region to use `enabled_p' instead.
578
579 * infcmd.c (run_stack_dummy): Use disp_del instead of del.
580
581 * go32-nat.c: Remove the kludgey work-around for conflicts between
582 <dos.h> and "breakpoint.h".
583
584 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
585
586 * MAINTAINERS: Add myself to the write-after-approval list.
587 * ser-tcp.c (tcp_open): Use `localhost' as default host if no
588 hostname is given.
589
590 2001-08-01 Andrew Cagney <ac131313@redhat.com>
591
592 * doublest.h (store_floating, floatformat_to_doublest): Make IN
593 paramter a const void pointer.
594 (floatformat_from_doublest): Make IN const, Make OUT a void
595 pointer.
596 * doublest.c (floatformat_to_doublest): Update.
597 (floatformat_from_doublest): Update.
598 (extract_floating): Update.
599
600 2001-07-31 Andrew Cagney <ac131313@redhat.com>
601
602 * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
603 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
604 (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
605 (floatformat_to_doublest, floatformat_from_doublest)
606 (floatformat_is_negative, floatformat_is_nan)
607 (floatformat_mantissa, store_floating)
608 (extract_floating): Move declaration from here.
609 * doublest.h: To here. New file.
610 * utils.c (get_field, floatformat_to_doublest, put_field)
611 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
612 (floatformat_is_nan, floatformat_mantissa)
613 (FLOATFORMAT_CHAR_BIT): Move from here.
614 * doublest.c: To here. New file.
615 * findvar.c (store_floating, extract_floating): Move from here.
616 * doublest.c: To here.
617 * Makefile.in (SFILES): Add doublest.c.
618 (COMMON_OBS): Add doublest.o.
619 (doublest.o): Specify dependencies.
620 (doublest_h): Define.
621
622 * config/m88k/tm-m88k.h: Include "doublest.h".
623 * config/i960/tm-i960.h: Ditto.
624 * config/i386/tm-symmetry.h: Ditto.
625 * rs6000-tdep.c, valarith.c: Ditto.
626 * valprint.c, stabsread.c, sh-tdep.c: Ditto.
627 * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
628 * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
629 * alpha-tdep.c, ax.h, expression.h: Ditto.
630 * sh-tdep.c, parse.c, top.c, value.h: Ditto.
631
632 * Makefile.in (arm-tdep.o): Add $(doublest_h).
633 (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
634 (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
635 (values.o, valprint.o, arm-linux-tdep.o): Ditto.
636 (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
637 (parser_defs_h): Ditto.
638 (expression_h): Add $(doublest_h) and $(symtab_h).
639
640 2001-08-01 Andrew Cagney <ac131313@redhat.com>
641
642 * Makefile.in: Sort header definitions.
643 (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
644 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
645 and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
646 $(annotate_h). Replace target.h with $(target_h). Replace
647 gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
648
649 2001-07-31 Mark Kettenis <kettenis@gnu.org>
650
651 * config/i386/xm-i386.h: New file.
652 * config/i386/xm-fbsd.h: Removed.
653 * config/i386/xm-linux.h: Removed.
654 * config/i386/fbsd.mh: Reorganize a bit.
655 (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
656 * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
657 xm-linux.h.
658
659 2001-07-30 Jim Blandy <jimb@redhat.com>
660
661 * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
662
663 2001-07-27 Daniel Jacobowitz <drow@mvista.com>
664
665 * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
666 Check for SETPGRP_VOID separately if cross-compiling and ISO C
667 headers are available.
668
669 2001-07-30 Mark Kettenis <kettenis@gnu.org>
670
671 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
672 i386_dwarf_reg_to_regnum.
673
674 * i386-tdep.c (i386_register_convert_to_virtual): Replace
675 assertion with a warning if we're asked to convert towards a
676 non-floating-point type. Zero out the the buffer where the data
677 is supposed to be stored in that case.
678
679 2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
680
681 * config/djgpp/djconfig.sh: Unset CDPATH.
682
683 * go32-nat.c (get_cr3): Temporary disable support for page tables
684 in UMBs, as it is incomplete.
685
686 Support for stepping through longjmp in DJGPP programs:
687
688 * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
689 (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
690 (get_longjmp_target): Add prototype.
691
692 2001-07-28 Andrew Cagney <ac131313@redhat.com>
693
694 Fix some PID/TPID fallout for HP/UX.
695 From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
696 * infttrace.c (ptrace_wait): Match external declaration,
697 and match target_post_wait declaration.
698
699 2001-07-28 Andrew Cagney <ac131313@redhat.com>
700
701 * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
702 (cris): Set --enable-gdb-build-warnings flag to -w.
703
704 2001-07-28 Andrew Cagney <ac131313@redhat.com>
705
706 From 2001-07-23 Andreas Schwab <schwab@suse.de>:
707 * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
708 (TARGET_LONG_DOUBLE_BIT): Define.
709 (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
710 (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
711 (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
712 floating point registers.
713 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
714 (REGISTER_CONVERT_TO_RAW): Remove.
715 * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
716
717 2001-07-26 Andrew Cagney <ac131313@redhat.com>
718
719 * thread.c, breakpoint.c: Include "gdb.h".
720 * Makefile.in (gdb_h): Define.
721 (HFILES_NO_SRCDIR): Add gdb.h.
722 (mi-cmd-break.o, mi-main.o, thread.o)
723 (breakpoint.o): Add dependency on $(gdb_h).
724
725 * defs.h (enum gdb_rc, gdb_breakpoint_query)
726 (gdb_breakpoint, gdb_thread_select)
727 (gdb_list_thread_ids): Move declaration from here ...
728 * gdb.h: To here. New file.
729
730 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
731
732 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
733 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
734 (SFILES): Likewise.
735 (tui-out.o): Define dependencies.
736 (tui-hooks.o): Likewise.
737
738 2001-07-28 Andrew Cagney <ac131313@redhat.com>
739
740 * MAINTAINERS: Update e-mail address of active @cygnus.com
741 maintainers to @redhat.com.
742
743 2001-07-28 Andrew Cagney <ac131313@redhat.com>
744
745 * README (Known bugs): Delete section.
746 (Kernel debugging): Delete section.
747 (Languages other than C): Delete section.
748 (Host/target specific installation notes) New section.
749
750 2001-07-28 Mark Kettenis <kettenis@gnu.org>
751
752 * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
753 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
754 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
755 prototypes.
756 * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
757 config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
758 i386_dwarf_reg_to_regnum.
759 * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
760 New functions.
761
762 * i386-tdep.c: Include "gdb_assert.h"
763 (i386_register_convert_to_virtual): Fix such that it can handle
764 conversion to any floating-point type. Assert that we are dealing
765 with a floating-point first.
766 (i386_register_convert_to_raw): Assert that TYPE is a
767 floating-point type with length 12.
768
769 2001-07-27 John R. Moore <jmoore@redhat.com>
770
771 * configure.in: Added dependency of gdb on tcl/tk libraries.
772 * Makefile.in: Likewise.
773 * configure: Regenerated with the above using autoconf.
774
775 2001-07-26 Elena Zannoni <ezannoni@redhat.com>
776
777 * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
778 NUM_REGS.
779 (SH_DEFAULT_NUM_REGS): Define.
780
781 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
782
783 * go32-nat.c (read_memory_region): Make sure the segment limit was
784 indeed set, to work around a Windows 2000 bug.
785
786 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
787
788 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
789 * infttrace.c (child_xfer_memory): Likewise.
790 * symm-nat.c (child_xfer_memory): Likewise.
791 * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
792 (write_inferior_memory): Likewise.
793 * gdbserver/low-linux.c (read_inferior_memory): Likewise.
794 (write_inferior_memory): Likewise.
795 * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
796 (write_inferior_memory): Likewise.
797 * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
798 (write_inferior_memory): Likewise.
799 * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
800 (write_inferior_memory): Likewise.
801 * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
802 (write_inferior_memory): Likewise.
803
804 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
805
806 * README: Mention how to make gdb.pdf.
807
808 * NEWS: Update.
809
810 2001-07-24 Stephen P. Smith <ischis2@home.com>
811
812 * MAINTAINERS (Stephen P. Smith): Added to write after approval
813 list.
814
815 2001-07-23 Andrew Cagney <ac131313@redhat.com>
816
817 * mips-tdep.c (mips_push_arguments): Add comment explaining
818 problem with LE o32 GCC.
819
820 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
821
822 * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
823 doesn't understand them.
824
825 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
826
827 * memattr.c (mem_info_command): Reformat output to look more like
828 'info break' output.
829 (_initialize_mem): Improve help.
830
831 2001-07-23 Mark Kettenis <kettenis@gnu.org>
832
833 * configure.in (AC_CHECK_FUNCS): Add setpggrp.
834 (AC_FUNC_SETPGRP): Add.
835 * aclocal.m4, configure, config.in: Regenerated.
836 * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
837 SETPGRP_ARGS. Always use setpgid if it is available, fall back on
838 setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to
839 distinguish between the two setpgrp flavours.
840 * config/xm-sysv4.h, config/arm/xm-linux.h,
841 config/i386/xm-i386aix.h, config/i386/xm-sco.h,
842 config/i386/xm-linux.h, config/i386/xm-ptx.h,
843 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
844 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
845 config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
846 * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
847
848 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
849
850 * go32-nat.c (read_memory_region): Set the granularity bit of the
851 allocated segment according to its size, and adjust the limit to
852 be page-aligned if the segment is page-granular.
853
854 * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde)
855 (display_page_table, go32_pte, go32_pte_for_address): New functions.
856 (_initialize_go32_nat): Initialize and document them.
857
858 2001-07-22 Mark Kettenis <kettenis@gnu.org>
859
860 * i386gnu-nat.c: Include "i387-nat.h".
861 (struct env387): Removed.
862 (reg_offset): Fix comment.
863 (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
864 FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
865 use i387_supply_fsave.
866 (gnu_fetch_registers): Remove spurious whitespace.
867 (convert_to_env387): Remove.
868 (store_fpregs): Add argument regno. Use i387_fill_fsave instead
869 of convert_to_env387.
870 (gnu_store_registers): Remove spurious whitespace. Pass REGNO to
871 store_fpregs.
872 * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
873 * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
874 (NATDEPFILES): Add i387-nat.o.
875
876 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
877
878 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
879 (m68hc11-tdep.o): Define dependencies.
880
881 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
882
883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
884
885 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
886
887 * utils.c (init_page_info): Use tui_get_command_dimension.
888 * printcmd.c (disassemble_command): Simplify tui specific code,
889 use tui_is_window_visible, tui_show_assembly.
890
891 2001-07-21 Mark Kettenis <kettenis@gnu.org>
892
893 * i386bsd-nat.c: Do not include <sys/sysctl.h>.
894 (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
895 code to ...
896 * i386fbsd-nat.c: ... here. New file.
897 * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
898 * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
899 * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
900 (i386fbsd-nat.o): Add dependencies.
901
902 2001-07-19 Daniel Jacobowitz <drow@mvista.com>
903
904 * signals.c: New file.
905 * Makefile.in: Add signals.o.
906 * target.c (struct signals, target_signal_to_name)
907 (target_signal_from_name, target_signal_from_host)
908 (do_target_signal_to_host, target_signal_to_host_p)
909 (target_signal_to_host, target_signal_from_command): Move to
910 signals.c.
911 (initialize_targets): Move check of struct signals to...
912 * signals.c (_initialize_signals): Here.
913
914 2001-07-19 Andrew Cagney <ac131313@redhat.com>
915
916 * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
917
918 2001-07-19 Andrew Cagney <ac131313@redhat.com>
919
920 From Stephen Smith:
921 * configure.tgt (i*86-*-pe*): New target.
922
923 2001-07-19 Andrew Cagney <ac131313@redhat.com>
924
925 From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
926 * infttrace.c (child_thread_alive): Fix gdb_tid typo.
927 * somsolib.c (no_shared_libraries): Provide stub.
928 * xcoffsolib.c (no_shared_libraries): Provide stub.
929
930 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
931
932 * Makefile.in (COMMON_OBS): Remove tui-file.o.
933 (SUBDIR_TUI_OBS): Add it here.
934 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
935 (main.o): Remove dependency with tui-file.h.
936
937 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
938
939 * Makefile.in (tui-file.o): Update dependencies.
940
941 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
942
943 * top.c (catch_errors): Convert PTR to void * in parameters list.
944 (quit_cover): Ditto.
945
946 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
947
948 * source.c (find_source_lines): Remove tui test, must be replaced
949 by appropriate warning hook.
950 (print_source_lines): Remove tui hacks, must be replaced by cli.
951 (forward_search_command): Remove tui hacks, can be replaced by
952 appropriate calls to identify_source_line when tui scrolls.
953 (reverse_search_command): Likewise.
954
955 2001-07-16 Nick Duffek <nsd@redhat.com>
956
957 * remote.c (init_remote_ops, init_remote_cisco_ops,
958 init_remote_async_ops): Set to_pid_to_str and
959 to_extra_thread_info correctly and in the same order as declared
960 in target.h.
961
962 2001-07-16 Andrew Cagney <ac131313@redhat.com>
963
964 * remote.c: Revert below. Included more than intended.
965
966 2001-07-16 Nick Duffek <nsd@redhat.com>
967
968 * remote.c (init_remote_ops, init_remote_cisco_ops,
969 init_remote_async_ops): Set to_pid_to_str and
970 to_extra_thread_info correctly and in the same order as declared
971 in target.h.
972
973 2001-07-16 Nick Duffek <nsd@redhat.com>
974
975 * findvar.c (read_var_value): Apply value_as_pointer() to
976 addresses retrieved from the target for LOC_BASEREG and
977 LOC_BASEREG_ARG variables.
978
979 2001-07-16 Orjan Friberg <orjanf@axis.com>
980
981 * NEWS: New target CRIS.
982
983 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
984
985 * top.c (show_commands): Remove extern decl of history_get, it's
986 already in readline/history.h.
987
988 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
989
990 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
991 execute_user_command, do_setshow_command, get_prompt, init_proc,
992 serial_log_command): Remove extern declarations. Include
993 cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
994 * gdbcmd.h (execute_user_command): Remove declaration, it's already
995 in cli/cli-script.h.
996 * command.h (do_setshow_command): Remove declaration, it's already
997 in cli/cli-setshow.h.
998 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
999 * Makefile.in (infrun.o): Update dependencies.
1000 (top.o): Ditto.
1001 * cli/cli-setshow.h: Add comment for do_setshow_command.
1002
1003 2001-07-16 Eli Zaretskii <eliz@is.elta.co.il>
1004
1005 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
1006 call to chdir on this symbol rather than on __DJGPP__.
1007 (CANT_FORK) [__MSDOS__]: Move from here...
1008 * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
1009 (GLOBAL_CURDIR) [__MSDOS__]: Define.
1010
1011 2001-07-16 Orjan Friberg <orjanf@axis.com>
1012
1013 * configure.tgt: Recognise the CRIS architecture.
1014 * config/cris/cris.mt: New file for CRIS target.
1015 * cris-tdep.c: New file for CRIS target.
1016
1017 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
1018
1019 * top.c (quit_cover, float_handler): Move definition up before use.
1020 (gdb_init): Move to end of file, to avoid calls to not yet defined
1021 functions.
1022 Delete prototypes.
1023
1024 2001-07-14 Andrew Cagney <ac131313@redhat.com>
1025
1026 * serial.h (SERIAL_ASYNC): Delete.
1027 (DEPRECATED_SERIAL_FD): Delete.
1028 (SERIAL_DEBUG): Delete.
1029 (SERIAL_DEBUG_P): Delete.
1030 (SERIAL_DRAIN_OUTPUT): Delete.
1031 (SERIAL_FLUSH_OUTPUT): Delete.
1032 (SERIAL_FLUSH_INPUT): Delete.
1033 (SERIAL_SEND_BREAK): Delete.
1034 (SERIAL_RAW): Delete.
1035 (SERIAL_GET_TTY_STATE): Delete.
1036 (SERIAL_SET_TTY_STATE): Delete.
1037 (SERIAL_PRINT_TTY_STATE): Delete.
1038 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
1039 (SERIAL_SETBAUDRATE): Delete.
1040 (SERIAL_SETSTOPBITS): Delete.
1041 (SERIAL_CAN_ASYNC_P): Delete.
1042 (SERIAL_IS_ASYNC_P): Delete.
1043 (SERIAL_UN_FDOPEN): Delete.
1044 (SERIAL_READCHAR): Delete.
1045 (SERIAL_CLOSE): Delete.
1046 (SERIAL_FDOPEN): Delete.
1047 (SERIAL_OPEN): Delete.
1048 * ser-unix.c: Update.
1049 * sparclet-rom.c: Update.
1050 * remote-bug.c: Update.
1051 * dsrec.c: Update.
1052 * xmodem.c: Update.
1053 * nindy-share/ttyflush.c: Update.
1054 * nindy-share/Onindy.c: Update.
1055 * utils.c: Update.
1056 * serial.c: Update.
1057 * remote-nindy.c: Update.
1058 * inflow.c: Update.
1059 * sparcl-tdep.c: Update.
1060 * sh3-rom.c: Update.
1061 * remote.c: Update.
1062 * remote-utils.c: Update.
1063 * remote-st.c: Update.
1064 * remote-sds.c: Update.
1065 * remote-rdp.c: Update.
1066 * remote-os9k.c: Update.
1067 * remote-nrom.c: Update.
1068 * remote-mips.c: Update.
1069 * remote-es.c: Update.
1070 * remote-e7000.c: Update.
1071 * remote-array.c: Update.
1072 * ocd.c: Update.
1073 * nindy-share/nindy.c: Update.
1074 * monitor.c: Update.
1075
1076 2001-07-14 Andrew Cagney <ac131313@redhat.com>
1077
1078 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
1079 * mcore-tdep.c: Ditto.
1080 * sparc-tdep.c: Ditto.
1081 * sh-tdep.c: Ditto.
1082 * rs6000-tdep.c: Ditto.
1083 * ppc-linux-tdep.c: Ditto.
1084 * m68hc11-tdep.c: Ditto.
1085 * ia64-tdep.c: Ditto.
1086 * i386-tdep.c: Ditto.
1087 * arm-linux-tdep.c: Ditto.
1088 * hppa-tdep.c: Ditto.
1089 * h8500-tdep.c: Ditto.
1090 * fr30-tdep.c: Ditto.
1091 * arm-tdep.c: Ditto.
1092 * alpha-tdep.c: Ditto.
1093 * d30v-tdep.c: Ditto.
1094 * d10v-tdep.c: Ditto.
1095 * m32r-tdep.c: Ditto.
1096 * mips-tdep.c: Ditto.
1097 * v850-tdep.c: Ditto.
1098
1099 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
1100
1101 * top.c (readline_line_completion_function, noop_completer): Move
1102 from here...
1103 * completer.c (readline_line_completion_function, noop_completer):
1104 ...to here.
1105 * gdbcmd.h (readline_line_completion_function, noop_completer):
1106 Move declarations from here...
1107 * completer.h (readline_line_completion_function, noop_completer):
1108 ...to here.
1109 * corefile.c: Include completer.h.
1110 * source.c: Ditto.
1111 * symfile.c: Ditto.
1112 * Makefile.in: Update dependencies.
1113
1114 2001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
1115
1116 * go32-nat.c (go32_create_inferior): Support command lines longer
1117 than 126 characters.
1118
1119 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1120
1121 * NEWS: New target 68HC11/68HC12.
1122
1123 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1124
1125 * utils.c (query): Remove tui hacks; tui must use the query_hook.
1126 * top.c (command_loop): Remove tui insert_mode hacks; don't call
1127 tuiCleanUp because this must be made with atexit by tui.
1128 * symfile.c (symbol_file_command): Remove call to TUIDO
1129 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
1130 not necessary when using the selected frame hooks.
1131 (print_stack_frame_stub): Likewise.
1132 (print_frame_info_base): Likewise.
1133 (print_frame_info): Likewise.
1134 (up_silently_command): Likewise.
1135 (down_silently_command): Likewise.
1136 (show_stack_frame): Likewise for TUIDO.
1137 (select_frame): Likewise.
1138 (select_and_print_frame): Likewise.
1139 (stack_publish_stopped_with_no_frame): Remove.
1140 (select_and_maybe_print_frame): Remove.
1141 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
1142 must use the initialize ui hook.
1143 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
1144 selected frame hooks.
1145 * event-top.c (command_handler): Remove tui insert_mode hack.
1146 * defs.h: Remove TUIDO; Only include tui.h.
1147 * breakpoint.c (mention): Remove calls to TUIDO.
1148 (delete_breakpoint): Remove tui hacks; tui must install
1149 the breakpoint hooks.
1150
1151 2001-07-14 Mark Kettenis <kettenis@gnu.org>
1152
1153 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
1154 * config/i386/nm-linux.h: ...to here. Change comments about user
1155 area/struct a bit.
1156
1157 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
1158
1159 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
1160 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
1161
1162 2001-07-13 Elena Zannoni <ezannoni@redhat.com>
1163
1164 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
1165 generate an internal error.
1166 (e7000_fetch_registers): Initialize variable 'wanted'.
1167 (e7000_wait): Initialize variable 'wanted_nopc'.
1168 (e7000_store_register): Fix sprintf compiler warnings.
1169 (sub2_from_pc): Ditto.
1170 (e7000_open): Close the descriptor, not the name.
1171 (e7000_load): Fix compiler warnings.
1172 (sub2_from_pc): Ditto.
1173 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
1174
1175 2001-07-13 Mark Kettenis <kettenis@gnu.org>
1176
1177 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
1178 <sys/sysctl.h>.
1179 (store_inferior_registers): Wrap long line.
1180 (i386bsd_dr_get_status): Fix typo in comment.
1181 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
1182 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
1183 (i386bsd_in_sigtramp): New prototype.
1184 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
1185 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
1186 (external) variables.
1187 (SIGCONTEXT_PC_OFFSET): Removed.
1188 (FRAME_SAVED_PC): New define.
1189 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
1190 (TDEPFILES): Add i386bsd-tdep.o.
1191
1192 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
1193
1194 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
1195 definition.
1196
1197 2001-07-13 Mark Kettenis <kettenis@gnu.org>
1198
1199 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
1200 are no registered LWPs yet.
1201
1202 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
1203
1204 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
1205 function.
1206 (CANNOT_STORE_REGISTER): Likewise.
1207
1208 2001-07-12 Keith Seitz <keiths@redhat.com>
1209
1210 * remote-rdp.c: Include "serial.h"
1211
1212 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
1213
1214 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
1215 in HAVE_TERMIO/HAVE_TERMIOS cases.
1216
1217 2001-07-12 Mark Kettenis <kettenis@gnu.org>
1218
1219 * lin-lwp.c (stop_wait_callback): Add support for flushing
1220 signals. Use that in favour of the old code to get rid of
1221 superfluous SIGINTs.
1222 (lin_lwp_wait): Use the new support in stop_wait_callback to
1223 flush all but one SIGINT.
1224
1225 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
1226 to comment.
1227 (i386_store_return_value): Improve comments about storing
1228 floating-point return values.
1229
1230 * config/arm/xm-linux.h, config/i386/xm-linux.h,
1231 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
1232 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
1233 Removed. Taken care of by autoconf and terminal.h.
1234
1235 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
1236
1237 * mips-tdep.c (mips_type_needs_double_align): New function.
1238 (mips_push_arguments): Align o32 structs to even argument
1239 registers if necessary.
1240
1241 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
1242
1243 * config/djgpp/fnchange.lst: Add entries for
1244 mips-linux-nat.c and mips-linux-tdep.c.
1245
1246 2001-07-12 Mark Kettenis <kettenis@gnu.org>
1247
1248 * config/powerpc/xm-linux.h: Fix corrupted file.
1249
1250 * configure.in: Add check for sigsetjmp.
1251 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
1252 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
1253 * configure, config.in: Regenerated.
1254
1255 2001-07-11 Elena Zannoni <ezannoni@redhat.com>
1256
1257 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
1258 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
1259 PR_REGNUM fields.
1260
1261 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
1262 skip_prologue_hard_way().
1263 (skip_prologue_hard_way): Make it a function pointer.
1264 (sh_print_register): Use function pointer do_pseudo_register,
1265 instead of sh_do_pseudo_register.
1266 (sh_do_registers_info): Ditto.
1267 (sh_gdbarch_init): Initialize do_pseudo_register.
1268 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
1269 (skip_prologue_hard_way): Update.
1270 (sh_gdbarch_init): Move setting of frame_chain,
1271 get_saved_register, init_extra_frame_info, push_arguments,
1272 extract_return_value, pop_frame, store_struct_return,
1273 extract_struct_value_address, use_struct_convention,
1274 init_extra_frame_info to before target specific settings.
1275 (sh_gdbarch_init): Initialize new tdep fields
1276 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
1277 PR_REGNUM.
1278 (sh_push_arguments): Use new gdbarch_tdep fields
1279 {ARG0,ARGLAST}_REGNUM.
1280 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
1281 sh_init_extra_frame_info, sh_push_return_address,
1282 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
1283 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
1284 gdbarch_tdep->PR_REGNUM.
1285 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
1286
1287 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
1288
1289 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
1290 from it. Move definitions of REALTIME_LO and REALTIME_HI above
1291 include.
1292
1293 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * MAINTAINERS: List myself for MIPS/Linux
1296 port.
1297
1298 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
1299
1300 * gdbserver/remote-utils.c (remote_open): Only
1301 check for F_SETOWN if we had F_SETFL and FASYNC.
1302
1303 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
1304
1305 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
1306
1307 * config/m68k/linux.mh: Remove core-regset.o.
1308 * m68klinux-nat.c: Fix comment.
1309 (supply_gregset): Change argument to elf_gregset_t *.
1310 (supply_fpregset): Change argument to elf_fpregset_t *.
1311 (fetch_core_registers): New function.
1312 (linux_elf_core_fns): Define.
1313 (_initialize_m68k_linux_nat): New function.
1314
1315 2001-07-11 Andrew Cagney <ac131313@redhat.com>
1316
1317 * configure.tgt: Mark d10v as pure multi-arch.
1318 * config/d10v/tm-d10v.h: Delete file.
1319 * config/d10v/d10v.mt (TM_FILE): Delete.
1320
1321 2001-07-10 Andrew Cagney <ac131313@redhat.com>
1322
1323 * serial.h (typedef serial_t): Delete. Replace all references to
1324 serial_t with `struct serial *'.
1325 * serial.c: Update.
1326 * nindy-share/ttyflush.c: Update.
1327 * nindy-share/ttyflush.c: Update.
1328 * nindy-share/Onindy.c: Update.
1329 * nindy-share/nindy.c: Update.
1330 * remote-rdp.c: Update.
1331 * remote-sds.c: Update.
1332 * remote-st.c: Update.
1333 * remote-nindy.c: Update.
1334 * remote-mips.c: Update.
1335 * remote-e7000.c: Update.
1336 * remote-os9k.c: Update.
1337 * remote-nrom.c: Update.
1338 * remote-es.c: Update.
1339 * remote-array.c: Update.
1340 * ocd.c: Update.
1341 * mon960-rom.c: Update.
1342 * dsrec.c: Update.
1343 * inflow.c: Update.
1344 * ser-e7kpc.c: Update.
1345 * sparclet-rom.c: Update.
1346 * srec.h: Update.
1347 * ser-tcp.c: Update.
1348 * ser-go32.c: Update.
1349 * sparcl-tdep.c: Update.
1350 * w89k-rom.c: Update.
1351 * utils.c: Update.
1352 * sh3-rom.c: Update.
1353 * remote.c: Update.
1354 * ser-pipe.c: Update.
1355 * ser-unix.c: Update.
1356 * ser-unix.h: Update.
1357 * xmodem.c: Update.
1358 * xmodem.h: Update.
1359
1360 2001-07-11 J.T. Conklin <jtc@redback.com>
1361
1362 From Greg McGary <greg@mcgary.org>:
1363 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
1364 of SIGIO.
1365 (input_interrupt): Don't block on read, in case we got redundant
1366 SIGIO. Don't gripe about redundant SIGIO.
1367 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
1368 handler while waiting.
1369 * gdbserver/low-linux.c (mywait): Likewise.
1370 * gdbserver/low-nbsd.c (mywait): Likewise.
1371 * gdbserver/low-sparc.c (mywait): Likewise.
1372
1373 2001-07-11 Keith Seitz <keiths@redhat.com>
1374
1375 * infrun.c (print_stop_reason): Add missing uiout field
1376 "reason" for SIGNAL_RECEIVED case.
1377
1378 2001-07-11 Mark Kettenis <kettenis@gnu.org>
1379
1380 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
1381 Remove unused macro's.
1382
1383 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
1384 used.
1385
1386 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1387
1388 * go32-nat.c (info_dos_cmdlist): New variable.
1389 (go32_info_dos_command): New function.
1390 (_initialize_go32_nat): Convert all DOS-specific commands into
1391 subcommands of "info dos". Suggested by Andrew Cagney
1392 <ac131313@redhat.com>.
1393
1394 2001-07-11 Mark Kettenis <kettenis@gnu.org>
1395
1396 * config/nm-linux.h: Fix comments.
1397
1398 * thread-db.c (enable_thread_event_reporting): Correct warning
1399 message about getting thread death breakpoint.
1400 Reported by John S Kallal <jskallal@home.com>.
1401
1402 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
1403 (i386_store_return_value): Frob FPU status and tag word to make
1404 sure the return value is the only value on the FPU stack.
1405
1406 * config/tm-linux.h: Do not include <signal.h>. Instead provide
1407 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
1408 already defined.
1409 * config/nm-linux.h: Include <signal.h>.
1410 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
1411 (__SIGRTMAX + 1) respectively.
1412
1413 2001-07-10 Andrew Cagney <ac131313@redhat.com>
1414
1415 * mcore-rom.c: Include "serial.h".
1416 * Makefile.in (mcore-rom.o): Depends on "serial.h".
1417
1418 2001-07-10 Andrew Cagney <ac131313@redhat.com>
1419
1420 * Makefile.in (remote-bug.o): Depends on serial.h.
1421 * remote-bug.c: Include "serial.h".
1422 * MAINTAINERS: Mark m88k target as buildable.
1423 * TODO: Update.
1424
1425 2001-07-10 Jim Blandy <jimb@redhat.com>
1426
1427 Clean up the D10V port so that GDB and the target program no
1428 longer disagree on how big pointers are.
1429 * findvar.c (value_from_register): Remove special case code for D10V.
1430 * printcmd.c (print_frame_args): Same.
1431 * valops.c (value_at, value_fetch_lazy): Same.
1432 * values.c (unpack_long): Same.
1433 * gdbarch.sh: Changes to effect the following:
1434 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
1435 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
1436 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
1437 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
1438 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
1439 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
1440 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
1441 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
1442 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
1443 gdbarch_d10v_convert_daddr_to_raw_ftype,
1444 gdbarch_d10v_convert_daddr_to_raw,
1445 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
1446 gdbarch_d10v_convert_iaddr_to_raw_ftype,
1447 gdbarch_d10v_convert_iaddr_to_raw,
1448 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
1449 * gdbarch.c: Delete the corresponding definitions.
1450 (struct gdbarch): Delete members d10v_make_daddr,
1451 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
1452 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
1453 (startup_gdbarch): Remove initializers for the above.
1454 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
1455 more.
1456 * d10v-tdep.c (d10v_register_virtual_type): Rather that
1457 claiming the stack pointer and PC are 32 bits long (which they
1458 aren't), say that the stack pointer is an int16_t, and the
1459 program counter is a function pointer. This allows the rest
1460 of GDB to make the appropriate conversions between the code
1461 pointer format and real addresses.
1462 (d10v_register_convertible, d10v_register_convert_to_virtual,
1463 d10v_register_convert_to_raw): Delete function; no registers
1464 are convertible now, so we use
1465 generic_register_convertible_not instead.
1466 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
1467 methods.
1468 (d10v_push_arguments, d10v_extract_return_value): Remove special
1469 cases for code and data pointers.
1470 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
1471 the target agree on how large pointers are. Say that addresses
1472 are 32 bits long. Register the address_to_pointer and
1473 pointer_to_address conversion functions. Since no registers are
1474 convertible now, register generic_register_convertible_not as the
1475 gdbarch_register_convertible method instead of
1476 d10v_register_convertible. Remove registrations for
1477 d10v_register_convert_to_virtual,
1478 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
1479 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
1480 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
1481 gdbarch_d10v_convert_iaddr_to_raw.
1482
1483 * printcmd.c (print_scalar_formatted): If we are printing an
1484 address, remember that TARGET_ADDR_BIT is not always equal to
1485 TARGET_PTR_BIT.
1486
1487 * valops.c (value_cast): When casting a pointer to an integer,
1488 don't convert it to an address.
1489
1490 2001-07-10 Andrew Cagney <ac131313@redhat.com>
1491
1492 * remote-utils.h (struct serial): Declare as opaque. Remove
1493 include of "serial.h".
1494 * Makefile.in (remote_utils_h): Update.
1495
1496 * monitor.h (struct serial): Declare as opaque. Remove include of
1497 "serial.h".
1498 (struct monitor_ops): Replace serial_t with `struct serial *'.
1499 * monitor.c (monitor_desc): Ditto.
1500
1501 2001-07-10 Daniel Jacobowitz <drow@mvista.com>
1502
1503 * mips-linux-tdep.c: New file.
1504 * mips-linux-nat.c: New file.
1505 * config/mips/linux.mh: New file.
1506 * config/mips/linux.mt: New file.
1507 * config/mips/xm-linux.h: New file.
1508 * config/mips/nm-linux.h: New file.
1509 * config/mips/tm-linux.h: New file.
1510 * configure.host: Recognize mips*-*-linux*.
1511 * configure.tgt: Likewise.
1512 * NEWS: Mention mips*-*-linux* port.
1513
1514 2001-07-09 Andrew Cagney <ac131313@redhat.com>
1515
1516 * serial.h (struct serial): Rename `struct _serial_t'.
1517 * serial.c (XMALLOC): Define.
1518 (serial_open): Update. Use XMALLOC.
1519 (serial_fdopen): Ditto.
1520
1521 2001-07-07 Andrew Cagney <ac131313@redhat.com>
1522
1523 * gdbtypes.h (builtin_type_void_data_ptr): Rename
1524 builtin_type_ptr.
1525 * gdbtypes.c (builtin_type_void_data_ptr): Update.
1526 (build_gdbtypes): Update.
1527 (_initialize_gdbtypes): Update.
1528 * values.c (value_as_pointer): Update.
1529 * utils.c (host_pointer_to_address): Update.
1530 (address_to_host_pointer): Update.
1531
1532 2001-07-08 Andrew Cagney <ac131313@redhat.com>
1533
1534 * remote-udi.c (udi_wait): Make type, instead of name, of first
1535 parameter a ptid_t.
1536
1537 2001-07-07 Andrew Cagney <ac131313@redhat.com>
1538
1539 * ser-mac.c: Make obsolete.
1540 * Makefile.in (ser-mac.o): Ditto.
1541
1542 2001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
1543
1544 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
1545 (read_memory_region, get_descriptor, display_descriptor)
1546 (go32_sldt, go32_sgdt, go32_sidt): New functions.
1547 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
1548 away `disable' from dos.h, since breakpoint.h defines an enum
1549 member of the same name, and GCC 2.7.2 barfs.
1550 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
1551 dos-gdt, and dos-idt, all of them in the "info" class
1552
1553 2001-07-07 Kevin Buettner <kevinb@redhat.com>
1554
1555 * procfs.c (create_procinfo): Allocate space for saved_entryset
1556 and saved_exitset.
1557 (destroy_one_procinfo): Free space allocated to saved_entryset
1558 and saved_exitset.
1559
1560 2001-07-07 Andrew Cagney <ac131313@redhat.com>
1561
1562 * TODO (5.1): Update.
1563
1564 2001-07-07 Andrew Cagney <ac131313@redhat.com>
1565
1566 * symtab.c (main_name): New function.
1567 (set_main_name): New function.
1568 * symtab.h: Declare.
1569 * TODO: Update
1570
1571 From 2000-03-05 Anthony Green <green@redhat.com>:
1572 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
1573 setting main_name.
1574 * blockframe.c (inside_main_func): Use main_name instead of
1575 "main".
1576 * symtab.c (find_main_psymtab): Ditto.
1577 * source.c (select_source_symtab): Ditto.
1578 * nlmread.c (nlm_symfile_read): Ditto.
1579 * rs6000-tdep.c (skip_prologue): Ditto.
1580
1581 2001-07-07 Andrew Cagney <ac131313@redhat.com>
1582
1583 * TODO: Convert most items into PRs.
1584
1585 2001-07-07 Mark Kettenis <kettenis@gnu.org>
1586
1587 * lin-lwp.c (status_to_str): New function.
1588 (lin_lwp_wait): Use it to print debug messages where appropriate.
1589
1590 2001-07-06 Michael Chastain <chastain@redhat.com>
1591
1592 * i387-tdep.c (print_i387_value): Fix pointer glitch.
1593
1594 2001-07-07 Mark Kettenis <kettenis@gnu.org>
1595
1596 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
1597 commented with "paranoia" into gdb_assert.
1598 (select_event_lwp_callback): Likewise.
1599 (cancel_breakpoints_callback): Bail out early if LP is the event
1600 LWP. Add comment about backup up breakpoints. Fix formatting and
1601 debug message.
1602 (select_event_lwp): Make solely repsonsible for switching event
1603 LWP. Fix formatting and remove bogus "ERROR" debug message.
1604 Don't backup breakpoints from here.
1605 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
1606 handle that. Only call select_event_lwp if we're not waiting for
1607 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
1608
1609 2001-07-06 Michael Snyder <msnyder@redhat.com>
1610
1611 * procfs.c (procfs_resume): Silence noisy warning.
1612
1613 2001-06-12 Michael Snyder <msnyder@redhat.com>
1614
1615 * lin-lwp.c: Prevent thread starvation by using a monte carlo
1616 method to choose which of several event threads to handle next.
1617
1618 (stop_wait_callback): Defer pushback of breakpoint events until
1619 later; add SIGTRAP events to the queue of unhandled events.
1620 Keep calling waitpid until SIGSTOP retrieved. If more than one
1621 non-SIGSTOP event is retrieved, push them back onto the process
1622 queue using kill.
1623 (count_events_callback, select_singlestep_lwp_callback,
1624 select_event_lwp_callback, cancel_breakpoints_callback,
1625 select_event_lwp): New functions. Implement monte carlo method
1626 for selecting which of several SIGTRAP threads to handle next.
1627 Push back the breakpoint event for all threads other than the
1628 selected one.
1629 (lin_lwp_wait): Call select_event_lwp to decide which of several
1630 sigtrapped lwps to handle next.
1631 (resume_callback): Disable code that attempts to handle
1632 step_resume breakpoints. Let core gdb handle this.
1633
1634 2001-07-06 Jim Blandy <jimb@redhat.com>
1635
1636 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
1637 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
1638 (build_gdbtypes): Initialize it.
1639 (_initialize_gdbtypes): Swap it.
1640
1641 2001-07-04 Daniel Jacobowitz <drow@mvista.com>
1642
1643 * mips-tdep.c (mips32_op): Correct offset.
1644 (itype_op): Likewise.
1645 (itype_rs): Fix formatting.
1646 (itype_immediate): Fix formatting.
1647 (jtype_op): Correct offset.
1648 (jtype_target): Fix formatting.
1649 (rtype_op): Correct offset.
1650 (rtype_rs): Fix formatting.
1651 (rtype_rt): Likewise.
1652 (rtype_rd): Likewise.
1653 (rtype_shamt): Likewise.
1654 (rtype_funct): Likewise.
1655
1656 (mips32_next_pc): Fix formatting and comments. Recognize
1657 coprocessor 1 branches. Check the correct field for BLT family
1658 branches. Use itype_rt instead of itype_rs for the second register
1659 of a BNE or BNEL branch. Move (unreachable) default case.
1660
1661 2001-07-04 Andrew Cagney <ac131313@redhat.com>
1662
1663 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
1664 (ui_out_is_mi_like_p): Declare.
1665 * ui-out.c (ui_out_is_mi_like_p): Define.
1666 (default_ui_out_impl): Initialize is_mi_like_p to zero.
1667 * cli-out.c (cli_ui_out_impl): Ditto.
1668 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
1669 (watchpoint_check, print_one_breakpoint, mention): Ditto.
1670 * infrun.c (print_stop_reason, normal_stop): Ditto.
1671
1672 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
1673
1674 * mips-tdep.c (mips_software_single_step): New function.
1675 * config/mips/tm-mips.h: Add prototype for
1676 mips_software_single_step.
1677
1678 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
1679
1680 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
1681 of greg_t.
1682 (fill_gregset): Likewise.
1683
1684 2001-07-05 Andrew Cagney <ac131313@redhat.com>
1685
1686 * objfiles.c (open_mapped_file): Use lbasename instead of
1687 basename.
1688
1689 2001-07-05 Jim Blandy <jimb@redhat.com>
1690
1691 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
1692 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
1693 d10v_write_sp, d10v_write_fp, d10v_read_fp,
1694 d10v_push_return_address): Call the functions d10v_make_daddr,
1695 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
1696 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
1697 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
1698 D10V_CONVERT_DADDR_TO_RAW.
1699
1700 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
1701
1702 2001-07-05 Mark Kettenis <kettenis@gnu.org>
1703
1704 * config/i386/xm-go32.h (HOST_I386): Removed.
1705 * config/i386/xm-linux.h (HOST_I386): Removed.
1706
1707 2001-07-04 Mark Kettenis <kettenis@gnu.org>
1708
1709 * i387-tdep.c (print_i387_value): Add extra space after final full
1710 stop in comment.
1711
1712 2001-07-04 Andrew Cagney <ac131313@redhat.com>
1713
1714 * TODO (5.1): Update. Doco changes committed.
1715
1716 2001-06-29 Andrew Cagney <ac131313@redhat.com>
1717
1718 * config/arm/tm-arm.h: Include "floatformat.h".
1719
1720 2001-06-29 Andrew Cagney <ac131313@redhat.com>
1721
1722 * i387-tdep.c: Include "gdb_assert.h".
1723 (print_i387_value): Use extract_floating to extract the FP value
1724 from a zero padded local buffer.
1725
1726 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1727
1728 * TODO: Delete all thread items. The thread code was overhauled.
1729
1730 2001-07-04 Elena Zannoni <ezannoni@redhat.com>
1731
1732 * memattr.c (create_mem_region): Move n to next memory region,
1733 to avoid infinite loop.
1734
1735 * memattr.h: Add copyright statement.
1736 * memattr.c: Ditto.
1737
1738 2001-07-04 Jim Blandy <jimb@redhat.com>
1739
1740 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
1741 (read_partial_die): Delete fourth argument; we return this info in
1742 the struct partial_die_info object itself now.
1743 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
1744 has_pc_info field of the partial die struct, rather than passing a
1745 variable by reference to read_partial_die.
1746
1747 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
1748 code in loop condition.
1749
1750 2001-07-03 Michael Snyder <msnyder@redhat.com>
1751
1752 * thread_db (find_new_threads_callback, thread_db_thread_alive,
1753 attach_thread): Update comments.
1754
1755 2001-06-29 Ken Whaley <ken@believe.com>
1756
1757 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
1758 to TD_THR_UNKNOWN when looking for defunct zombie threads.
1759 (thread_db_thread_alive): Ditto.
1760 (find_new_threads_callback): Ditto.
1761
1762 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
1763
1764 * MAINTAINERS: Add myself to the write-after-approval list.
1765
1766 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
1767
1768 * solib-svr4.c: Include "elf/mips.h".
1769 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
1770
1771 2001-07-02 Jim Blandy <jimb@redhat.com>
1772
1773 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
1774 dump_die_list, store_in_ref_table, follow_die_ref): Make these
1775 static; they're private functions.
1776
1777 2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
1778
1779 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
1780
1781 2001-06-28 Elena Zannoni <ezannoni@redhat.com>
1782
1783 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
1784
1785 2001-06-29 Andrew Cagney <ac131313@redhat.com>
1786
1787 * config/djgpp/fnchange.lst: Sort.
1788
1789 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1790
1791 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
1792 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
1793
1794 2001-06-29 Andreas Jaeger <aj@suse.de>
1795
1796 * MAINTAINERS: Add myself to the write-after-approval list.
1797
1798 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1799
1800 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
1801 (get_hex_word): Don't use HOST_BYTE_ORDER.
1802 (array_fetch_registers): Add variable ``reg''. Use
1803 store_unsigned_integer to byte-swap the register. Delete unused
1804 local ``regs''.
1805
1806 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1807
1808 * MAINTAINERS: Add Per Bothner to Java maintainers.
1809
1810 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1811
1812 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
1813 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
1814 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
1815 * TODO: Update.
1816 * MAINTAINERS: Update. arm-elf builds.
1817
1818 2001-06-28 Jim Blandy <jimb@redhat.com>
1819
1820 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
1821
1822 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
1823 d10v_breakpoint_from_pc, d10v_register_byte,
1824 d10v_register_raw_size, d10v_register_virtual_size,
1825 d10v_register_virtual_type, d10v_register_convertible,
1826 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
1827 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
1828 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
1829 d10v_store_struct_return, d10v_store_return_value,
1830 d10v_extract_struct_value_address, d10v_frame_saved_pc,
1831 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
1832 d10v_frame_chain, d10v_frame_init_saved_regs,
1833 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
1834 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
1835 d10v_push_return_address, d10v_push_arguments,
1836 d10v_extract_return_value): Make these functions static.
1837
1838 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1839
1840 From Fernando Nasser:
1841 * infrun.c (handle_inferior_event): Handle "nexti" inside function
1842 prologues.
1843
1844 2001-06-28 Michael Snyder <msnyder@redhat.com>
1845
1846 * infrun.c (handle_inferior_event): Replace prev_pc test in all
1847 calls to bpstat_stop_status (removed in 1999-09-24). This test
1848 helps distinguish stepping over a breakpoint trap from stepping
1849 thru a jump to the instruction after a breakpoint trap.
1850 (handle_inferior_event): Don't bother writing the PC if
1851 DECR_PC_AFTER_BREAK is zero (optimization).
1852 * breakpoint.c (bpstat_stop_status): Add comment explaining the
1853 purpose and usage of the "not_a_breakpoint" argument in computing
1854 the breakpoint address.
1855
1856 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1857
1858 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1859 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
1860 (setreg_resp_delim_pattern): Likewise.
1861 (setmem_resp_delim_fastmap): New buffer.
1862 (setreg_resp_delim_fastmap): Likewise.
1863 (monitor_open): Initialize above regexp if they are defined.
1864 (monitor_write_memory): Use regexp to check the result of write.
1865 (monitor_store_register): Likewise to check result of register set.
1866
1867 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1868
1869 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
1870 * coff-solib.c: Include symfile.h and objfiles.h to make
1871 OBJF_SHARED visible.
1872
1873 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1874
1875 * configure.in (--enable-gdbmi): Enable by default.
1876 * configure: Regenerate.
1877 * TODO: Update.
1878 * NEWS: Update
1879
1880 2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
1881
1882 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
1883 explaining the consequences of always returning zero. No code
1884 change.
1885
1886 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1887
1888 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
1889 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
1890 to TARGET_SIGNAL_REALTIME_127.
1891 * target.c (struct signals): Add SIG63 to SIG127.
1892 (target_signal_from_host): Handle up to 127 signals.
1893 (do_target_signal_to_host): Likewise.
1894
1895 2001-06-27 Andrew Cagney <ac131313@redhat.com>
1896
1897 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
1898 from possibly unsigned char.
1899
1900 2001-06-27 Andrew Cagney <ac131313@redhat.com>
1901
1902 * ser-ocd.c: Delete file.
1903 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
1904 (ser-ocd.o): Delete target.
1905 * TODO: Update.
1906 * NEWS: Update.
1907
1908 2001-06-27 Andrew Cagney <ac131313@redhat.com>
1909
1910 * MAINTAINERS (Write After Approval): Sort.
1911 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
1912
1913 2001-06-26 Andrew Cagney <ac131313@redhat.com>
1914
1915 * breakpoint.c (breakpoint_1): Always output the breakpoint
1916 headings. Leave it to ui-out to decide which
1917
1918 2001-06-25 Andrew Cagney <ac131313@redhat.com>
1919
1920 * stack.c (print_frame): For ui_out, output a list of arguments.
1921
1922 2001-06-25 Kevin Buettner <kevinb@redhat.com>
1923
1924 * MAINTAINERS (paper trail): Update.
1925
1926 2001-06-25 Michael Snyder <msnyder@redhat.com>
1927
1928 * infrun.c: Eliminate the "thread_step_needed" state variable,
1929 and replace it with a relatively simple test in resume.
1930 (resume): Replace thread_step_needed logic with a test for
1931 stepping, breakpoint_here_p and breakpoints_inserted.
1932 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
1933 (proceed): Discard thread_step_needed logic.
1934 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
1935 Discard thread_step_needed logic.
1936
1937 2001-06-24 Fernando Nasser <fnasser@redhat.com>
1938
1939 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
1940 * rdi-share/host.h: Add missing parenthesis in conditional.
1941
1942 2001-06-22 J.T. Conklin <jtc@redback.com>
1943
1944 * configure.in: include nlist.h when checking for member som_addr
1945 in struct so_map.
1946 * configure: regenerate.
1947
1948 2001-06-21 Keith Seitz <keiths@redhat.com>
1949
1950 * cli-out.c (cli_out_new): Initialize new structure member
1951 "suppress_output".
1952
1953 2001-06-20 Andrew Cagney <ac131313@redhat.com>
1954
1955 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
1956 (table_header_ftype): Ditto.
1957 * cli-out.c (cli_table_header): Update.
1958 * ui-out.c (ui_out_table_header): Update.
1959 (uo_table_header): Update.
1960 (default_table_header): Update.
1961 (append_header_to_list): Update.
1962 (struct ui_out_header): Add field ``col_name''.
1963 (append_header_to_list): Use xstrdup. Initialize col_name.
1964 * breakpoint.c (breakpoint_1): Pass COL_NAME to
1965 ui_out_table_header.
1966
1967 2001-06-19 Andrew Cagney <ac131313@redhat.com>
1968
1969 * cli-out.c: Include "gdb_assert.h'.
1970 (struct ui_out_data): Add field ``suppress_output.
1971 (cli_table_begin): When NR_ROWS is zero, suppress_output.
1972 (cli_table_end): Clear suppress_output.
1973 (cli_table_body): Check suppress_output.
1974 (cli_table_header, cli_begin): Ditto.
1975 (cli_end, cli_field_int, cli_field_skip): Ditto.
1976 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
1977 (cli_text, cli_message, cli_wrap_hint): Ditto.
1978 * breakpoint.c (breakpoint_1): Close the ui_out table before
1979 printing the breakpoint not found message.
1980
1981 2001-06-18 Andrew Cagney <ac131313@redhat.com>
1982
1983 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
1984 (default_table_begin): Ditto.
1985 (uo_table_begin): Ditto.
1986 * cli-out.c (cli_table_begin): Ditto.
1987 * ui-out.h (ui_out_table_begin): Update
1988 (table_begin_ftype): Update.
1989 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
1990 ui_out_table_begin.
1991
1992 2001-06-16 Andrew Cagney <ac131313@redhat.com>
1993
1994 * breakpoint.c (breakpoint_1): Restructure. Compute the
1995 nr_printable_breakpoints. Move the header output to before the
1996 main print breakpoints loop.
1997 (user_settable_breakpoint): New function.
1998
1999 2001-06-18 Andrew Cagney <ac131313@redhat.com>
2000
2001 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
2002 "mi", "mi0" and "mi1".
2003
2004 2001-06-17 Andrew Cagney <ac131313@redhat.com>
2005
2006 * gdbarch.sh: Generate an error when conflicting macro
2007 definitions. Generate an error when both pure multi-arch and
2008 "tm.h".
2009 * gdbarch.h, gdbarch.c: Regenerate.
2010 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
2011
2012 2001-06-17 Andrew Cagney <ac131313@redhat.com>
2013
2014 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
2015 GDB_MULTI_ARCH_PARTIAL from two.
2016
2017 2001-06-17 Fernando Nasser <fnasser@redhat.com>
2018
2019 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
2020 * cli/cli-script.c (free_command_lines): Reset list pointer.
2021
2022 2001-06-16 Andrew Cagney <ac131313@redhat.com>
2023
2024 * arch-utils.c (init_frame_pc_default): New function
2025 * arch-utils.h (init_frame_pc_default): Declare.
2026 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
2027 not init_frame_pc_noop.
2028 * gdbarch.h, gdbarch.c: Re-generate.
2029 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
2030 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
2031 init_frame_pc_noop.
2032
2033 2001-06-16 Andrew Cagney <ac131313@redhat.com>
2034
2035 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
2036
2037 2001-06-15 Andrew Cagney <ac131313@redhat.com>
2038
2039 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
2040 (CANNOT_STORE_REGISTER): Ditto.
2041 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
2042 (CANNOT_STORE_REGISTER): Ditto.
2043 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
2044 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
2045 * arch-utils.h (cannot_register_not): Define.
2046 * arch-utils.c (cannot_register_not): Declare.
2047
2048 2001-06-15 Andrew Cagney <ac131313@redhat.com>
2049
2050 * gdbarch.sh: Clarify pre/post default
2051 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
2052 * blockframe.c (get_prev_frame): Remove #ifdef from around
2053 INIT_FRAME_PC_FIRST call.
2054 * arch-utils.c (init_frame_pc_noop): Define.
2055 * arch-utils.h (init_frame_pc_noop): Declare.
2056 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
2057 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
2058 * mips-tdep.c (mips_init_frame_pc_first): Make static.
2059 (mips_gdbarch_init): Initialize init_frame_pc_first.
2060 (mips_dump_tdep): Update.
2061
2062 2001-06-15 Michael Snyder <msnyder@redhat.com>
2063
2064 * infrun.c (context_switch): New function. Abstract the operation
2065 of saving and restoring infrun's state when switching threads.
2066 (handle_inferior_event): Normalize the handling of the 'thread hop'
2067 event (when the wrong thread hits a thread-specific breakpoint,
2068 and we need to solo-step that thread past the breakpoint).
2069 Call keep_going, instead of target_resume. Handle the subsequent
2070 singlestep-trap as a normal event instead of just resuming.
2071
2072 2001-06-15 Andrew Cagney <ac131313@redhat.com>
2073
2074 * arch-utils.c (core_addr_identity): New function. Rename
2075 default_convert_from_func_ptr_addr.
2076 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
2077 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
2078 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
2079 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
2080 * mips-tdep.c (mips_addr_bits_remove): Make static.
2081 (mips_gdbarch_init): Initialize addr_bits_remove.
2082
2083 2001-06-15 Andrew Cagney <ac131313@redhat.com>
2084
2085 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
2086 * configure.tgt: Add S/390 31 & 64 bit target configuration.
2087 * configure.host: Ditto for host.
2088
2089 2001-06-15 Andrew Cagney <ac131313@redhat.com>
2090
2091 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
2092 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
2093 predicate.
2094 * gdbarch.h, gdbarch.c: Regenerate.
2095 * values.c (value_being_returned): Change the reference to
2096 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
2097
2098 2001-06-15 Joel Brobecker <brobecker@act-europe.fr>
2099
2100 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
2101 Write After Approval list.
2102
2103 2001-06-14 Michael Snyder <msnyder@redhat.com>
2104
2105 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
2106 set_remote_protocol_qSymbol_packet_cmd): New functions.
2107 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
2108 (remote_check_symbols): New function. Implement qSymbol packet,
2109 allowing target to request symbol lookup service from gdb.
2110 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
2111 allowing symbol lookup from exec_bfd on connection to target.
2112 (remote_new_objfile): New function. Catch new objfile notifications
2113 from shared library module, and call remote_check_symbols.
2114 (_initialize_remote): Hook remote_new_objfile into the shared
2115 library notification chain. Add "set remote symbol-lookup" command.
2116
2117 2001-06-14 Keith Seitz <keiths@redhat.com>
2118
2119 * tracepoint.c (trace_command): We now have tracepoint
2120 events. Get rid of those ugly hooks.
2121 (tracepoint_operation): Likewise.
2122 (trace_pass_command): Likewise.
2123
2124 2001-06-13 Michael Snyder <msnyder@redhat.com>
2125
2126 * gdbthread.h (struct thread_info): Add new fields:
2127 current_line, current_symtab, step_sp, for saved infrun state.
2128 * thread.c (save_infrun_state, load_infrun_state): Save and
2129 restore current_line, current_symtab, and step_sp.
2130 (add_thread): Rather than adding assignments to initialize
2131 the new fields, just use memset (tp, 0, sizeof (*tp).
2132 This way future new fields will not be overlooked.
2133 * infrun.c (handle_inferior_event): Save and restore save_sp,
2134 current_line, and current_symtab when switching threads.
2135
2136 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
2137
2138 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
2139 testsuite/gdb.mi.
2140
2141 2001-06-11 Andrew Cagney <ac131313@redhat.com>
2142
2143 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
2144 (lookup_partial_symtab, file_matches): Ditto.
2145 (make_source_files_completion_list): Ditto.
2146 (make_file_symbol_completion_list): Ditto. Make local char*
2147 variable ``tail'' constant.
2148 (make_source_files_completion_list): Ditto with ``base_name''.
2149 * source.c (open_source_file): Use lbasename. Make ``p'' const
2150 char *.
2151
2152 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
2155 (SLASH_STRING): Remove unused definitions.
2156 * config/i386/xm-cygwin.h: Likewise.
2157
2158 2001-06-12 Andrew Cagney <ac131313@redhat.com>
2159
2160 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
2161 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
2162 * ui-out.h: Update declarations.
2163
2164 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
2165
2166 * source.c (openp): Make parameters ``path'' and ``string''
2167 constant.
2168 (openp): Use alloca to safely duplicate ``string''. Make local
2169 variables ``p'' and ``p1'' constant. Delete char* casts.
2170 * defs.h: Update.
2171
2172 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
2173 (lookup_symtab, lookup_partial_symtab): Ditto.
2174 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
2175
2176 2001-06-11 Andrew Cagney <ac131313@redhat.com>
2177
2178 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
2179 (ui_out_table_header, ui_out_field_int): Ditto.
2180 (ui_out_field_core_addr, ui_out_field_string): Ditto.
2181 (ui_out_field_stream, ui_out_field_fmt): Ditto.
2182 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
2183 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
2184 (ui_out_field_core_addr, ui_out_field_stream): Update.
2185 (ui_out_field_string, ui_out_field_fmt): Update.
2186 (ui_out_text, ui_out_message): Update.
2187 (append_header_to_list): Make char* parameters constant.
2188 (uo_table_header, uo_table_begin): Ditto.
2189 (uo_field_int, uo_field_skip): Ditto.
2190 (uo_field_string, uo_field_fmt): Ditto.
2191 (uo_text, uo_message): Ditto.
2192
2193 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
2194
2195 * completer.c (gdb_completer_loc_break_characters): New variable.
2196 (line_completion_function): If we are completing on locations,
2197 back up the start of word pointer past all characters which can
2198 appear in a location spec.
2199 (location_completer): New function.
2200
2201 * completer.h: Add prototype for location_completer.
2202
2203 * symtab.c (make_source_files_completion_list)
2204 (add_filename_to_list, not_interesting_fname): New functions.
2205 (filename_seen): New function, body extracted from
2206 output_source_filename.
2207 (output_source_filename): Call filename_seen to check if the file
2208 was already printed.
2209 (make_symbol_completion_list): If TEXT includes a
2210 double-quoted string, return an empty list, not NULL.
2211 (make_file_symbol_completion_list): New function, similar to
2212 make_symbol_completion_list but with an additional argument
2213 SRCFILE.
2214
2215 * symtab.h (make_file_symbol_completion_list)
2216 (make_source_files_completion_list): Add prototypes.
2217
2218 * breakpoint.c (_initialize_breakpoint): Make location_completer
2219 be the completion function for all commands which set breakpoints
2220 and watchpoints.
2221 (top-level): #include "completer.h".
2222
2223 * tracepoint.c (_initialize_tracepoint): Make location_completer
2224 be the completion function for the "trace" command.
2225 (top-level): #include "completer.h".
2226
2227 * printcmd.c (_initialize_printcmd): Make location_completer be
2228 the completion function for the "print", "inspect", "call", and
2229 "disassemble" commands.
2230 (top-level): #include "completer.h".
2231
2232 * infcmd.c (_initialize_infcmd): Make location_completer be the
2233 completion function for the "go", "jump", and "until" commands.
2234 (top-level): #include "completer.h".
2235
2236 2001-06-10 Christopher Faylor <cgf@redhat.com>
2237
2238 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
2239 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
2240 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
2241 * defs.h: Ditto.
2242 * m32r-rom.c: Ditto.
2243 * p-exp.y: Ditto.
2244 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
2245 faster compilation.
2246 (get_ds_base): Remove _MSC_VER version of this function.
2247 * nindy-share/ttyflush.c: Ditto.
2248 * rdi-share/host.h: Ditto.
2249 * ser-go32.c (dos_readchar): Remove call to obsolete function.
2250 * remote-sim.c (gdb_os_poll_quit): Ditto.
2251 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
2252
2253 * main.c (captured_main): Eliminate special Cygwin checks.
2254 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
2255
2256 2001-06-09 Andrew Cagney <ac131313@redhat.com>
2257
2258 * Makefile.in (gdbcmd_h): Add ui_out_h.
2259 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
2260 (thread.o, top.o): Ditto.
2261
2262 * ui-out.h (table_begin_ftype): Make string parameters constant.
2263 (table_header_ftype): Ditto.
2264 (field_int_ftype): Ditto.
2265 (field_skip_ftype): Ditto.
2266 (field_string_ftype): Ditto.
2267 (field_fmt_ftype): Ditto.
2268 (text_ftype): Ditto.
2269 (message_ftype): Ditto.
2270 * cli-out.c (cli_table_begin): Ditto.
2271 (cli_table_header): Ditto.
2272 (cli_field_int): Ditto.
2273 (cli_field_skip): Ditto.
2274 (cli_field_string): Ditto.
2275 (cli_field_fmt): Ditto.
2276 (cli_text): Ditto.
2277 (cli_message): Ditto.
2278 (out_field_fmt): Ditto.
2279 * ui-out.c (default_table_begin): Ditto.
2280 (default_table_header): Ditto.
2281 (default_field_int): Ditto.
2282 (default_field_skip): Ditto.
2283 (default_field_string): Ditto.
2284 (default_field_fmt): Ditto.
2285 (default_text): Ditto.
2286 (default_message): Ditto.
2287
2288 2001-06-08 Michael Snyder <msnyder@redhat.com>
2289
2290 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
2291 remove_breakpoint, so that the subsequent test for
2292 bpt->inserted will succeed, and duplicates will be fixed up.
2293
2294 2001-06-08 Per Bothner <per@bothner.com>
2295
2296 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
2297
2298 2001-06-07 Keith Seitz <keiths@redhat.com>
2299
2300 * tracepoint.c (tracepoint_opertation): Add ui event
2301 notifications.
2302 (trace_pass_command): Ditto.
2303
2304 2001-06-07 Andrew Cagney <ac131313@redhat.com>
2305
2306 * MAINTAINERS (Write After Approval): Note the entry criteria.
2307 (HP/PA): Jeff Law stepped down
2308
2309 2001-06-07 Jim Blandy <jimb@redhat.com>
2310
2311 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
2312 variable values as operators.
2313
2314 2001-06-07 Keith Seitz <keiths@redhat.com>
2315
2316 * gdb-events.sh: Fix quote escaping which was obsoleted
2317 by last patch.
2318
2319 2001-06-07 Keith Seitz <keiths@redhat.com>
2320
2321 * gdb-events.sh: Make if statements and tests
2322 a little more portable.
2323 Don't use shell's echo command to put strings containing
2324 escaped characeters into a file -- different flavors of /bin/sh
2325 require differnt levels of escaping. Use cat <<EOF instead.
2326 Our internal field separator is a colon. Change all
2327 commands which assume it is a space.
2328
2329 2001-06-06 Mark Kettenis <kettenis@gnu.org>
2330
2331 * lin-lwp.c (struct lwp_info): Add member `resumed'.
2332 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
2333 LWP it's called for.
2334 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
2335 SIGSTOP is reported.
2336 (resume_clear_callback): New function.
2337 (resume_set_callback): New function.
2338 (lin_lwp_resume): Mark all LWP's that we're going to resume as
2339 resumed, and unmark all others.
2340 (status_callback): Only report a pending wait status if we pretend
2341 that LP has been resumed.
2342 (resumed_callback): New function.
2343 (lin_lwp_wait): Add assertions to check that LWP's are properly
2344 marked as resumed. Partially revert 2001-05-25 patch by Michael
2345 Snyder: do not resume all threads. Add comment explaining the
2346 problems associated with this bit of code.
2347
2348 2001-06-07 Keith Seitz <keiths@redhat.com>
2349
2350 * MAINTAINTERS: Syd Polk is stepping down from
2351 maintaining libgui. I am replacing him.
2352
2353 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
2354
2355 * config/mips/tm-irix6.h: New file.
2356
2357 * config/mips/irix6.mh: New file.
2358
2359 * config/mips/irix6.mt: New file.
2360
2361 * config/mips/xm-irix6.h: New file.
2362
2363 * config/mips/nm-irix6.h: New file.
2364
2365 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
2366 disassembler info in tm_print_insn_info as appropriate for the N32
2367 ABI. Force N32 ABI to be the default if the CPU is R8000 or
2368 R10000.
2369
2370 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
2371
2372 * configure.host (mips*-sgi-irix6*): Ditto.
2373
2374 2001-06-07 Andrew Cagney <ac131313@redhat.com>
2375
2376 * gnu-v3-abi.c: Include "gdb_assert.h".
2377 (build_gdb_vtable_type): Replace abort() with gdb_assert().
2378
2379 2001-06-06 Jim Blandy <jimb@redhat.com>
2380
2381 * cp-abi.h: Rearrange code to put documentation comments above the
2382 functions we export. The actual function table itself simply
2383 refers to those functions. Minor doc fixes.
2384
2385 * gdbarch.sh: Changes to effect the following:
2386 * gdbarch.c (initialize_non_multiarch): New function.
2387 * gdbarch.h (initialize_non_multiarch): New declaration.
2388 * arch-utils.c (initialize_current_architecture): For
2389 non-multiarch configurations, call initialize_non_multiarch.
2390
2391 2001-06-06 Andrew Cagney <ac131313@redhat.com>
2392
2393 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
2394 declaration.
2395 (compare_symbols): Ditto.
2396
2397 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
2398
2399 * arch-utils.c (generic_prepare_to_proceed): Allow for having
2400 stopped due to a Ctrl-C as well as breakpoints.
2401
2402 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
2403 support thread switches after Ctrl-C.
2404 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
2405 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
2406 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
2407
2408 2001-06-06 Jim Blandy <jimb@redhat.com>
2409
2410 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
2411 per-architecture data should be registered at initialization time,
2412 before any gdbarch objects get used, so the generality is
2413 unnecessary.
2414
2415 2001-06-06 Keith Seitz <keiths@redhat.com>
2416
2417 * gdb-events.sh (function_list): Add tracepoint_create,
2418 tracepoint_delete, and tracepoint_modify events.
2419 * gdb-events.c: Regenerated.
2420 * gdb-events.h: Regenerated.
2421
2422 2001-06-06 Keith Seitz <keiths@redhat.com>
2423
2424 * gdb-events.sh: Update copyrights.
2425 Change free to xfree.
2426 * gdb-events.c: Regenerated.
2427 * gdb-events.h: Regenerated.
2428
2429 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
2430
2431 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
2432 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
2433 * completer.c: Ditto.
2434 * cli/cli-cmds.c (cd_command): Ditto.
2435
2436 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
2437
2438 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
2439 (mips_set_processor_type_command): Remove unused variable j.
2440 (mips_breakpoint_from_pc): Declare breakpoint instruction
2441 sequences as unsigned char, to avoid compiler warnings.
2442
2443 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
2444 instead of system-specific define's like _WIN32 and __MSDOS__.
2445 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
2446 ROOTED_P.
2447 (top-level): #include "filenames.h".
2448
2449 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
2450 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
2451 (top-level): #include "filenames.h".
2452
2453 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
2454 (SLASH_STRING): Define only for _WIN32.
2455
2456 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
2457 __MSDOS_.
2458
2459 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
2460 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
2461 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
2462 (top-level): #include "filenames.h".
2463
2464 * go32-nat.c (go32_wait): Change the return value to ptid_t.
2465
2466 * config/djgpp/fnchange.lst: Add two new files in the
2467 gdb/testsuite/gdb.c++/ directory to the remapped names.
2468
2469 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
2470
2471 2001-06-01 Jim Blandy <jimb@redhat.com>
2472
2473 Expand the gdbarch per-architecture data vector as needed, rather
2474 than requiring that all per-architecture data be registered before
2475 the first gdbarch object is allocated.
2476 * gdbarch.sh: Changes to effect the following:
2477 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
2478 declarations and definitions.
2479 (check_gdbarch_data): New function, and declaration.
2480 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
2481 zero is good enough.
2482 (free_gdbarch_data): Tolerate a null data pointer. Free only
2483 those data items gdbarch->data actually has allocated.
2484 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
2485 (gdbarch_update_p): No need to call init_gdbarch_data.
2486
2487 2001-06-01 Kevin Buettner <kevinb@redhat.com>
2488
2489 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
2490 on types that we wish to recurse on.
2491 (slot_alignment_is_next_even): New function.
2492 (ia64_push_arguments): Call slot_alignment_is_next_even() to
2493 examine the type in order to decide if it's necessary to skip
2494 an odd slot.
2495
2496 2001-06-01 Michael Snyder <msnyder@redhat.com>
2497
2498 * thread.c (delete_step_resume_breakpoint): New function.
2499 Maintain internal consistency of the thread list while deleting
2500 a step_resume_breakpoint.
2501 * gdbthread.h (delete_step_resume_breakpoint): Export.
2502 * breakpoint.c (bpstat_find_step_resume_breakpoint):
2503 Make thread-aware: don't return a step_resume_breakpoint
2504 for the wrong thread.
2505 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
2506 instead of delete_breakpoint_current_contents.
2507 (fetch_inferior_event): Ditto.
2508 (handle_inferior_event): Call delete_step_resume_breakpoint
2509 instead of delete_breakpoint.
2510 * infrun.c (handle_inferior_event): After singlestepping over a
2511 thread-specific breakpoint, use currently_stepping() to decide
2512 whether to step or continue.
2513
2514 2001-06-01 Jim Blandy <jimb@redhat.com>
2515
2516 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
2517 these static --- there's no reason other files should use these.
2518
2519 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
2520 Fix memory leak.
2521
2522 * partial-stab.h: New complaint: function_outside_compilation_unit.
2523 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
2524 complain, and don't try to set pst's start address.
2525
2526 2001-05-31 Kevin Buettner <kevinb@redhat.com>
2527
2528 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
2529 match the location at which the kernel is placing the sigcontext
2530 struct.
2531
2532 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
2533 (refine_prologue_limit): New function.
2534 (examine_prologue): Further limit number of instructions
2535 scanned by calling refine_prologue_limit(). Revise way in
2536 which the end of prologue address is computed for frameless
2537 functions.
2538
2539 2001-05-29 Christopher Faylor <cgf@redhat.com>
2540
2541 * partial-stab.h: Revert previous patch.
2542
2543 2001-05-29 Christopher Faylor <cgf@redhat.com>
2544
2545 * partial-stab.h: Consistently guard against pst being NULL.
2546
2547 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
2548
2549 * symfile.c (compare_psymbols, compare_symbols): Declare using
2550 PTR, as in the definition.
2551 * minsyms.c (compare_minimal_symbols): Likewise.
2552 * coffread.c (find_targ_sec): Likewise.
2553 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
2554 * mipsread.c (alphacoff_locate_sections): Likewise.
2555 * mdebugread.c (compare_blocks): Likewise.
2556
2557 2001-05-25 Nick Duffek <nsd@redhat.com>
2558
2559 * solib.c (update_solib_list): Move target_resize_to_sections()
2560 into solib_map_sections() loop.
2561 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
2562 bfd_get_arch_size() fails.
2563
2564 2001-05-25 Nick Duffek <nsd@redhat.com>
2565
2566 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
2567 solib-osf.o.
2568 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
2569 with solib-osf.o and solib.o.
2570 * config/alpha/alpha-osf2.mh: Likewise.
2571 * config/alpha/alpha-osf3.mh: Likewise.
2572 * solib-osf.c: New file, renamed and largely rewritten from
2573 osfsolib.c.
2574
2575 2001-05-25 Michael Snyder <msnyder@redhat.com>
2576
2577 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
2578 to consume the SIGSTOP generated by PTRACE_ATTACH.
2579 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
2580 try again to get the SIGSTOP event.
2581 (lin_lwp_wait): Resume all threads when ignoring a signal.
2582 This will insure that newly attached threads get resumed.
2583 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
2584 * remote.c (remote_write_bytes): Update 'p' packet pointer.
2585
2586 2001-05-25 Jim Blandy <jimb@redhat.com>
2587
2588 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
2589 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
2590 useful value, then we should fix that instead.
2591
2592 2001-05-24 Nick Duffek <nsd@redhat.com>
2593
2594 * solist.h (struct so_list): Document the requirement that
2595 current_sos initialize some fields to 0.
2596
2597 2001-05-24 Mark Kettenis <kettenis@gnu.org>
2598
2599 * gnu-nat.c: Include <ctype.h>.
2600 (gnu_pid_to_exec_file): Add PID parameter.
2601 (set_sig_thread_cmd): Use PIDGET on return value from
2602 thread_id_to_pid.
2603 (proc_string): Use MERGEPID to construct argument to
2604 pid_to_thread_id.
2605
2606 2001-05-22 Kevin Buettner <kevinb@redhat.com>
2607
2608 * breakpoint.c (breakpoint_address_is_meaningful): New function.
2609 (check_duplicates): Don't compare non-meaningful addresses.
2610
2611 2001-05-22 Michael Snyder <msnyder@redhat.com>
2612
2613 * thread-db.c: Allow for defunct zombie threads.
2614 (attach_thread): Do not attempt to attach zombie thread.
2615 (thread_db_thread_alive): Return false for defunct zombie thread.
2616 (find_new_threads_callback): Don't add defunct zombie thread to list.
2617
2618 2001-05-22 Jim Blandy <jimb@redhat.com>
2619
2620 Add support for the GNU V3 C++ ABI.
2621 (Includes changes by Dan Berlin.)
2622
2623 * gnu-v3-abi.c: New file.
2624 * minsyms.c: #include "value.h" and "cp-abi.h".
2625 (install_minimal_symbols): Check the minimal symbol table for
2626 symbols that look mangled in the V3 style, and select the V3 ABI
2627 if we find any.
2628 * Makefile.in (SFILES): Add gnu-v3-abi.c.
2629 (COMMON_OBS): Add gnu-v3-abi.o.
2630 (gnu-v3-abi.o): Add new rule.
2631 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
2632
2633 2001-05-21 Jim Blandy <jimb@redhat.com>
2634
2635 * values.c (value_primitive_field): If we're extracting a base
2636 class, then the type of the result should be the base class being
2637 extracted, not the type of which it is a base class.
2638
2639 * value.h (struct value): Doc fix, and rearrange members to place
2640 them near their explanations.
2641
2642 2001-05-21 Michael Snyder <msnyder@redhat.com>
2643
2644 * remote.c (remote_async_wait): Added new variable fieldsize.
2645 Add fieldsize (return value of hex2bin) to string pointer p.
2646
2647 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2648
2649 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
2650 (m68hc11_analyze_instruction): Update the pc correctly.
2651 (m68hc11_guess_from_prologue): Take into account the stack correction
2652 for the saving address.
2653
2654 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
2655
2656 Changes by Jim Ingham:
2657
2658 * values.c (value_change_enclosing_type): New function. If the
2659 new enclosing type is larger than the old one, we need to allocate
2660 more space.
2661 * value.h: Add value_change_enclosing_type prototype.
2662 * valops.c (value_cast): Use it.
2663 (value_assign): Use it.
2664 (value_addr): Use it.
2665 (value_ind): Use it.
2666 (value_full_object): Use it.
2667
2668 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
2669
2670 * values.c (value_static_field): Handle static fields that have a
2671 constant value.
2672
2673 2001-05-17 Michael Snyder <msnyder@redhat.com>
2674
2675 * blockframe.c (create_new_frame): Zero all the fields via memset,
2676 rather than zeroing them one by one.
2677
2678 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2679
2680 * top.c (user_args): Remove unused declaration.
2681
2682 2001-05-16 Michael Snyder <msnyder@redhat.com>
2683
2684 * infcmd.c (do_registers_info): Move alloca outside of loop.
2685
2686 2001-05-15 John S Kallal <jskallal@home.com>
2687
2688 * remote.c (remote_wait): Added new variable fieldsize.
2689 Add fieldsize (return value of hex2bin) to string pointer p.
2690
2691 2001-05-15 Mark Kettenis <kettenis@gnu.org>
2692
2693 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
2694 info.bfd_arch_info.
2695
2696 2001-05-14 Kevin Buettner <kevinb@redhat.com>
2697
2698 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
2699 Adjust format strings for printing LWPs to account for the fact
2700 that the type returned by GET_LWP() is now a long instead of an
2701 int.
2702
2703 2001-05-14 Kevin Buettner <kevinb@redhat.com>
2704
2705 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
2706 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
2707 (ptid_get_tid, ptid_equal): New function declarations.
2708 * infrun.c (null_ptid, minus_one_ptid): New variables.
2709 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
2710 (ptid_get_tid, ptid_equal): New functions.
2711 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
2712 inferior_ptid, and target_last_wait_ptid.
2713
2714 * defs.h (ptid_t): Redefine to be a struct rather than an int.
2715 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
2716 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
2717 new ptid accessors and constructor.
2718
2719 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
2720 MKLID, MKTID, ISTID): Provide new definitions for these macros.
2721 The old macros are retained, but disabled via #if 0 in order
2722 to aid in future restructuring. See FIXME.
2723
2724 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
2725 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
2726 * infptrace.c (PIDGET, TIDGET): Likewise.
2727 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
2728 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
2729 * proc-service.c (MERGEPID): Likewise.
2730 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
2731 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
2732 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
2733 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
2734 Likewise.
2735 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
2736 Likewise.
2737
2738 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
2739 (GET_LWP): Redefine in terms of ptid_get_lwp().
2740 (GET_PID): Redefine in terms of ptid_get_pid().
2741 (is_lwp): Redefine without the need for THREAD_FLAG.
2742 (BUILD_LWP): Redefine in terms of ptid_build().
2743 * lin-thread.c (THREAD_FLAG): Delete macro definition.
2744 (GET_LWP): Redefine in terms of ptid_get_lwp().
2745 (GET_PID): Redefine in terms of ptid_get_pid().
2746 (GET_THREAD): Redefine in terms of ptid_get_tid().
2747 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
2748 (is_lwp, is_thread): Redefine.
2749 (linux_child_wait, check_all_signal_numbers)
2750 (linuxthreads_discard_global_state, attach_thread): Declare these
2751 functions to squash warnings about missing declarations.
2752 * sol-thread.c (THREAD_FLAG): Delete macro definition.
2753 (GET_PID): Redefine in terms of ptid_get_pid().
2754 (GET_LWP): Redefine in terms of ptid_get_lwp().
2755 (GET_THREAD): Redefine in terms of ptid_get_tid().
2756 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
2757 (is_lwp, is_thread): Redefine.
2758 * thread-db.c (THREAD_FLAG): Delete macro definition.
2759 (GET_PID): Redefine in terms of ptid_get_pid().
2760 (GET_LWP): Redefine in terms of ptid_get_lwp().
2761 (GET_THREAD): Redefine in terms of ptid_get_tid().
2762 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
2763 (is_lwp, is_thread): Redefine.
2764
2765 * corelow.c (add_to_thread_list, get_core_register_section):
2766 Eliminate hacks needed to prevent regressions when inferior_ptid
2767 wasn't wide enough to hold the core file thread id in the pid
2768 component of inferior_ptid.
2769
2770 2001-05-14 Michael Snyder <msnyder@redhat.com>
2771
2772 * remote.c (hex2bin): Make first argument const.
2773 Require explicit count, don't accept null-terminated str.
2774 (remote_resume, remote_async_resume): White space fix-up.
2775 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
2776
2777 2001-05-13 Mark Kettenis <kettenis@gnu.org>
2778
2779 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
2780 basename (NAME). The FreeBSD basename returns a pointer to a
2781 static buffer, even if it's simply returning a string identical to
2782 its argument.
2783 (lookup_partial_symtab): Likewise.
2784
2785 2001-05-14 Michael Snyder <msnyder@redhat.com>
2786
2787 * solib.c, solib.h: Add comment for function no_shared_libraries.
2788
2789 2001-05-14 Kevin Buettner <kevinb@redhat.com>
2790
2791 * solib.h (no_shared_libraries): Make declaration match definition
2792 in solib.c.
2793
2794 2001-05-14 Andrew Cagney <ac131313@redhat.com>
2795
2796 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
2797 * solib.h (no_shared_libraries): Declare.
2798
2799 2001-05-12 Andrew Cagney <ac131313@redhat.com>
2800
2801 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
2802 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
2803 user specified values when available.
2804 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
2805 architecture from info.bfd_arch_info.
2806 * gdbarch.c, gdbarch.h: Regenerate.
2807
2808 2001-05-12 Fernando Nasser <fnasser@redhat.com>
2809
2810 * remote-e7000.c (e7000_open): Check for bad baud rate.
2811 * remote-st.c (st2000_open): Ditto.
2812
2813 2001-05-11 Jim Blandy <jimb@redhat.com>
2814
2815 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
2816 and ui_out_tuple_end instead of ui_out_list_begin and
2817 ui_out_list_end.
2818
2819 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
2820 dependencies. Reorder dependencies to match #includes in file,
2821 for easier verification.
2822
2823 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
2824
2825 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
2826 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
2827 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
2828 * cli/cli-setshow.c: Ditto.
2829 * printcmd.c: Ditto.
2830 * stack.c: Ditto.
2831
2832 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
2833 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
2834 (ui_out_tuple_begin): New function.
2835 (ui_out_tuple_end): New function.
2836 (ui_out_tuple_begin_end): New function.
2837 (make_cleanup_ui_out_list_begin_end): Replace
2838 make_cleanup_ui_out_list_end function.
2839 * ui-out.h (ui_out_list_begin): Update declaration.
2840 (make_cleanup_ui_out_list_begin_end): Replace
2841 make_cleanup_ui_out_list_end declaration.
2842 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
2843 (ui_out_tuple_begin_end): Declare.
2844
2845 2001-05-11 Jim Blandy <jimb@redhat.com>
2846
2847 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
2848
2849 2001-05-11 Andrew Cagney <ac131313@redhat.com>
2850
2851 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
2852 * config/pa/tm-hppa.h: Remove trigraph.
2853 * hp-symtab-read.c (hpread_type_translate): Provide return value.
2854 (hpread_read_struct_type): Remove trigraph. Add parameter in
2855 `warning'.
2856 (hpread_read_array_type): Provide return value.
2857 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
2858 value.
2859 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
2860 trigraph.
2861
2862 2001-05-11 Jim Blandy <jimb@redhat.com>
2863
2864 * mips-tdep.c (mips_store_return_value,
2865 mips_extract_return_value): Pass arguments to
2866 return_value_location in the proper order.
2867
2868 2001-05-11 Andrew Cagney <ac131313@redhat.com>
2869
2870 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
2871 (version.c): Depends on file ``version.in''. Extract version
2872 number from ``version.in'' file.
2873 (clean mostlyclean): Update.
2874 * version.in: New file.
2875 * NEWS: Update.
2876
2877 2001-05-11 Kevin Buettner <kevinb@redhat.com>
2878
2879 * breakpoint.c (set_raw_breakpoint): Add new parameter
2880 representing the breakpoint's type. Adjust all callers.
2881 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
2882 (create_thread_event_breakpoint): Don't test for zero return
2883 value from set_raw_breakpoint(). It can never be zero.
2884 (create_exception_catchpoint, watch_command_1): Move logic
2885 which calculates the breakpoint type prior to the call to
2886 set_raw_breakpoint().
2887
2888 2001-05-11 Fernando Nasser <fnasser@redhat.com>
2889
2890 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
2891 (hardwire_setbaudrate): Set errno to EINVAL and return with error
2892 if the conversion of the baud rate to code fails.
2893
2894 2001-05-10 Andrew Cagney <ac131313@redhat.com>
2895
2896 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
2897 * ui-out.c (struct ui_out_end_cleanup_data): Define.
2898 (do_cleanup_end): New function. Replace do_list_end.
2899 (make_cleanup_ui_out_end): New function.
2900 (make_cleanup_ui_out_begin_end): New function.
2901 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
2902
2903 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2904
2905 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
2906 and make Kevin Buettner (kevinb@redhat.com) the reference person.
2907
2908 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2909
2910 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
2911
2912 2001-05-10 Fernando Nasser <fnasser@redhat.com>
2913
2914 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
2915
2916 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
2917
2918 * Makefile.in (mi-main.o): Compile with -Werror.
2919
2920 2001-05-10 Michael Snyder <msnyder@redhat.com>
2921
2922 * remote.c (remote_open_1): Call no_shared_libraries, so that
2923 symbols for shared libraries can be reloaded per session.
2924 (remote_async_open_1): Ditto.
2925 * remote.c (bin2hex, hex2bin): New functions. Factor out these
2926 two conversions which are coded for repeatedly in this module.
2927 (remote_threads_extra_info, remote_wait, remote_async_wait,
2928 store_register_using_P, remote_store_registers, remote_write_bytes,
2929 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
2930 of coding the conversions inline.
2931 (fromhex): Not exported, change from extern to static.
2932
2933 2001-05-10 Andrew Cagney <ac131313@redhat.com>
2934
2935 * arch-utils.c (initialize_current_architecture): Delete obsolete
2936 ``info architecture'' command.
2937 (info_architecture): Delete function.
2938
2939 2001-05-10 Andrew Cagney <ac131313@redhat.com>
2940
2941 * TODO (5.1, 5.2): Update.
2942
2943 2001-05-09 Andrew Cagney <ac131313@redhat.com>
2944
2945 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
2946 stuff.
2947
2948 2001-05-10 Keith Seitz <keiths@cygnus.com>
2949
2950 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
2951 and gdbtk-stack.o.
2952 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
2953 (gdbtk-bp.o): New rule.
2954 (gdbtk-register.o): New rule.
2955 (gdbtk-stack.o): New rule.
2956 (gdbtk-cmds.o): Update dependencies.
2957 (gdbtk.o): Ditto.
2958 (gdbtk-hooks.o): Ditto.
2959 (gdbtk-varobj.o): Ditto.
2960
2961 2001-05-10 Fernando Nasser <fnasser@redhat.com>
2962
2963 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
2964 variables, not just unregister them.
2965
2966 2001-05-10 Fernando Nasser <fnasser@redhat.com>
2967
2968 * varobj.c (c_number_of_children): Check for target type of void*,
2969 not the target type name. Allow dereferencing char*.
2970
2971 2001-05-10 Fernando Nasser <fnasser@redhat.com>
2972
2973 * symfile.c (symbol_file_add_main_1): New static function.
2974 Passes the flags arguments to symbol_file_add() and takes care
2975 of any necessary reinitializations.
2976 (symbol_file_command): Call symbol_file_add_main_1() instead of
2977 symbol_file_add().
2978 (symbol_file_add_main): Ditto.
2979
2980 2001-05-09 Kevin Buettner <kevinb@redhat.com>
2981
2982 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
2983 string change in 2001-05-03 changes.
2984 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
2985 changes.
2986
2987 2001-05-09 Kevin Buettner <kevinb@redhat.com>
2988
2989 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
2990 component from inferior_ptid.
2991 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
2992 ptid.
2993
2994 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
2995
2996 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
2997 conditional for help with connections through parallel ports,
2998 given that the actual code for downloading through a parallel port
2999 is not conditionalized.
3000
3001 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
3002 unmaintaned, and probably on its way to obsolescence.
3003
3004 2001-05-09 Mark Kettenis <kettenis@gnu.org>
3005
3006 * i386-tdep.c (i386_frame_saved_pc): New function.
3007 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
3008 i386_frame_saved_pc.
3009 (i386_frame_saved_pc): New prototype.
3010
3011 * i386-tdep.c (i386_register_virtual_type): New function.
3012 (i386_register_convertible): New function.
3013 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
3014 of i386_register_virtual_type.
3015 (REGISTER_CONVERTIBLE): Redefine in terms of
3016 i386_register_convertible.
3017 (i386_register_virtual_type, i386_register_convertible): New
3018 prototypes.
3019
3020 2001-05-08 Jim Blandy <jimb@redhat.com>
3021
3022 * Makefile.in (mn10300-tdep.o): New rule.
3023
3024 * Makefile.in (gdb_string_h): Define. Use it throughout.
3025 Some rules were already using this, even though it isn't defined.
3026
3027 * Makefile.in (obstack_h, target_h): Define; these are already
3028 used elsewhere, but have been expanding to the empty string.
3029 (memattr_h): Define; needed by target_h.
3030
3031 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
3032 static. (This was accidentally omitted from the earlier patch.)
3033
3034 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
3035 (mn10300_gdbarch_init): Register it as the architecture's
3036 dwarf2_reg_to_regnum method.
3037
3038 Correct and expand handling of `movm' instruction, and register
3039 saves in general.
3040 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
3041 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
3042 (enum movm_register_bits): New enum.
3043 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
3044 bits, not hex literals. Handle the `other', `exreg0', and
3045 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
3046 r6, and r7, not r2, r3, r4, and r5.
3047 (saved_regs_size): New function.
3048 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
3049 of computing the same thing inline, incorrectly.
3050
3051 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
3052 dummy_breakpoint_offset; it's zero.
3053
3054 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
3055 stuff out into mn10300_pop_frame_regular, and use
3056 generic_pop_current_frame. This lets us share code, and also
3057 makes this function's prototype match that expected by gdbarch.
3058 Make this function static.
3059 (mn10300_pop_frame_regular): New function.
3060 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
3061 gdbarch's pop_frame method.
3062 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
3063 (mn10300_pop_frame): Delete declaration.
3064
3065 * mn10300-tdep.c (mn10300_saved_pc_after_call,
3066 mn10300_extract_return_value,
3067 mn10300_extract_struct_value_address, mn10300_store_return_value,
3068 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
3069 mn10300_frame_chain, mn10300_skip_prologue,
3070 mn10300_push_arguments, mn10300_push_return_address,
3071 mn10300_store_struct_return, mn10300_frame_saved_pc,
3072 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
3073 Make these functions static; they should only be visible to the
3074 outside world as gdbarch methods.
3075
3076 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
3077 unused declaration.
3078
3079 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
3080 in some rational order.
3081
3082 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
3083 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
3084
3085 Use gdbarch for most target parameters for the MN10300, rather
3086 than the tm-*.h file.
3087 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
3088 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
3089 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
3090 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
3091 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
3092 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
3093 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
3094 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3095 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
3096 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3097 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
3098 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3099 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
3100 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
3101 Delete definitions. We register gdbarch methods for these now.
3102 (struct frame_info, struct type, struct value): Delete forward
3103 declarations of these types; they're no longer necessary, since we
3104 don't have function declarations here any more.
3105 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
3106 some default gdbarch methods.
3107 (mn10300_store_struct_return): Return void, as expected by
3108 gdbarch.
3109 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
3110 as expected by gdbarch.
3111 (mn10300_frame_init_saved_regs): Provide dummy definition for
3112 this, as required by gdbarch.
3113 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
3114 by gdbarch. Register gdbarch methods or values for all the stuff
3115 removed from tm-10300.h, listed above.
3116
3117 2001-05-08 Andrew Cagney <ac131313@redhat.com>
3118
3119 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
3120 cli_list_end.
3121 (cli_ui_out_impl): Update.
3122
3123 * ui-out.c (default_begin, default_end): Replace
3124 default_list_begin and default_list_end.
3125 (default_ui_out_impl): Update.
3126 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
3127 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
3128 ui_out_list_end.
3129 (ui_out_list_begin, ui_out_list_end): New. Compatibility
3130 functions.
3131 (struct ui_out_level): Add field type.
3132 (push_level, pop_level): Update. Add type parameter.
3133
3134 * ui-out.h (enum ui_out_type): Declare.
3135 (ui_out_begin, ui_out_end): Declare.
3136 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
3137 and list_end_ftype.
3138 (struct ui_out_impl): Update.
3139
3140 2001-05-07 Andrew Cagney <ac131313@redhat.com>
3141
3142 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
3143 ``list_flag'' to ``depth''.
3144 * ui-out.c (default_list_begin, default_list_end): Update.
3145 (uo_list_begin, uo_list_end): Update.
3146 (MAX_UI_OUT_LEVELS): Define.
3147 (struct ui_out_level): Define.
3148 (top-level): Include "gdb_assert.h".
3149 (struct ui_out): Add fields ``level'' and ``levels''. Delete
3150 fields ``list_flag'' and ``field_count''.
3151 (ui_out_new): Update.
3152 (verify_field_proper_position): Update.
3153 (current_level, push_level, pop_level): New functions.
3154 (ui_out_list_begin): Use push_level.
3155 (ui_out_list_end): Use pop_level.
3156 (ui_out_field_int): Use current_level.
3157 (ui_out_field_skip): Ditto.
3158 (ui_out_field_fmt): Ditto.
3159
3160 2001-05-08 Michael Snyder <msnyder@redhat.com>
3161
3162 * language.c (longest_local_hex_string_custom): Strlen test is
3163 inverted -- reverse the sense of the test.
3164
3165 2001-05-08 Mark Kettenis <kettenis@gnu.org>
3166
3167 * config/i386/tm-i386v.h (struct frame_info, struct
3168 frame_saved_regs): Remove declarations.
3169 (i386_frame_num_args): Remove prototype.
3170
3171 2001-05-07 Andrew Cagney <ac131313@redhat.com>
3172
3173 * MAINTAINERS: I'm no longer actively maintaining the mn10300
3174 target.
3175
3176 2001-05-04 Andrew Cagney <ac131313@redhat.com>
3177
3178 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
3179 WinGDB.
3180
3181 2001-05-06 Kevin Buettner <kevinb@redhat.com>
3182
3183 * inferior.h (save_inferior_ptid): Declare.
3184 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
3185
3186 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
3187 Delete these functions.
3188 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
3189 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
3190 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
3191 Likewise.
3192 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
3193 Likewise.
3194 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
3195 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
3196
3197 * somsolib.c (reset_inferior_ptid): Delete.
3198 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
3199 build the cleanup struct.
3200
3201 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
3202 a cleanup to save/restore inferior_ptid.
3203
3204 2001-05-06 Mark Kettenis <kettenis@gnu.org>
3205
3206 Implement attach/detach for multi-threaded programs on Linux.
3207 * thread-db.c (keep_thread_db): Adjust comment.
3208 (deactivate_target): Removed.
3209 (thread_db_new_objfile): Don't call deactivate_target. Implement
3210 guts of deactivate_target inline instead.
3211 (attach_thread): Call ATTACH_LWP unconditionally if defined.
3212 (thread_db_attach): New function.
3213 (thread_db_detach): Don't call deactivate_target. Do necessary
3214 cleanup inline instead. Set inferior_ptid to LWP corresponding to
3215 the current user-level thread.
3216 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
3217 current user-level thread.
3218 (thread_db_create_inferior): Deactivate target vector if
3219 KEEP_THREAD_DB is zero.
3220 (thread_db_mourn_inferior): Don't call deactivate_target. Do
3221 necessary cleanup inline instead.
3222 (init_thread_db_ops): Initialize to_attach field to
3223 thread_db_attach.
3224 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
3225 (stop_wait_callback): Add prototype.
3226 (init_lwp_list): Add comment about when to re-initialize the LWP
3227 list.
3228 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
3229 Avoid adding publicates to the LWP list. Only mark an LWP as
3230 signalled if it doesn't correspond to a cloned process.
3231 (lin_lwp_attach): Add initial process to the LWP list. Make sure
3232 it's stopped and fake a SIGSTOP.
3233 (detach_callback): New function.
3234 (lin_lwp_detach): Implement.
3235 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
3236 Call child_ops.to_create_inferior directly instead of via
3237 target_beneath local.
3238 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
3239 directly instead of via target_beneath local.
3240
3241 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
3244 instead of non-portable search for `/'. Use FILENAME_CMP instead
3245 of STREQ, to account for case-insensitive filesystems.
3246 (top-level): #include "filenames.h".
3247
3248 2001-05-05 Jim Blandy <jimb@redhat.com>
3249
3250 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
3251 its address, to decide whether it's a watchpoint or not. Zero
3252 is a valid code address.
3253 (update_breakpoints_after_exec): Admonishing comments.
3254 * breakpoint.h (struct breakpoint): Doc fixes.
3255
3256 * breakpoint.c (check_duplicates): Take a breakpoint object as an
3257 argument, rather than an address and section. All callers changed.
3258
3259 2001-05-03 Kevin Buettner <kevinb@redhat.com>
3260
3261 * defs.h (ptid_t): New typedef.
3262 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
3263
3264 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
3265 blockframe.c, breakpoint.c, breakpoint.h,
3266 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
3267 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
3268 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
3269 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
3270 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
3271 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
3272 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
3273 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
3274 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
3275 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
3276 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
3277 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
3278 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
3279 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
3280 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
3281 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
3282 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
3283 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
3284 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
3285 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
3286 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
3287 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
3288 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
3289 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
3290 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
3291 (inferior_pid): Rename to inferior_ptid everywhere - even in
3292 comments and obsolete ports. In cases where this variable
3293 really is supposed to be used as a process id, use PIDGET() to
3294 extract the process id component from inferior_ptid. The
3295 other cases, either involving other variables whose types had
3296 to be changed or functions whose signatures had to changed
3297 are listed separately below.
3298
3299 * arm-linux-nat.c (get_thread_id): Change type of argument
3300 representing a combined process/thread id from ``int'' to
3301 ``ptid_t''. Also change parameter name to ptid.
3302 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
3303 * corelow.c (core_file_thread_alive): Likewise.
3304 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
3305 * defs.h (*target_wait_hook): Likewise.
3306 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
3307 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
3308 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
3309 (gnu_resume): Likewise.
3310 * go32-nat.c (go32_wait, go32_resume): Likewise.
3311 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
3312 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
3313 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
3314 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
3315 (child_thread_alive): Likewise.
3316 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
3317 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
3318 * i386-linux-nat.c (child_resume): Likewise.
3319 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
3320 (store_debug_register, fetch_debug_register_pair)
3321 (store_debug_register_pair, ia64_linux_insert_watchpoint)
3322 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
3323 Likewise.
3324 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
3325 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
3326 (generic_target_write_pc, ptrace_wait, child_resume)
3327 (get_last_target_status): Likewise.
3328 * infptrace.c (ptrace_wait, child_resume): Likewise.
3329 * inftarg.c (child_wait, child_post_wait, child_thread_live)
3330 (child_pid_to_str): Likewise.
3331 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
3332 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
3333 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
3334 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
3335 (lin_lwp_pid_to_str): Likewise.
3336 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
3337 (thread_db_resume, thread_db_wait): Likewise.
3338 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
3339 (linuxthreads_resume, linuxthreads_wait): Likewise.
3340 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
3341 (child_pid_to_str): Likewise.
3342 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
3343 * mac-nat.c (child_wait, child_resume): Likewise.
3344 * mips-tdep.c (mips_read_pc): Likewise.
3345 * monitor.c (monitor_wait, monitor_resume): Likewise.
3346 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
3347 * ppc-bdm.c (bdm_ppc_wait): Likewise.
3348 * procfs.c (do_attach, procfs_wait, procfs_resume)
3349 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
3350 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
3351 (procfs_find_LDT_entry): Likewise.
3352 * regcache.c (read_register_pid, read_signed_register_pid)
3353 (write_register_pid, generic_target_read_pc, read_pc_pid)
3354 (generic_target_write_pc, write_pc_pid): Likewise.
3355 * regcache.h (read_register_pid, read_signed_register_pid)
3356 (write_register_pid): Likewise.
3357 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
3358 * remote-array.c (array_wait, array_resume): Likewise.
3359 * remote-bug.c (bug_wait, bug_resume): Likewise.
3360 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
3361 * remote-eb.c (eb_wait, eb_resume): Likewise.
3362 * remote-es.c (es1800_wait, es1800_resume): Likewise.
3363 * remote-mips.c (mips_wait, mips_resume): Likewise.
3364 * remote-mm.c (mm_wait, mm_resume): Likewise.
3365 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
3366 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
3367 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
3368 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
3369 * remote-sds.c (sds_wait, sds_resume): Likewise.
3370 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
3371 * remote-st.c (st2000_wait, st2000_resume): Likewise.
3372 * remote-udi.c (udi_wait, udi_resume): Likewise.
3373 * remote-vx.c (vx_wait, vx_resume): Likewise.
3374 * remote.c (remote_current_thread, remote_resume, remote_wait)
3375 (remote_async_resume, remote_async_wait, remote_cisco_wait)
3376 (remote_thread_alive): Likewise.
3377 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
3378 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
3379 (solaris_pid_to_str): Likewise.
3380 * symm-nat.c (child_wait, child_resume): Likewise.
3381 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
3382 (debug_to_notice_signals, debug_to_thread_alive)
3383 (normal_target_post_startup_inferior, normal_pid_to_str)
3384 (debug_to_post_startup_inferior): Likewise.
3385 * target.h (to_resume, to_wait, to_post_wait)
3386 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
3387 (to_pid_to_str [all in struct target_ops]): Likewise.
3388 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
3389 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
3390 (attach_thread, detach_thread, thread_db_resume, check_event)
3391 (thread_db_post_startup_inferior, thread_db_thread_alive)
3392 (thread_db_pid_to_str): Likewise.
3393 * thread.c (add_thread, delete_thread, find_thread_pid)
3394 (pid_to_thread_id, in_thread_list, load_infrun_state)
3395 (save_infrun_state, switch_to_thread, restore_current_thread)
3396 (make_cleanup_restore_current_thread): Likewise.
3397 * top.c (target_wait_hook): Likewise.
3398 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
3399 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
3400 (uw_thread_pid_to_str): Likewise.
3401 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
3402 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
3403 (cywin_pid_to_str): Likewise.
3404 * wince.c (child_wait, child_resume, win32_child_thread_alive):
3405 Likewise.
3406 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
3407 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
3408 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
3409 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
3410 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
3411 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
3412 (procfs_set_watchpoint): Likewise.
3413 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
3414 * config/i386/nm-ptx4.h (child_wait): Likewise.
3415 * config/i386/nm-symmetry.h (child_wait): Likewise.
3416 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
3417 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
3418 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
3419 (lin_lwp_attach_lwp): Likewise.
3420 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
3421 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
3422 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
3423 (hppa_pid_or_tid_to_str): Likewise.
3424 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
3425 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
3426 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
3427 (procfs_set_watchpoint): Likewise.
3428
3429 * gdbthread.h (thread_id_to_pid): Change return type which
3430 represents a combined process/thread id from ``int'' to
3431 ``ptid_t''.
3432 * gnu-nat.c (gnu_wait): Likewise.
3433 * go32-nat.c (go32_wait): Likewise.
3434 * hpux-thread.c (hpux_thread_wait): Likewise.
3435 * inferior.h (procfs_first_available): Likewise.
3436 * inftarg.c (child_wait): Likewise.
3437 * infttrace.c (ptrace_wait): Likewise.
3438 * lin-lwp.c (lin_lwp_wait): Likewise.
3439 * lin-thread.c (thread_db_wait): Likewise.
3440 * linux-thread.c (linuxthreads_wait): Likewise.
3441 * lynx-nat.c (child_wait): Likewise.
3442 * m3-nat.c (mach_really_wait): Likewise.
3443 * mac-nat.c (child_wait): Likewise.
3444 * monitor.c (monitor_wait): Likewise.
3445 * ppc-bdm.c (bdm_ppc_wait): Likewise.
3446 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
3447 * remote-adapt.c (adapt_wait): Likewise.
3448 * remote-array.c (array_wait): Likewise.
3449 * remote-bug.c (bug_wait): Likewise.
3450 * remote-e7000.c (e7000_wait): Likewise.
3451 * remote-eb.c (eb_wait): Likewise.
3452 * remote-es.c (es1800_wait): Likewise.
3453 * remote-mips.c (mips_wait): Likewise.
3454 * remote-mm.c (mm_wait): Likewise.
3455 * remote-nindy.c (nindy_wait): Likewise.
3456 * remote-os9k (rombug_wait): Likewise.
3457 * remote-rdi.c (arm_rdi_wait): Likewise.
3458 * remote-rdp.c (remote_rdp_wait): Likewise.
3459 * remote-sds.c (sds_wait): Likewise.
3460 * remote-sim.c (gdbsim_wait): Likewise.
3461 * remote-st.c (st2000_wait): Likewise.
3462 * remote-udi.c (udi_wait): Likewise.
3463 * remote-vx.c (vx_wait): Likewise.
3464 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
3465 (remote_cisco_wait): Likewise.
3466 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
3467 Likewise.
3468 * symm-nat.c (child_wait): Likewise.
3469 * target.c (debug_to_wait): Likewise.
3470 * target.h (to_wait [in struct target_ops]): Likewise.
3471 * thread.c (thread_id_to_pid): Likewise.
3472 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
3473 Likewise.
3474 * top.c (*target_wait_hook): Likewise.
3475 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
3476 * v850ice.c (v850ice_wait): Likewise.
3477 * win32-nat.c (child_wait): Likewise.
3478 * wince.c (child_wait): Likewise.
3479 * config/nm-lynx.h (child_wait): Likewise.
3480 * config/i386/nm-ptx4.h (child_wait): Likewise.
3481 * config/i386/nm-symmetry.h (child_wait): Likewise.
3482
3483 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
3484 to wait_ptid and change its type from ``int'' to ``ptid_t''.
3485 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
3486 but rename saved_inferior_pid to saved_inferior_ptid.
3487 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
3488 save_pid to save_ptid.
3489 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
3490 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
3491 saved_inferior_pid to saved_inferior_ptid.
3492 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
3493 * infrun.c (previous_inferior_pid [static global]): Likewise,
3494 but rename to previous_inferior_ptid.
3495 (resume): Likewise, but rename resume_pid to resume_ptid.
3496 (struct execution_control_state): Likewise, but rename
3497 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
3498 and waiton_pid to waiton_ptid.
3499 (target_last_wait_pid): Likewise, but rename to
3500 target_last_wait_ptid.
3501 * infttrace.c (saved_real_pid): Likewise, but rename to
3502 saved_real_ptid.
3503 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
3504 to saved_inferior_ptid.
3505 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
3506 (trap_ptid): Likewise, but renamed from trap_pid.
3507 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
3508 to gdb_ptid.
3509 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
3510 (thread_db_wait): Likewise, but rename ret_pid to retptid.
3511 * procfs.c (procfs_wait): Likewise, for retval whose name
3512 doesn't change. Also, ``temp'' becomes two separate variables,
3513 one named temp_tid (an int) and the other temp_ptid.
3514 (procfs_notice_thread): Likewise (type change) for gdb_threadid
3515 whose name does not change.
3516 * regcache.c (registers_ptid): Likewise, but renamed from
3517 registers_pid.
3518 (read_register_pid, read_signed_register_pid, write_register_pid):
3519 Likewise, but rename save_pid to save_ptid.
3520 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
3521 to saved_inferior_ptid.
3522 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
3523 * sol-thread.c (struct ps_prochandle): Likewise.
3524 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
3525 (sol_thread_wait): Likewise, for rtnval whose name does not
3526 change, and for save_pid which becomes save_ptid.
3527 (solaris_pid_to_str): Likewise for lwp whose name does not change.
3528 (sol_find_new_threads_callback): Likewise, for pid which becomes
3529 ptid.
3530 * target.h (target_resume, target_wait, target_post_wait)
3531 (target_post_startup_inferior, target_notice_signals)
3532 (target_thread_alive): Likewise.
3533 * thread.c (info_threads_command): Likewise, but rename
3534 current_pid to current_ptid.
3535 (struct current_thread_cleanup): Likewise, but rename field
3536 inferior_pid to inferior_ptid.
3537 * thread-db.c (find_new_threads_callback): Likewise, but rename
3538 pid to ptid.
3539 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
3540 change.
3541 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
3542 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
3543 but rename pid to ptid.
3544 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
3545 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
3546 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
3547 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
3548 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
3549 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
3550
3551 * arch-utils.c (generic_prepare_to_proceed): Test for the
3552 "zero" ptid by using ptid_equal() to test to see if variable
3553 in question is the same as null_ptid. This replaces a direct
3554 test against zero.
3555 * cxux-nat.c (add_shared_symbol_files): Likewise.
3556 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
3557 * infcmd.c (run_command): Likewise.
3558 * inflow.c (kill_command): Likewise.
3559 * infttrace.c (call_ttrace): Likewise.
3560 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
3561 * lin-thread.c (thread_db_kill): Likewise.
3562 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
3563 * remote-es.c (es1800_kill): Likewise.
3564 * sol-thread.c (sol_thread_create_inferior): Likewise.
3565 * solib.c (locate_base): Likewise.
3566 * target.c (nosupport_runtime): Likewise.
3567 * thread-db.c (thread_db_wait): Likewise.
3568 * top.c (quit_confirm, quit_force): Likewise.
3569 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
3570
3571 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
3572 Use ptid_equal to compare value of process/thread ids instead of
3573 ``=='' and ``!='' operators.
3574 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
3575 (stop_wait_callback, lin_lwp_wait): Likewise.
3576 * procfs.c (procfs_wait): Likewise.
3577 * regcache.c (read_register_bytes, read_register_gen)
3578 (write_register_gen, read_register, read_register_pid)
3579 (read_signed_register, read_signed_register_pid, write_register)
3580 (write_register_pid, supply_register): Likewise.
3581 * remote-vx.c (vx_resume): Likewise.
3582 * sol-thread.c (sol_thread_wait): Likewise.
3583 * symm-nat.c (kill_inferior): Likewise.
3584 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
3585 (in_thread_list, info_threads_command, switch_to_thread)
3586 (restore_current_thread): Likewise.
3587 * uw-thread (libtread_stub): Likewise.
3588
3589 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
3590
3591 * corelow.c (add_to_thread_list): Convert argument in add_thread()
3592 call to a ptid_t.
3593 * gnu-nat.c (inf_validate_procs): Likewise.
3594 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
3595 * remote.c (record_currthread, remote_threads_info): Likewise.
3596 * win32-nat.c (child_add_thread): Likewise.
3597
3598 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
3599 respectively, to save_inferior_ptid() and restore_inferior_ptid().
3600 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
3601 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
3602 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
3603 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
3604 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
3605 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
3606 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
3607
3608 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
3609 to be passed to target_resume() when all threads should resume.
3610 (resume): Set resume_ptid to RESUME_ALL rather than -1.
3611 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
3612 instead of -1.
3613 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
3614 a ptid_t in target_resume() call.
3615 * osfsolib.c (solib_create_inferior_hook): Likewise.
3616 * solib-svr4.c (solib_create_inferior_hook): Likewise.
3617
3618 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
3619 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
3620 difference being that the 0xffff pattern will be interpreted
3621 as -1.
3622 * lin-thread.c (PIDGET, PIDGET0): Likewise.
3623 * thread-db.c (PIDGET, PIDGET0): Likewise.
3624 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
3625 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
3626 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
3627 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
3628
3629 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
3630 mach_really_wait rather than mach_really__wait.
3631 * lin-thread.c (check_for_thread_event): Fix warning; make function
3632 actually return a value.
3633
3634 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
3635 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
3636 pid to ptid.
3637 * gdbarch.h, gdbarch.c: Regenerated.
3638
3639 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
3640
3641 * rdi-share/devsw.c: Include <time.h> for struct tm
3642
3643 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3644
3645 * config/djgpp/fnchange.lst: Add mappings for the new
3646 opcodes/openrisc-* files.
3647
3648 2001-05-01 Michael Snyder <msnyder@redhat.com>
3649
3650 * lin-lwp.c: Change printf to fprintf_unfiltered.
3651 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
3652
3653 2001-05-01 Nicholas Duffek <nsd@redhat.com>
3654
3655 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
3656 (rs6000_in_solib_return_trampoline): Declare.
3657 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
3658 function.
3659 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
3660 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
3661 check after the CSECT check rather than before it. Allocate
3662 separate symtabs for CSECTs whose names begin with '@'.
3663 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
3664 Activate the misc_func_recorded mechanism for whose names begin
3665 with '@'.
3666
3667 2001-04-30 J.T. Conklin <jtc@redback.com>
3668
3669 * ppcnbsd-nat.c (fetch_inferior_registers)
3670 (store_inferior_registers, fetch_core_registers): Changed to use
3671 fpreg[] instead of r_regs[] to access floating point registers.
3672
3673 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
3674
3675 * sh-tdep.c: Get rid of the function prototypes.
3676 (sh_sh4_build_float_register_type): Move earlier in file.
3677 (fv_reg_base_num): Ditto.
3678 (dr_reg_base_num): Ditto.
3679
3680 2001-04-30 Michael Snyder <msnyder@redhat.com>
3681
3682 * thread-db.c: Revert 2001-04-26 change for debugging output.
3683 * lin-lwp.c: Ditto.
3684 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
3685 command to turn extra debugging output on / off.
3686
3687 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
3690 (top-level): #include filenames.h.
3691
3692 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
3693 FILENAME_CMP, to DTRT on non-Posix platforms.
3694 (top-level): #include filenames.h.
3695
3696
3697 2001-04-27 Andrew Cagney <ac131313@redhat.com>
3698
3699 * gdbtypes.c (check_stub_method): Always initialize ``p''.
3700
3701 2001-04-27 Andrew Cagney <ac131313@redhat.com>
3702
3703 * configure.host: Delete romp host.
3704 * TODO: Update.
3705
3706 2001-04-27 Andrew Cagney <ac131313@redhat.com>
3707
3708 * TODO: Updates to 5.1. No more targets to obsolete.
3709
3710 2001-04-27 Don Howard <dhoward@redhat.com>
3711
3712 (Changes from Kevin Buettner, with minor update by Don Howard.)
3713
3714 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
3715 typos in which hexadecimal constants were really intended to be
3716 binary constants.
3717 (i387_tag): Swap logic regarding zero vs non-zero exponents.
3718 * MAINTAINERS (Misc): Added myself to the write-after-approval
3719 list.
3720
3721 2001-04-26 Jim Blandy <jimb@redhat.com>
3722
3723 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
3724
3725 Abstract out operations specific to particular C++ ABI's, and
3726 invoke them through a function table. This removes the C++ ABI
3727 dependencies scattered throughout the code, and allows us to
3728 cleanly add support for new C++ ABI's.
3729 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
3730 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
3731 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
3732 #include "cp-abi.h". These files all use functions now declared
3733 there.
3734 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
3735 Deleted. These services are now provided by functions declared in
3736 cp-abi.h.
3737 * value.h (value_rtti_type, value_virtual_fn_field): Same.
3738 * values.c (value_virtual_fn_field): Same, for this definition.
3739 * valops.c (value_rtti_type): Same.
3740 * c-typeprint.c (c_type_print_base): Use the functions from
3741 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
3742 tests.
3743 * dbxread.c (record_minimal_symbol): Same.
3744 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
3745 virtual_base_index_skip_primaries): Same.
3746 * jv-typeprint.c (java_type_print_base): Same.
3747 * linespec.c (find_methods, decode_line_1): Same.
3748 * symtab.c (gdb_mangle_name): Same.
3749 * Makefile.in (SFILES): Add the new .c files mentioned above.
3750 (cp_abi_h): New variable.
3751 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
3752 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
3753 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
3754 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
3755 dependency on $(cp_abi_h).
3756
3757 2001-04-26 Michael Snyder <msnyder@redhat.com>
3758
3759 * thread-db.c (_initialize_thread_db): Add set/show command
3760 "debug-linux-threads" for debugging output.
3761 * lin-lwp.c (various): Use global "debug_linux_threads to
3762 turn on extra debugging output.
3763 * lin-lwp.c: Minor cleanups in comments.
3764 * target.c (normal_pid_to_str): Get rid of an ancient hack.
3765 * remote.c (remote_pid_to_str): New function for remote target.
3766
3767 2001-04-24 Jim Blandy <jimb@redhat.com>
3768
3769 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
3770 qualifier on C++ references; all references are innately const.
3771
3772 2001-04-20 Mark Kettenis <kettenis@gnu.org>
3773
3774 * event-top.h: Fix formatting.
3775
3776 2001-04-17 Andrew Cagney <ac131313@redhat.com>
3777
3778 * source.c (openp): Obsolete #ifdef MPW code.
3779 (open_source_file): Ditto.
3780 * event-top.c (display_gdb_prompt): Ditto.
3781 * utils.c (query): Ditto.
3782 (init_page_info): Ditto.
3783 (init_page_info): Delete #ifndef MPW.
3784 * top.c (gdb_readline): Ditto.
3785 * mac-xdep.c: Obsolete.
3786 * mac-gdb.r: Obsolete.
3787 * config/powerpc/xm-mpw.h: Obsolete.
3788 * config/xm-mpw.h: Obsolete.
3789 * mpw-make.sed: Obsolete.
3790 * mpw-config.in: Obsolete.
3791 * TODO: Update
3792 * NEWS: Update
3793
3794 2001-04-19 Mark Kettenis <kettenis@gnu.org>
3795
3796 * i386-tdep.c (i386_frameless_function_invocation): New function.
3797 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
3798 in terms of i386_frameless_function_invocation. Adjust comment.
3799 (i386_frameless_function_invocation): New prototype.
3800
3801 2001-04-18 Martin M. Hunt <hunt@redhat.com>
3802
3803 * top.c (gdb_init): Don't call cli_out_new() to
3804 create global uiout if init_ui_hook is set. uiout will
3805 have to be initialized there.
3806
3807 2001-04-18 Andrew Cagney <ac131313@redhat.com>
3808
3809 * arch-utils.c: Include "regcache.h".
3810
3811 2001-04-18 Mark Kettenis <kettenis@gnu.org>
3812
3813 * i386-tdep.c (i386_saved_pc_after_call): New function.
3814 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
3815 of i386_saved_pc_after_call.
3816 (i386_saved_pc_after_call): New prototype.
3817
3818 2001-04-17 Michael Snyder <msnyder@redhat.com>
3819
3820 * i386-nat.c: Fix typo in comment.
3821 * solib.c (no_shared_libraries): New function. Discard all symbols
3822 from shared libraries.
3823 (_initialize_solib): Add command "nosharedlibrary" as complement
3824 to the command "sharedlibrary". Unloads symbols for all solibs.
3825
3826 2001-04-16 Andrew Cagney <ac131313@redhat.com>
3827
3828 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
3829 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
3830 (m68*-est-*, m68*-sony-*, m68*-isi-*):
3831 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
3832 * config/m68k/xm-news.h: Obsolete.
3833 * config/m68k/tm-news.h:
3834 * config/m68k/xm-news1000.h: Obsolete.
3835 * config/m68k/news.mh: Obsolete.
3836 * config/m68k/news.mt: Obsolete.
3837 * config/m68k/nm-news.h: Obsolete.
3838 * config/m68k/news1000.mh: Obsolete.
3839 * news-xdep.c: Obsolete.
3840 * Makefile.in (isi-xdep.o): Obsolete.
3841 (ALLDEPFILES): Delete isi-xdep.c.
3842 (tm-isi.h): Obsolete.
3843 * m68k-tdep.c (altos_skip_prologue): Update comments.
3844 (isi_skip_prologue): Obsolete.
3845 * isi-xdep.c: Obsolete.
3846 * config/m68k/xm-isi.h: Obsolete.
3847 * config/m68k/isi.mh: Obsolete.
3848 * config/m68k/tm-isi.h: Obsolete.
3849 * config/m68k/isi.mt: Obsolete.
3850
3851 * TODO: Update.
3852 * NEWS: Update.
3853
3854 2001-04-17 Michael Snyder <msnyder@redhat.com>
3855
3856 * remote.c (remote_open_1): On opening the remote target, activate
3857 the solib_create_inferior_hook, so that it can detect when the
3858 target loads shared libraries.
3859 (remote_async_open_1): Ditto.
3860
3861 2001-04-17 Michael Snyder <msnyder@redhat.com>
3862
3863 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
3864 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
3865 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
3866 * testsuite/gdb.trace/infotrace.exp: Ditto.
3867 * testsuite/gdb.trace/passcount.exp: Ditto.
3868 * testsuite/gdb.trace/while-stepping.exp: Ditto.
3869
3870 2001-04-17 Michael Snyder <msnyder@redhat.com>
3871
3872 * thread-db.c (check_thread_signals): When looping over all
3873 signals, ignore signal zero.
3874 (disable_thread_signals): Ditto.
3875
3876 2001-04-17 Eirik Fuller <eirik@netapp.com>
3877
3878 * thread.c (do_captured_thread_select): Allow the argument to the
3879 thread command to be an expression rather than a literal integer.
3880
3881 2001-04-17 Mark Kettenis <kettenis@gnu.org>
3882
3883 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
3884 read_memory_unsigned_integer instead of read_memory_integer.
3885
3886 2001-04-16 Kevin Buettner <kevinb@redhat.com>
3887
3888 * solib-aix5.c (map_index_vs_section_name_okay): New function.
3889 (aix5_relocate_main_executable): Don't use file offsets for
3890 determining corresponding sections and map file entries. Call
3891 map_index_vs_section_name_okay() to do this instead.
3892
3893 2001-04-16 Kevin Buettner <kevinb@redhat.com>
3894
3895 * procfs.c (open_with_retry): New function.
3896 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
3897 (proc_get_LDT_entry): Call open_with_retry() instead of open().
3898
3899 2001-04-16 Kevin Buettner <kevinb@redhat.com>
3900
3901 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
3902 comparison against TRAP_HWBKPT constant yet again to account
3903 for the various values used by different kernel versions.
3904
3905 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
3906
3907 * demangle.c (_initialize_demangler): Use xcalloc on the
3908 demangling_style_names, and make it a null terminated array of
3909 names, to avoid a crash.
3910
3911 2001-04-16 Mark Kettenis <kettenis@gnu.org>
3912
3913 * i386-tdep.c (i386_frame_chain): New function.
3914 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
3915 i386_frame_chain.
3916 (i386_frame_chain): New prototype.
3917
3918 2001-04-14 J.T. Conklin <jtc@redback.com>
3919
3920 * target.h (target_ops): Removed to_core_file_to_sym_file vector
3921 function.
3922 * corelow.c (core_ops): Updated for above change.
3923 * gnu-nat.c (core_ops): Likewise.
3924 * inftarg.c (child_ops): Likewise.
3925 * monitor.c (monitor_ops): Likewise.
3926 * ppc-bdm.c (bdm_ppc_ops): Likewise.
3927 * remote-adapt.c (adapt_ops): Likewise.
3928 * remote-bug.c (bug_ops): Likewise.
3929 * remote-e7000.c (e7000_ops): Likewise.
3930 * remote-eb.c (eb_ops): Likewise.
3931 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
3932 * remote-mm.c (mm_ops): Likewise.
3933 * remote-nindy.c (nindy_ops): Likewise.
3934 * remote-nrom.c (nrom_ops): Likewise.
3935 * remote-os9k.c (rombug_ops): Likewise.
3936 * remote-rdp.c (remote_rdp_ops): Likewise.
3937 * remote-sim.c (gdbsim_ops): Likewise.
3938 * remote-st.c (st2000_ops): Likewise.
3939 * v850ice.c (v850ice_ops): Likewise.
3940 * target.c (cleanup_target): Likewise
3941 (update_current_target): Likewise.
3942 (setup_target_debug): Likewise
3943 (debug_to_core_file_to_sym_file): Removed.
3944
3945 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
3946 sets symbol file from information obtained from the core file.
3947 * corelow.c (core_file_to_sym_file): Removed.
3948
3949 2001-04-13 Fernando Nasser <fnasser@redhat.com>
3950
3951 From Adam Mirowski <Adam.Mirowski@Sun.COM>
3952 Fixed Insight on Solaris. It was not possible to debug a process
3953 because of EINTR "errors".
3954 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
3955 with EINTR, retry the call.
3956
3957 2001-04-12 Kevin Buettner <kevinb@redhat.com>
3958
3959 * solib-aix5.c (enum maptype): Delete.
3960 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
3961 member a pointer instead of a statically sized array.
3962 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
3963 array.
3964 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
3965 aix5_find_global_pointer): Search for correct mapping to use
3966 based on file offset instead of knowledge of whether the section
3967 is read-only or read/write.
3968 (aix5_find_gate_addresses): Use the first mapping instead of
3969 the (now defunct) MT_READONLY mapping.
3970
3971 2001-04-12 Nicholas Duffek <nsd@redhat.com>
3972
3973 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
3974 "@".
3975
3976 2001-04-12 Kevin Buettner <kevinb@redhat.com>
3977
3978 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
3979
3980 2001-04-09 Andrew Cagney <ac131313@redhat.com>
3981
3982 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
3983 * config/i386/sun386.mh: Obsolete.
3984 * config/i386/sun386.mt: Obsolete.
3985 * config/i386/xm-sun386.h: Obsolete.
3986 * config/i386/tm-sun386.h: Obsolete.
3987 * config/i386/nm-sun386.h: Obsolete.
3988 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
3989 (sun386-nat.o): Target is obsolete.
3990 * sun386-nat.c: Obsolete.
3991 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
3992 * configure.host (i[3456]86-*-sunos*): Obsolete.
3993 * NEWS: Update.
3994 * TODO: Update.
3995
3996 2001-04-10 J.T. Conklin <jtc@redback.com>
3997
3998 * maint.c: Fix typo in comment.
3999
4000 2001-04-09 Keith Seitz <keiths@cygnus.com>
4001
4002 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
4003
4004 2001-04-08 Kevin Buettner <kevinb@redhat.com>
4005
4006 * fork-child.c (fork_inferior, clone_and_follow_inferior):
4007 Document fact that apparent call to vfork() might actually be
4008 a call to fork() instead.
4009 * ser-pipe.c (pipe_open): Likewise.
4010
4011 2001-04-08 Kevin Buettner <kevinb@redhat.com>
4012
4013 * printcmd.c (print_frame_args): Use a cleanup to invoke
4014 ui_out_list_end() so that the list count nesting flag will
4015 be decremented properly when an error occurs.
4016 * stack.c (print_frame): Likewise.
4017
4018 2001-04-06 J.T. Conklin <jtc@redback.com>
4019
4020 * dcache.c (dcache_write_line): Fixed bugs where cache line was
4021 not written to target correctly.
4022
4023 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
4024 void return value;
4025 * gdbserver/low-nbsd.c: Likewise.
4026 * gdbserver/low-sparc.c: Likewise.
4027 * gdbserver/low-sun3.c: Likewise.
4028
4029 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
4030
4031 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
4032 (PTRACE_DETACH): Don't define.
4033
4034 2001-04-06 David Smith <dsmith@redhat.com>
4035
4036 * arch-utils.c (default_prepare_to_proceed)
4037 (generic_prepare_to_proceed): Added new functions.
4038 * arch-utils.h: New function declarations for
4039 default_prepare_to_proceed() and generic_prepare_to_proceed().
4040 * gdbarch.sh: Added PREPARE_TO_PROCEED.
4041 * gdbarch.c: Regenerated.
4042 * gdbarch.h: Regenerated.
4043 * inferior.h: Added get_last_target_status() declaration.
4044 * infrun.c (get_last_target_status): Added new function.
4045 (handle_inferior_event): Saves last pid and waitstatus, which will
4046 get returned by get_last_target_status().
4047
4048 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
4049 prepare_to_proceed() is potentially redundant since
4050 default_prepare_to_proceed() has been added.
4051 * linux-thread.c (prepare_to_proceed): Ditto.
4052 * lin-lwp.c (prepare_to_proceed): Ditto.
4053 * m3-nat.c (prepare_to_proceed): Ditto.
4054
4055 2001-04-05 Andrew Cagney <ac131313@redhat.com>
4056
4057 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
4058 and powerpc-*-netware* target.
4059 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
4060 Obsolete.
4061 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
4062 (powerpcle-*-solaris*): Obsolete.
4063 * config/powerpc/tm-cygwin.h: Obsolete.
4064 * config/powerpc/cygwin.mt: Obsolete.
4065 * config/powerpc/xm-cygwin.h: Obsolete.
4066 * config/powerpc/cygwin.mh: Obsolete.
4067 * config/powerpc/nm-solaris.h: Obsolete.
4068 * config/powerpc/xm-solaris.h: Obsolete.
4069 * config/powerpc/tm-solaris.h: Obsolete.
4070 * config/powerpc/solaris.mt: Obsolete.
4071 * config/powerpc/tm-ppc-nw.h: Obsolete.
4072 * config/powerpc/ppc-nw.mt: Obsolete.
4073 * TODO: Update.
4074 * NEWS: Update.
4075
4076 2001-04-06 Fernando Nasser <fnasser@redhat.com>
4077
4078 * buildsym.c (record_line): Turn off unused addr bits.
4079
4080 2001-04-06 Fernando Nasser <fnasser@redhat.com>
4081
4082 From David Deephanphongs <deephan@telocity.com>
4083 * inferior.h: Fix declarations of get_inferior_args and
4084 set_inferior_args, which were missing the trailing 's'.
4085
4086 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
4087
4088 * monitor.c (monitor_supply_register): Only report an error if we
4089 don't get a valid value.
4090
4091 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
4092
4093 * README: Don't mention gdba.el.
4094
4095 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4096
4097 From Jimmy Guo <guo@cup.hp.com>
4098 * top.c (init_main): set prompt if annotation_level>1,
4099 this is necessary when annotation_level is set to 2 via
4100 --annotate=2 command line option.
4101
4102 2001-04-04 Andrew Cagney <ac131313@redhat.com>
4103
4104 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
4105 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
4106 * configure.host (a29k-*-*): Obsolete.
4107 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
4108 ultra3-xdep.c.
4109 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
4110 * config/a29k/tm-ultra3.h: Obsolete.
4111 * config/a29k/ultra3.mt: Obsolete.
4112 * config/a29k/ultra3.mh: Obsolete.
4113 * config/a29k/nm-ultra3.h: Obsolete.
4114 * config/a29k/xm-ultra3.h: Obsolete.
4115 * ultra3-xdep.c: Obsolete.
4116 * ultra3-nat.c: Obsolete.
4117 * config/a29k/a29k-kern.mt: Obsolete.
4118 * NEWS: Update.
4119 * TODO: Update.
4120
4121 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
4122
4123 * main.c: Remove windows.h use.
4124 (gdbtk_test): Use PATH_MAX for home var calculation.
4125 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
4126 Win32 in colon test.
4127 * ser-tcp.c: Use modern __CYGWIN__ conditional.
4128 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
4129 (openp): Ditto.
4130 * symfile.c (symfile_bfd_open): Ditto.
4131
4132 2001-04-04 Martin M. Hunt <hunt@redhat.com>
4133
4134 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
4135 Handle all stream setup in gdbtk_init
4136
4137 2001-04-04 Mark Kettenis <kettenis@gnu.org>
4138
4139 * i386-tdep.c (i386_extract_return_value): Don't return the return
4140 value of a void function.
4141 (i386_store_return_value): Likewise.
4142
4143 2001-04-03 Andrew Cagney <ac131313@redhat.com>
4144
4145 Obsolete w65-*-* target.
4146 * configure.tgt (w65-*-*): Obsolete.
4147 * config/w65/w65.mt: Obsolete.
4148 * config/w65/tm-w65.h: Obsolete.
4149 * w65-tdep.c: Obsolete.
4150 * NEWS: Update. Fix TiC80 description.
4151 * TODO: Update.
4152
4153 2001-04-03 Andrew Cagney <ac131313@redhat.com>
4154
4155 Obsolete tic80-*-* target.
4156 * configure.tgt (tic80-*-*): Obsolete.
4157 * config/tic80/tic80.mt: Obsolete.
4158 * config/tic80/tm-tic80.h: Obsolete.
4159 * tic80-tdep.c: Obsolete.
4160 * TODO: Update
4161 * NEWS: Update.
4162
4163 2001-04-02 J.T. Conklin <jtc@redback.com>
4164
4165 * remote-mips.c (S_IROTH): Moved definition from here.
4166 * gdb_stat.h (S_IROTH): to here.
4167
4168 * remote.c (remote_protocol_e, remote_protocol_E): Define.
4169 (set_remote_protocol_e_packet_cmd)
4170 (set_remote_protocol_E_packet_cmd)
4171 (show_remote_protocol_e_packet_command)
4172 (show_remote_protocol_E_packet_command): New functions.
4173 (init_all_packet_configs): Initialize remote_protocol_e and
4174 remote_protocol_E.
4175 (remote_resume, remote_async_resume): Support e/E command
4176 packets.
4177 (show_remote_cmd): Show state of remote_protocol_e and
4178 remote_protocol_E.
4179 (_initialize_remote): Add "set remote step-over-range-packet"
4180 and "set remote step-over-range-w-signal-packet" to CLI.
4181
4182 2001-04-01 Andrew Cagney <ac131313@redhat.com>
4183
4184 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
4185 ns32k-utek-*.
4186 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
4187 (umax-xdep.o, ns32km3-nat.o): Obsolete.
4188 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
4189 Obsolete.
4190 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
4191 Obsolete.
4192 * config/ns32k/merlin.mh: Obsolete.
4193 * config/ns32k/merlin.mt: Obsolete.
4194 * config/ns32k/xm-merlin.h: Obsolete.
4195 * config/ns32k/tm-merlin.h: Obsolete.
4196 * config/ns32k/nm-umax.h: Obsolete.
4197 * config/ns32k/umax.mh: Obsolete.
4198 * config/ns32k/umax.mt: Obsolete.
4199 * config/ns32k/xm-umax.h: Obsolete.
4200 * umax-xdep.c: Obsolete.
4201 * config/ns32k/ns32km3.mh: Obsolete.
4202 * config/ns32k/ns32km3.mt: Obsolete.
4203 * config/ns32k/tm-ns32km3.h: Obsolete.
4204 * config/ns32k/xm-ns32km3.h: Obsolete.
4205 * ns32km3-nat.c: Obsolete.
4206 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
4207 (merlin_frame_num_args): Ditto.
4208 * NEWS: Update.
4209 * TODO: Update.
4210
4211 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4212
4213 * config/djgpp/fnchange.lst: Tweak due to
4214 expect/example/chesslib.c.
4215
4216 2001-04-02 Kevin Buettner <kevinb@redhat.com>
4217
4218 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
4219 unsigned int to unsigned long. Also, fix format string.
4220 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
4221 use an undeclared variable. Also, delete declaration and
4222 initialization of ``fp'' because it is otherwise unused.
4223 * remote-bug.c (sleep): Delete declaration.
4224 (bug_store_register, bug_write_memory, bug_read_memory)
4225 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
4226 format statements and cast certain sprintf() arguments to
4227 eliminate warnings.
4228 (bug_load): Likewise for call to printf_filtered().
4229 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
4230 assignment to ``pc''. The necessary assignment is done in
4231 hand_function_call() after the invocation of FIX_CALL_DUMMY().
4232
4233 2001-03-20 Daniel Berlin <dberlin@redhat.com>
4234
4235 * symtab.c (completion_list_add_name): Remove duplicate string checks,
4236 readline already does this, and it's much faster at it, too.
4237
4238 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
4239
4240 * go32-nat.c: Minor tweaks, to pacify the ari script.
4241
4242 2001-04-01 Mark Kettenis <kettenis@gnu.org>
4243
4244 * i386-tdep.c (i386_extract_struct_value_address): New function.
4245 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
4246 in terms of i386_extract_struct_value_address.
4247 (i386_extract_struct_value_address): New prototype.
4248
4249 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
4250 value to `unsigned long'. Change type of `value' to `unsigned
4251 long'.
4252 (i386_linux_dr_set): Change type of second argument to `unsigned
4253 long'.
4254 (i386_linux_dr_set_control): Change type of first argument to
4255 `unsigned long'.
4256 (i386_linux_dr_get_status): Change type of return value to
4257 unsigned long.
4258 * config/i386/nm-linux.h (i386_linux_dr_set_control,
4259 i386_linux_dr_get_status): Adjust prototypes accordingly.
4260
4261 2001-03-31 Kevin Buettner <kevinb@redhat.com>
4262
4263 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
4264 TRAP_HWBKPT constant to match that in the kernel headers for
4265 Linux/IA-64.
4266
4267 2001-03-31 Mark Kettenis <kettenis@gnu.org>
4268
4269 * i386bsd-nat.c: Include "gdb_assert.h".
4270 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
4271 already defined.
4272 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
4273 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
4274 i386bsd_dr_get_status): New functions.
4275 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
4276 (I386_USE_GENERIC_WATCHPOINTS): Define.
4277 Include "i386/nm-i386.h".
4278 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
4279 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
4280 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
4281 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
4282 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
4283 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
4284 ptrace request.
4285 * config.in, configure: Regenerate.
4286
4287 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
4288 register before enabling it by setting the control register.
4289 (i386_remove_aligned_watchpoint): Reset address register after
4290 disabling it by setting the control register.
4291
4292 * i386-tdep.c (i386_extract_return_value): If the type of the
4293 return value is TYPE_STRUCT and the number of fields is one, call
4294 ourselves with TYPE set tp the type of the first field.
4295 (i386_store_return_value): Likewise.
4296 This fixes a problem with returning structs consisting of a single
4297 `float' or `double' on *BSD.
4298
4299 2001-03-30 Mark Kettenis <kettenis@gnu.org>
4300
4301 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
4302 we're absolutely sure we're going to resume it.
4303
4304 * thread-db.c (check_event): Don't report an error if we encounter
4305 a thread creation event for a thread that's already in the thread
4306 list, since that may legitemately happen. Instead only call
4307 attach_thread if it's not already in the thread list.
4308
4309 2001-03-28 Andrew Cagney <ac131313@redhat.com>
4310
4311 * config/pa/xm-hppah.h (malloc): Really delete declaration
4312 (MALLOC_INCOMPATIBLE): Really delete macro.
4313 * cli/cli-cmds.c (apropos_command): Use xcalloc.
4314
4315 2001-03-28 Andrew Cagney <ac131313@redhat.com>
4316
4317 * configure.in (build_warnings): Add -Wuninitialized.
4318 * configure: Regenerate.
4319
4320 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
4321 * sparc-tdep.c (sparc64_push_arguments): Add default case to
4322 switch.
4323 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
4324 expression with if statement.
4325 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
4326 ``stack_size''.
4327 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
4328 (mips_dump_tdep): Fix setting of ef_mips_arch.
4329 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
4330 * dsrec.c (make_srec): Always initialize ``binbuf''.
4331 * monitor.c (monitor_read_memory_single): Do not pass an
4332 uninitialized buffer to monitor_error. Make ``i'' more local.
4333
4334 2001-03-28 Andrew Cagney <ac131313@redhat.com>
4335
4336 * MAINTAINERS: Change ns32k target to ,-Werror.
4337
4338 * ns32k-tdep.c: Include "gdbcore.h"
4339 (flip_bytes): Change first argument to void*. Add forward
4340 declaration.
4341 (sign_extend): Add declaration.
4342 (merlin_frame_num_args): Add final else clause to if-else chain.
4343 (umax_frame_num_args): Ditto.
4344 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
4345 (flip_bytes): Ditto.
4346
4347 2001-03-28 Mark Kettenis <kettenis@gnu.org>
4348
4349 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
4350 config/i386/nm-linux.h (including comment).
4351 (i386_linux_frame_chain): New function implementing guts of the
4352 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
4353 instead of read_memory_integer.
4354 (i386_linux_frame_saved_pc): Removed doc pointing to
4355 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
4356 now lives in this file.
4357 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
4358 i386-linux-tdep.c (including comment).
4359 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
4360 (i386_linux_frame_chain): New prototype.
4361
4362 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
4363 make it work again.
4364 (NUM_FREGS): Redefine to 0.
4365 (NUM_REGS): Redefine as NUM_GREGS.
4366 (i386_register_byte, i386_register_raw_size): Update from
4367 i386-tdep.c. Add comment about their origin.
4368 (regmap, register_u_addr): Take these from i386-linux-nat.c.
4369 (i386_register_u_addr): Removed.
4370
4371 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
4372 fails instead of calling perror_with_name. This should fix
4373 debugging remote i386 targets with a native Linux/x86 GDB. Add
4374 FIXME for this hack.
4375
4376 2001-03-19 J.T. Conklin <jtc@redback.com>
4377
4378 * arch-utils.c (#include "gdbthread.h"): Removed.
4379 (#include "symfile.h"): Removed.
4380 (XMALLOC): Removed unused macro.
4381 * breakpoint.c (tbreak_command): Removed local declaration.
4382 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
4383 Remove duplicate declarations.
4384 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
4385 (remove_solib_event_breakpoints): Fix indentation botch.
4386 * c-typeprint.c (#include "command.h"): Removed.
4387 (#include "gdbcmd.h"): Removed.
4388 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
4389 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
4390 Removed duplicate declarations.
4391 * ch-typeprint.c (#include "command.h"): Removed.
4392 (#include "gdbcmd.h"): Removed.
4393 * corefile.c (#include "frame.h"): Removed
4394 (#include "symfile.h"): Removed.
4395 (#include "language.h"): Removed.
4396 * dbxread.c (#include "command.h"): Removed.
4397 * environ.c (#include "gdbcore.h"): Removed.
4398 * event-loop.c (#include "top.h"): Removed.
4399 * f-typeprint.c (#include "command.h"): Removed.
4400 (#include "gdbcmd.h"): Removed.
4401 (#include "language.h"): Removed.
4402 (#include "typeprint.h"): Removed.
4403 (#include "frame.h"): Removed.
4404 * gdbtypes.h (print_type_scalar): Removed declaration.
4405 * infcmd.c (#include "completer.h"): Removed.
4406 * language.c (#include "frame.h"): Removed.
4407 * m2-typeprint.c (#include "command.h"): Removed.
4408 (#include "gdbcmd.h"): Removed.
4409 (#include "language.h"): Removed.
4410 * m2-valprint.c (#include "valprint.h"): Removed.
4411 * p-typeprint.c (#include "command.h"): Removed.
4412 (#include "gdbcmd.h"): Removed.
4413 * p-valprint.c (#include "typeprint.h"): Removed.
4414 * parse.c (#include "linespec.h"): Removed.
4415 * regcache.c (#include "frame.h"): Removed.
4416 * remote.c (#include "frame.h"): Removed.
4417 (getpkt_sane): Make static.
4418 * source.c (#include "completer.h"): Removed.
4419 * stack.c (#include "symfile.h"): Removed.
4420 (#include "objfiles.h"): Removed.
4421 * symfile.c (#include "completer.h"): Removed.
4422 * tracepoint.c (#include "completer.h"): Removed.
4423 * values.c (#include "frame.h"): Removed.
4424 * varobj.c (#include "valprint.h"): Removed.
4425 * wrapper.c (#include "frame.h"): Removed.
4426
4427 * memattr.c (create_mem_region): Removed unused variable.
4428 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
4429
4430 2001-03-27 Nick Clifton <nickc@redhat.com>
4431
4432 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
4433
4434 2001-03-27 Kevin Buettner <kevinb@redhat.com>
4435
4436 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
4437 of free().
4438
4439 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
4440
4441 * TODO (Cleanups): Remove the item about converting docs to GFDL.
4442
4443 2001-03-26 Kevin Buettner <kevinb@redhat.com>
4444
4445 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
4446 type of ``bundle'' from unsigned char * to char *.
4447 (ia64_get_saved_register): Use alloca() to allocate register
4448 buffers.
4449
4450 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
4451
4452 2001-03-26 Kevin Buettner <kevinb@redhat.com>
4453
4454 * proc-utils.h (procfs_ctl_t): New typedef.
4455 * proc-api.c (write_with_trace): Change type of ``opcode'' from
4456 long to procfs_ctl_t. Don't assume that the target has defined
4457 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
4458 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
4459 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
4460 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
4461 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
4462 Conditionally define as appropriate for AIX/non-AIX systems. Use
4463 these defines/typedefs as appropriate elsewhere in file.
4464 (struct procinfo): Change type of saved_sigset and saved_sighold
4465 from sigset_t to gdb_sigset_t. Make saved_exitset and
4466 saved_entryset pointer variables. Add two new fields, num_syscalls
4467 and syscall_names.
4468 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
4469 (sysset_t_size, sysset_t_alloc): New functions.
4470 (load_syscalls, free_syscalls, find_syscall): New functions for
4471 platforms which define DYNAMIC_SYSCALLS.
4472 (create_procinfo): Call load_syscalls.
4473 (destroy_one_procinfo): Call free_syscalls.
4474 (GDBRESET): Don't define twice.
4475 (proc_modify_flag): Change type of operation code array `arg'
4476 from long to procfs_ctl_t.
4477 (proc_stop_process, proc_wait_for_stop, proc_run_process)
4478 (proc_set_traced_signals, proc_set_traced_faults)
4479 (proc_set_traced_sysentry, proc_set_traced_sysexit)
4480 (proc_set_held_signals, proc_clear_current_fault)
4481 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
4482 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
4483 (proc_set_traced_sysentry): Dynamically allocate variable sized
4484 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
4485 (proc_set_traced_sysexit): Dynamically allocate variable
4486 sized struct gdb_proc_ctl_pcsexit. Also, free it at
4487 function exit.
4488 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
4489 for reading the sysset_t struct on AIX5.
4490 (procfs_debug_inferior): Don't assume that SYS_exit will be
4491 defined. Add new code for finding certain syscalls on AIX5.
4492 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
4493 (syscall_is_lwp_create): New functions.
4494 (procfs_wait): Restructured code which checks for certain
4495 system calls to use the new syscall_is_... functions.
4496 (procfs_notice_signals): Account for the fact that saved_entryset
4497 and saved_exitset in struct procinfo are now pointers.
4498
4499 2001-03-26 Kevin Buettner <kevinb@redhat.com>
4500
4501 * symtab.c (find_pc_sect_line): Revise method used for finding
4502 the ending pc.
4503
4504 2001-03-26 Mark Kettenis <kettenis@gnu.org>
4505
4506 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
4507 i386_linux_sigtramp_saved_sp): Make static.
4508 (i386_linux_frame_saved_pc): New function based on the old
4509 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
4510 of read_memory_integer.
4511 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
4512 (i386_linux_sigtramp_saved_pc): Remove prototype.
4513 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
4514 (i386_linux_frame_saved_pc): New prototype.
4515
4516 2001-03-26 Andrew Cagney <ac131313@redhat.com>
4517
4518 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
4519 * TODO (GDB 5.1 - Cleanups): Update.
4520
4521 2001-03-26 Andrew Cagney <ac131313@redhat.com>
4522
4523 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
4524 HAVE_VFORK.
4525
4526 2001-03-26 Mark Kettenis <kettenis@gnu.org>
4527
4528 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
4529
4530 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
4531 functions.
4532 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
4533 (STORE_STRUCT_RETURN): Redefine in terms of
4534 i386_store_struct_return.
4535 (i386_push_arguments, i386_store_struct_return): New prototypes.
4536 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
4537 definition was identical to the definition in "i386/tm-i386.h" so
4538 the new definition should suffice too.
4539
4540 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4541
4542 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
4543 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
4544
4545 * config/djgpp/djconfig.sh: Add copyright notice.
4546
4547 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
4548 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
4549 (top level) <string.h>: Include gdb_string.h instead.
4550 (dos_noop, dos_raw, dos_noflush_set_tty_state)
4551 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
4552
4553 * go32-nat.c (go32_create_inferior): Move the declaration of
4554 `environ' to here from the top level.
4555 (top level) <_initialize_go32_nat>: Remove redundant prototype.
4556 <gdb_string.h>: Include it instead of string.h.
4557 (store_register): Call register_buffer instead of accessing
4558 registers[] directly.
4559 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
4560 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
4561 the function names at the start of the line.
4562 (go32_set_dr): Throw internal_error if the argument is not a valid
4563 debug register number.
4564 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
4565 (go32_wait, go32_xfer_memory, go32_files_info)
4566 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
4567
4568 2001-03-25 Jim Blandy <jimb@redhat.com>
4569
4570 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
4571
4572 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4573
4574 From Andrew Cagney <ac131313@redhat.com>
4575
4576 * coffread.c: Include "gdb_assert.h".
4577 (coff_symtab_read): Cast the integer s_sclass to a long before
4578 casting it to a pointer.
4579
4580 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4581
4582 From Andrew Cagney <ac131313@redhat.com>
4583
4584 * coffread.c (coff_symtab_read): Initialize
4585 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
4586 the ``.ef'' info.
4587 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
4588
4589 2001-03-23 Andrew Cagney <ac131313@redhat.com>
4590
4591 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
4592 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
4593 multi-arch.
4594
4595 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
4596 * gdbarch.h, gdbarch.c: Re-generate.
4597
4598 * target.h (SOFTWARE_SINGLE_STEP_P)
4599 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
4600
4601 2001-03-23 Andrew Cagney <ac131313@redhat.com>
4602
4603 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
4604 * gdbarch.h, gdbarch.c: Regenerate.
4605
4606 * regcache.h (regcache_read, regcache_write): Declare.
4607 (registers, register_valid, register_buffer): Add note that these
4608 interfaces are deprecated.
4609
4610 * regcache.c: Include "gdb_assert.h".
4611 (legacy_write_register_gen): Rename write_register_gen.
4612 (legacy_read_register_gen): Rename read_register_gen.
4613 (regcache_read, regcache_write): New function.
4614 (read_register_gen, write_register_gen): New function.
4615 (write_register): Simplify. Use write_register_gen.
4616 (read_register): Ditto using read_register_gen.
4617 (read_signed_register): Ditto.
4618 (read_register_bytes): Ditto!!!!
4619 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
4620 replaced by gdbarch_register_read.
4621
4622 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
4623 deprecate.
4624
4625 2001-03-23 Jim Blandy <jimb@redhat.com>
4626
4627 Fix from Dan Berlin:
4628
4629 * stabsread.c (read_cpp_abbrev): Properly construct the names of
4630 virtual function table pointer fields.
4631
4632 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4633
4634 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
4635 xmrealloc): Move existing declarations to the one place and
4636 re-order to be consistent.
4637 (xmcalloc, xmfree): Declare.
4638 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
4639 declaration.
4640
4641 * utils.c (size_t): Delete #ifdef defining size_t.
4642 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
4643 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
4644 corresponding malloc, realloc, calloc.
4645 (mfree): Call free directly.
4646 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
4647 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
4648 function bodies to here.
4649 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
4650
4651 2001-03-23 Andrew Cagney <ac131313@redhat.com>
4652
4653 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
4654 ``shell_file'' static locals.
4655
4656 * jv-lang.c (java_link_class_type): Initialize ``field'' and
4657 ``method''.
4658
4659 * jv-valprint.c (java_value_print): Initialize ``next_element''.
4660
4661 2001-03-23 Mark Kettenis <kettenis@gnu.org>
4662
4663 * config/i386/nm-i386.h: Fix formatting and change reference to
4664 i386-tdep.c to i386-nat.c.
4665
4666 2001-03-23 David Smith <dsmith@redhat.com>
4667
4668 * configure.in: Corrected spelling errors.
4669 * configure: Regenerated.
4670
4671 2001-03-22 Andrew Cagney <ac131313@redhat.com>
4672
4673 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
4674
4675 2001-03-22 Andrew Cagney <ac131313@redhat.com>
4676
4677 * Makefile.in (NTSSTART): Delete.
4678 (NTSOBS): Delete.
4679 (kdb): Delete target.
4680 * kdb-start.c, stuff.c: Mark as obsolete.
4681 * NEWS: Update.
4682
4683 2001-03-22 Andrew Cagney <ac131313@redhat.com>
4684
4685 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
4686 compiles using an ISO-C compiler.
4687 (MALLOC_INCOMPATIBLE): Ditto.
4688 * linespec.c (decode_line_1): Delete hack to work around
4689 HPPA_COMPILER_BUG.
4690
4691 2001-03-22 Andrew Cagney <ac131313@redhat.com>
4692
4693 * exec.c (xfer_memory): Always initialize section.
4694 * infrun.c (normal_stop): Always initialize source_flag.
4695
4696 2001-03-22 Andrew Cagney <ac131313@redhat.com>
4697
4698 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
4699 non-use of a continue address and typical use of ``q'' packet.
4700
4701 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
4702
4703 Make DJGPP use the new unified support for hardware
4704 breakpoints and watchpoints on x86 targets:
4705
4706 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
4707 include nm-i386.h instead.
4708 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
4709 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
4710 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
4711 (target_stopped_data_address, target_insert_watchpoint)
4712 (target_remove_watchpoint, target_insert_hw_breakpoint)
4713 (target_remove_hw_breakpoint): Don't define.
4714 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
4715 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
4716 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
4717 functions from go32-nat.c.
4718
4719 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
4720
4721 * go32-nat.c <top level>: Remove prototypes for watchpoint-
4722 related functions. Remove definitions of watchpoint-related
4723 macros.
4724 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
4725 private cleanup_dregs function.
4726 (cleanup_dregs, go32_insert_watchpoint)
4727 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
4728 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
4729 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
4730 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
4731 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
4732
4733 2001-03-21 Kevin Buettner <kevinb@redhat.com>
4734
4735 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
4736 than two instead of generating an error.
4737
4738 2001-03-21 Jim Blandy <jimb@redhat.com>
4739
4740 * cp-valprint.c: Reformat to bring into line with GNU coding
4741 standards.
4742
4743 2001-03-21 Mark Kettenis <kettenis@gnu.org>
4744
4745 Make Linux use the new unified support for hardware breakpoints
4746 and watchpoints on x86 targets.
4747 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
4748 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
4749 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
4750 appropriate value if not already defined.
4751 (register_u_addr): New function.
4752 (kernel_u_size): New function.
4753 (i386_linux_dr_get, i386_linux_dr_set): New functions.
4754 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
4755 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
4756 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
4757 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
4758 (TARGET_HAS_HARDWARE_WATCHPOINTS,
4759 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
4760 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
4761 target_remove_watchpoint): Remove macros.
4762 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
4763 i386_remove_watchpoint): Remove prototypes.
4764 (register_u_addr): New prototype.
4765 (REGISTER_U_ADDR): Define in terms of register_u_addr.
4766 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
4767 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
4768 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
4769 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
4770 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
4771 i386-nat.o.
4772
4773 2001-03-21 Jim Blandy <jimb@redhat.com>
4774
4775 Fix from Dan Berlin:
4776
4777 * linespec.c (find_methods): Whitespace differences aren't
4778 significant in *un*mangled method names. Use strcmp_iw to compare
4779 them, not STREQ.
4780
4781 2001-03-21 Andrew Cagney <ac131313@redhat.com>
4782
4783 * gdbarch.sh: Allow a non- multi-arch target to override a
4784 predicate.
4785 * gdbarch.h: Regenerate.
4786
4787 2001-03-21 Andrew Cagney <ac131313@redhat.com>
4788
4789 * gdbarch.sh: Avoid use of ``!''.
4790
4791 2001-03-20 Andrew Cagney <ac131313@redhat.com>
4792
4793 * target.h (enum target_signal): Move definition from here.
4794 * defs.h (enum target_signal): To here.
4795
4796 * config/arc/tm-arc.h (arc_software_single_step): Change type of
4797 first parameter to enum target_signal.
4798 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
4799 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
4800 * rs6000-tdep.c (rs6000_software_single_step): Update.
4801
4802 2001-03-20 Andrew Cagney <ac131313@redhat.com>
4803
4804 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
4805 already defined.
4806
4807 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
4808 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
4809 or a reference ('a') can be in a pseudo register.
4810 * infcmd.c (do_registers_info): Must take into account the pseudo
4811 registers to print their value.
4812 (registers_info): Likewise.
4813 * stack.c (frame_info): Likewise.
4814 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
4815
4816 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
4817
4818 Unified support for hardware breakpoints and watchpoints on
4819 x86 targets:
4820
4821 * config/i386/nm-i386.h: New file.
4822
4823 * config/i386/nm-i386.h: (i386_cleanup_dregs)
4824 (i386_insert_watchpoint, i386_remove_watchpoint)
4825 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
4826 (i386_stopped_data_address, i386_insert_hw_breakpoint)
4827 (i386_remove_hw_breakpoint): Declare prototypes.
4828 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4829 Define if not already defined.
4830 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
4831 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
4832 (target_insert_watchpoint, target_remove_watchpoint)
4833 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
4834 to call the appropriate i386_* functions.
4835
4836 * i386-nat.c: New file.
4837
4838 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
4839 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
4840 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
4841 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
4842 (maint_show_dr): New variables.
4843 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
4844 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
4845 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
4846 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
4847 (i386_stopped_data_address, i386_stopped_by_hwbp)
4848 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
4849 functions.
4850 (_initialize_i386_nat): New function.
4851 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
4852 `show-debug-regs', sets maint_show_dr to non-zero value and
4853 activates debugging print-outs in functions which insert, remove,
4854 and test watchpoints and hardware breakpoints.
4855
4856 * Makefile.in (i386-nat.o): New target.
4857 (ALLDEPFILES): Add i386-nat.o.
4858
4859 2001-03-21 Mark Kettenis <kettenis@gnu.org>
4860
4861 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
4862 appropriate comment.
4863
4864 2001-03-20 Kevin Buettner <kevinb@redhat.com>
4865
4866 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
4867 thread-db.o, and lin-lwp.o for thread support instead of
4868 linux-thread.o and lin-thread.o.
4869 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
4870 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
4871 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
4872 (lin_lwp_attach_lwp): Declare.
4873
4874 2001-03-20 Jim Blandy <jimb@redhat.com>
4875
4876 Fix from Dan Berlin:
4877
4878 * Makefile.in: Clean up dependencies on ../include/demangle.h.
4879 (demangle_h): New variable.
4880 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
4881
4882 2001-03-20 Andrew Cagney <ac131313@redhat.com>
4883
4884 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
4885 * breakpoint.c (bpstat_stop_status): Update.
4886 * infrun.c (handle_inferior_event): Ditto.
4887 * mips-tdep.c (mips_dump_tdep): Ditto.
4888 * infrun.c (resume): Ditto.
4889 * infptrace.c (child_resume): Ditto.
4890 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4891 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4892 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4893 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4894 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4895 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4896 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
4897
4898 2001-03-20 Andrew Cagney <ac131313@redhat.com>
4899
4900 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
4901 with internal_error.
4902
4903 2001-03-20 Jim Blandy <jimb@redhat.com>
4904
4905 Fix from Dan Berlin:
4906
4907 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
4908 than asking for sym_class's type; that's circuitous. Remove
4909 sym_class, since the last use of it is gone.
4910
4911 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
4912
4913 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
4914 Correct the order of calls to ui_out_field_string and
4915 ui_out_list_begin when bs->old_val is NULL.
4916
4917 2001-03-19 Kevin Buettner <kevinb@redhat.com>
4918
4919 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
4920 * configure: Regenerate.
4921 * config.in: Regenerate.
4922 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
4923
4924 2001-03-19 Kevin Buettner <kevinb@redhat.com>
4925
4926 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
4927 same line to avoid problems with Unixware 7's make when building
4928 a cross debugger.
4929
4930 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4931
4932 * defs.h (malloc): Move declaration from here.
4933 * utils.c (malloc): To here.
4934 * config/pa/xm-hppah.h (malloc): Delete declaration.
4935
4936 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
4937 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
4938 (hpread_quick_traverse): Ditto.
4939 * infttrace.c (create_thread_info): Ditto.
4940 (kill_inferior): Ditto.
4941 * gnu-nat.c (make_inf): Ditto, and don't check return value.
4942 * procfs.c (proc_update_threads): Ditto.
4943 * valprint.c (print_decimal_chars): Ditto.
4944 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
4945 malloc and sprintf.
4946 * remote-rdp.c (rdp_set_command_line): Ditto.
4947
4948 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4949
4950 * defs.h (realloc): Move declaration from here.
4951 * utils.c (realloc): To here.
4952 * config/pa/xm-hppah.h (realloc): Delete declaration.
4953 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
4954 * symfile.c (add_filename_language): Ditto.
4955 * event-loop.c (create_file_handler): Ditto.
4956
4957 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4958
4959 * defs.h (free): Move declaration from here.
4960 * utils.c (free): To here.
4961 (xfree): Document as the only call to free().
4962 * config/pa/xm-hppah.h (free): Delete declaration.
4963
4964 2001-03-19 Kevin Buettner <kevinb@redhat.com>
4965
4966 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
4967 this list.
4968
4969 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4970
4971 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
4972 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
4973 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
4974
4975 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4976
4977 * TODO: List known problems with TUI.
4978
4979 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4980
4981 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
4982 gdb.hp).
4983
4984 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4985
4986 * remote.c (remote_cisco_section_offsets): Do not cast result from
4987 bfd_get_section_name.
4988 (compare_sections_command): Ditto.
4989 (remote_cisco_section_offsets): Make ``p'' a const pointer.
4990 (compare_sections_command): Ditto for ``sectname''.
4991
4992 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4993
4994 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4995 * valops.c (hand_function_call): Simplify computation of the
4996 address of the pushed argument.
4997
4998 2001-03-17 Andrew Cagney <ac131313@redhat.com>
4999
5000 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
5001 Code copied from c-exp.y.
5002
5003 2001-03-18 Kevin Buettner <kevinb@redhat.com>
5004
5005 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
5006 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
5007 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
5008 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
5009 of the Solaris procfs testing section. Instead, group with...
5010 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
5011 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
5012 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
5013 * configure: Regenerate.
5014 * config.in: Regenerate.
5015
5016 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
5017 new configure macros to choose which (if any) code to
5018 compile in. Added code to explicitly handle *BSD systems;
5019 these systems were previously handled only through macro
5020 redefinition. Also, due to the way the autoconf tests are set
5021 up, this function will no longer return a non-zero value when
5022 GDB is configured as a cross debugger. I.e, cross debuggers
5023 will no longer be able to "accidentally" get the host system's
5024 link map offsets.
5025
5026 2001-03-18 Kevin Buettner <kevinb@redhat.com>
5027
5028 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
5029 line to avoid build problem on NetBSD 1.4.
5030
5031 2001-03-17 Michael Chastain <chastain@redhat.com>
5032
5033 * win32-nat.c (child_attach): check args for NULL before passing
5034 to strtoul. This fixes PR gdb/43.
5035
5036 2001-03-17 Mark Kettenis <kettenis@gnu.org>
5037
5038 * i387-nat.h: Doc Fix.
5039
5040 * i386-tdep.c: Fix formatting.
5041 (i386_get_frame_setup, i386_follow_jump, codestream_read,
5042 codestream_seek, codestream_fill, skip_trampoline_code,
5043 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
5044 prototypoes.
5045
5046 2001-03-17 Mark Kettenis <kettenis@gnu.org>
5047
5048 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
5049 no longer used. Also remove associated FIXME.
5050
5051 2001-03-16 Andrew Cagney <ac131313@redhat.com>
5052
5053 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
5054 not generate macro wrappers for multi-arch functions or
5055 predicates.
5056 (class_is_info_p, class_is_predicate_p): Update.
5057 (class_is_function_p, class_is_variable_p): Ditto.
5058 (class_is_multiarch_p): New class function.
5059
5060 2001-03-16 J.T. Conklin <jtc@redback.com>
5061
5062 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
5063 h8300_frame_args_address from frame_args_address.
5064 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
5065 from frame_locals_address.
5066 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
5067 from print_register_hook.
5068 (h8300_frame_args_address): Declare.
5069 (h8300_frame_find_saved_regs): Declare.
5070 (h8300_frame_locals_address): Declare.
5071 (h8300_frame_saved_pc): Declare.
5072 (h8300_pop_frame): Declare.
5073 (h8300_print_register_hook): Declare.
5074 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
5075 (h8300_frame_args_address): Renamed from frame_args_address.
5076 (h8300_frame_locals_address): Renamed from frame_locals_address.
5077 (h8300_pop_frame): Renamed from pop_frame.
5078 (h8300_print_register_hook): Renamed from print_register_hook.
5079
5080 2001-03-16 Kevin Buettner <kevinb@redhat.com>
5081
5082 * solib-svr4.c (bfd_lookup_symbol): Change type of
5083 ``storage_needed'' from unsigned int to long in order to
5084 match return type of bfd_get_symtab_upper_bound() and
5085 bfd_get_dynamic_symtab_upper_bound().
5086 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
5087 REASONABLE_LIMIT hack which had been added to work around this
5088 problem.
5089
5090 2001-03-15 Kevin Buettner <kevinb@redhat.com>
5091
5092 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
5093 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
5094 to free() with calls to xfree().
5095 (bfd_lookup_symbol): Eliminate use of PTR.
5096 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
5097
5098 2001-03-15 Martin Hunt <hunt@redhat.com>
5099
5100 * linespec.c (decode_line_1): Remove trailing quote
5101 when parsing double quotes.
5102
5103 2001-03-15 Kevin Buettner <kevinb@redhat.com>
5104
5105 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
5106 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
5107 argument in the to_xfer_memory calls.
5108
5109 2001-03-15 Andrew Cagney <ac131313@redhat.com>
5110
5111 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
5112 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
5113
5114 2001-03-15 Andrew Cagney <ac131313@redhat.com>
5115
5116 * wince.c (child_xfer_memory): Add attrib parameter.
5117 * symm-nat.c (child_xfer_memory): Ditto.
5118 * mac-nat.c (child_xfer_memory): Ditto.
5119 * infttrace.c (child_xfer_memory): Ditto.
5120 * procfs.c (procfs_xfer_memory): Ditto.
5121 * lin-thread.c (thread_db_xfer_memory): Ditto.
5122 * gnu-nat.c (gnu_xfer_memory): Ditto.
5123
5124 2001-03-14 Andrew Cagney <ac131313@redhat.com>
5125
5126 * NEWS: Mention that Harris/CXUX m88k is obsolete.
5127
5128 2001-03-13 Andrew Cagney <ac131313@redhat.com>
5129
5130 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
5131 to regcache functions.
5132 * config/m68k/tm-m68k.h: Ditto.
5133 * config/i386/tm-i386v.h: Ditto.
5134 * config/mcore/tm-mcore.h: Ditto.
5135 * config/m88k/tm-m88k.h: Ditto.
5136 * config/m68k/tm-news.h: Ditto.
5137 * config/m68k/tm-linux.h: Ditto.
5138 * config/m68k/tm-delta68.h: Ditto.
5139 * config/m68k/nm-sun3.h: Ditto.
5140 * config/m32r/tm-m32r.h: Ditto.
5141 * config/i386/tm-symmetry.h: Ditto.
5142 * config/i386/tm-sun386.h: Ditto.
5143 * config/i386/tm-i386.h: Ditto.
5144 * config/i386/nm-symmetry.h: Ditto.
5145 * config/i386/nm-sun386.h: Ditto.
5146 * config/i386/nm-ptx4.h: Ditto.
5147 * config/i386/nm-i386mach.h: Ditto.
5148 * config/h8500/tm-h8500.h: Ditto.
5149 * config/h8300/tm-h8300.h: Ditto.
5150 * config/fr30/tm-fr30.h: Ditto.
5151 * config/d30v/tm-d30v.h: Ditto.
5152 * config/arm/tm-arm.h: Ditto.
5153 * config/arc/tm-arc.h: Ditto.
5154 * config/alpha/tm-alpha.h: Ditto.
5155 * config/a29k/tm-vx29k.h: Ditto.
5156 * config/a29k/tm-a29k.h: Ditto.
5157 * config/w65/tm-w65.h: Ditto.
5158 * config/vax/tm-vax.h: Ditto.
5159 * config/v850/tm-v850.h: Ditto.
5160 * config/tic80/tm-tic80.h: Ditto.
5161 * config/sparc/tm-sparclite.h: Ditto.
5162 * config/sparc/tm-sparclet.h: Ditto.
5163 * config/sparc/tm-sparc.h: Ditto.
5164 * config/sparc/nm-sun4sol2.h: Ditto.
5165 * config/sparc/nm-sun4os4.h: Ditto.
5166 * config/sparc/nm-nbsd.h: Ditto.
5167 * config/powerpc/nm-solaris.h: Ditto.
5168 * config/pa/tm-hppao.h: Ditto.
5169 * config/pa/tm-hppa.h: Ditto.
5170 * config/pa/nm-hppab.h: Ditto.
5171 * config/ns32k/tm-umax.h: Ditto.
5172 * config/ns32k/tm-merlin.h: Ditto.
5173 * config/nm-m3.h: Ditto.
5174 * config/nm-gnu.h: Ditto.
5175
5176 2001-03-14 Andrew Cagney <ac131313@redhat.com>
5177
5178 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
5179 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
5180 Specify an m88k target. Include sample GAWK script to generate
5181 target list. Delete non-existant romp target.
5182 * TODO (GDB 5.1 - Cleanups): Update.
5183
5184 2001-03-14 Keith Seitz <keiths@cygnus.com>
5185
5186 * linespec.c (decode_line_1): Skip argptr over a leading
5187 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
5188
5189 2001-03-14 Kevin Buettner <kevinb@redhat.com>
5190
5191 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
5192
5193 2001-03-13 Andrew Cagney <ac131313@redhat.com>
5194
5195 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
5196 * m3-nat.c: Ditto.
5197 * p-lang.h: Ditto.
5198 * printcmd.c (printf_command): Ditto.
5199 * ch-exp.c (match_integer_literal): Ditto.
5200 * scm-tags.h: Ditto.
5201 * ser-go32.c: Ditto.
5202 * hppa-tdep.c (unwind_command): Ditto.
5203 * defs.h (volatile): Delete macro definition. Assume __STDC__.
5204 * remote-adapt.c (volatile): Ditto.
5205 * remote-eb.c (volatile): Ditto.
5206 * remote-mm.c (volatile): Ditto.
5207 * defs.h (alloca): Assume __STDC__, declare returning void *.
5208
5209 2001-03-08 Andrew Cagney <ac131313@redhat.com>
5210
5211 * inferior.h (ARCH_NUM_REGS): Delete definition.
5212 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
5213 * regcache.c (registers_changed): Ditto.
5214 (registers_fetched): Ditto.
5215 * infptrace.c (fetch_inferior_registers): Ditto.
5216 (store_inferior_registers): Ditto.
5217 * infcmd.c (do_registers_info): Ditto.
5218 (registers_info): Ditto.
5219 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
5220 (old_store_inferior_registers): Ditto.
5221 * gdbserver/low-linux.c (register_addr): Ditto.
5222 * gdbserver/low-hppabsd.c (register_addr): Ditto.
5223 * core-aout.c: Don't include "inferior.h".
5224 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
5225 (register_addr): Ditto.
5226
5227 2001-03-13 Fernando Nasser <fnasser@redhat.com>
5228
5229 From Steven Johnson <sjohnson@neurizon.net>
5230 * cli/cli-script.c (define_command): Fix setting of post hooks.
5231
5232 2001-03-13 Mark Kettenis <kettenis@gnu.org>
5233
5234 * i386-linux-tdep.c: Fix formatting and clarify comments.
5235 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
5236 where appropriate.
5237
5238 2001-03-12 Andrew Cagney <ac131313@redhat.com>
5239
5240 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
5241 (proc_update_sc): Use gdb_assert instead of assert.
5242 (proc_abort): Ditto.
5243 (inf_set_step_thread): Ditto.
5244 (gnu_wait): Ditto.
5245 (S_exception_raise_request): Ditto.
5246 (gnu_terminal_init_inferior): Ditto.
5247
5248 2001-03-09 Kevin Buettner <kevinb@redhat.com>
5249
5250 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
5251 (solib-legacy.o): New makefile target.
5252 * solib-legacy.c: New file.
5253 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5254 (default_svr4_fetch_link_map_offsets): Delete.
5255 (set_solib_svr4_fetch_link_map_offsets): Declare.
5256 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
5257 * solib-svr4.c (elf/common.h): Include.
5258 (link.h): Only include for SunOS shared library support.
5259 (_SYSCALL32): Don't define.
5260 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
5261 (default_svr4_fetch_link_map_offsets): Made static; added forward
5262 declaration.
5263 (fetch_link_map_offsets): New static global.
5264 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
5265 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
5266 of what used to be in this function now reside in
5267 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
5268 (open_symbol_file_object): Fix declaration in SunOS section
5269 of the code.
5270 (set_solib_svr4_fetch_link_map_offsets): New extern function.
5271 (init_fetch_link_map_offsets): New static function.
5272 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
5273 under multiarch control.
5274
5275 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
5276 list.
5277 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
5278 * config/arm/linux.mt (TDEPFILES): Likewise.
5279 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
5280 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
5281 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5282 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
5283 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
5284 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
5285 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5286 * config/i386/linux.mt (TDEPFILES): Likewise.
5287 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5288 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5289 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
5290 * config/i386/ptx4.mh (XDEPFILES): Likewise.
5291 * config/i386/sun386.mt (TDEPFILES): Likewise.
5292 * config/ia64/linux.mt (TDEPFILES): Likewise.
5293 * config/m68k/linux.mt (TDEPFILES): Likewise.
5294 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
5295 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5296 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
5297 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
5298 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
5299 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
5300 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5301 * config/powerpc/linux.mt (TDEPFILES): Likewise.
5302 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5303 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
5304 * config/sh/linux.mt (TDEPFILES): Likewise.
5305 * config/sparc/linux.mt (TDEPFILES): Likewise.
5306 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5307 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5308 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
5309 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
5310 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
5311
5312 2001-03-09 Kevin Buettner <kevinb@redhat.com>
5313
5314 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
5315
5316 2001-03-09 Andrew Cagney <ac131313@redhat.com>
5317
5318 * MAINTAINERS (Write After Approval): Update Philip Blundell.
5319
5320 2001-03-09 Keith Seitz <keiths@cygnus.com>
5321
5322 * MAINTAINERS: Add myself to write after approval list.
5323
5324 2001-03-09 Mark Kettenis <kettenis@gnu.org>
5325
5326 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
5327 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
5328
5329 2001-03-08 Andrew Cagney <ac131313@redhat.com>
5330
5331 * configure.host (m88*-harris-cxux*): Mark as obsolete.
5332 * configure.tgt: Ditto.
5333 * config/m88k/xm-cxux.h: Ditto.
5334 * config/m88k/tm-cxux.h: Ditto.
5335 * config/m88k/nm-cxux.h: Ditto.
5336 * config/m88k/cxux.mt: Ditto.
5337 * config/m88k/cxux.mh: Ditto.
5338
5339 2001-03-08 Andrew Cagney <ac131313@redhat.com>
5340
5341 * Makefile.in: Delete rules for obsolete files.
5342
5343 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
5344
5345 * stack.c (parse_frame_specification): For one argument case,
5346 handle the situation where the argument is an integer, not an
5347 address -- arguably the most common case. This matters on
5348 targets where pointers and addresses are different.
5349
5350 2001-03-08 Andrew Cagney <ac131313@redhat.com>
5351
5352 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
5353 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
5354 general.
5355
5356 2001-03-07 Andrew Cagney <ac131313@redhat.com>
5357
5358 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
5359 with SID on Solaris 8.
5360
5361 2001-03-07 Mark Kettenis <kettenis@gnu.org>
5362
5363 * defs.h: Provide prototypes for floatformat_is_negative,
5364 floatformat_is_nan and floatformat_mantissa.
5365 * utils.c: Include "gdb_assert.h".
5366 (floatformat_is_negative): New function.
5367 (floatformat_is_nan): New function.
5368 (floatformat_mantissa): New function.
5369 * valprint.c: Include "floatformat.h".
5370 (print_floating): Get rid of the Linux-specific
5371 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
5372 help these new functions. Print NaN's in a format conforming to
5373 ISO C99.
5374
5375 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5376
5377 * top.c (init_main): Make `set history file name' complete on file
5378 names.
5379
5380 2001-03-06 J.T. Conklin <jtc@redback.com>
5381
5382 * Makefile.in (LINTFLAGS): Update to contain all of the macros
5383 which define include paths used when compiling.
5384
5385 * util.c (savestring, msavestring): Change type of length argument.
5386 * defs.h (savestring, msavestring): Update to match.
5387
5388 * symtab.h (decode_line_1): Removed declaration.
5389
5390 * symfile.c (#include <assert.h>): Removed.
5391
5392 * arch-utils.c (#include <ctype.h>): Removed.
5393 * c-typeprint.c: Likewise.
5394 * dbxread.c: Likewise.
5395 * gdbtypes.c: Likewise.
5396 * target.c: Likewise.
5397 * os9kread.c: Likewise.
5398
5399 * c-valprint.c (#include "demangle.h"): Removed.
5400 * ch-typeprint.c: Likewise.
5401 * eval.c: Likewise.
5402 * f-typeprint.c: Likewise.
5403 * f-valprint.c: Likewise.
5404 * m2-typeprint.c: Likewise.
5405 * typeprint.c: Likewise.
5406 * p-typeprint.c: Likewise.
5407 * valarith.c: Likewise.
5408 * valprint.c: Likewise.
5409
5410 * m2-typeprint.c (#include "gdb_string.h"): Removed.
5411 * nlmread.c: Likewise.
5412
5413 * mdebugread.c (#include "gdb-stabs.h"): Removed.
5414 * minsyms.c: Likewise.
5415 * mipsread.c: Likewise.
5416 * nlmread.c: Likewise.
5417
5418 * m2-typeprint.c (#include "obstack.h"): Removed.
5419 * m2-valprint.c: Likewise.
5420
5421 * event-loop.c (#include <setjmp.h>): Removed.
5422
5423 2001-03-06 Stan Shebs <shebs@apple.com>
5424
5425 * MAINTAINERS: Remove self from specific maintenance domains
5426 (macos, gdbserver, documentation, testsuite).
5427
5428 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5429
5430 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
5431 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
5432 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
5433 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
5434 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
5435 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
5436 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
5437 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
5438 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
5439 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
5440 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
5441 coff-solib.h, coffread.c, command.h, complaints.c,
5442 complaints.h, completer.c, completer.h,
5443 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
5444 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
5445 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
5446 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
5447 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
5448 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
5449 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
5450 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
5451 config/arm/nm-linux.h, config/arm/tm-arm.h,
5452 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
5453 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5454 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5455 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
5456 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
5457 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
5458 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
5459 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
5460 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
5461 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
5462 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
5463 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
5464 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
5465 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
5466 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
5467 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
5468 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
5469 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
5470 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
5471 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
5472 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
5473 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
5474 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
5475 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
5476 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
5477 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
5478 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
5479 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
5480 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
5481 config/i960/tm-i960.h, config/i960/tm-mon960.h,
5482 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
5483 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
5484 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
5485 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
5486 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
5487 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
5488 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
5489 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
5490 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
5491 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
5492 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
5493 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
5494 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
5495 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
5496 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
5497 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
5498 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
5499 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
5500 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
5501 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
5502 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
5503 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
5504 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
5505 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
5506 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
5507 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
5508 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
5509 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
5510 config/mips/nm-irix5.h, config/mips/nm-mips.h,
5511 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
5512 config/mips/tm-embed.h, config/mips/tm-embed64.h,
5513 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
5514 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
5515 config/mips/tm-mips.h, config/mips/tm-mips64.h,
5516 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
5517 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
5518 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
5519 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
5520 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
5521 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
5522 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
5523 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
5524 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
5525 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
5526 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
5527 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
5528 config/nm-sysv4.h, config/none/nm-none.h,
5529 config/none/tm-none.h, config/none/xm-none.h,
5530 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
5531 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
5532 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
5533 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
5534 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
5535 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
5536 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
5537 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
5538 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
5539 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
5540 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
5541 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
5542 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
5543 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
5544 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
5545 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
5546 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
5547 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
5548 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
5549 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
5550 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
5551 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
5552 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
5553 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
5554 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
5555 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
5556 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
5557 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
5558 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
5559 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
5560 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
5561 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
5562 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
5563 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
5564 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
5565 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
5566 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
5567 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
5568 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
5569 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
5570 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
5571 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
5572 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
5573 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
5574 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
5575 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
5576 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
5577 gdbserver/low-sim.c, gdbserver/low-sparc.c,
5578 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
5579 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
5580 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
5581 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
5582 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
5583 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
5584 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
5585 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
5586 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
5587 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
5588 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
5589 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
5590 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
5591 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
5592 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
5593 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
5594 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
5595 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
5596 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
5597 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
5598 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
5599 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
5600 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
5601 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
5602 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
5603 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
5604 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
5605 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
5606 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
5607 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
5608 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
5609 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
5610 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
5611 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
5612 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5613 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
5614 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
5615 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
5616 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
5617 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
5618 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
5619 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
5620 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
5621 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
5622 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
5623 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
5624 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
5625 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
5626 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
5627 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
5628 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
5629 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
5630 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
5631 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
5632 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
5633 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
5634 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
5635 notices.
5636
5637 2001-03-05 Kevin Buettner <kevinb@redhat.com>
5638
5639 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
5640 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
5641 macros.
5642 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
5643 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
5644 (sys/fault.h, sys/select.h): Test for presence of these
5645 header files.
5646 (ia64-*-aix*): Define NEW_PROC_API for this host.
5647 * configure: Regenerate.
5648 * config.in: Regenerate.
5649
5650 * configure.host (ia64-*-aix*): New host.
5651 * configure.tgt (ia64-*-aix*): New target.
5652
5653 2001-03-05 Andrew Cagney <ac131313@redhat.com>
5654
5655 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
5656
5657 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
5658
5659 * wince.c: Change realloc to xrealloc throughout.
5660 (handle_load_dll): Use void * rather than PTR in argument.
5661
5662 2001-03-04 Andrew Cagney <ac131313@redhat.com>
5663
5664 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
5665 * ocd.c (ocd_xfer_memory): Ditto.
5666 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
5667 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
5668 buildable with ,-Werror.
5669
5670 * Makefile.in (symfile_h): Define.
5671 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
5672 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
5673 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
5674 ,-Werror.
5675
5676 * dsrec.c (make_srec): Fix internal_error fmt arg.
5677 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
5678
5679 2001-03-03 Kevin Buettner <kevinb@redhat.com>
5680
5681 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
5682 as an lvalue.
5683
5684 2001-03-02 Andrew Cagney <ac131313@redhat.com>
5685
5686 * MAINTAINERS (paper trail): Update.
5687
5688 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
5689
5690 2001-03-02 Andrew Cagney <ac131313@redhat.com>
5691
5692 From 2001-03-01 Tom Rix <trix@redhat.com>:
5693 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
5694 parameter to mn10200_analyze_prologue.
5695
5696 * config/mn10200/tm-mn10200.h: Include "regcache.h".
5697 * MAINTAINERS: Document that mn10200-elf target is buildable.
5698
5699 2001-03-02 Kevin Buettner <kevinb@redhat.com>
5700
5701 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
5702 from here...
5703 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
5704 (MONTEREY): Don't define.
5705 (AIX5): Define.
5706
5707 2001-03-02 Matt Hiller <hiller@redhat.com>
5708
5709 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
5710
5711 2001-03-02 Kevin Buettner <kevinb@redhat.com>
5712
5713 * sparc-nat.c (sparc-nat.c): Don't include self.
5714
5715 2001-03-01 J.T. Conklin <jtc@redback.com>
5716
5717 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
5718 if __CYGWIN32__ is set from here.
5719 * config/i386/xm-cygwin.h: To here.
5720 * config/powerpc/xm-cygwin.h: To here.
5721
5722 * i386-stub.c (handle_exception): Use 'T' response packet.
5723
5724 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
5725
5726 * m32r-tdep.c: Fix cut and paste error in comment.
5727
5728 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
5729
5730 * symtab.c (print_msymbol_info): Print addresses by portable method
5731 longest_local_hex_string_custom. Allow for 64-bit addresses.
5732
5733 2001-03-01 J.T. Conklin <jtc@redback.com>
5734
5735 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
5736 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
5737 (MIN_OF_TYPE): Likewise.
5738
5739 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
5740
5741 2001-03-01 Andrew Cagney <ac131313@redhat.com>
5742
5743 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
5744 * os9kread.c (os9k_process_one_symbol): Add assert to detect
5745 ``loses if sizeof (char *) > sizeof (int)''.
5746
5747 2001-03-01 Andrew Cagney <ac131313@redhat.com>
5748
5749 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
5750
5751 2001-03-01 Andrew Cagney <ac131313@redhat.com>
5752
5753 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
5754 lists.
5755 (mi-main.o): Ditto.
5756
5757 2001-03-01 Andrew Cagney <ac131313@redhat.com>
5758
5759 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
5760 dependency lists.
5761
5762 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
5763
5764 * printcmd.c (print_address_numeric): Update comments to refer
5765 to sizeof addr, not sizeof pointer.
5766 (x_command): Remove needless whitespace (shorten long line).
5767
5768 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
5769 (read_memory_nobpt): Ditto.
5770 (ep_is_catchpoint): Ditto.
5771 (ep_is_shlib_catchpoint): Ditto.
5772 (ep_is_exception_catchpoint): Ditto.
5773 (describe_other_breakpoints): Ditto.
5774
5775 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
5776
5777 * regcache.h (register_valid): Fix comment documenting valid
5778 states.
5779
5780 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
5781
5782 From Steven Johnson:
5783 * regcache.h: New file.
5784
5785 * value.h (read_register_bytes, read_register_gen)
5786 (write_register_gen, write_register_bytes)
5787 (read_register, read_register_pid)
5788 (read_signed_register, read_signed_register_pid)
5789 (write_register, write_register_pid)
5790 (register_cached, set_register_cached)
5791 (register_changed, register_buffer)
5792 (registers_changed, supply_register): Move declaration from here.
5793 * regcache.h: To here.
5794 * gdbcore.h (registers_fetched): Ditto.
5795 * inferior.h (registers, registers_valid): Ditto.
5796
5797 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
5798 generic_target_write_pc, write_pc_pid, write_pc,
5799 generic_target_read_sp, read_sp, generic_target_write_sp,
5800 write_sp, generic_target_read_fp, read_fp,
5801 generic_target_write_fp, write_fp): Add note that these functions
5802 will be moved from this file.
5803
5804 * a29k-tdep.c: Include "regcache.h".
5805 * a68v-nat.c: Ditto.
5806 * abug-rom.c: Ditto.
5807 * alpha-nat.c: Ditto.
5808 * alpha-tdep.c: Ditto.
5809 * alphabsd-nat.c: Ditto.
5810 * arc-tdep.c: Ditto.
5811 * arm-linux-nat.c: Ditto.
5812 * arm-linux-tdep.c: Ditto.
5813 * arm-tdep.c: Ditto.
5814 * blockframe.c: Ditto.
5815 * core-aout.c: Ditto.
5816 * core-sol2.c: Ditto.
5817 * corelow.c: Ditto.
5818 * cpu32bug-rom.c: Ditto.
5819 * cxux-nat.c: Ditto.
5820 * d10v-tdep.c: Ditto.
5821 * d30v-tdep.c: Ditto.
5822 * dbug-rom.c: Ditto.
5823 * dink32-rom.c: Ditto.
5824 * dve3900-rom.c: Ditto.
5825 * findvar.c: Ditto.
5826 * fr30-tdep.c: Ditto.
5827 * frame.c: Ditto.
5828 * go32-nat.c: Ditto.
5829 * h8300-tdep.c: Ditto.
5830 * h8500-tdep.c: Ditto.
5831 * hp300ux-nat.c: Ditto.
5832 * hppa-tdep.c: Ditto.
5833 * hppab-nat.c: Ditto.
5834 * hppah-nat.c: Ditto.
5835 * hppam3-nat.c: Ditto.
5836 * hpux-thread.c: Ditto.
5837 * i386-linux-nat.c: Ditto.
5838 * i386-linux-tdep.c: Ditto.
5839 * i386-tdep.c: Ditto.
5840 * i386aix-nat.c: Ditto.
5841 * i386b-nat.c: Ditto.
5842 * i386bsd-nat.c: Ditto.
5843 * i386gnu-nat.c: Ditto.
5844 * i386ly-tdep.c: Ditto.
5845 * i386m3-nat.c: Ditto.
5846 * i386mach-nat.c: Ditto.
5847 * i386nbsd-nat.c: Ditto.
5848 * i386v4-nat.c: Ditto.
5849 * i387-nat.c: Ditto.
5850 * i387-tdep.c: Ditto.
5851 * i960-tdep.c: Ditto.
5852 * ia64-aix-nat.c: Ditto.
5853 * ia64-linux-nat.c: Ditto.
5854 * ia64-tdep.c: Ditto.
5855 * infptrace.c: Ditto.
5856 * infrun.c: Ditto.
5857 * irix4-nat.c: Ditto.
5858 * irix5-nat.c: Ditto.
5859 * lin-lwp.c: Ditto.
5860 * lin-thread.c: Ditto.
5861 * lynx-nat.c: Ditto.
5862 * m3-nat.c: Ditto.
5863 * m32r-rom.c: Ditto.
5864 * m32r-tdep.c: Ditto.
5865 * m68hc11-tdep.c: Ditto.
5866 * m68k-tdep.c: Ditto.
5867 * m68klinux-nat.c: Ditto.
5868 * m68knbsd-nat.c: Ditto.
5869 * m68knbsd-tdep.c: Ditto.
5870 * m88k-nat.c: Ditto.
5871 * m88k-tdep.c: Ditto.
5872 * mac-nat.c: Ditto.
5873 * mcore-rom.c: Ditto.
5874 * mcore-tdep.c: Ditto.
5875 * mi/mi-main.c: Ditto.
5876 * mips-nat.c: Ditto.
5877 * mips-tdep.c: Ditto.
5878 * mipsm3-nat.c: Ditto.
5879 * mipsv4-nat.c: Ditto.
5880 * mn10200-tdep.c: Ditto.
5881 * mn10300-tdep.c: Ditto.
5882 * monitor.c: Ditto.
5883 * ns32km3-nat.c: Ditto.
5884 * ns32knbsd-nat.c: Ditto.
5885 * ocd.c: Ditto.
5886 * pa64solib.c: Ditto.
5887 * ppc-bdm.c: Ditto.
5888 * ppc-linux-nat.c: Ditto.
5889 * ppc-linux-tdep.c: Ditto.
5890 * ppcbug-rom.c: Ditto.
5891 * ppcnbsd-nat.c: Ditto.
5892 * ptx4-nat.c: Ditto.
5893 * regcache.c: Ditto.
5894 * remote-adapt.c: Ditto.
5895 * remote-array.c: Ditto.
5896 * remote-bug.c: Ditto.
5897 * remote-e7000.c: Ditto.
5898 * remote-eb.c: Ditto.
5899 * remote-es.c: Ditto.
5900 * remote-est.c: Ditto.
5901 * remote-hms.c: Ditto.
5902 * remote-mips.c: Ditto.
5903 * remote-mm.c: Ditto.
5904 * remote-nindy.c: Ditto.
5905 * remote-os9k.c: Ditto.
5906 * remote-rdi.c: Ditto.
5907 * remote-rdp.c: Ditto.
5908 * remote-sds.c: Ditto.
5909 * remote-sim.c: Ditto.
5910 * remote-st.c: Ditto.
5911 * remote-udi.c: Ditto.
5912 * remote-utils.c: Ditto.
5913 * remote-vx.c: Ditto.
5914 * remote-vx29k.c: Ditto.
5915 * remote-vx68.c: Ditto.
5916 * remote-vx960.c: Ditto.
5917 * remote-vxmips.c: Ditto.
5918 * remote-vxsparc.c: Ditto.
5919 * remote.c: Ditto.
5920 * rom68k-rom.c: Ditto.
5921 * rs6000-nat.c: Ditto.
5922 * rs6000-tdep.c: Ditto.
5923 * sh-tdep.c: Ditto.
5924 * sh3-rom.c: Ditto.
5925 * sol-thread.c: Ditto.
5926 * solib-svr4.c: Ditto.
5927 * somsolib.c: Ditto.
5928 * sparc-nat.c: Ditto.
5929 * sparc-tdep.c: Ditto.
5930 * sparcl-tdep.c: Ditto.
5931 * sparclet-rom.c: Ditto.
5932 * sun3-nat.c: Ditto.
5933 * sun386-nat.c: Ditto.
5934 * symm-nat.c: Ditto.
5935 * target.c: Ditto.
5936 * thread-db.c: Ditto.
5937 * thread.c: Ditto.
5938 * tic80-tdep.c: Ditto.
5939 * tracepoint.c: Ditto.
5940 * ultra3-nat.c: Ditto.
5941 * umax-xdep.c: Ditto.
5942 * uw-thread.c: Ditto.
5943 * v850-tdep.c: Ditto.
5944 * v850ice.c: Ditto.
5945 * valops.c: Ditto.
5946 * w65-tdep.c: Ditto.
5947 * w89k-rom.c: Ditto.
5948 * win32-nat.c: Ditto.
5949 * wince.c: Ditto.
5950 * z8k-tdep.c: Ditto.
5951
5952 2001-02-28 Matt Hiller <hiller@redhat.com>
5953
5954 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
5955
5956 2001-02-27 Matt Hiller <hiller@redhat.com>
5957
5958 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
5959 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
5960 mn10300_stab_reg_to_regnum.
5961
5962 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
5963
5964 * symtab.c (search_symbols): Fix off by one error in test for
5965 error.
5966
5967 2001-02-23 Andrew Cagney <ac131313@redhat.com>
5968
5969 * config/sparc/sp64linux.mt: New file.
5970 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
5971 * configure.host: Recognize sparc64-*-linux* as a linux host.
5972
5973 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
5974 * config/sparc/tm-sp64linux.h: New file.
5975
5976 2001-02-24 Kevin Buettner <kevinb@redhat.com>
5977
5978 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
5979 with call to internal_error().
5980 * dbxread.c (process_one_symbol): Likewise.
5981 * exec.c (build_section_table, xfer_memory): Likewise.
5982 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
5983 Likewise.
5984 * hpread.c (hpread_type_translate, hpread_read_array_type)
5985 (hpread_type_lookup): Likewise.
5986 * i386-tdep.c (gdb_print_insn_i386): Likewise.
5987 * i960-tdep.c (mem): Likewise
5988 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
5989 * infptrace.c (child_resume): Likewise.
5990 * infttrace.c (_initialize_infttrace): Likewise.
5991 * language.c (binop_result_type, add_language): Likewise.
5992 * lynx-nat.c (store_inferior_registers): Likewise.
5993 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
5994 * mdebugread.c (parse_partial_symbols): Likewise.
5995 * monitor.c (monitor_printf_noecho, monitor_printf)
5996 (monitor_dump_regs): Likewise.
5997 * ocd.c (stu_put_packet): Likewise.
5998 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
5999 * remote-bug.c (bug_open): Likewise.
6000 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
6001 * remote-es.c (es1800_read_bytes): Likewise.
6002 * remote-mips.c (common_breakpoint): Likewise.
6003 * remote-rdp.c (send_rdp): Likewise.
6004 * remote-sds.c (putmessage): Likewise.
6005 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
6006 Likewise.
6007 * sparcl-tdep.c (sparclite_download): Likewise.
6008 * symtab.c (lookup_partial_symbol): Likewise.
6009 * target.c (push_target, pop_target, initialize_targets): Likewise.
6010 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
6011 Likewise.
6012 * valprint.c (print_decimal, print_longest, print_longest)
6013 (strcat_longest): Likewise.
6014 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
6015 * xmodem.c (xmodem_send_packet): Likewise.
6016 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
6017 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
6018 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
6019 (STORE_RETURN_VALUE): Likewise.
6020 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
6021 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
6022 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
6023 Likewise.
6024
6025 2001-02-23 Andrew Cagney <ac131313@redhat.com>
6026
6027 * CONTRIBUTE: Document how to cite a problem report.
6028 * TODO: Note need to replace CONTRIBUTE with generated file.
6029
6030 * CONTRIBUTE: Mention that patches do not need to include the
6031 generated files gdbarch.h and gdbarch.c.
6032
6033 2001-02-21 Andrew Cagney <ac131313@redhat.com>
6034
6035 * value.h (get_saved_register): Move from here.
6036 * frame.h: To here.
6037
6038 2001-02-21 Kevin Buettner <kevinb@redhat.com>
6039
6040 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
6041 (in_solib_dynsym_resolve_code): Add declaration.
6042 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
6043 in_solib_dynsym_resolve_code() rather than
6044 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
6045 which caused this macro to only be defined when
6046 SVR4_SHARED_LIBS is defined.
6047 * solib.c (in_solib_dynsym_resolve_code): New function.
6048 * solist.h (struct target_so_ops): Add new member
6049 in_dynsym_resolve_code.
6050 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
6051 in_svr4_dynsym_resolve_code. Also, made static.
6052 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
6053 member in aix5_so_ops.
6054 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
6055 in_svr4_dynsym_resolve_code. Also, added second version
6056 of this function which will be used when SVR4_SHARED_LIBS
6057 is not defined.
6058 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
6059 member in svr4_so_ops.
6060
6061 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
6062 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
6063 config/ia64/xm-aix.h: New files.
6064 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
6065 (ia64_aix_sigcontext_register_address): New declaration.
6066 (ia64_gdbarch_init): Provide for initialization of
6067 sigcontext_register_address member of struct tdep when
6068 on target is detected to be running AIX.
6069 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
6070 this list.
6071
6072 2001-02-20 Kevin Buettner <kevinb@redhat.com>
6073
6074 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
6075 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
6076 for thread support instead of linux-thread.o and lin-thread.o.
6077 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
6078 ATTACH_LWP): Define to use the following lin-lwp.c functions...
6079 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
6080 lin_lwp_attach_lwp): Declare.
6081
6082 2001-02-20 Andrew Cagney <ac131313@redhat.com>
6083
6084 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
6085 formatting.
6086
6087 2001-02-20 Kevin Buettner <kevinb@redhat.com>
6088
6089 * solib-aix5.c (solib-svr4.h): Remove include.
6090 (solib_break_names): Delete names which aren't actually
6091 used by AIX5.
6092 (bkpt_names): Remove.
6093 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
6094 to STREQ() with equivalent calls to strcmp().
6095 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
6096 aix5_solib_create_inferior_hook): Revise comments.
6097 (enable_break): Remove old ``bkpt_names'' code.
6098
6099 2001-02-19 Andrew Cagney <ac131313@redhat.com>
6100
6101 * Makefile.in (SFILES): Add frame.c .
6102 (COMMON_OBS): Add frame.o .
6103 (frame.o): New target.
6104
6105 * frame.c (find_saved_register):
6106 (default_get_saved_register):
6107 (get_saved_register):
6108 (read_relative_register_raw_bytes_for_frame):
6109 (read_relative_register_raw_bytes): Moved to here.
6110 * regcache.c: From here.
6111
6112 2001-02-20 Kevin Buettner <kevinb@redhat.com>
6113
6114 * solib-aix5.c: New file.
6115
6116 2001-02-20 Martin M. Hunt <hunt@redhat.com>
6117
6118 * solib.c (info_sharedlibrary_command): Don't assume pointers
6119 are the same size of long, call longest_local_hex_string_custom().
6120
6121 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
6122 extract_signed_integer() should be called instead of
6123 extract_address().
6124
6125 2001-02-20 Martin M. Hunt <hunt@redhat.com>
6126
6127 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
6128
6129 2001-02-19 Andrew Cagney <ac131313@redhat.com>
6130
6131 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
6132 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
6133 then floating point registers are 8 bytes.
6134
6135 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
6136
6137 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
6138 accomodate 64-bit addresses.
6139
6140 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6141
6142 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
6143 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
6144 lookup_symbol, when trying to find a symbol with a mangled name,
6145 to avoid infinite recursion.
6146
6147 2001-02-18 Andrew Cagney <ac131313@redhat.com>
6148
6149 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
6150
6151 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
6152
6153 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
6154 (save_prologue_cache): Ditto.
6155
6156 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6157
6158 From: innadadadavida@yahoo.com:
6159 * partial-stab.h (switch): Check that pst is not null
6160 before dereferencing it.
6161
6162 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6163
6164 From Andrew Cagney <cagney@b1.cygnus.com>:
6165 * symfile.c (add_symbol_file_command): Always initialize
6166 my_cleanup using a NULL cleanup.
6167
6168 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
6169
6170 * demangle.c (demangling_style_names): New variable.
6171 (_initialize_demangler): Fill demangling_style_names with the
6172 names of known demangling styles from libiberty_demanglers[]. Use
6173 add_set_enum_cmd instead of add_set_cmd, to get completion on
6174 demangling style names.
6175
6176 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
6177 file-name completion.
6178
6179 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
6180
6181 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
6182 `solib-absolute-prefix'.
6183
6184 * tracepoint.c (_initialize_tracepoint): Ditto for
6185 `save-tracepoints'.
6186
6187 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
6188
6189 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
6190 file-name completion.
6191
6192 * infcmd.c (_initialize_infcmd): Make the following commands use
6193 the file-name completer: `tty', `args', `path', `paths', and
6194 `run'.
6195
6196 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
6197
6198 * go32-nat.c: Include i387-nat.h.
6199 (fetch_register): New function, uses some of the guts of
6200 go32_fetch_registers and calls i387_supply_register.
6201 (go32_fetch_registers): Most of the code moved into
6202 fetch_register. Use i387_supply_fsave.
6203 (store_register): Use i387_fill_fsave instead of custom code.
6204 (go32_store_registers): Use i387_fill_fsave.
6205
6206 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
6207
6208 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
6209
6210 * completer.c (gdb_completer_file_name_break_characters): Remove
6211 slash from file-name break characters.
6212 [__MSDOS__]: Special definition for DOS/Windows file names.
6213 (line_completion_function): When completing on file names, bump
6214 `p' to the first file-name constituent character of `word', before
6215 invoking the completer.
6216
6217 2001-02-17 Mark Kettenis <kettenis@gnu.org>
6218
6219 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
6220 consistently for parameter names. Fix comments accordingly.
6221 (i387_supply_register): New function.
6222 (i387_supply_fsave): Implement using i387_supply_register.
6223 * i387-nat.h: Use regnum instead of regno consistently for
6224 parameter names. Fix comments accordingly.
6225 (i387_supply_register): New prototype.
6226
6227 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
6228
6229 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
6230 instead of TARGET_PTR_BIT (to support Harvard architectures).
6231
6232 2001-02-16 Andrew Cagney <ac131313@redhat.com>
6233
6234 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
6235 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
6236 argument to parameter list and to call in order to conform to
6237 to_xfer_memory field of struct target_ops.
6238
6239 2001-02-12 Michael Chastain <chastain@redhat.com>
6240
6241 * somsolib.c (som_solib_add_solib_objfile): Do not use
6242 section relocation feature of syms_from_objfile. Do my own
6243 section relocation, offsetting each section of the som by
6244 either text_addr - text_link_addr or data_start.
6245
6246 2001-02-16 Andrew Cagney <ac131313@redhat.com>
6247
6248 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
6249
6250 2001-02-16 Andrew Cagney <ac131313@redhat.com>
6251
6252 * MAINTAINERS (paper trail): Update.
6253
6254 2001-02-16 Mark Kettenis <kettenis@gnu.org>
6255
6256 * target.h (target_fetch_registers): Fix comment.
6257
6258 2001-02-15 Andrew Cagney <ac131313@redhat.com>
6259
6260 * f-exp.y: Include <ctype.h>.
6261 (parse_number): Ensure that ``i'' is always initialized.
6262
6263 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
6264
6265 * MAINTAINERS: Add myself to paper trail section.
6266
6267 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6268
6269 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
6270 * configure, config.in: Regenerate.
6271 * corelow.c: Include <sys/file.h> if present.
6272
6273 2001-02-14 Andrew Cagney <ac131313@redhat.com>
6274
6275 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
6276 declare when have SIGTTOU.
6277
6278 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
6279
6280 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
6281
6282 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
6283
6284 * MAINTAINERS: Update my email address.
6285
6286 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * NEWS: Document that "info symbol" works with COFF debug info and
6289 its variants.
6290
6291 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
6292 symbols whose SYMBOL_BFD_SECTION is NULL.
6293
6294 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6295
6296 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
6297 * xcoffsolib.c (xcoff_solib_address): Renamed from
6298 pc_load_segment_name. Return NULL if address is not in a shared
6299 library. Cleanup shared library name construction, using xasprintf.
6300 Format shared library member names consistent with format in exec.c.
6301 (solib_info): Format shared library member names consistent with
6302 format in exec.c.
6303 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
6304 using xcoff_solib_address for PC_SOLIB definition.
6305 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
6306 needed.
6307
6308 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6309
6310 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
6311 with xmalloc calls and cleanups.
6312
6313 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6314
6315 * rs6000-nat.c (child_xfer_memory): Add missing parameter
6316 'struct mem_attrib *' required by 2001-01-23 change.
6317
6318 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
6319
6320 Updates to "make TAGS":
6321 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
6322 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
6323 tahoe-tdep.c.
6324 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
6325
6326 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
6327
6328 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
6329
6330 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
6331
6332 From Dean Luick <luick@cray.com>:
6333 * defs.h (continuation): Remove unused global variable.
6334
6335 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
6336
6337 * configure.tgt: Remove references to convex, pyramid, altos and
6338 tahoe.
6339 * configure.host: Ditto.
6340 * MAINTAINERS: Ditto.
6341 * NEWS: Update.
6342
6343 * tahoe-tdep.c: Delete obsolete file.
6344 * pyr-xdep.c: Ditto.
6345 * pyr-tdep.c: Ditto.
6346 * convex-tdep.c: Ditto.
6347 * convex-xdep.c: Ditto.
6348 * config/tahoe/xm-tahoe.h: Ditto.
6349 * config/tahoe/tm-tahoe.h: Ditto.
6350 * config/tahoe/tahoe.mt: Ditto.
6351 * config/tahoe/tahoe.mh: Ditto.
6352 * config/pyr/xm-pyr.h: Ditto.
6353 * config/pyr/tm-pyr.h: Ditto.
6354 * config/pyr/pyramid.mt: Ditto.
6355 * config/pyr/pyramid.mh: Ditto.
6356 * config/m68k/xm-altos.h: Ditto.
6357 * config/m68k/tm-altos.h: Ditto.
6358 * config/m68k/altos.mt: Ditto.
6359 * config/m68k/altos.mh: Ditto.
6360 * config/convex/xm-convex.h: Ditto.
6361 * config/convex/tm-convex.h: Ditto.
6362 * config/convex/convex.mt: Ditto.
6363 * config/convex/convex.mh: Ditto.
6364 * config/convex/Convex.notes: Ditto.
6365 * config/arm/xm-arm.h: Ditto.
6366 * config/arm/nm-arm.h: Ditto.
6367 * config/arm/arm.mt: Ditto.
6368 * config/arm/arm.mh: Ditto.
6369 * arm-convert.s: Ditto.
6370 * arm-xdep.c: Ditto.
6371 * altos-xdep.c: Ditto.
6372
6373 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
6374
6375 * defs.h (internal_error, internal_verror): Add __FILE__ and
6376 __LINE__ parameter.
6377 * utils.c (internal_error, internal_verror): Update.
6378
6379 * v850-tdep.c: Update calls to internal_error.
6380 * utils.c: Ditto.
6381 * ui-out.c: Ditto.
6382 * ui-file.c: Ditto.
6383 * target.h: Ditto.
6384 * symtab.h: Ditto.
6385 * symm-nat.c: Ditto.
6386 * sparc-tdep.c: Ditto.
6387 * source.c: Ditto.
6388 * serial.c: Ditto.
6389 * rs6000-tdep.c: Ditto.
6390 * rs6000-nat.c: Ditto.
6391 * remote.c: Ditto.
6392 * remote-vx.c: Ditto.
6393 * remote-sim.c: Ditto.
6394 * remote-mips.c: Ditto.
6395 * regcache.c: Ditto.
6396 * objfiles.h: Ditto.
6397 * objfiles.c: Ditto.
6398 * mn10300-tdep.c: Ditto.
6399 * mips-tdep.c: Ditto.
6400 * maint.c: Ditto.
6401 * m68k-tdep.c: Ditto.
6402 * m3-nat.c: Ditto.
6403 * language.c: Ditto.
6404 * infptrace.c: Ditto.
6405 * inferior.h: Ditto.
6406 * infcmd.c: Ditto.
6407 * ia64-tdep.c: Ditto.
6408 * i386-tdep.c: Ditto.
6409 * i386-linux-nat.c: Ditto.
6410 * hppah-nat.c: Ditto.
6411 * go32-nat.c: Ditto.
6412 * findvar.c: Ditto.
6413 * f-lang.c: Ditto.
6414 * elfread.c: Ditto.
6415 * event-loop.c: Ditto.
6416 * dwarf2read.c: Ditto.
6417 * dsrec.c: Ditto.
6418 * d30v-tdep.c: Ditto.
6419 * d10v-tdep.c: Ditto.
6420 * cli/cli-setshow.c: Ditto.
6421 * cli/cli-script.c: Ditto.
6422 * ch-exp.c: Ditto.
6423 * breakpoint.c: Ditto.
6424 * ax-gdb.c: Ditto.
6425 * arch-utils.c: Ditto.
6426 * a29k-tdep.c: Ditto.
6427 * gdb_assert.h: Ditto.
6428 * gdbarch.sh: Ditto.
6429 * gdbarch.h, gdbarch.c: Re-generate.
6430
6431 2001-02-07 Andrew Cagney <ac131313@redhat.com>
6432
6433 From Mark Kettenis <kettenis@gnu.org>:
6434 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
6435
6436 2001-02-07 Andrew Cagney <ac131313@redhat.com>
6437
6438 * remote-sim.c (dump_mem): Cleanup printf format argument.
6439 * MAINTAINERS: Update, mn10300-elf now builds.
6440
6441 2001-02-07 Mark Kettenis <kettenis@gnu.org>
6442
6443 * event-top.c: Remove duplicate #include <signal.h>.
6444
6445 2001-02-06 Andrew Cagney <ac131313@redhat.com>
6446
6447 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
6448 allocated buffer.
6449 (save_inferior_pid): Restore the PID from that tempoary
6450 buffer. Delete the buffer.
6451 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
6452
6453 2001-02-06 Andrew Cagney <ac131313@redhat.com>
6454
6455 * MAINTAINERS: Add ``The Obvious Fix Rule''.
6456
6457 2001-02-06 Andrew Cagney <ac131313@redhat.com>
6458
6459 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
6460
6461 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
6462
6463 * gdbarch.sh: Include "gdb_assert.h".
6464 (struct gdbarch): Change ``nr_data'' to unsigned.
6465 (alloc_gdbarch_data, free_gdbarch_data): New functions.
6466 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
6467 architecture vector.
6468 (struct gdbarch_data, struct gdbarch_data_registration): Move init
6469 method to gdbarch_data. Add free method, make index unsigned.
6470 (struct gdbarch_data_registry): Make nr unsigned.
6471 (register_gdbarch_data): Add free parameter. Store in
6472 gdbarch_data.
6473 (init_gdbarch_data): Use set_gdbarch_data.
6474 (set_gdbarch_data): New function.
6475
6476 * gdbarch.h, gdbarch.c: Re-generate.
6477
6478 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6479
6480 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
6481 fprintf_filtered with correct arguments.
6482
6483 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
6484 Submitted by Paul Hilfinger (hilfingr@gnat.com)
6485 and Andrei Petrov (and@genesyslab.com).
6486 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
6487 must be allocated dynamically, since these are no longer constants.
6488 * infcmd.c: Ditto.
6489 * regcache.c: Ditto.
6490 * remote.c: Ditto.
6491 * sol-thread.c: Ditto.
6492 * valops.c: Ditto.
6493 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
6494 work-around for a missing Sun header file in solaris for sparc64.
6495
6496 2001-02-04 Philip Blundell <philb@gnu.org>
6497
6498 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
6499 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
6500 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
6501 GET_THREAD_SIGNALS): Define.
6502 * arm-linux-nat.c (fill_gregset): Correct type of argument.
6503 (supply_gregset): Likewise.
6504 (fill_fpregset): Likewise.
6505 (supply_fpregset): Likewise.
6506
6507 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
6508
6509 * valops.c (value_cast): If casting a scalar to a pointer, do not
6510 issue a message about truncation unless it exceeds the length of
6511 an address, not the length of a pointer. This is because what the
6512 user gives us is an address, not a pointer, and we will ultimately
6513 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
6514 to a pointer. This allows things like "print *(int *)0x01000234"
6515 to work without generating a misleading message on a target having
6516 two byte pointers and four byte addresses.
6517
6518 2001-02-05 Christopher Faylor <cgf@cygnus.com>
6519
6520 * win32-nat.c: Change PTR to void * throughout.
6521
6522 2001-02-05 J.T. Conklin <jtc@redback.com>
6523
6524 * signals.h: Removed.
6525 * event-top.c (#include <signal.h>): Changed from signals.h.
6526 * inflow.c: Likewise.
6527 * mac-xdep.c: Likewise.
6528 * ser-pipe.c: Likewise.
6529 * ser-tcp.c: Likewise.
6530 * standalone.c: Likewise.
6531 * top.c: Likewise.
6532 * utils.c: Likewise.
6533 * Makefile.in: Removed signals.h from dependencies.
6534
6535 2001-02-05 Christopher Faylor <cgf@cygnus.com>
6536
6537 Change suggested by Dean Luick <luick@cray.com>
6538 * inferior.h (step_over_calls_kind): Remove trailing comma from
6539 last enum element.
6540 (step_over_calls): Declare as extern rather than global.
6541
6542 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6543
6544 * sh-tdep.c: Update copyright.
6545 (sh_extract_return_value): Rewrite.
6546 (sh3e_sh4_extract_return_value): New function.
6547 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
6548 version of the function for sh3e and sh4 CPUs.
6549
6550 2001-02-05 Michael Chastain <chastain@redhat.com>
6551
6552 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
6553 to conform with interface change.
6554
6555 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
6556
6557 * config/djgpp/fnchange.lst: Tweak to make consistent with the
6558 new files.
6559
6560 * config/djgpp/djconfig.sh: Use explicit absolute file name when
6561 invoking `find'.
6562
6563 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
6564 UART_FIFO_WORKS is defined. Otherwise use outportb.
6565 From Francisco Pastor <fpastor.etra-id@etra.es>
6566
6567 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
6568 with target.h's `to_xfer_memory' member.
6569
6570 2001-02-02 J.T. Conklin <jtc@redback.com>
6571
6572 * ppc-bdm.c (#include <signal.h>): Removed.
6573 * remote-array.c: Likewise.
6574 * remote-bug.c: Likewise.
6575 * remote-e7000.c: Likewise.
6576 * remote-mips.c: Likewise.
6577 * remote-os9k.c: Likewise.
6578 * remote-st.c: Likewise.
6579 * remote-udi.c: Likewise.
6580 * remote-vx29k.c: Likewise.
6581 * remote-vx68.c: Likewise.
6582 * remote-vx960.c: Likewise.
6583 * remote-vxmips.c: Likewise.
6584 * remote-vxsparc.c: Likewise.
6585
6586 2001-02-02 John Moore <jmoore@redhat.com>
6587
6588 * remote-utils.h (sr_set_device): Changed free() to xfree() where
6589 appropriate. Also changed Copyright to include 2001.
6590 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
6591 * value.h (value_free): Likewise.
6592 * gdbarch.sh (gdbarch_free): Likewise.
6593 * gdbarch.c, gdbarch.h: Regenerated.
6594
6595 2001-02-02 John Moore <jmoore@redhat.com>
6596
6597 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
6598 xfree(). Also changed Copyright to include 2001.
6599
6600 2001-02-02 J.T. Conklin <jtc@redback.com>
6601
6602 * monitor.c (#include "gdb_wait.h"): Removed.
6603 * ocd.c: Likewise.
6604 * ppc-bdm.c: Likewise.
6605 * remote-adapt.c: Likewise.
6606 * remote-array.c: Likewise.
6607 * remote-bug.c: Likewise.
6608 * remote-e7000.c: Likewise.
6609 * remote-eb.c: Likewise.
6610 * remote-es.c: Likewise.
6611 * remote-mips.c: Likewise.
6612 * remote-mm.c: Likewise.
6613 * remote-nindy.c: Likewise.
6614 * remote-os9k.c: Likewise.
6615 * remote-rdi.c: Likewise.
6616 * remote-rdp.c: Likewise.
6617 * remote-sds.c: Likewise.
6618 * remote-sim.c: Likewise.
6619 * remote-st.c: Likewise.
6620 * remote-udi.c: Likewise.
6621 * remote-vx.c: Likewise.
6622 * remote-vx29k.c: Likewise.
6623 * remote-vx68.c: Likewise.
6624 * remote-vx960.c: Likewise.
6625 * remote-vxmips.c: Likewise.
6626 * remote-vxsparc.c: Likewise.
6627 * remote.c: Likewise.
6628 * ser-pipe.c: Likewise.
6629 * ser-unix.c: Likewise.
6630 * Makefile.in: Updated dependencies.
6631
6632 2001-01-31 David Smith <dsmith@redhat.com>
6633
6634 * event-loop.c: Change inclusion of string.h to gdb_string.h and
6635 updated the copyright notice.
6636 * ser-pipe.c: Ditto.
6637 * mi/mi-cmds.c: Ditto.
6638 * mi/mi-console.c: Ditto.
6639 * mi/mi-getopt.c: Ditto.
6640 * mi/mi-parse.c: Ditto.
6641
6642 2001-01-31 David Smith <dsmith@redhat.com>
6643
6644 * MAINTAINERS: Add David Smith to Write After Approval list.
6645
6646 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
6647
6648 * cli/cli-utils.c (putchar_filtered): Move function from here.
6649 * utils.c (putchar_filtered): To here.
6650 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
6651 * defs.h (putchar_filtered): To here.
6652
6653 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
6654
6655 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
6656 AC_FUNC_VFORK macro.
6657 * config.in, configure: Re-generate.
6658
6659 * gdb_vfork.h: New file.
6660 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
6661 * fork-child.c (fork_inferior): Ditto.
6662
6663 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
6664
6665 * defs.h (strsave): Delete declaration.
6666 * utils.c (strsave): Delete definition.
6667 * TODO (strsave): Update
6668
6669 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
6670 * sparcl-tdep.c (sparclite_open): Ditto.
6671 * mips-tdep.c (mips_set_processor_type_command): Ditto.
6672 (_initialize_mips_tdep): Ditto.
6673 * solib.c (solib_open): Ditto.
6674 * symfile.c (add_filename_language): Ditto.
6675 (set_ext_lang_command): Ditto.
6676 * source.c (init_source_path): Ditto.
6677 (mod_path): Ditto.
6678 * sh3-rom.c (sh3_open): Ditto.
6679 (sh3e_open): Ditto.
6680 * serial.c (serial_open): Ditto.
6681 * remote-mips.c (common_open): Ditto.
6682 * monitor.c (monitor_open): Ditto.
6683 * m32r-rom.c (m32r_upload_command): Ditto.
6684 * infcmd.c (path_command): Ditto.
6685 * f-exp.y (parse_number): Ditto.
6686 * breakpoint.c (create_longjmp_breakpoint): Ditto.
6687 (create_thread_event_breakpoint): Ditto.
6688 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
6689 (_initialize_arc_tdep): Ditto.
6690
6691 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
6692
6693 * cli/cli-script.c (define_command): Check for a bad hook value in
6694 switch statement.
6695
6696 2001-01-30 J.T. Conklin <jtc@redback.com>
6697
6698 * configure/sh/embed.mt: New file.
6699 * configure/sh/linux.mt: New file.
6700 * configure/sh/sh.mt: Removed.
6701 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
6702 (sh-*-*): Removed.
6703
6704 2001-01-29 Michael Chastain <chastain@redhat.com>
6705
6706 * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
6707 symbol comparisons in binary search.
6708
6709 2001-01-27 Christopher Faylor <cgf@cygnus.com>
6710
6711 * win32-nat.c (child_xfer_memory): Add missing argument required by
6712 2001-01-23 change.
6713
6714 2001-01-27 Mark Kettenis <kettenis@gnu.org>
6715
6716 * ui-out.c (do_list_end): New function.
6717 (make_cleanup_ui_out_list_end): New function.
6718 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
6719 * stack.c (print_frame) [UI_OUT]: Call
6720 make_cleanup_ui_out_list_end to make sure we mark the end of the
6721 list if we do a non-local exit. At the end of the function,
6722 instead of calling ui_out_list_end directly, let do_cleanups
6723 handle it.
6724
6725 2001-01-26 Fernando Nasser <fnasser@redhat.com>
6726
6727 Fix double parsing of filenames passed as command line arguments
6728 to GDB (causes weird handling of escape characters).
6729 Also, remove dependencies on the CLI from libgdb.
6730 * call-cmds.h: Remove declaration of exec_file_command().
6731 * gdbcore.h: Remove declaration of exec_file_command().
6732 Add declarations for exec_open() and exec_file_clear().
6733 * symfile.h: Add declarations for symbol_file_add_main() and
6734 symbol_file_clear().
6735 * exec.c (exec_open): New function. Implements to_open for exec
6736 targets.
6737 (exec_file_clear): New function. Makes GDB forget about a previously
6738 specified executable file.
6739 (exec_file_attach): Move parsing of arguments from here ...
6740 (exec_file_command): ... to here.
6741 (init_exec_ops): Use exec_open(), not exec_file_command() to
6742 implement to_open for exec targets.
6743 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
6744 with default values. Used when the file name has already been parsed.
6745 (symbol_file_clear): New function. Makes GDB forget about previously
6746 read symbols.
6747 (symbol_file_command): Call the above function instead of inline code.
6748 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
6749 "call-cmds.h".
6750 (captured_main): Call exec_file_attach() and symbol_file_add_main()
6751 instead of exec_file_command() and symbol_file_command().
6752 (captured_main): Add comment.
6753 * corefile.c: Include "symfile.h".
6754 (core_file_command): Call symbol_file_add_main() instead of
6755 symbol_file_command().
6756 (reopen_exec_file): Call exec_open() instead of exec_file_command().
6757 * infcmd.c: Include "symfile.h".
6758 (attach_command): Call symbol_file_add_main() instead of
6759 symbol_file_command().
6760 * infrun.c: Remove comment about the inclusion of "symfile.h",
6761 not any longer appropriate.
6762 (follow_exec): Call symbol_file_add_main() instead of
6763 symbol_file_command().
6764 * remote-es.c: Include "symfile.h".
6765 (es1800_load): Call symbol_file_add_main() instead of
6766 symbol_file_command().
6767 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
6768 not any longer appropriate.
6769 (vx-wait): Call symbol_file_add_main() instead of
6770 symbol_file_command().
6771 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
6772 instead of symbol_file_command().
6773 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
6774 symbol_file_add_main() instead of exec_file_command() and
6775 symbol_file_command().
6776 * Makefile.in: Update dependencies.
6777
6778 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
6779
6780 * remote-udi.c (udi_open): Change strdup to xstrdup.
6781 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
6782 Update copyright message.
6783 * varobj.c (delete_variable_1): Likewise.
6784
6785 * gdb_string.h: Remove declaration of strdup. Update copyright
6786 message.
6787 * config/xm-mpw.h: Likewise.
6788 * config/i386/xm-i386mach.h: Likewise.
6789 * config/m68k/xm-apollo68b.h: Likewise.
6790 * config/m68k/xm-hp300bsd.h: Likewise.
6791 * config/rs6000/xm-rs6000.h: Likewise.
6792 * config/vax/xm-vaxult.h: Remove declaration of strdup.
6793 * config/vax/xm-vaxult2.h: Likewise.
6794
6795 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
6796
6797 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
6798
6799 2001-01-25 J.T. Conklin <jtc@redback.com>
6800
6801 * target.c (target_xfer_memory_partial): Return -1 on failure due
6802 to invalid access mode attribute.
6803
6804 2001-01-25 Christopher Faylor <cgf@cygnus.com>
6805
6806 * win32-nat.c (_initialize_core_win32): Prototype correctly.
6807
6808 2001-01-25 Mark Kettenis <kettenis@gnu.org>
6809
6810 * config/alpha/tm-fbsd.h: Update copyright.
6811 (USE_STRUCT_CONVENTION): Define in terms of
6812 alphabsd_use_struct_convention.
6813 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
6814 * alphafbsd-tdep.c: New file.
6815
6816 2001-01-24 Fernando Nasser <fnasser@redhat.com>
6817
6818 * top.c (print_gdb_version): Update Copyright year.
6819
6820 2001-01-24 J.T. Conklin <jtc@redback.com>
6821
6822 * dcache.c (dcache_write_line): Fix typo.
6823
6824 * memattr.c (delete_mem_region): Replace free() with xfree().
6825 (mem_number): Add explicit type.
6826
6827 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
6828 (rw_common): Likewise.
6829
6830 2001-01-24 Fernando Nasser <fnasser@redhat.com>
6831
6832 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
6833 for the inferior program arguments.
6834 (run_command, run_no_args_command, init_infcmd)): Use accessor
6835 functions to set the inferior program arguments.
6836 * inferior.h: Add definitions to the accessor functions above.
6837
6838 2001-01-23 Jim Blandy <jimb@redhat.com>
6839
6840 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
6841 Implement these correctly, using make_cv_type.
6842
6843 2001-01-23 J.T. Conklin <jtc@redback.com>
6844
6845 * exec.c (xfer_memory): Add attrib argument.
6846 * infptrace.c (child_xfer_memory): Likewise.
6847 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
6848 * monitor.c (monitor_xfer_memory): Likewise.
6849 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
6850 * remote-array.c (array_xfer_memory): Likewise.
6851 * remote-bug.c (bug_xfer_memory): Likewise.
6852 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
6853 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
6854 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
6855 * remote-mips.c (mips_xfer_memory): Likewise.
6856 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
6857 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
6858 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
6859 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
6860 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
6861 * remote-sds.c (sds_xfer_memory): Likewise.
6862 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
6863 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
6864 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
6865 * remote-vx.c (vx_xfer_memory): Likewise.
6866 * remote.c (remote_xfer_memory): Likewise.
6867 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
6868 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
6869 * thread-db.c (thread_db_xfer_memory): Likewise.
6870
6871 * target.h (#include "memattr.h"): Added.
6872 (target_ops.to_xfer_memory): Add attrib argument.
6873
6874 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
6875 * dcache.h (set_dcache_state): Removed declaration.
6876 * dcache.c (set_dcache_state): Removed definition
6877
6878 * dcache.c: Update module comment, as dcache is now enabled and
6879 disabled with memory region attributes instead of by the global
6880 variable "remotecache". Add comment describing the interaction
6881 between dcache and memory region attributes.
6882 (dcache_xfer_memory): Add comment describing benefits of moving
6883 cache writeback to a higher level.
6884 (dcache_struct): Removed cache_has_stuff field. This was used to
6885 record whether the cache had been accessed in order to invalidate
6886 it when it was disabled. However, this is not needed because the
6887 cache is write through and the code that enables, disables, and
6888 deletes memory regions invalidate the cache. Add comment which
6889 suggests that we could be more selective and only invalidate those
6890 cache lines containing data from those memory regions.
6891 (dcache_invalidate): Updated.
6892 (dcache_xfer_memory): Updated.
6893
6894 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
6895 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
6896 perform a uncached transfer if dcache_enabled_p was clear. This
6897 function is now only called if caching is enabled for the memory
6898 region.
6899 (dcache_info): Always print cache info.
6900
6901 * target.c (do_xfer_memory): Add attrib argument.
6902 (target_xfer_memory, target_xfer_memory_partial): Break transfer
6903 into chunks defined by memory regions, pass region attributes to
6904 do_xfer_memory().
6905 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
6906
6907 * Makefile.in (SFILES): Add memattr.c.
6908 (COMMON_OBS): Add memattr.o.
6909 (dcache.o): Add target.h to dependencies.
6910 * memattr.c: New file.
6911 * memattr.h: Likewise.
6912
6913 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
6914 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
6915 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
6916 * gdbserver/low-sim.c (#include "defs.h"): Removed.
6917 (mygeneric_load): Rename from generic_load.
6918
6919 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
6920 (#include "defs.h"): Removed.
6921 (inferior_pid, perror_with_name): Remove declarations.
6922 * gdbserver/low-linux.c: Likewise.
6923 * gdbserver/low-nbsd.c: Likewise.
6924 * gdbserver/low-sparc.c: Likewise.
6925 * gdbserver/low-sun3.c: Likewise.
6926
6927 * i386-stub.c: Re-indent.
6928 * m68k-stub.c: Re-indent.
6929
6930 2001-01-22 Nicholas Duffek <nsd@redhat.com>
6931
6932 * gdbarch.sh (PARM_BOUNDARY): Define.
6933 * gdbarch.c: Regenerate.
6934 * gdbarch.h: Regenerate.
6935
6936 2001-01-22 J.T. Conklin <jtc@redback.com>
6937
6938 * ns32k-tdep.c: #include "frame.h"
6939 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
6940 appears to have been inadvertantly removed sometime in May 1999.
6941
6942 * Revert 2000-11-09 changes where shared library objects were
6943 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
6944 we'd like to be able to debug dynamically linked executables,
6945 this makes it impossible to build a cross debugger on a many
6946 hosts.
6947
6948 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
6949 * config/i386/nbsdelf.mt: Likewise.
6950 * config/m68k/nbsd.mt: Likewise.
6951 * config/ns32k/nbsd.mt: Likewise.
6952 * config/powerpc/nbsd.mt: Likewise.
6953 * config/sparc/nbsd.mt: Likewise.
6954 * config/sparc/nbsdelf.mt: Likewise.
6955 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
6956 * config/i386/nbsdelf.mh: Likewise.
6957 * config/m68k/nbsd.mh: Likewise.
6958 * config/ns32k/nbsd.mh: Likewise.
6959 * config/powerpc/nbsd.mh: Likewise.
6960 * config/sparc/nbsd.mh: Likewise.
6961
6962 2001-01-19 Jason Merrill <jason@redhat.com>
6963
6964 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
6965 (process_one_symbol): Likewise.
6966 * dwarfread.c (handle_producer): Likewise.
6967
6968 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
6969
6970 * configure.in (build_warnings): Disable -Wuninitialized until GDB
6971 compiles with -Wuninitialized,-Werror.
6972 * configure: Regenerate.
6973
6974 * MAINTAINERS: Add list of buildable targets.
6975
6976 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
6977
6978 * defs.h (STRCMP): Delete macro.
6979
6980 * objfiles.c (objfile_relocate): Replace STRCMP with call to
6981 strcmp.
6982 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
6983 * symfile.c (compare_symbols): Ditto.
6984 * standalone.c (open): Ditto.
6985 * remote-es.c (verify_break): Ditto.
6986 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
6987
6988 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
6989
6990 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
6991
6992 * varobj.c (FREEIF): Delete macro.
6993 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
6994 call.
6995
6996 2001-01-18 Nick Clifton <nickc@redhat.com>
6997
6998 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
6999 (arc_print_insn): No bfd available, so pass NULL to
7000 arc_get_disassembler.
7001
7002 2001-01-09 James Ingham <jingham@inghji.apple.com>
7003
7004 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
7005 a mangled symbol rather than recursing into lookup_symbol, since
7006 this will just re-unmangle the name & call lookup_symbol_aux -
7007 leading to an infinite recursion.
7008
7009 2001-01-18 Mark Kettenis <kettenis@gnu.org>
7010
7011 * infcmd.c (print_return_value): Restore another space lost by
7012 switch to UIOUT. ``$NN='' should be ``$NN =''.
7013
7014 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
7015
7016 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
7017 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
7018 definition in parenthesis.
7019
7020 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
7021
7022 From 2000-10-27 Mark Salter <msalter@redhat.com>:
7023 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
7024 packet.
7025 (remote_insert_hw_breakpoint): Ditto.
7026
7027 2001-01-17 J.T. Conklin <jtc@redback.com>
7028
7029 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
7030 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
7031 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
7032 * m68knbsd-tdep.c: New file.
7033
7034 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
7035
7036 * m68knbsd-nat.c: #include gdbcore.h.
7037
7038 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
7039
7040 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
7041
7042 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
7043
7044 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
7045 goes away -- just return false (ie. not stopped by watchpoint).
7046 * source.c (openp): Fix typo in comment.
7047
7048 2001-01-12 Nicholas Duffek <nsd@redhat.com>
7049
7050 * blockframe.c (generic_get_saved_register): Spelling fix.
7051 * frame.h (FRAME_FP): Spelling fix.
7052
7053 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
7054
7055 * infcmd.c (print_return_value): Restore space lost by switch to
7056 UIOUT. ``$NN='' should be ``$NN =''.
7057
7058 2001-01-08 Nicholas Duffek <nsd@redhat.com>
7059
7060 * regcache.c (set_register_cached, register_buffer,
7061 real_register, pseudo_register fetch_register, store_register):
7062 New functions.
7063 (register_changed, read_relative_register_raw_bytes_for_frame,
7064 registers_changed, registers_fetched, read_register_bytes,
7065 read_register_gen, write_register_gen, read_register,
7066 read_signed_register, write_register, supply_register): Replace
7067 register_valid[] with register_cached() and
7068 set_register_cached().
7069 (read_register_bytes, read_register_gen, write_register_gen,
7070 read_register, read_signed_register, write_register,
7071 supply_register): Replace registers[] with register_buffer().
7072 (read_register_bytes, read_register_gen, read_register,
7073 read_signed_register): Call fetch_register().
7074 (write_register_gen, write_register): Call real_register() and
7075 store_register().
7076 (write_register_bytes): Call store_register().
7077 * value.h (set_register_cached, register_buffer): Prototype.
7078 * remote.c (remote_fetch_registers): Allocate regs[] with a
7079 run-time size. Replace register_valid[] with
7080 set_register_cached().
7081 (store_register_using_P, remote_store_registers): Replace
7082 registers[] with register_buffer().
7083
7084 2001-01-08 Nicholas Duffek <nsd@redhat.com>
7085
7086 * regcache.c: Change "write-back" comment to "write-through".
7087 Change "regno" to "regnum".
7088 (read_register, read_signed_register): Remove "raw" from return
7089 value description.
7090 (supply_register): Spelling fix.
7091 * value.h: Change "regno" to "regnum".
7092
7093 2001-01-08 Fernando Nasser <fnasser@redhat.com>
7094
7095 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
7096 to be installed.
7097
7098 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7099
7100 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
7101
7102 2001-01-04 Nicholas Duffek <nsd@redhat.com>
7103
7104 * valops.c (VALUE_SUBSTRING_START): Delete.
7105
7106 2001-01-04 Nicholas Duffek <nsd@redhat.com>
7107
7108 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
7109 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
7110 (cli_utils_h): New variable.
7111 (cli/cli-utils.o): New rule.
7112 * cli/cli-utils.c: New file.
7113 * cli/cli-utils.h: New file.
7114
7115 2001-01-04 Nicholas Duffek <nsd@redhat.com>
7116
7117 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
7118 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
7119
7120 2001-01-03 J.T. Conklin <jtc@redback.com>
7121
7122 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
7123 comment.
7124
7125 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
7126
7127 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
7128 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
7129 non-float types.
7130 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
7131 Update copyright notice.
7132
7133 For older changes see ChangeLog-2000
7134 \f
7135 Local Variables:
7136 mode: change-log
7137 left-margin: 8
7138 fill-column: 74
7139 version-control: never
7140 End: