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