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