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