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