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