print_insn_sh cleanup:
[binutils-gdb.git] / gdb / ChangeLog
1 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
2
3 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6
7 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
8
9 * NEWS: Add section for multi-arched targets. Add v850 to that section.
10
11 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
12
13 * Makefile.in (sh_tdep_h): Define and use.
14 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
15 register enum): Move to...
16 * * sh-tdep.h: ...here.
17 * sh-tdep.c: Include sh-tdep.h.
18 * sh3-rom.c: Likewise.
19 * shnbsd-tdep.c: Likewise.
20
21 2002-05-16 Michael Snyder <msnyder@redhat.com>
22
23 * arm-tdep.c: Spelling fix in comment.
24
25 2002-05-16 Jim Blandy <jimb@redhat.com>
26
27 Add commands for manually expanding macros and showing their
28 definitions.
29 * macrocmd.c, macroscope.c, macroscope.h: New files.
30 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
31 (macroscope_h): New variable.
32 (HFILES_NO_SRCDIR): Add macroscope.h.
33 (COMMON_OBS): Add macrocmd.o, macroscope.o.
34 (macroscope.o, macrocmd.o): New rules.
35
36 Teach the Dwarf 2 reader to read macro information.
37 * dwarf2read.c: #include "macrotab.h".
38 (dwarf_macinfo_buffer): New variable.
39 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
40 dwarf_macinfo_size.
41 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
42 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
43 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
44 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
45 dwarf2_macro_spaces_in_definition): New complaints.
46 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
47 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
48 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
49 the partial symbol table.
50 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
51 from what's recorded in the partial symbol table.
52 (read_file_scope): If the compilation unit has a
53 `DW_AT_macro_info' attribute, read its macro information.
54 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
55
56 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
57
58 Fix PR gdb/546
59 * ser-tcp.c: Don't include <netinet/udp.h>.
60
61 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
62
63 * MAINTAINERS: Update my email address.
64
65 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
66
67 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
68 include file of the same name.
69
70 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
71
72 * configure.tgt: Mark v850 as multi-arched.
73 * config/v850/tm-v850.h: Remove file.
74 * config/v850/v850.mt: Eliminate TM_FILE.
75
76 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
77
78 * v850-tdep.c: Full multi-arch.
79 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
80 Define GDB_MULTI_ARCH to 2.
81
82 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
83
84 * p-exp.y (current_type): New static variable.
85 Carries the type of the expression at the position that is parsed.
86 (push_current_type, pop_current_type): Two new functions. Used
87 to store/restore current_type in expression on specific tokens.
88 (search_field): New static variable. Set to one after parsing a point
89 as at that point only a FIELDNAME token should be searched.
90 (FIELDNAME): New token. After a point only a token belonging to
91 current_type type definition is allowed.
92 (all over token rules): reset and change current_type according
93 to rules.
94 (exp '[' rule): insert implicit array index field if
95 exp is a pascal string type.
96
97 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
98
99 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
100 frame info. Use frame_info's saved_regs instead of matching member
101 in extra_frame_info throughout.
102 (v850_frame_init_saved_regs): New function.
103 (v850_init_extra_frame_info): Move most functionality into
104 v850_frame_init_saved_regs().
105 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
106 (v850_frame_find_saved_regs): Remove declaration.
107 (FRAME_FIND_SAVED_REGS): Remove definition.
108 (v850_frame_init_saved_regs): Add declaration.
109 (FRAME_INIT_SAVED_REGS): Add definition.
110
111 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
112
113 * v850-tdep.c: Begin multi-arch'ing v850.
114 (v850_target_architecture_hook): Remove function.
115 (v850_gdbarch_init): New function. Add code previously in
116 v850_target_architecture_hook().
117 (_initialize_v850_tdep): Don't set target_architecture_hook.
118 Call register_gdbarch_init() instead.
119
120 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
121
122 * gdbtypes.h (struct cplus_struct_type): Remove args field.
123 * hpread.c (hpread_read_struct_type): Remove assignments to args.
124 (fixup_class_method_type): Likewise.
125
126 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
127
128 From Martin Pool <mbp@samba.org>:
129 * gdbserver/server.c (gdbserver_usage): New function.
130 (main): Call it.
131
132 2002-05-15 Jim Blandy <jimb@redhat.com>
133
134 Add macro structures to GDB's symbol tables. Nobody puts anything
135 in them yet.
136 * symtab.h (struct symtab): New member: `macro_table'.
137 * buildsym.h (pending_macros): New global variable.
138 * buildsym.c: #include "macrotab.h".
139 (buildsym_init): Initialize `pending_macros'.
140 (end_symtab): If we found macro information while reading a CU's
141 debugging info, do build a symtab structure for it. Make the
142 symtab point to the macro information, and clear the
143 `pending_macros' pointer which held it while we were reading the
144 debug info.
145 (really_free_pendings): Free any pending macro table.
146 * objfiles.h (struct objfile): New member: `macro_cache'.
147 * objfiles.c (allocate_objfile): Set allocate and free functions
148 for the macro cache's objstack.
149 (free_objfile): Empty the macro cache's obstack.
150 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
151 set new allocate and free functions for it.
152 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
153 free functions for the macro cache's objstack. (Why is this
154 function building its own objfile?)
155 * symmisc.c (print_objfile_statistics): Print statistics on the
156 macro bcache.
157 * Makefile.in: Note that buildsym.o depends on macrotab.h.
158
159 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
160
161 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
162 (REGISTER_U_ADDR): Delete definition.
163 (arm_register_u_addr): Delete declaration.
164
165 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
166
167 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
168 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
169
170 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
171
172 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
173 stop_at -> stop_pc.
174
175 2002-05-14 Andrew Cagney <ac131313@redhat.com>
176
177 * regcache.c (register_valid): Revise comments refering to "Not
178 available" and "unavailable".
179 * frame.c (frame_register_read): Ditto.
180 * findvar.c (value_of_register): Ditto.
181
182 2002-05-15 Andrew Cagney <cagney@redhat.com>
183
184 * Makefile.in (remote_sim_h): Replace remote-sim_h.
185 (remote-sim.o): Update dependencies.
186 (d10v-tdep.o): Specify dependencies.
187 (sim_d10v_h): Define.
188
189 2002-05-14 Jim Blandy <jimb@redhat.com>
190
191 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
192 * macrotab.c (macro_lookup_inclusion, find_definition,
193 new_macro_table): Same.
194
195 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
196 not `! strcmp ()'. This is a dubious improvement.
197 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
198
199 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
200 although it's not necessary, to avoid a warning.
201
202 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
203
204 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
205 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
206 TYPE_INSTANCE_FLAGS.
207 (struct main_type): New.
208 (struct type): Move most members to struct main_type. Change
209 cv_type and as_type to new type_chain member. Add instance_flags.
210 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
211 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
212 (finish_cv_type): Remove prototype.
213 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
214 Set TYPE_CHAIN.
215 (alloc_type_instance): New function.
216 (smash_type): New function.
217 (make_pointer_type, make_reference_type, make_function_type)
218 (smash_to_member_type, smash_to_method_type): Call smash_type.
219 (make_qualified_type): New function.
220 (make_type_with_address_space): Call make_qualified_type.
221 (make_cv_type): Likewise.
222 (finish_cv_type): Remove unnecessary function.
223 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
224 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
225 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
226 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
227 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
228 * hpread.c (hpread_read_struct_type): Likewise.
229 * stabsread.c (read_struct_type): Likewise.
230
231 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
232
233 * configure.tgt: Add a catch all sh* target, for cases like
234 sh[2,3,4]-elf and sh-hms.
235
236 2002-05-14 Keith Seitz <keiths@redhat.com>
237
238 * event-loop.c (create_file_handler): Don't do anything but
239 update data when we are given a fd which we are already
240 monitoring.
241
242 2002-05-14 Michal Ludvig <mludvig@suse.cz>
243
244 * dwarf2cfi.c (context_cpy): Copy registers correctly.
245 (update_context): Use __func__ in warnings.
246
247 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
248
249 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
250 and tcp_close to net_open and net_close.
251 (net_open): Accept "udp:" and "tcp:" specifications. Connect
252 using UDP if requested. Don't try to disable Nagle on UDP
253 sockets.
254 * remote.c (remote_serial_open): New function. Warn about UDP.
255 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
256
257 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
258
259 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
260
261 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
262
263 * configure.tgt: Remove sh-hms target.
264 * MAINTAINERS: Don't list sh-hms as a separate target.
265
266 2002-05-13 Jim Blandy <jimb@redhat.com>
267
268 Add first preprocessor macro-expansion files.
269 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
270 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
271 (splay_tree_h, macroexp_h, macrotab_h): New variable.
272 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
273 (COMMON_OBS): Add macrotab.o, macroexp.o.
274 (macroexp.o, macrotab.o): New rules.
275
276 2002-05-13 Andrew Cagney <ac131313@redhat.com>
277
278 * config/m88k/tm-m88k.h: Update copyright.
279 (m88k_target_write_pc): Declare
280 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
281 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
282 (SHIFT_INST_REGS): Update definition.
283 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
284 using old definition of TARGET_WRITE_PC.
285 * regcache.c (generic_target_write_pc): Delete code handling
286 NNPC_REGNUM.
287 * gdbarch.sh (NNPC_REGNUM): Delete.
288 * gdbarch.h, gdbarch.c: Regenerate.
289
290 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
291
292 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
293 builtin reg number.
294
295 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
296
297 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
298 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
299 (gen_address_of, gen_struct_ref, gen_repeat): Use type
300 access macros.
301 * c-typeprint.c (cp_type_print_method_args): Likewise.
302 (c_type_print_args): Likewise.
303 * d10v-tdep.c (d10v_push_arguments): Likewise.
304 (d10v_extract_return_value): Likewise.
305 * expprint.c (print_subexp): Likewise.
306 * gdbtypes.c (lookup_primitive_typename): Likewise.
307 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
308 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
309 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
310 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
311 (TYPE_VECTOR): Likewise.
312 * hpread.c (hpread_read_struct_type)
313 (fix_static_member_physnames, fixup_class_method_type)
314 (hpread_type_lookup): Likewise.
315 * mdebugread.c (parse_symbol, parse_type): Likewise.
316 * p-lang.c (is_pascal_string_type): Likewise.
317 * valops.c (hand_function_call): Likewise.
318 * x86-64-tdep.c (classify_argument): Likewise.
319
320 * hpread.c (hpread_read_function_type)
321 (hpread_read_doc_function_type): Call replace_type.
322 * dstread.c (create_new_type): Delete.
323 (decode_dst_structure, process_dst_function): Call alloc_type.
324 Use type access macros.
325
326 2002-05-12 Mark Kettenis <kettenis@gnu.org>
327
328 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
329 the're not supported by the current architecture.
330 (i387_fill_fxsave): Likewise.
331
332 2002-05-12 Fred Fish <fnf@redhat.com>
333
334 * symfile.c (default_symfile_offsets): Arrange for uninitialized
335 sect_index_xxx members to index the first slot in section_offsets
336 if all of the section_offsets are zero.
337
338 2002-05-12 Mark Kettenis <kettenis@gnu.org>
339
340 * configure.tgt (sparc-*openbsd): Remove entry accidentially
341 checked in with last change.
342
343 2002-05-12 Mark Kettenis <kettenis@gnu.org>
344
345 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
346 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
347 config.sub.
348
349 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
350
351 * Makefile.in: Update dependencies.
352
353 2002-05-11 Andrew Cagney <ac131313@redhat.com>
354
355 * language.c (local_hex_string_custom): Simplify. Do not depend
356 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
357
358 * memattr.c (mem_info_command): Replace calls to
359 longest_local_hex_string and longest_local_hex_string_custom.
360 * buildsym.c (make_blockvector): Ditto.
361 * solib.c (info_sharedlibrary_command): Ditto.
362 * tracepoint.c (tracepoints_info): Ditto.
363 * symtab.c (print_msymbol_info): Ditto.
364
365 * language.c (local_hex_string): Delete.
366 (local_hex_string_custom): Delete.
367 (longest_local_hex_string): Rename to local_hex_string.
368 (longest_local_hex_string_custom): Rename to
369 local_hex_string_custom.
370 * language.h (local_hex_string): Change parameter type to LONGEST.
371 (local_hex_string_custom): Ditto.
372 (longest_local_hex_string): Delete declaration.
373 (longest_local_hex_string_custom): Ditto.
374
375 * solib.c: Update copyright.
376 * memattr.c: Update copyright.
377
378 2002-05-11 Andrew Cagney <ac131313@redhat.com>
379
380 * arch-utils.h (legacy_register_to_value): Declare.
381 (legacy_value_to_register): Declare.
382 (legacy_convert_register_p): Declare.
383 * arch-utils.c (legacy_register_to_value): New function.
384 (legacy_value_to_register): New function.
385 (legacy_convert_register_p): New function.
386
387 * gdbarch.sh (REGISTER_TO_VALUE): Define.
388 (VALUE_TO_REGISTER): Define.
389 (CONVERT_REGISTER_P): Define.
390 * gdbarch.h, gdbarch.c: Regenerate.
391
392 * valops.c (value_assign): Use CONVERT_REGISTER_P and
393 VALUE_TO_REGISTER.
394 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
395 CONVERT_REGISTER_P.
396
397 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
398 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
399
400 * Makefile.in: Update dependencies for valops.c.
401 * valops.c: Include "gdb_assert.h".
402 (typecmp): Skip THIS parameter to methods.
403 (find_method_list): Remove static_memfuncp argument,
404 update callers. Check for stub methods.
405 (find_value_oload_method_list): Don't set *static_memfuncp.
406 (find_overload_match): Don't check for stub methods. Assert
407 that methods are not stubbed. Handle static methods.
408 (value_find_oload_method_list): Remove static_memfuncp argument.
409 * gdbtypes.c (check_stub_method): Do not add THIS pointer
410 to the argument list for static stub methods.
411 * value.h (value_find_oload_method_list): Update prototype.
412
413 2002-05-11 Andrew Cagney <ac131313@redhat.com>
414
415 * arch-utils.h (generic_register_size): Declare.
416 (generic_register_raw_size, generic_register_virtual_size): Delete
417 declarations.
418 * arch-utils.c (generic_register_raw_size): Delete.
419 (generic_register_size): New function.
420 (generic_register_virtual_size): Delete.
421
422 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
423 default generic_register_size.
424 * gdbarch.h, gdbarch.c: Re-generate.
425
426 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
427 register_virtual_size.
428 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
429 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
430
431 2002-05-11 Andrew Cagney <ac131313@redhat.com>
432
433 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
434 * gdbarch.h, gdbarch.c: Regenerate.
435 * gnu-v3-abi.c: Update copyright.
436 (vtable_address_point_offset): Update.
437 (gnuv3_rtti_type): Update.
438 (gnuv3_baseclass_offset): Update.
439 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
440 (init_fetch_link_map_offsets): Update.
441 * remote.c (get_remote_state): Update.
442
443 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
444
445 * TODO: Remove value_headof/value_from_vtable_info comment.
446 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
447 * values.c (value_headof, value_from_vtable_info): Delete.
448 * value.h (value_from_vtable_info): Delete prototype.
449
450 2002-05-11 Andrew Cagney <ac131313@redhat.com>
451
452 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
453 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
454 $(gdb_regex_h).
455 (gdb_assert_h): Define.
456 (gdb_wait_h): Define.
457 (gdb_regex_h): Define.
458
459 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
460
461 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
462 * linespec.c (find_methods): Handle GCC 3.x template constructors.
463
464 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
465
466 * nbsd-tdep.c: Fix comment.
467
468 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
469
470 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
471 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
472 (nbsd-tdep.o): New dependency list.
473 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
474 nbsd-tdep.h.
475 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
476 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
477 * nbsd-tdep.c: New file.
478 * nbsd-tdep.h: New file.
479 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
480 nbsd-tdep.h.
481 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
482 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
483 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
484 * config/sh/nbsd.mt (TDEPFILES): Ditto.
485
486 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
487
488 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
489 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
490 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
491 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
492 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
493 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
494
495 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
496
497 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
498 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
499 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
500 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
501 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
502 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
503 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
504
505 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
506
507 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
508 fetch_elfcore_registers to...
509 * i386nbsd-tdep.c: ...here.
510 (i386nbsd_use_struct_convention): Rename to...
511 (i386nbsd_aout_use_struct_convention): ...this.
512 (i386nbsd_supply_reg): New function.
513 (i386nbsd_fill_reg): New function.
514 (fetch_core_registers): Use i386nbsd_supply_reg.
515 (fetch_elfcore_registers): Likewise.
516 (_initialize_i386nbsd_tdep): New function.
517 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
518 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
519 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
520 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
521 (i386nbsd_aout_use_struct_convention): ...this.
522
523 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
524
525 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
526 (store_inferior_registers): Use shnbsd_fill_reg.
527 * shnbsd-tdep.c (sh_nbsd_supply_registers,
528 sh_nbsd_supply_register): Collapse into...
529 (shnbsd_supply_reg): ...this.
530 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
531 (shnbsd_fill_reg): ...this.
532 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
533 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
534 (fetch_core_registers): Use shnbsd_supply_reg.
535 (fetch_elfcore_registers): Use shnbsd_supply_reg.
536 (sh_nbsd_core_fns): Rename to...
537 (shnbsd_core_fns): ...this.
538 (sh_nbsd_elfcore_fns): Rename to...
539 (shnbsd_elfcore_fns): ...this.
540 (sh_nbsd_init_abi): Rename to...
541 (shnbsd_init_abi): ...this.
542 (_initialize_sh_nbsd_tdep): Rename to...
543 (_initialize_shnbsd_tdep): ...this.
544 * shnbsd-tdep.h (sh_nbsd_supply_registers,
545 sh_nbsd_supply_register, sh_nbsd_fill_registers,
546 sh_nbsd_fill_register): Remove prototypes.
547 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
548
549 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
550
551 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
552 (i387-nat.o): Delete dependency list.
553 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
554 (x86-64-linux-nat.o): Likewise.
555 * i387-nat.c: Delete file, moving contents to...
556 * i387-tdep.c: ...here.
557 * i387-nat.h: Rename...
558 * i387-tdep.h: ...to this.
559 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
560 * i386-linux-nat.c: Likewise.
561 * i386bsd-nat.c: Likewise.
562 * i386gnu-nat.c: Likewise.
563 * i386nbsd-nat.c: Likewise.
564 * i386v4-nat.c: Likewise.
565 * x86-64-linux-nat.c: Likewise.
566 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
567 * config/i386/go32.mh (NATDEPFILES): Likewise.
568 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
569 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
570 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
571 * config/i386/linux.mh (NATDEPFILES): Likewise.
572 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
573 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
574 * config/i386/obsd.mh (NATDEPFILES): Likewise.
575 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
576
577 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
578
579 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
580 (alphanbsd-nat.o): Remove dependency list.
581 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
582 * alphanbsd-nat.c: Delete. Contents moved to...
583 * alphanbsd-tdep.c: ...here.
584 (_initialize_alphanbsd_tdep): Register core functions.
585 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
586
587 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
588
589 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
590 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
591 (alphanbsd-nat.o): Likewise.
592 (alphabsd-tdep.o): New dependency list.
593 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
594 (fill_gregset): Use alphabsd_fill_reg.
595 (supply_fpregset): Use alphabsd_supply_fpreg.
596 (fill_fpregset): Use alphabsd_fill_fpreg.
597 (fetch_inferior_registers): Use struct reg and struct fpreg
598 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
599 and alphabsd_supply_fpreg.
600 (store_inferior_registers): Use struct reg and struct fpreg
601 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
602 and alphabsd_fill_fpreg.
603 * alphabsd-tdep.c: New file.
604 * alphabsd-tdep.h: New file.
605 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
606 (fetch_elfcore_registers): Use alphabsd_supply_reg and
607 alphabsd_supply_fpreg.
608 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
609 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
610
611 2002-05-11 Eric Christopher <echristo@redhat.com>
612
613 * mips-tdep.c (mips_double_register_type): Fix thinko.
614 (mips_single_register_type): Ditto.
615 * MAINTAINERS: Add self.
616
617 2002-05-11 Mark Kettenis <kettenis@gnu.org>
618
619 * i387-nat.c (i387_supply_register, i387_fill_fsave,
620 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
621 right thing on architectures with different endianness and/or
622 integer sizes.
623
624 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
625
626 From Christian Limpach <chris@Pin.LU>
627 * configure.in: Change sed expression which comments out
628 NATDEPFILES to also comment out continuation lines.
629 * configure: Regenerate.
630
631 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
632
633 * sh-tdep.c: Clean up code erroneously reintroduced by previous
634 big patch.
635
636 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
637
638 * sh-tdep.c: Include correct file.
639
640 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
641
642 New support for sh64-elf (sh5) target.
643
644 * configure.tgt: For sh64-elf target, default to sh-elf.
645
646 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
647 (struct gdbarch_tdep): Add new fields for new registers and ABI
648 info.
649
650 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
651 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
652 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
653 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
654 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
655 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
656 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
657 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
658 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
659 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
660 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
661 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
662 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
663 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
664 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
665 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
666 sh64_get_gdb_regnum, sh64_media_reg_base_num,
667 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
668 sign_extend, sh64_nofp_frame_init_saved_regs,
669 sh64_init_extra_frame_info, sh64_get_saved_register,
670 sh64_extract_struct_value_address, sh64_pop_frame,
671 sh64_push_arguments, sh64_extract_return_value,
672 sh64_store_return_value, sh64_show_media_regs,
673 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
674 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
675 sh_sh64_register_virtual_type,
676 sh_sh64_register_convert_to_virtual,
677 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
678 sh64_register_read, sh64_pseudo_register_write,
679 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
680 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
681 sh64_do_pseudo_register, sh_compact_do_registers_info,
682 sh64_do_registers_info, sh_gdbarch_init): New functions.
683
684 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
685
686 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
687
688 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
689
690 * linespec.c (decode_line_1): Check for a double quote after
691 a filename correctly.
692
693 2002-05-10 Jim Blandy <jimb@redhat.com>
694
695 Properly track the size of the current objfile's .debug_line section.
696 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
697 (DWARF_LINE_SIZE): New macro.
698 (dwarf2_build_psymtabs_hard): Record the line section's size in
699 the partial symbol table.
700 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
701 symbol table.
702
703 2002-05-10 Petr Sorfa <petrs@caldera.com>
704
705 * ia64-tdep.c: Handle breakpoints on L instruction type
706 in MLX instruction bundle by moving the breakpoint to
707 the third slot (X instruction type) as L holds only data.
708
709 2002-05-10 Kevin Buettner <kevinb@redhat.com>
710
711 * dbxread.c (discarding_local_symbols_complaint): New complaint.
712 (process_one_symbol): Complain about discarding local symbols
713 due to a misplaced N_LBRAC entry.
714
715 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
716
717 From Daniel Berlin <dan@cgsoftware.com>
718 * linespec.c (find_toplevel_char): '<' and '>' also increase and
719 decrease the depth we are at, in the case of templates.
720
721 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
722
723 * mips-tdep.c (mips_float_register_type): New function.
724 (mips_double_register_type): New function.
725 (mips_print_register): Use them.
726 (do_fp_register_row): Likewise.
727
728 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
729
730 * signals/signals.c (signals): Remove conditional compilation around
731 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
732 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
733
734 2002-05-09 Michael Snyder <msnyder@redhat.com>
735
736 * remote-rdp.c (remote_rdp_can_run): Remove.
737
738 2002-05-09 Tom Tromey <tromey@redhat.com>
739
740 * jv-valprint.c (java_val_print): Handle `char' as a special case
741 of TYPE_CODE_INT.
742
743 2002-05-09 Michael Snyder <msnyder@redhat.com>
744
745 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
746 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
747 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
748 str r(0123),[sp,#nn].
749 (arm_skip_prologue): Ditto. Also make disassembly
750 order-independent by placing it in a loop.
751
752 2002-05-06 Michael Snyder <msnyder@redhat.com>
753
754 * stabsread.c (read_type): Add recognition for new attribute:
755 "@V;" means that an array type is actually a vector.
756 This is analogous to the vector flag that's been added to dwarf2.
757
758 2002-05-09 Mark Kettenis <kettenis@gnu.org>
759
760 * i386-tdep.h (i386_abi): New enum.
761 (struct gdbarch_tdep): Replace os_ident member with abi.
762 (i386_gdbarch_register_os_abi): New prototype.
763 * i386-tdep.c (i386_abi_names): New array.
764 (process_note_abi_tag_sections): Removed.
765 (process_note_sections): New function.
766 (i386_elf_abi_from_note, i386_elf_abi): New functions.
767 (struct i386_abi_handler): New struct.
768 (i386_abi_handler_list): New variable.
769 (i386_gdbarch_register_os_abi): New function.
770 (i386_gdbarch_init): Adapt for the changes given above.
771
772 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
773
774 * gregset.h: Say "GNU/Linux".
775
776 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
777
778 * gdbtypes.c : Add new builtin type for 64 bit vectors.
779 (build_gdbtypes): Build builtin_type_v2_float.
780 (_initialize_gdbtypes): Register new builtin type.
781
782 2002-05-08 Andrew Cagney <ac131313@redhat.com>
783
784 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
785 (clear_gdbarch_swap): New function.
786 (initialize_non_multiarch): Call.
787 (gdbarch_update_p): Before calling init(), swap out and clear the
788 existing architecture.
789 * gdbarch.c: Regenerate.
790
791 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
792
793 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
794 alphanbsd-tdep.c.
795
796 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
797
798 * sh-nbsd-nat.c: Rename to...
799 * shnbsd-nat.c: ...this.
800 * sh-nbsd-tdep.c: Rename to...
801 * shnbsd-tdep.c: ...this.
802 * sh-nbsd-tdep.h: Rename to...
803 * shnbsd-tdep.h: ...this.
804 * config/sh/nbsd.mh: Use shnbsd-nat.o.
805 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
806
807 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
808
809 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
810 concatenation for command help messages.
811
812 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
813
814 * NEWS: Note new sh*-*-netbsdelf* configuration.
815 * configure.host: Set gdb_host_cpu to sh for all sh*.
816 (sh*-*-netbsdelf*): New host.
817 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
818 (sh*-*-netbsdelf*): New target.
819 * sh-nbsd-nat.c: New file.
820 * sh-nbsd-tdep.c: New file.
821 * sh-nbsd-tdep.h: New file.
822 * config/sh/nbsd.mh: New file.
823 * config/sh/nbsd.mt: New file.
824 * config/sh/nm-nbsd.h: New file.
825 * config/sh/tm-nbsd.h: New file.
826
827 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
828
829 * sh-tdep.c (sh_osabi_names): Declare.
830 (process_note_abi_tag_sections): New function.
831 (get_elfosabi): Ditto.
832 (sh_gdbarch_register_os_abi): Ditto.
833 (sh_dump_tdep): Ditto.
834 _initialize_sh_tdep): Use gdbarch_register to register
835 sh_gdbarch_init and sh_dump_tdep.
836 * config/sh/tm-sh.h (sh_osabi): Declare.
837 (gdbarch_tdep): Add sh_osabi and osabi_name members.
838
839 2002-05-07 Andrew Cagney <ac131313@redhat.com>
840
841 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
842 (thumb_scan_prologue): Ditto.
843 (arm_find_callers_reg): Ditto.
844 (arm_frame_chain): Ditto.
845 (arm_init_extra_frame_info): Ditto.
846 (arm_frame_saved_pc): Ditto.
847 (arm_pop_frame): Ditto.
848 (arm_push_return_address): New function.
849 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
850 call_dummy_location, call_dummy_breakpoint_offset_p,
851 call_dummy_breakpoint_offset, call_dummy_p,
852 call_dummy_stack_adjust_p, call_dummy_words,
853 sizeof_call_dummy_words, call_dummy_start_offset,
854 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
855 call_dummy_address, push_return_address and push_dummy_frame for
856 generic dummy frames.
857
858 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
859
860 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
861 size computation for alloca.
862 (sh_fp_frame_init_saved_regs): Likewise.
863
864 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
865
866 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
867 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
868 * arm-tdep.c (arm_store_return_value): Use them.
869 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
870 * remote-rdp.c (remote_rdp_fetch_register): Use
871 ARM_MAX_REGISTER_RAW_SIZE.
872 (remote_rdp_store_register): Likewise.
873
874 2002-05-07 Michal Ludvig <mludvig@suse.cz>
875
876 * dwarf2cfi.c: Code cleanup, removed unused variables,
877 added default labels to switch {} statements.
878 * x86-64-tdep.c: Ditto.
879 * x86-64-linux-nat.c: Ditto.
880
881 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
882
883 * solib.h: Protect against multiple inclusion.
884
885 2002-05-06 Jim Blandy <jimb@redhat.com>
886
887 Add first preprocessor macro-expansion files.
888 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
889 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
890 (splay_tree_h, macroexp_h, macrotab_h): New variable.
891 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
892 (COMMON_OBS): Add macrotab.o, macroexp.o.
893 (macroexp.o, macrotab.o): New rules.
894
895 Separate the job of reading the line number info statement program
896 header (...expialidocious) out into its own function.
897 * dwarf2read.c (struct line_head, struct filenames, struct
898 directories): Replace with...
899 (struct line_header): New structure, containing the full
900 contents of the statement program header, including the
901 include directory and file name tables.
902 (read_file_scope): If we have line number info, instead of just
903 calling dwarf_decode_lines to do all the work, call
904 dwarf_decode_line_header first to get a `struct line_header'
905 containing the data in the statement program header, and then
906 pass that to dwarf_decode_lines, which will pick up where that
907 left off. Be sure to clean up the `struct line_header' object.
908 (dwarf_decode_line_header, free_line_header, add_include_dir,
909 add_file_name): New functions.
910 (dwarf_decode_lines): Move all the code to read the statement
911 program header into dwarf_decode_line_header. Take the line
912 header it built as the first argument, instead of the offset to
913 the compilation unit's line number info. Use the new `struct
914 line_header' type instead of the old structures. No need to do
915 cleanups here now, since we don't allocate anything.
916 (dwarf2_statement_list_fits_in_line_number_section,
917 dwarf2_line_header_too_long): New complaints.
918
919 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
920
921 * gdbtypes.c (init_vector_type): New function.
922 (build_builtin_type_vec128): Simplify the representation of SIMD
923 registers.
924 (build_gdbtypes): Initialize new builtin vector types.
925 (_initialize_gdbtypes): Register new vector types with gdbarch.
926 (builtin_type_v4_float, builtin_type_v4_int32,
927 builtin_type_v8_int16, builtin_type_v16_int8,
928 builtin_type_v2_int32, builtin_type_v4_int16,
929 builtin_type_v8_int8): New (renamed) SIMD types.
930
931 2002-05-06 Mark Kettenis <kettenis@gnu.org>
932
933 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
934 (i387_fill_fxsave): Likewise.
935
936 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
937
938 * alpha-tdep.c (alpha_extract_return_value): Don't use
939 non-constant array size in prototype.
940
941 2002-05-04 Andrew Cagney <ac131313@redhat.com>
942
943 From Brian Taylor <briant at model dot com>:
944 * ui-out.c (ui_out_field_core_addr): Use the function
945 longest_local_hex_string_custom'to format addresses > 32 bits
946 wide.
947
948 * ui-out.c (ui_out_field_core_addr): Update comment.
949
950 2002-05-04 Andrew Cagney <ac131313@redhat.com>
951
952 * stack.c (select_and_print_frame): Make static. Delete the
953 parameter `level'.
954 (func_command): Update call.
955 (select_frame_command): Delete code computing the frame level.
956 * frame.h (select_and_print_frame): Delete declaration.
957
958 2002-05-04 Andrew Cagney <ac131313@redhat.com>
959
960 * sparc-tdep.c (sparc_get_saved_register): Comment why
961 get_prev_frame call is safe.
962
963 2002-05-04 Andrew Cagney <ac131313@redhat.com>
964
965 * frame.h (select_frame): Delete level parameter.
966 * stack.c (select_frame): Update. Use frame_relative_level to
967 obtain the frame's level.
968 (select_and_print_frame): Update call.
969 (select_frame_command): Ditto.
970 (up_silently_base): Ditto.
971 (down_silently_base): Ditto.
972 * ocd.c (ocd_start_remote): Ditto.
973 * remote-rdp.c (remote_rdp_open): Ditto.
974 * remote-mips.c (mips_initialize): Ditto.
975 (common_open): Ditto.
976 * remote-e7000.c (e7000_start_remote): Ditto.
977 * m3-nat.c (select_thread): Ditto.
978 * hppa-tdep.c (child_get_current_exception_event): Ditto.
979 (child_get_current_exception_event): Ditto.
980 * varobj.c (varobj_create): Ditto.
981 (varobj_update): Ditto.
982 (c_value_of_root): Ditto.
983 * tracepoint.c (finish_tfind_command): Ditto.
984 * corelow.c (core_open): Ditto.
985 * arch-utils.c (generic_prepare_to_proceed): Ditto.
986 * thread.c (info_threads_command): Ditto.
987 (switch_to_thread): Ditto.
988 * infrun.c (normal_stop): Ditto.
989 (restore_selected_frame): Ditto.
990 (restore_inferior_status): Ditto.
991 * breakpoint.c (insert_breakpoints): Ditto.
992 (watchpoint_check): Ditto.
993 (bpstat_stop_status): Ditto.
994 (do_enable_breakpoint): Ditto.
995 * blockframe.c (flush_cached_frames): Ditto.
996 (reinit_frame_cache): Ditto.
997
998 2002-05-04 Andrew Cagney <ac131313@redhat.com>
999
1000 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1001 maintainer.
1002
1003 2002-05-04 Jim Blandy <jimb@redhat.com>
1004
1005 * gdbtypes.c (replace_type): Doc fix.
1006
1007 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1008
1009 * valprint.c (strcat_longest): Delete commented out function.
1010 Update copyright.
1011
1012 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1013
1014 * MAINTAINERS: Mark a29k as deleted.
1015 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1016 Move new configurations to the top.
1017 * configure.tgt: Remove a29k.
1018 * config/a29k/tm-vx29k.h: Delete.
1019 * config/a29k/vx29k.mt: Delete.
1020 * config/a29k/tm-a29k.h: Delete.
1021 * config/a29k/a29k-udi.mt: Delete.
1022 * config/a29k/a29k.mt: Delete.
1023 * a29k-tdep.c: Delete.
1024 * remote-udi.c: Delete.
1025 * remote-mm.c: Delete.
1026 * remote-eb.c: Delete.
1027 * remote-adapt.c: Delete.
1028 * Makefile.in: Remove obsolete code.
1029 * gdbserver/Makefile.in: Ditto.
1030 * config/s390/s390x.mt: Ditto.
1031 * config/s390/s390.mt: Ditto.
1032 * config/sparc/sparclynx.mh: Ditto.
1033 * config/sparc/linux.mh: Ditto.
1034 * config/pa/hppaosf.mh: Ditto.
1035 * config/pa/hppabsd.mh: Ditto.
1036 * config/ns32k/nbsd.mt: Ditto.
1037 * config/mips/vr5000.mt: Ditto.
1038 * config/m68k/sun3os4.mh: Ditto.
1039 * config/m68k/nbsd.mt: Ditto.
1040 * config/m68k/m68klynx.mh: Ditto.
1041 * config/m32r/m32r.mt: Ditto.
1042 * config/i386/x86-64linux.mt: Ditto.
1043 * config/i386/nbsdelf.mt: Ditto.
1044 * config/i386/nbsd.mt: Ditto.
1045 * config/i386/i386lynx.mh: Ditto.
1046
1047 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1048
1049 * target.c (debug_print_register): New function. Handle oversize
1050 registers.
1051 (debug_to_fetch_registers): Call.
1052 (debug_to_store_registers): Call.
1053
1054 2002-05-03 Jim Blandy <jimb@redhat.com>
1055
1056 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1057 (read_type): Doc fix.
1058 * gdbtypes.c (replace_type): Doc fix.
1059
1060 * stabsread.c (multiply_defined_struct): New complaint.
1061 (read_struct_type): If the type we were passed isn't empty, or
1062 incomplete, don't read the new struct type into it; complain,
1063 and return the original type unchanged. Take a new `type_code'
1064 argument, which is the type code for the new type.
1065 (read_type): Rather than storing the type's type code here, pass
1066 it as an argument to read_struct_type, and let that take care of
1067 storing it. That way, we don't overwrite the original type code,
1068 so read_struct_type can use it to decide whether we're overwriting
1069 something we shouldn't.
1070 (complain_about_struct_wipeout): New function.
1071
1072 2002-05-03 Andrew Cagney <ac131313@redhat.com>
1073
1074 * gdbarch.sh: Assert that gdbarch is non-NULL.
1075 * gdbarch.c: Regenerate.
1076
1077 2002-05-03 Jason Merrill <jason@redhat.com>
1078
1079 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1080 and return NULL.
1081
1082 2002-05-03 Michal Ludvig <mludvig@suse.cz>
1083
1084 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1085 (x86_64_dwarf2gdb_regno_map_length),
1086 (x86_64_dwarf2_reg_to_regnum): Added.
1087 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1088 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1089 (_initialize_x86_64_tdep): Synced with the change above.
1090 (x86_64_skip_prologue): Reformulated message.
1091
1092 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1093
1094 * f-exp.y: Also use new prev_lexptr variable
1095 to improve error reporting. Based on Michael Snyder
1096 2002-04-24 dated patch to c-exp.y.
1097 * jv-exp.y: Likewise.
1098 * m2-exp.y: Likewise.
1099
1100 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
1101
1102 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1103 we are dealing with vectors.
1104
1105 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1106
1107 * config/m68k/tm-nbsd.h: Obvious fix,
1108 correct machine name.
1109
1110 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1111
1112 * p-typeprint.c (pascal_type_print_base): Add support
1113 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1114
1115 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1116
1117 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1118 for fondamental pascal 'char' type.
1119
1120 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1121
1122 * p-lang.h (is_pascal_string_type): Declaration changed,
1123 new sixth argument of type char ** added.
1124 * p-lang.c (is_pascal_string_type): Implementation
1125 changed. Args length_pos, length_size, string_pos, char_size
1126 can now be NULL. New argument arrayname set to the field
1127 name of the char array. Return value set to char array
1128 field index plus one.
1129 * p-valprint.c (pascal_val_print): Adapt to new declaration of
1130 is_pascal_string_type function.
1131
1132 2002-05-02 Andrew Cagney <cagney@redhat.com>
1133
1134 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1135 <cagney@redhat.com> change.
1136 * gdbarch.c: Regenerate.
1137
1138 2002-05-02 Andrew Cagney <cagney@redhat.com>
1139
1140 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1141 before probing for a new one. Detect errorenous gdbarch_init
1142 functions.
1143 * gdbarch.c: Regenerate.
1144
1145 2002-05-01 Andrew Cagney <cagney@redhat.com>
1146
1147 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1148 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1149 * config/v850/tm-v850.h: Ditto. Update copyright.
1150
1151 2002-04-30 Andrew Cagney <ac131313@redhat.com>
1152
1153 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1154 current_gdbarch.
1155
1156 2002-04-30 Michael Snyder <msnyder@redhat.com>
1157
1158 * arm-tdep.c: Whitespace clean-ups.
1159 (arm_skip_prologue): Fix thinko; two lines
1160 should have been removed as part of 4/24 change.
1161
1162 2002-04-30 Kevin Buettner <kevinb@redhat.com>
1163
1164 * rs6000-tdep.c: Added comment describing how fpscr register
1165 numbers were chosen.
1166
1167 2002-04-30 Michael Snyder <msnyder@redhat.com>
1168
1169 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1170
1171 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1172
1173 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1174 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1175 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1176
1177 2002-04-29 Kevin Buettner <kevinb@redhat.com>
1178
1179 From Louis Hamilton <hamilton@redhat.com>:
1180 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1181 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1182 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1183 not bfd-private xcoff data, to determine wordsize.
1184 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1185
1186 2002-04-29 Andrew Cagney <ac131313@redhat.com>
1187
1188 GDB 5.2 released from 5.2 branch.
1189
1190 2002-04-29 Michal Ludvig <mludvig@suse.cz>
1191
1192 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1193 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1194 (x86_64_register_info_table): Added comments with register numbers.
1195
1196 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1197
1198 * rs6000-tdep.c (rs6000_extract_return_value,
1199 rs6000_store_return_value): Handle returning vectors.
1200 (rs6000_gdbarch_init): Use
1201 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1202 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1203 New function.
1204 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1205 vectors.
1206 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1207 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
1208
1209 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1210
1211 * hpread.c (hpread_psymtab_to_symtab_1,
1212 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1213 with fprintf_unfiltered (gdb_stderr,...).
1214
1215 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1216
1217 * remote-array.c (printf_monitor, write_monitor,
1218 array_insert_breakpoint, array_remove_breakpoint ):
1219 Replace fprintf (stderr,...
1220 with fprintf_unfiltered (gdb_stderr,....
1221 * remote-es.c: Likewise.
1222 * remote-os9k.c: Likewise.
1223 * remote-st.c: Likewise.
1224
1225 2002-04-28 Andreas Schwab <schwab@suse.de>
1226
1227 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1228 linux-proc.o and gcore.o.
1229
1230 2002-04-26 Michal Ludvig <mludvig@suse.cz>
1231
1232 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1233 code without frame pointers.
1234
1235 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1236
1237 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1238 ON_STACK is needed.
1239
1240 2002-04-26 Ben Elliston <bje@redhat.com>
1241
1242 * target.c (do_xfer_memory): Correct reference to the new option
1243 "trust-readonly-sections".
1244
1245 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
1246
1247 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1248 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1249 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1250 vectors.
1251 (read_array_type): Record the fact that this array type is really a
1252 vector (i.e. are passed in by value).
1253
1254 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1255
1256 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1257 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1258 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1259 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1260 * alpha-linux-tdep.c: Include frame.h.
1261 (alpha_linux_sigcontext_addr): New function.
1262 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1263 alpha_linux_sigcontext_addr.
1264 * alpha-osf1-tdep.c: Include gdbcore.h.
1265 (alpha_osf1_sigcontext_addr): New function.
1266 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1267 alpha_osf1_sigcontext_addr.
1268 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1269 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1270
1271 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1272
1273 * stack.c (selected_frame_level):
1274 (select_frame): Do not set selected_frame_level.
1275 * frame.h (selected_frame_level): Delete declaration.
1276
1277 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1278
1279 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1280 convert_from_func_ptr-addr when AIX / PowerOpen.
1281
1282 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1283
1284 * valops.c (hand_function_call): Call
1285 generic_save_call_dummy_addr.
1286 * frame.h (generic_save_call_dummy_addr): Declare.
1287 * blockframe.c (struct dummy_frame): Add fields call_lo and
1288 call_hi.
1289 (generic_find_dummy_frame): Check for PC in range call_lo to
1290 call_hi instead of entry_point_address.
1291 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1292 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
1293 (generic_save_call_dummy_addr): New function.
1294
1295 2002-04-24 David S. Miller <davem@redhat.com>
1296
1297 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1298 sparc_skip_prologue.
1299 (sparc_skip_prologue): Kill frameless_p arg, and use line number
1300 information to find prologue when possible.
1301 (sparc_prologue_frameless_p): Call examine_prologue directly.
1302 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1303 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1304 second argument.
1305 (SKIP_PROLOGUE): Likewise.
1306
1307 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1308
1309 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1310 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1311 indicate that the condition it was testing is always true.
1312 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1313 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1314 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1315
1316 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1317
1318 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1319 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1320 tdep->jb_pc and tdep->jb_elt_size.
1321 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1322 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1323 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1324 * alpha-nat.c (get_longjmp_target): Remove.
1325 (JB_ELEMENT_SIZE): Ditto.
1326 (JB_PC): Ditto.
1327 * alpha-tdep.c (alpha_get_longjmp_target): New function.
1328 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
1329 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1330 to alpha_get_longjmp_target.
1331 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1332 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1333 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1334
1335 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1336
1337 * README: Update to GDB 5.2.
1338
1339 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1340
1341 * gdbarch.sh (LC_ALL): Set to `c'.
1342
1343 2002-04-25 Theodore A. Roth <troth@verinet.com>
1344
1345 * avr-tdep.c: Ran through gdb_indent.sh.
1346
1347 2002-04-25 Theodore A. Roth <troth@verinet.com>
1348
1349 * MAINTAINERS: Add myself as AVR maintainer.
1350 * NEWS: Note new target avr.
1351
1352 2002-04-25 Theodore A. Roth <troth@verinet.com>
1353
1354 * Makefile.in: Add support for AVR target.
1355 * configure.tgt: Add support for AVR target.
1356 * avr-tdep.c: New file
1357 * config/avr/avr.mt: New file.
1358
1359 2002-04-25 Theodore A. Roth <troth@verinet.com>
1360
1361 * MAINTAINERS: Add myself to write-after-approval.
1362
1363 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1364
1365 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1366 with fprintf_unfiltered (gdb_stderr,....
1367
1368 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1369
1370 Fix PR gdb/508.
1371 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1372
1373 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1374
1375 * p-exp.y: Also use new prev_lexptr variable
1376 to improve error reporting. Based on Michael Snyder
1377 2002-04-24 dated patch to c-exp.y.
1378
1379 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1380
1381 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1382 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1383 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
1384 to 0.
1385 * config/alpha/tm-alpha.h: Remove forward decls of struct type
1386 and struct value.
1387 (FUNCTION_START_OFFSET): Remove.
1388 (BREAKPOINT): Ditto.
1389
1390 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1391
1392 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1393 * NEWS: Ditto.
1394
1395 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1396
1397 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1398 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1399 alpha_linux_pc_in_sigtramp.
1400 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1401 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1402 alpha_osf1_pc_in_sigtramp.
1403 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1404 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1405 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1406 alphafbsd_pc_in_sigtramp.
1407 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1408 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1409 alphanbsd_pc_in_sigtramp.
1410 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1411 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1412
1413 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1414
1415 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1416
1417 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1418
1419 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1420 alphanbsd-tdep.c.
1421 (alphanbsd-nat.o): New dependency list.
1422 (alphanbsd-tdep.o): Ditto.
1423 * NEWS: Note new native NetBSD/alpha configuration.
1424 * alphanbsd-nat.c: New file.
1425 * alphanbsd-tdep.c: Ditto.
1426 * configure.host (alpha*-*-netbsd*): New host.
1427 * configure.tgt (alpha*-*-netbsd*): New target.
1428 * config/alpha/nbsd.mh: New file.
1429 * config/alpha/nbsd.mt: Ditto.
1430 * config/alpha/nm-nbsd.h: Ditto.
1431 * config/alpha/tm-nbsd.h: Ditto.
1432
1433 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1434
1435 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1436 (alpha-osf1-tdep.o): New dependency list.
1437 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1438 and skip_sigtramp_frame members.
1439 * alpha-linux-tdep.c: Include gdbcore.h.
1440 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1441 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1442 * alpha-osf1-tdep.c: New file.
1443 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1444 alpha-osf1-dep.c.
1445 (alpha_frame_past_sigtramp_frame): New function.
1446 (alpha_dynamic_sigtramp_offset): Ditto.
1447 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1448 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1449 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1450 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1451 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1452 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1453 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1454 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1455 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1456 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1457 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
1458 to find_solib_trampoline_target.
1459 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1460 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1461 (SKIP_TRAMPOLINE_CODE): Remove.
1462 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1463 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1464 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1465 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1466 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1467 (PROC_SIGTRAMP_MAGIC): Ditto.
1468 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1469 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1470 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1471 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1472 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1473
1474 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1475
1476 * NEWS: Note that Alpha targets are now multi-arch.
1477
1478 2002-04-24 Michael Snyder <msnyder@redhat.com>
1479
1480 * parser-defs.h (prev_lexptr): New external variable.
1481 * parse.c (parse_exp_1): Set prev_lexptr to null before
1482 calling the language-specific parser.
1483 * c-exp.y (yylex): Set prev_lexptr to start of current token.
1484 (yyerror): Use prev_lexptr in error reporting.
1485
1486 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
1487
1488 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1489 * gregset.h: If FILL_FPXREGSET is defined, provide
1490 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1491 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1492 is defined, call fill_fpxregset.
1493
1494 2002-04-24 Roland McGrath <roland@frob.com>
1495
1496 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1497 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1498 (supply_gregset, supply_fpregset): New functions.
1499
1500 * gnu-nat.c (gnu_find_memory_regions): New function.
1501 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1502 (gnu_xfer_memory): Add a cast.
1503
1504 2002-04-24 Michael Snyder <msnyder@redhat.com>
1505
1506 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
1507 loop. Add handling for "str lr, [sp, #-4]!" and for saves
1508 of argument regs ("str r(0123), [r11, #-nn"]).
1509 (arm_skip_prologue): Better handling for frameless functions.
1510 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
1511 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1512
1513 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
1514
1515 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1516 NUM_PSEUDO_REGS can be used.
1517
1518 2002-04-24 Andrew Cagney <ac131313@redhat.com>
1519
1520 * arch-utils.h: Update copyright.
1521
1522 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1523 * gdbarch.h, gdbarch.c: Re-generate.
1524
1525 * inferior.h (IN_SIGTRAMP): Delete definition.
1526 * arch-utils.c (legacy_pc_in_sigtramp): New function.
1527 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1528
1529 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1530 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1531 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
1532 (find_proc_framesize): Ditto.
1533 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1534 (alpha_init_extra_frame_info): Ditto.
1535 * infrun.c (handle_inferior_event): Ditto.
1536 (handle_inferior_event): Ditto.
1537 (check_sigtramp2): Ditto.
1538 * blockframe.c (create_new_frame): Ditto.
1539 (get_prev_frame): Ditto.
1540 * ppc-linux-tdep.c: Update comments.
1541 * i386-linux-tdep.c: Update comments.
1542 * breakpoint.c (bpstat_what): Update comment.
1543
1544 2002-04-24 Michal Ludvig <mludvig@suse.cz>
1545
1546 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
1547 (regsets_store_inferior_registers): Removed cast to int from
1548 ptrace() calls.
1549 * gdbserver/regcache.h: Added declaration of struct inferior_info.
1550
1551 2002-04-24 David S. Miller <davem@redhat.com>
1552
1553 * i960-tdep.c (register_in_window_p): New function.
1554 (i960_find_saved_register): Use it instead of
1555 REGISTER_IN_WINDOW_P.
1556 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1557
1558 * symtab.h (find_stab_function_addr): Kill extern.
1559 * minsyms.c (find_stab_function_addr): Remove from here...
1560 * dbxread.c: ... to here, and mark it static.
1561
1562 2002-04-20 David S. Miller <davem@redhat.com>
1563
1564 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1565 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1566
1567 2002-04-21 David S. Miller <davem@redhat.com>
1568
1569 * remote-vxsparc.c (vx_read_register): Fix typo, we want
1570 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1571 (vx_write_register): Likewise.
1572
1573 2002-04-23 J. Brobecker <brobecker@gnat.com>
1574
1575 * source.c (is_regular_file): New function.
1576 (openp): Check wether file to open is a regular file
1577 to avoid opening directories.
1578
1579 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1580
1581 * findvar.c (extract_signed_integer): Cast printf argument
1582 to suppress format warning.
1583 (extract_unsigned_integer): Likewise.
1584 * infcmd.c (registers_info): Likewise.
1585 * top.c (get_prompt_1): Likewise.
1586 * valops.c (value_assign): Likewise.
1587 * valprint.c (print_decimal): Likewise.
1588
1589 2002-04-22 H.J. Lu (hjl@gnu.org)
1590
1591 * c-exp.y (typebase): Support
1592
1593 [long|long long|short] [signed|unsigned] [int|]
1594
1595 and
1596
1597 signed [long|long long|short] int
1598
1599 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1600
1601 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1602 and vax-tdep.h.
1603 * vax-tdep.h: New file.
1604 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1605 Make several routines static.
1606 (vax_get_saved_register): New function.
1607 (vax_gdbarch_init): New function.
1608 (_initialize_vax_tdep): Register vax_gdbarch_init.
1609 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1610 Remove macros now under the control of gdbarch.
1611
1612 2002-04-22 Michael Snyder <msnyder@redhat.com>
1613
1614 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1615 Some whitespace and coding standards tweaks.
1616
1617 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1618
1619 * vax-tdep.c: Include regcache.h.
1620 (vax_call_dummy_words): New.
1621 (sizeof_vax_call_dummy_words): New.
1622 (vax_fix_call_dummy): New function.
1623 (vax_saved_pc_after_call): Ditto.
1624 * config/vax/tm-vax.h: Don't include regcache.h.
1625 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1626 (CALL_DUMMY): Remove.
1627 (CALL_DUMMY_WORDS): Define.
1628 (SIZEOF_CALL_DUMMY_WORDS): Define.
1629 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1630
1631 2002-04-18 Michael Snyder <msnyder@redhat.com>
1632
1633 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1634
1635 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1636
1637 * vax-tdep.c (vax_frame_chain): New function.
1638 (vax_push_dummy_frame): Ditto.
1639 (vax_pop_frame): Ditto.
1640 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1641 (FRAMELESS_FUNCTION_INVOCATION): Use
1642 generic_frameless_function_invocation_not.
1643 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1644 (POP_FRAME): Use vax_pop_frame.
1645
1646 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1647
1648 * vax-tdep.c (vax_store_struct_return): New function.
1649 (vax_extract_return_value): Ditto.
1650 (vax_store_return_value): Ditto.
1651 (vax_extract_struct_value_address): Ditto.
1652 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1653 vax_store_struct_return.
1654 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1655 (STORE_RETURN_VALUE): Use vax_store_return_value.
1656 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1657
1658 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1659
1660 * vax-tdep.c (vax_frame_saved_pc): New function.
1661 (vax_frame_args_address_correct): Ditto.
1662 (vax_frame_args_address): Ditto.
1663 (vax_frame_locals_address): Ditto.
1664 (vax_frame_num_args): Move code to be in proximity to
1665 other frame-related functions.
1666 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1667 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1668 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1669 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1670 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1671
1672 2002-04-22 H.J. Lu (hjl@gnu.org)
1673
1674 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1675 includedir.
1676
1677 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1678
1679 * vax-tdep.c (vax_frame_init_saved_regs): New function.
1680 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1681 (FRAME_INIT_SAVED_REGS): New macro.
1682
1683 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1684
1685 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1686
1687 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1688
1689 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1690 where needed.
1691 (fetch_osf_core_registers): Likewise.
1692 (supply_gregset): Likewise.
1693
1694 2002-04-22 J. Brobecker <brobecker@gnat.com>
1695
1696 * symfile.h (get_section_index): Define.
1697 * symfile.c (get_section_index): New function.
1698 * mdebugread.c (SC_IS_SBSS): New macro.
1699 (SC_IS_BSS): Return true for the scBss storage class only, as
1700 the scSBss storage class refers to the .sbss section.
1701 (parse_partial_symbols): Discard the symbols which associated
1702 section does not exist.
1703 Make sure to use the .sbss section index for symbols which
1704 storage class is scBss, rather than using the .bss section index.
1705
1706 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1707
1708 * vax-tdep.c: Update copyright years.
1709 (vax_register_name): New function.
1710 (vax_register_byte): Ditto.
1711 (vax_register_raw_size): Ditto.
1712 (vax_register_virtual_size): Ditto.
1713 (vax_register_virtual_type): Ditto.
1714 * config/vax/tm-vax.h: Update copyright years.
1715 (REGISTER_NAMES): Remove.
1716 (REGISTER_NAME): Define.
1717 (REGISTER_BYTE): Use vax_register_byte.
1718 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1719 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1720 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1721
1722 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1723
1724 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1725 declaration
1726 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1727
1728 2002-04-21 David S. Miller <davem@redhat.com>
1729
1730 * arch-utils.c (generic_prologue_frameless_p): Kill
1731 SKIP_PROLOGUE_FRAMELESS_P code.
1732 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1733 references.
1734 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1735 * arc-tdep.c (arc_prologue_frameless_p): Implement.
1736 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1737 references.
1738 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1739 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1740 (sparc_gdbarch_init): Pass it to
1741 set_gdbarch_prologue_frameless_p.
1742
1743 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1744
1745 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1746 (alphabsd-nat.o): New dependency list.
1747
1748 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1749
1750 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1751 alphafbsd-tdep.c.
1752 (alpha-linux-tdep.o): New dependency list.
1753 (alphafbsd-tdep.o): Likewise.
1754
1755 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1756
1757 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
1758 to here...
1759 * alpha-tdep.c: ...from here.
1760 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1761
1762 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1763
1764 * config/alpha/tm-alpha.h: Move alpha_software_single_step
1765 prototype from here...
1766 * alpha-tdep.h: ...to here.
1767
1768 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1769
1770 * frame.h (selected_frame_level): Document as deprecated.
1771 (frame_relative_level): Declare.
1772 * stack.c (frame_relative_level): New function.
1773 (selected_frame_level): Document as deprecated.
1774 (select_frame): Do not set the selected_frame_level.
1775
1776 * stack.c (frame_info, record_selected_frame): Update.
1777 (frame_command, current_frame_command): Update.
1778 (up_silently_base, up_command, down_silently_base): Update.
1779 (down_command): Update.
1780 * inflow.c (kill_command): Update.
1781 * tracepoint.c (finish_tfind_command): Update.
1782 * corelow.c (core_open): Update.
1783 * thread.c (info_threads_command): Update.
1784 (do_captured_thread_select): Update.
1785 * infcmd.c (finish_command): Update.
1786 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1787
1788 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1789
1790 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1791
1792 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1793
1794 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
1795 type const.
1796
1797 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1798
1799 * alphafbsd-tdep.c: Update copyright years. Include
1800 alpha-tdep.h.
1801 (alphafbsd_use_struct_convention): Make static.
1802 (alphafbsd_init_abi): New function.
1803 (_initialize_alphafbsd_tdep): New function.
1804 * config/alpha/tm-fbsd.h: Update copyright years.
1805 (USE_STRUCT_CONVENTION): Remove.
1806
1807 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1808
1809 * alpha-tdep.c (alpha_abi_handler): New structure to describe
1810 an Alpha ABI variant.
1811 (alpha_abi_handler_list): Declare.
1812 (alpha_gdbarch_register_os_abi): New function.
1813 (alpha_gdbarch_init): Give registered ABI variant handlers a
1814 chance to tweak the gdbarch once we have set up defaults.
1815 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1816
1817 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1818
1819 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1820 to standard_coerce_float_to_double.
1821 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1822
1823 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1824
1825 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1826 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1827 from gdbarch_tdep rather than a constant.
1828 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1829 the default text address for all Alpha Unix ABIs.
1830 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1831 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1832
1833 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1834
1835 * alpha-tdep.h: New file. Includes several Alpha target constants
1836 taken from...
1837 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
1838 let gdbarch deal with.
1839 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1840 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1841 to dependency list.
1842 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
1843 Alpha target register names.
1844 * alphabsd-nat.c: Likewise.
1845 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
1846 Alpha target register names. Make serveral routines static.
1847 (alpha_get_saved_register): New function.
1848 (alpha_abi_names): New.
1849 (process_note_abi_tag_sections): New function.
1850 (get_elfosabi): New function.
1851 (alpha_gdbarch_init): New function.
1852 (alpha_dump_tdep): New function.
1853 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1854
1855 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1856
1857 * frame.c (find_saved_register): Delete #ifdef
1858 HAVE_REGISTER_WINDOWS code.
1859 * config/sparc/tm-sparc.h: Update comments.
1860 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1861
1862 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1863
1864 * i960-tdep.c (i960_find_saved_register): New function.
1865 (i960_get_saved_register): New function.
1866 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1867 (i960_get_saved_register): Declare.
1868 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1869
1870 2002-04-20 David S. Miller <davem@redhat.com>
1871
1872 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1873
1874 2002-04-20 Andrew Cagney <ac131313@redhat.com>
1875
1876 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1877 instead of NUM_PSEUDO_REGS.
1878
1879 2002-04-20 David S. Miller <davem@redhat.com>
1880
1881 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1882 GDB_MULTI_ARCH_PARTIAL
1883 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1884 define, let tm-sp64.h do it.
1885
1886 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
1887
1888 * frame.c (find_saved_register): Avoid a NULL pointer
1889 dereference and actually walk the frame list.
1890
1891 2002-04-20 Andrew Cagney <ac131313@redhat.com>
1892
1893 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1894 sorted in most most-recent-used order. Document.
1895 * gdbarch.h, gdbarch.c: Regenerate.
1896
1897 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
1898
1899 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1900 (add_inferior): Call create_register_cache.
1901 (clear_inferiors): Call free_register_cache.
1902 (inferior_regcache_data, set_inferior_regcache_data): New functions.
1903 * gdbserver/regcache.c (struct inferior_regcache_data): New.
1904 (registers): Remove.
1905 (get_regcache): New function.
1906 (create_register_cache, free_register_cache): New functions.
1907 (set_register_cache): Don't initialize the register cache here.
1908 (registers_to_string, registers_from_string, register_data): Call
1909 get_regcache.
1910 * gdbserver/regcache.h: Add prototypes.
1911 * gdbserver/server.h: Likewise.
1912
1913 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
1914
1915 * gdbserver/mem-break.c: New file.
1916 * gdbserver/mem-break.h: New file.
1917 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1918 dependencies.
1919 * gdbserver/inferiors.c (struct inferior_info): Add target_data
1920 member.
1921 (clear_inferiors): Free target_data member if set.
1922 (inferior_target_data, set_inferior_target_data): New functions.
1923 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1924 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
1925 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1926 (struct inferior_linux_data): New.
1927 (linux_create_inferior): Use set_inferior_target_data.
1928 (linux_attach): Likewise. Call add_inferior.
1929 (linux_wait_for_one_inferior): New function.
1930 (linux_wait): Call it.
1931 (linux_write_memory): Add const.
1932 (initialize_low): Call set_breakpoint_data.
1933 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1934 handling members.
1935 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1936 call.
1937 * gdbserver/server.h: Include mem-break.h. Update inferior.c
1938 prototypes.
1939 * gdbserver/target.c (read_inferior_memory)
1940 (write_inferior_memory): New functions.
1941 * gdbserver/target.h (read_inferior_memory)
1942 (write_inferior_memory): Change macros to prototypes.
1943 (struct target_ops): Update comments. Add const to write_memory
1944 definition.
1945
1946 2002-04-19 Andrew Cagney <ac131313@redhat.com>
1947
1948 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1949 instead of ->prev.
1950 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1951 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1952 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1953 instead of ->prev.
1954
1955 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
1956
1957 Fix PR gdb/471.
1958 * gdbtypes.c (init_simd_type): Rewrite using new functions.
1959 (build_builtin_type_vec128): Ditto.
1960 (append_composite_type_field): Fix calculation of type length in
1961 union case.
1962
1963 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1964
1965 * config/djgpp/README: Update.
1966
1967 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1968 compiler warnings.
1969
1970 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
1971
1972 * alpha-tdep.c (setup_arbitrary_frame): Rename...
1973 (alpha_setup_arbitrary_frame): ...to this.
1974 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
1975 for alpha_setup_arbitrary_frame.
1976
1977 2002-04-18 Andrew Cagney <cagney@redhat.com>
1978
1979 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
1980 * gdbarch.h, gdbarch.c: Regenerate.
1981
1982 * defs.h (breakpoint_from_pc_fn): Delete type definition.
1983 * target.h (memory_breakpoint_from_pc): Update declaration.
1984 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
1985
1986 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
1987 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
1988 * mem-break.c (memory_breakpoint_from_pc): Ditto.
1989 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
1990 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
1991 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
1992 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
1993 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
1994 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
1995 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
1996 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
1997 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
1998
1999 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2000 const pointer.
2001 * monitor.c (monitor_insert_breakpoint): Ditto.
2002 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2003
2004 * config/mcore/tm-mcore.h: Update copyright.
2005 * mem-break.c: Ditto.
2006 * xstormy16-tdep.c: Ditto.
2007
2008 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2009
2010 * p-exp.y: Add precedence rule for '^' token.
2011 This removes the shift/reduce conflicts.
2012 Remove the comment concerning these shift/reduce conflicts.
2013
2014 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
2015
2016 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2017 (registers_powerpc_nofp): New register set for processors
2018 without floating point unit.
2019
2020 2002-04-18 David S. Miller <davem@redhat.com>
2021
2022 * MAINTAINERS: Add myself to write-after-approval.
2023
2024 2002-04-17 Michael Snyder <msnyder@redhat.com>
2025
2026 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2027
2028 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2029
2030 * rs6000-tdep.c (frame_initial_stack_address): Use
2031 frame_register_read to read the alloca_reg.
2032
2033 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2034
2035 * frame.c (find_saved_register): Find saved registers in the next
2036 not prev frame.
2037 Fix PR gdb/365.
2038
2039 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2040
2041 * gdbarch.sh (LANG): Set to ``c''.
2042
2043 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2044
2045 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
2046
2047 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2048
2049 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2050 Update copyright.
2051
2052 * hpread.c (hpread_get_lntt): Add declaration.
2053 Also fix PR gdb/391.
2054
2055 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2056
2057 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2058 * aclocal.m4, configure: Re-generate.
2059 Fix PR gdb/391.
2060
2061 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2062
2063 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2064 instead of tm_print_insn.
2065
2066 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2067
2068 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2069
2070 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2071
2072 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2073 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2074 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2075
2076 2002-04-12 Don Howard <dhoward@redhat.com>
2077
2078 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2079 max_user_call_depth.
2080 (init_cmd_lists): Initialize the new value;
2081 * cli/cli-script.c (execute_user_command): Limit the call depth of
2082 user defined commands. This avoids a core-dump when user commands
2083 are infinitly recursive.
2084
2085 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2086
2087 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2088 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2089 from tdep struct instead of DEFAULT_LR_SAVE.
2090 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2091 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2092 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2093
2094 2002-04-12 Michael Snyder <msnyder@redhat.com>
2095
2096 * Remote.c: Spelling fix.
2097 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2098 If no symbol found for "sbrk", try "_sbrk".
2099 (make_output_phdrs): Use bfd_section_name.
2100 (gcore_copy_callback): Use bfd_section_name.
2101 * eval.c: Indentation fix-ups.
2102 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2103 in case it gets applied to an address that is already
2104 in the instruction space.
2105 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2106 * symfile.c: Fix indentation, long lines.
2107 * source.c: White space fix-up.
2108
2109 2002-04-12 Andrew Cagney <cagney@redhat.com>
2110
2111 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2112 * frame.c (frame_register_read): New function. Return non-zero on
2113 success.
2114 (read_relative_register_raw_bytes_for_frame): Delete.
2115 (read_relative_register_raw_bytes): Delete.
2116 * frame.h (frame_register_read): Declare.
2117 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2118 * sh-tdep.c: Ditto.
2119 * infcmd.c (do_registers_info): Ditto.
2120 * hppa-tdep.c: Ditto.
2121 * rs6000-tdep.c: Ditto.
2122 * h8500-tdep.c: Ditto.
2123 * mips-tdep.c: Ditto.
2124 * h8300-tdep.c: Ditto.
2125 * z8k-tdep.c: Ditto.
2126
2127 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2128
2129 From Jimi X <jimix@watson.ibm.com>:
2130 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2131 64-bit SysV ABI.
2132
2133 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2134
2135 From Jimi X <jimix@watson.ibm.com>:
2136 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2137 bfd info.
2138
2139 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2140
2141 From Jimi X <jimix@watson.ibm.com>:
2142 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2143 register sets for these processor variants.
2144
2145 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
2146
2147 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2148 registers which are allowed to fail to store.
2149 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2150 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2151 (ppc_cannot_store_register): FPSCR may not be storable.
2152 * regformats/reg-ppc.dat: Support FPSCR.
2153
2154 2002-04-11 Kevin Buettner <kevinb@redhat.com>
2155
2156 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2157 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2158 Add fpscr as an invalid/unfetchable register.
2159 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2160 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2161 (fill_fpregset): Add support for register fpscr.
2162 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2163 (fill_gregset): Account for the fact that register ``mq'' might
2164 not exist.
2165 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2166 (registers_power): Add fpscr to register set at slot 71.
2167 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2168 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2169
2170 2002-04-11 Michael Snyder <msnyder@redhat.com>
2171
2172 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2173 * configure: Regenerate.
2174 * config.in: Regenerate.
2175 * acconfig.h: Add define for _SYSCALL32.
2176 * core-sol2.c: Remove #define _SYSCALL32.
2177 * solib-legacy.c: Remove #define _SYSCALL32.
2178
2179 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2180
2181 * stack.c (select_frame): Cleanup internal error message, do not
2182 use %p.
2183
2184 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2185
2186 * stack.c (select_frame): Check that selected_frame and the
2187 specified level are as expected.
2188 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2189 Update copyright.
2190 * frame.h (struct frame_info): Add field `level'. Update
2191 copyright.
2192 Work-in-progress PR gdb/464.
2193
2194 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2195
2196 * maint.c (maint_print_section_info): Rename print_section_info.
2197 (print_bfd_section_info, print_objfile_section_info): Update.
2198 * inferior.h (struct gdbarch): Add opaque declaration.
2199 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2200 * gdbarch.h: Regenerate.
2201
2202 2002-04-10 Michal Ludvig <mludvig@suse.cz>
2203
2204 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2205 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2206 (kernel_u_size): Added.
2207 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2208 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2209
2210 2002-04-04 Jim Ingham <jingham@apple.com>
2211
2212 * valarith.c (find_size_for_pointer_math): New function, either returns
2213 the size for a pointer's target, returns 1 for void *, or errors for
2214 incomplete types.
2215 (value_add, value_sub): use find_size_for_pointer_math.
2216
2217 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2218
2219 * linux-low.c (linux_look_up_symbols): New hook.
2220 (linux_target_ops): Add linux_look_up_symbols.
2221 * remote-utils.c (decode_address): New function.
2222 (look_up_one_symbol): New function.
2223 * server.c (handle_query): Call target look_up_symbols hook.
2224 * server.h (look_up_one_symbol): Add prototype.
2225 * target.h (struct target_ops): Add look_up_symbols hook.
2226
2227 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2228
2229 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2230 * ChangeLog: Correct paths in last ChangeLog entry.
2231
2232 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2233
2234 * gdbserver/linux-low.h: Remove obsolete prototypes.
2235 (struct linux_target_ops): New.
2236 (extern the_low_target): New.
2237 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2238 (register_addr): Use the_low_target explicitly.
2239 (fetch_register): Likewise.
2240 (usr_fetch_inferior_registers): Likewise.
2241 (usr_store_inferior_registers): Likewise.
2242 * gdbserver/linux-arm-low.c (num_regs): Remove.
2243 (arm_num_regs): Define.
2244 (arm_regmap): Renamed from regmap, made static.
2245 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2246 made static.
2247 (arm_cannot_store_register): Renamed from cannot_store_register,
2248 made static.
2249 (the_low_target): New.
2250 * gdbserver/linux-i386-low.c (num_regs): Remove.
2251 (i386_num_regs): Define.
2252 (i386_regmap): Renamed from regmap, made static.
2253 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2254 made static.
2255 (i386_cannot_store_register): Renamed from cannot_store_register,
2256 made static.
2257 (the_low_target): New.
2258 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2259 (ia64_num_regs): Define.
2260 (ia64_regmap): Renamed from regmap, made static.
2261 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2262 made static.
2263 (ia64_cannot_store_register): Renamed from cannot_store_register,
2264 made static.
2265 (the_low_target): New.
2266 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2267 (m68k_num_regs): Define.
2268 (m68k_regmap): Renamed from regmap, made static.
2269 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2270 made static.
2271 (m68k_cannot_store_register): Renamed from cannot_store_register,
2272 made static.
2273 (the_low_target): New.
2274 * gdbserver/linux-mips-low.c (num_regs): Remove.
2275 (mips_num_regs): Define.
2276 (mips_regmap): Renamed from regmap, made static.
2277 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2278 made static.
2279 (mips_cannot_store_register): Renamed from cannot_store_register,
2280 made static.
2281 (the_low_target): New.
2282 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2283 (ppc_num_regs): Define.
2284 (ppc_regmap): Renamed from regmap, made static.
2285 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2286 made static.
2287 (ppc_cannot_store_register): Renamed from cannot_store_register,
2288 made static.
2289 (the_low_target): New.
2290 * gdbserver/linux-s390-low.c (num_regs): Remove.
2291 (s390_num_regs): Define.
2292 (s390_regmap): Renamed from regmap, made static.
2293 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2294 made static.
2295 (s390_cannot_store_register): Renamed from cannot_store_register,
2296 made static.
2297 (the_low_target): New.
2298 * gdbserver/linux-sh-low.c (num_regs): Remove.
2299 (sh_num_regs): Define.
2300 (sh_regmap): Renamed from regmap, made static.
2301 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2302 made static.
2303 (sh_cannot_store_register): Renamed from cannot_store_register,
2304 made static.
2305 (the_low_target): New.
2306 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2307 (the_low_target): New.
2308
2309 2002-04-09 Andrew Cagney <ac131313@redhat.com>
2310
2311 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2312 override FP_REGNUM with frame->fp. Update copyright.
2313 * parse.c (num_std_regs, std_regs): Delete.
2314 (target_map_name_to_register): Do not search std_regs. Update
2315 function description.
2316 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2317 declarations. Update copyright.
2318 Fix PR gdb/251.
2319
2320 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2321
2322 * gdbserver/Makefile.in: Add stamp-h target.
2323 * gdbserver/configure.in: Create stamp-h.
2324 * gdbserver/configure: Regenerated.
2325
2326 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2327
2328 * gdbserver/inferiors.c: New file.
2329 * gdbserver/target.c: New file.
2330 * gdbserver/target.h: New file.
2331 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
2332 dependencies.
2333 * gdbserver/linux-low.c (inferior_pid): New static variable,
2334 moved from server.c.
2335 (linux_create_inferior): Renamed from create_inferior.
2336 Call add_inferior. Return 0 on success instead of a PID.
2337 (linux_attach): Renamed from myattach.
2338 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
2339 (linux_thread_alive): Renamed from mythread_alive.
2340 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
2341 child dies.
2342 (linux_resume): Renamed from myresume. Add missing ``return 0''.
2343 (regsets_store_inferior_registers): Correct error message.
2344 Add missing ``return 0''.
2345 (linux_fetch_registers): Renamed from fetch_inferior_registers.
2346 (linux_store_registers): Renamed from store_inferior_registers.
2347 (linux_read_memory): Renamed from read_inferior_memory.
2348 (linux_write_memory): Renamed from write_inferior_memory.
2349 (linux_target_ops): New structure.
2350 (initialize_low): Call set_target_ops ().
2351 * gdbserver/remote-utils.c (unhexify): New function.
2352 (hexify): New function.
2353 (input_interrupt): Send signals to ``signal_pid''.
2354 * gdbserver/server.c (inferior_pid): Remove.
2355 (start_inferior): Update create_inferior call.
2356 (attach_inferior): Call add_inferior.
2357 (handle_query): New function.
2358 (main): Call handle_query for `q' packets.
2359 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
2360 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2361
2362 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2363
2364 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
2365 dependencies.
2366 * gdbserver/configure.in: Check for <string.h>
2367 * gdbserver/configure: Regenerate.
2368 * gdbserver/config.in: Regenerate.
2369 * gdbserver/gdbreplay.c: Include needed system headers.
2370 (remote_open): Remove strchr prototype.
2371 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2372 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2373 (supply_register_by_name): Likewise.
2374 (collect_register): Change buf argument to void *.
2375 (collect_register_by_name): Likewise.
2376 * gdbserver/regcache.h: Add missing prototypes.
2377 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2378 * gdbserver/server.c (handle_query): New function.
2379 (attached): New static variable, moved out of main.
2380 (main): Quiet longjmp clobber warnings.
2381 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
2382 * gdbserver/utils.c (error): Remove NORETURN.
2383 (fatal): Likewise.
2384
2385 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2386
2387 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2388 after the last symbol in a block.
2389
2390 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
2391
2392 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2393 is non zero as a found symbol.
2394
2395 2002-04-08 Andrew Cagney <ac131313@redhat.com>
2396
2397 * findvar.c: Include "builtin-regs.h".
2398 (value_of_register): Call value_of_builtin_reg when applicable.
2399 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2400 (target_map_name_to_register): Call
2401 builtin_reg_map_name_to_regnum.
2402 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2403 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2404 (builtin_regs_h): Define.
2405 (builtin-regs.o): New target.
2406 (findvar.o): Add $(builtin_regs_h).
2407 * builtin-regs.c, builtin-regs.h: New files.
2408 * std-regs.c: New file.
2409 Partial fix for PR gdb/251.
2410
2411 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2412
2413 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2414 it's no longer required.
2415
2416 2002-04-08 Andrew Cagney <ac131313@redhat.com>
2417
2418 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2419
2420 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2421
2422 From Jimi X <jimix@watson.ibm.com>:
2423 * rs6000-tdep.c (rs6000_software_single_step): Use
2424 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2425 and size. Use target_insert_breakpoint() and
2426 target_remove_breakpoint() to insert and remove breakpoints
2427 instead of explicit memory reads and writes.
2428
2429 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2430
2431 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2432 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2433 ELF_OBJECT_FORMAT ifdef.
2434
2435 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2436
2437 From Jimi X <jimix@watson.ibm.com>:
2438 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2439
2440 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2441
2442 From Jimi X <jimix@watson.ibm.com>:
2443 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2444 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2445
2446 2002-04-07 Mark Kettenis <kettenis@gnu.org>
2447
2448 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2449 s/asprintf/xasprintf/.
2450 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2451
2452 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2453
2454 I believe Jeff Law denies responsability for this one:
2455 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2456 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2457 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2458 Work-around for PR gdb/366.
2459
2460 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2461
2462 * remote-e7000.c (write_small, e7000_read_inferior_memory,
2463 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2464 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2465
2466 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2467
2468 * sh-tdep.c (sh_fp_frame_init_saved_regs,
2469 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2470 information.
2471
2472 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2473
2474 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2475 maintainer.
2476
2477 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2478
2479 * README (Reporting Bugs in GDB): Document the bug web page as the
2480 prefered way of submitting bugs.
2481 Fix PR gdb/402.
2482
2483 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2484
2485 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2486 -1. Update comment.
2487 * gdbarch.h, gdbarch.c: Re-generate.
2488
2489 2002-04-07 Andreas Schwab <schwab@suse.de>
2490
2491 * m68klinux-nat.c (fill_fpregset): Properly pass address of
2492 buffer to regcache_collect.
2493
2494 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2495
2496 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
2497 * gdbarch.c, gdbarch.h: Re-generate.
2498
2499 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2500
2501 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2502 declaration. Fix -Werror.
2503
2504 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
2505
2506 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2507 * gdbarch.c: Regenerate.
2508
2509 2002-04-05 Michael Snyder <msnyder@redhat.com>
2510
2511 * breakpoint.c (clear_command): Rewrite middle section to
2512 combine two loops with identical control conditions.
2513 Add a cleanup to eliminate a memory leak.
2514 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2515
2516 2002-04-05 H.J. Lu (hjl@gnu.org)
2517
2518 * solib-svr4.c (bkpt_names): Add "__start".
2519
2520 2002-04-04 Andrew Cagney <ac131313@redhat.com>
2521
2522 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2523 as test for 64 bit target.
2524
2525 2002-04-05 Andrew Cagney <ac131313@redhat.com>
2526
2527 * h8500-tdep.c (h8500_write_fp): Delete function.
2528 * dwarf2cfi.c (cfi_write_fp): Document as not used.
2529 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2530 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2531 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2532 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2533 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2534 (s390_write_fp):
2535 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2536 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2537 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2538 (d10v_write_fp): Delete function.
2539 * inferior.h (write_fp, generic_target_write_fp): Delete
2540 declarations.
2541 * regcache.c (generic_target_write_fp): Delete function.
2542 (write_fp): Delete function.
2543 * gdbarch.sh (TARGET_WRITE_FP): Delete.
2544 * gdbarch.h, gdbarch.c: Regenerate.
2545 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2546 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2547 (sparc64_write_fp): Delete declaration.
2548 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2549 (h8500_write_fp): Delete declaration.
2550
2551 2002-04-04 Andrew Cagney <ac131313@redhat.com>
2552
2553 * sparc-tdep.c (sparc64_write_fp): Delete.
2554 (sparc_push_dummy_frame): Replace write_fp call with code to store
2555 the FP directly.
2556 (sparc_gdbarch_init): Do not initialize write_fp.
2557
2558 2002-04-05 Kevin Buettner <kevinb@redhat.com>
2559
2560 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2561 clause.
2562
2563 2002-03-29 Jim Blandy <jimb@redhat.com>
2564
2565 * stack.c (get_selected_block): Add new argument `addr_in_block',
2566 used to return the exact code address we used to select the block,
2567 not just the block.
2568 * blockframe.c (get_frame_block, get_current_block): Same.
2569 * frame.h (get_frame_block, get_current_block,
2570 get_selected_block): Update declarations.
2571 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2572 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2573
2574 2002-04-05 Michael Snyder <msnyder@redhat.com>
2575
2576 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2577 warning message.
2578
2579 2002-04-05 J. Brobecker <brobecker@gnat.com>
2580
2581 * utils.c (xfullpath): New function.
2582 * defs.h (xfullpath): Add declaration.
2583 * source.c (openp): Use xfullpath in place of gdb_realpath to
2584 avoid resolving the basename part of filenames when the
2585 associated file is a symbolic link. This fixes a potential
2586 inconsistency between the filenames known to GDB and the
2587 filenames it prints in the annotations.
2588 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2589 to be able to match a filename with either the real filename, or
2590 the name of any symbolic link to this file.
2591 (lookup_partial_symtab): Ditto.
2592
2593 2002-04-04 Michael Snyder <msnyder@redhat.com>
2594
2595 * breakpoint.c: Add support for hardware breakpoints in overlays.
2596 (overlay_events_enabled): New state variable.
2597 (insert_breakpoints): Use overlay_events_enabled to decide
2598 whether to attempt to set a breakpoint at the overlay load addr.
2599 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2600 (remove_breakpoint): Use overlay_events_enabled to decide
2601 whether breakpoints need to be removed from overlay load addr.
2602 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2603 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
2604 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
2605 disable_overlay_breakpoints): Update overlay_events_enabled.
2606
2607 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2608
2609 * dwarf2read.c (struct function_range): New.
2610 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2611 (check_cu_functions): New.
2612 (read_file_scope): Initialize global function lists.
2613 Call dwarf_decode_line after processing children.
2614 (read_func_scope): Add to global function list.
2615 (dwarf_decode_lines): Call check_cu_functions everywhere
2616 record_line is called. Call record_line with a linenumber
2617 of 0 to mark sequence ends.
2618
2619 2002-04-04 Michal Ludvig <mludvig@suse.cz>
2620
2621 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
2622 change sync with glibc.
2623
2624 2002-04-03 Jim Blandy <jimb@redhat.com>
2625
2626 * configure.in: Call AC_C_INLINE.
2627 * configure: Regenerated.
2628
2629 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
2630
2631 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2632 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2633
2634 2002-03-31 Mark Kettenis <kettenis@gnu.org>
2635
2636 * NEWS: Mention gcore support on FreeBSD/i386.
2637
2638 * fbsd-proc.c: New file.
2639 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2640 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2641
2642 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2643 while statement.
2644
2645 2002-03-29 Jim Blandy <jimb@redhat.com>
2646
2647 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2648 unescaped newlines in string literals, but newer ones don't. So
2649 escape them.
2650
2651 2002-03-26 Michael Snyder <msnyder@redhat.com>
2652 Andrew Cagney <cagney@redhat.com>
2653
2654 * cli/cli-dump.c: New file. Dump memory to file,
2655 restore file to memory.
2656 * cli/cli-dump.h: New file.
2657 * Makefile.in: Add rules, dependencies for cli-dump.o.
2658 * NEWS: Mention new commands.
2659
2660 2002-03-28 Michael Snyder <msnyder@redhat.com>
2661
2662 * symfile.c (symbol_file_add): Move test for null symbols to later.
2663
2664 2002-03-27 Andrew Cagney <ac131313@redhat.com>
2665
2666 From veksler at il.ibm.com:
2667 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2668 the xstrduped original path.
2669 Fix PR gdb/417.
2670
2671 2002-03-27 Michael Snyder <msnyder@redhat.com>
2672
2673 * breakpoint.c (_initialize_breakpoint): Clean up help string.
2674 * infcmd.c (_initialize_infcmd): Ditto.
2675 * language.c (_initialize_language): Ditto.
2676 * symfile.c (_initialize_symfile): Ditto.
2677 * top.c (_init_main): Ditto.
2678 * cli/cli-cmds.c (init_cli_cmds): Ditto.
2679
2680 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
2681
2682 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2683 vector registers handling.
2684 (skip_prologue): Handle new AltiVec instructions. Fill in new
2685 fields of frame data.
2686 (frame_get_saved_regs): Fill in information for AltiVec registers.
2687
2688 2002-03-27 Jim Blandy <jimb@redhat.com>
2689
2690 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2691 a function; leave this macro here to invoke that function.
2692 (symbol_init_mangled_name): Declaration for that function.
2693 * symtab.c (symbol_init_mangled_name): New function.
2694
2695 2002-03-27 Andrew Cagney <ac131313@redhat.com>
2696
2697 * valarith.c: Replace strerror with safe_strerror.
2698 * tracepoint.c: Ditto.
2699 * lin-lwp.c: Ditto.
2700 * go32-nat.c: Ditto.
2701 * inflow.c: Ditto.
2702 * gnu-nat.c: Ditto.
2703
2704 2002-03-27 Andreas Schwab <schwab@suse.de>
2705
2706 * event-top.c (command_line_handler): Remove useless if.
2707
2708 2002-03-27 Andreas Jaeger <aj@suse.de>
2709
2710 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2711 comment.
2712
2713 2002-03-27 Michal Ludvig <mludvig@suse.cz>
2714
2715 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2716 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2717 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2718 (x86_64_linux_dr_get_status, supply_gregset),
2719 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2720 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2721 (x86_64_register_info_table): Add.
2722 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2723 (x86_64_register_raw_size, x86_64_register_virtual_type),
2724 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2725 general x86_64_register_info_table.
2726 (i386_gdbarch_init): gdbarch_register_bytes is now set
2727 dynamicaly during initialization.
2728 * regformats/reg-x86-64.dat: Synced with changes to registers above.
2729 * gdbserver/linux-x86-64-low.c: Ditto.
2730
2731 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2732
2733 * gdbserver/server.c (main): Call target_signal_to_host_p
2734 and target_signal_to_host on signals received from the remote.
2735 * gdbserver/remote-utils.c (prepare_resume_reply): Call
2736 target_signal_from_host on signals sent to the remote.
2737 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
2738 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
2739
2740 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2741
2742 * signals/signals.c: Include "server.h" in gdbserver build.
2743 (target_signal_from_name): Don't use STREQ.
2744 (_initialize_signals): Likewise. Don't include function in
2745 gdbserver build.
2746
2747 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2748
2749 * signals.c: Moved to...
2750 * signals/signals.c: Here.
2751 * Makefile (signals.o): Update.
2752
2753 2002-03-26 Jeff Law (law@redhat.com)
2754
2755 * somread.c (som_symtab_read): Remove some commented out code and
2756 updated related comments. Do not set the minimal symbol table to
2757 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2758 in a dynamic executable.
2759 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2760 where we are unable to find the minimal symbol for the given
2761 PC value.
2762
2763 2002-03-25 Jeff Law (law@redhat.com)
2764
2765 * linux-proc.c (read_mapping): Scan up to end of line for filename.
2766
2767 2002-03-25 Michal Ludvig <mludvig@suse.cz>
2768
2769 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2770
2771 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2772
2773 * command.h: Update copyright.
2774 (struct cmd_list_element): Replace definition with opaque
2775 declaration.
2776 (enum cmd_types): Document that it will eventually be moved to
2777 cli/cli-decode.h
2778 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2779 (MALLOCED_REPLACEMENT): Delete macro.
2780 * Makefile.in (cli_decode_h): Add $(command_h).
2781 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2782 * top.c: Include "cli/cli-decode.h".
2783 * completer.c: Include "cli/cli-decode.h".
2784 * maint.c: Include "cli/cli-decode.h".
2785 * cli/cli-decode.h: Include "command.h".
2786 (enum command_class): Delete.
2787 (enum cmd_types): Comment out.
2788 (enum cmd_auto_boolean): Delete.
2789 (enum var_types): Delete.
2790
2791 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2792
2793 * cli/cli-decode.c: Include "gdb_assert.h".
2794 (add_set_or_show_cmd): New static function.
2795 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
2796 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
2797 all fields, such as func, from the set command.
2798
2799 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2800
2801 * MAINTAINERS (sh-elf): Change warning flag to -w.
2802
2803 2002-03-23 Andrew Cagney <cagney@redhat.com>
2804
2805 * defs.h (error): Add printf format attribute.
2806 * thread-db.c (thread_from_lwp): Fix error format string.
2807 * stack.c (parse_frame_specification): Ditto.
2808 * cli/cli-decode.c (undef_cmd_error): Ditto.
2809 * scm-lang.c (scm_lookup_name): Ditto.
2810 * tracepoint.c (trace_error): Ditto.
2811 * remote-utils.c (usage): Ditto.
2812 * remote.c (compare_sections_command): Ditto.
2813 Fix PR gdb/328.
2814
2815 2002-03-22 Andrew Cagney <ac131313@redhat.com>
2816
2817 * gdbtypes.c (append_composite_type_field): New function.
2818 (init_composite_type): New function.
2819 * gdbtypes.h (append_composite_type_field): Declare.
2820 (init_composite_type): Ditto.
2821
2822 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
2823
2824 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2825 function.
2826 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2827 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2828 structure returning convention for SYSV ABI case, but not
2829 for GNU/Linux, FreeBSD, or NetBSD.
2830
2831 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
2832
2833 * symtab.h (lookup_block_symbol): Add mangled_name argument
2834 to prototype.
2835
2836 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2837 with new mangled_name argument.
2838 * linespec.c (decode_line_1): Likewise.
2839 * valops (value_of_this): Likewise.
2840 * symtab.c (lookup_transparent_type): Likewise.
2841 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
2842 (lookup_symbol): If we are given a mangled name, pass it down
2843 to lookup_symbol_aux.
2844 (lookup_block_symbol): If we are given a mangled name to check
2845 against, only return symbols which match it.
2846
2847 2002-03-22 Christopher Faylor <cgf@redhat.com>
2848
2849 * win32-nat.c (child_create_inferior): Check for proper shell to use
2850 here, in case the user changes it on the fly.
2851 (_initialize_inftarg): Remove shell path considerations.
2852
2853 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
2854
2855 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2856 for gdbarch_max_register_raw_size and max_register_virtual_size.
2857 Adjust copyright year.
2858
2859 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
2860
2861 * dbxread.c (process_one_symbol): Extend the first N_SLINE
2862 in a function to cover the entire beginning of the function
2863 as well if it does not already.
2864
2865 2002-03-21 Tom Rix <trix@redhat.com>
2866
2867 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2868 (rs6000_ptrace64): Renamed from ptrace64.
2869
2870 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2871
2872 * gdbserver/remote-utils.c (remote_open): Don't call
2873 getprotobyname, we're all using TCP here so just use
2874 IPPROTO_TCP.
2875 * gdbserver/gdbreplay.c (remote_open): Ditto.
2876
2877 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2878
2879 * regcache.c (_initialize_regcache): No need to call
2880 build_regcache() at this time; it gets called whenever
2881 the gdbarch changes.
2882
2883 2002-03-20 David O'Brien <obrien@FreeBSD.org>
2884
2885 * sparc-nat.c: Include sys/param.h where possible.
2886
2887 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
2888
2889 Fix PR gdb/422.
2890 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2891 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2892 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2893 complex types.
2894 * stabsread.c (rs6000_builtin_type): Likewise.
2895 (read_sun_floating_type): Likewise.
2896
2897 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2898
2899 * stabsread.c (read_member_functions): Remove skip code for duplicate
2900 constructor/destructor methods. Use standard parsing for these
2901 methods and just do not chain them to the list of methods after
2902 parsing.
2903
2904 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
2905
2906 * coffread.c: Remove redundant static declarations. Replace
2907 occurrences of `PTR' with `void *'.
2908 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2909 * top.h (quit_cover): Likewise.
2910 * defs.h (catch_errors): Likewise.
2911
2912 2002-03-18 Andrew Cagney <ac131313@redhat.com>
2913
2914 * defs.h (XMALLOC): Define.
2915 * gdb-events.sh (XMALLOC): Delete macro.
2916 * gdb-events.c, gdb-events.h: Regenerate.
2917 * gdbarch.sh (XMALLOC): Delete macro.
2918 * gdbarch.c: Regenerate.
2919 * serial.c (XMALLOC): Delete macro.
2920 * ui-file.c (XMALLOC): Ditto.
2921 * ser-unix.h (XMALLOC): Ditto.
2922 * sh-tdep.c (XMALLOC): Ditto.
2923 * ui-out.c (XMALLOC): Ditto.
2924 * utils.c (XMALLOC): Ditto.
2925 * i386-tdep.c (XMALLOC): Ditto.
2926 * gdb-events.c (XMALLOC): Ditto.
2927 * d10v-tdep.c (XMALLOC): Ditto.
2928 * cli-out.c (XMALLOC): Ditto.
2929
2930 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2931 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2932 * ui-file.c, ui-out.c: Ditto.
2933
2934 2002-03-18 Andrew Cagney <ac131313@redhat.com>
2935
2936 * command.h (struct cmd_list_element): Add field context.
2937 (set_cmd_context, get_cmd_context): Declare.
2938 * cli/cli-decode.h: Ditto.
2939 * cli/cli-decode.c (get_cmd_context): New function.
2940 (set_cmd_context): New function.
2941 (add_cmd): Initialize context.
2942 Part of fixing PR gdb/145 and PR gdb/146.
2943
2944 2002-03-17 Andrew Cagney <ac131313@redhat.com>
2945
2946 * cli/cli-decode.c (cmd_type): New function.
2947 * command.h (cmd_type): Declare.
2948 * infrun.c (set_schedlock_func): Call function cmd_type.
2949 * kod.c (kod_set_os): Call cmd_type.
2950 * cris-tdep.c (cris_version_update): Use function cmd_type.
2951 (cris_mode_update, cris_abi_update): Ditto.
2952
2953 * command.h: (execute_cmd_post_hook): Declare.
2954 (execute_cmd_pre_hook): Declare.
2955 * cli/cli-script.c (clear_hook_in_cleanup): New function.
2956 (execute_cmd_post_hook, execute_cmd_pre_hook): New
2957 functions. Execute pre/post hook while ensuring that afterwords
2958 hook_in is cleared.
2959 * top.c (execute_command): Use execute_cmd_post_hook, and
2960 execute_cmd_pre_hook to execute pre/post commands.
2961 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2962 hook_stop_stub.
2963 (hook_stop_stub): Call execute_cmd_pre_hook.
2964
2965 2002-03-17 Andrew Cagney <ac131313@redhat.com>
2966
2967 * kod.c (kod_set_os): Revert previous change. Is called by ``info
2968 set'' and this leads to a core dump. Move xstrdup of
2969 operating_system to after check that it is not NULL.
2970
2971 2002-03-17 Andrew Cagney <ac131313@redhat.com>
2972
2973 * kod.c (kod_set_os): Remove unnecessary check that
2974 ``command->type'' is set_cmd.
2975
2976 * valprint.c (set_input_radix): Use input_radix.
2977 (set_output_radix): Use output_radix.
2978 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
2979 isn't reverted.
2980
2981 2002-03-16 Andrew Cagney <ac131313@redhat.com>
2982
2983 * value.h (struct value): Delete field ``substring_addr''. Change
2984 aligner fields to force_doublest_align, force_longest_align,
2985 force_core_addr_align and force_pointer_aligh.
2986
2987 * value.h (struct value): Fix typo in above change.
2988
2989 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2990
2991 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
2992 to fix internal_error from ``maintenance print architecture''.
2993
2994 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2995
2996 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
2997 for gcc versions after gcc-2.8.1.
2998
2999 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3000
3001 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3002 for method resolution. Restore adjustment of ``this'' pointer after
3003 calling value_struct_elt, which was accidentally removed during the
3004 HP merge.
3005
3006 2002-03-15 Andrew Cagney <ac131313@redhat.com>
3007
3008 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3009 value_of_register.
3010 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3011 get_saved_register.
3012 * value.h (value_of_register): Update.
3013
3014 2002-03-14 Richard Henderson <rth@redhat.com>
3015
3016 * configure.in: Detect declaration for canonicalize_file_name.
3017 * utils.c (canonicalize_file_name): Declare, if needed.
3018 (gdb_realpath): Prefer realpath if available and usable.
3019 * config.in, configure: Rebuild.
3020
3021 2002-03-14 Richard Henderson <rth@redhat.com>
3022
3023 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3024 a constant array bound.
3025
3026 * MAINTAINERS: Add myself to write-after-approval.
3027
3028 2002-03-14 Michael Snyder <msnyder@redhat.com>
3029
3030 * symfile.c (syms_from_objfile): Return immediately if no syms.
3031 (symbol_file_add): Return immediately if no syms.
3032 (find_sym_fns): Return immediately if no syms.
3033
3034 2002-03-13 Michal Ludvig <mludvig@suse.cz>
3035
3036 * gdbserver/remote-util.c (remote_open): Print remote-side's
3037 IP address when remote debugging over the network.
3038
3039 2002-03-12 David O'Brien <obrien@FreeBSD.org>
3040
3041 * config/sparc/fbsd.mh: Fix copyright.
3042 * config/sparc/fbsd.mt: Likewise.
3043
3044 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
3045
3046 * MAINTAINERS: Fix typo in name of gdb warnings option.
3047 (x86-64): Fix formating so that this can be parsed by awk.
3048
3049 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3050
3051 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3052 * defs.h: Include "gdb/signals.h".
3053 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3054
3055 2002-03-10 Michal Ludvig <mludvig@suse.cz>
3056
3057 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3058 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3059 from x86-64-tdep.h
3060
3061 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3062 Don Howard <dhoward@redhat.com>
3063
3064 * mips-tdep.c (ST0_FR): Define.
3065 (mips2_fp_compat): New function, temporarily disabled.
3066 (mips_read_fp_register_single): New function.
3067 (mips_read_fp_register_double): New function.
3068 (mips_print_register): Use them.
3069 (do_fp_register_row): Likewise.
3070
3071 2002-03-09 Andrew Cagney <ac131313@redhat.com>
3072
3073 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3074 approval''.
3075
3076 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3077
3078 * stabsread.c (read_member_functions): Fix is_stub test for
3079 static member functions, improve comment.
3080
3081 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
3082
3083 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3084 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3085 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3086 commands that set boolean values.
3087 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3088 (arm_rdi_resume): Always initialize PC.
3089 (arm_rdi_open): Don't use rslt as a boolean.
3090 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3091 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3092 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3093 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3094
3095 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
3096
3097 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3098 * configure: Rebuilt.
3099
3100 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3101
3102 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3103 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3104
3105 2002-03-06 Andrew Cagney <ac131313@redhat.com>
3106
3107 * cli/cli-decode.c (set_cmd_completer): New function.
3108 * command.h (set_cmd_completer): Declare.
3109 * cli/cli-decode.h (set_cmd_completer): Ditto.
3110
3111 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3112 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3113 * win32-nat.c (_initialize_inftarg): Ditto.
3114 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3115 * proc-api.c (_initialize_proc_api): Ditto.
3116 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3117 * source.c (_initialize_source): Ditto.
3118 * exec.c (_initialize_exec): Ditto.
3119 * solib.c (_initialize_solib): Ditto.
3120 * top.c (init_main): Ditto.
3121 * tracepoint.c (_initialize_tracepoint): Ditto.
3122 * symfile.c (_initialize_symfile): Ditto.
3123 * printcmd.c (_initialize_printcmd): Ditto.
3124 * infcmd.c (_initialize_infcmd): Ditto.
3125 * corefile.c (_initialize_core): Ditto.
3126
3127 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3128
3129 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3130
3131 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3132
3133 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3134
3135 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3136
3137 * NEWS: Update headings, 5.2 has branched.
3138
3139 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
3140
3141 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3142 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3143 (register_addr, REGISTER_RAW_SIZE): Likewise.
3144 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3145 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3146
3147 2002-03-03 Michal Ludvig <mludvig@suse.cz>
3148
3149 * MAINTAINERS (x86-64): Add myself.
3150 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3151 changed value_ptr -> struct value *
3152
3153 2002-03-01 David O'Brien <obrien@FreeBSD.org>
3154
3155 * configure.host (sparc64-*-freebsd): Add.
3156 * configure.tgt: Likewise.
3157 * config/sparc/fbsd.mh: New file.
3158 * config/sparc/fbsd.mt: Likewise.
3159 * config/sparc/nm-fbsd.h: Likewise.
3160 * config/sparc/tm-fbsd.h: Likewise.
3161
3162 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
3163
3164 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3165 regformats/reg-s390x.dat.
3166
3167 2002-03-01 Andrew Cagney <ac131313@redhat.com>
3168
3169 * utils.c: Add FIXME explaining true/false problem.
3170
3171 2002-02-28 Andrew Cagney <ac131313@redhat.com>
3172
3173 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3174
3175 2002-02-28 Michael Chastain <mec@shout.net>
3176
3177 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3178
3179 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
3180
3181 * gdbserver/linux-s390-low.c: New file.
3182 * regformats/reg-s390.dat: New file.
3183 * regformats/reg-s390x.dat: New file.
3184 * gdbserver/configure.srv: Add S/390.
3185 * gdbserver/Makefile.in: Add S/390.
3186 * configure.tgt: Enable gdbserver for S/390.
3187
3188 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3189
3190 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3191 first line of the doc string for "info dos", except at the end of
3192 the sentence, since the short help stops at the first period.
3193
3194 2002-02-28 Jason Merrill <jason@redhat.com>
3195
3196 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3197
3198 2002-02-27 Fred Fish <fnf@redhat.com>
3199
3200 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3201 comment (dumy -> dummy).
3202
3203 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3204
3205 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3206
3207 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
3208
3209 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3210
3211 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3212
3213 * gdbserver/acconfig.h: New file.
3214 * gdbserver/i387-fp.c: New file.
3215 * gdbserver/i387-fp.h: New file.
3216 * gdbserver/linux-x86-64.c: New file.
3217 * regformats/reg-x86-64.dat: New file.
3218 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3219 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3220 * gdbserver/configure.in: Add support for regsets.
3221 * gdbserver/config.in: Regenerate.
3222 * gdbserver/configure: Regenerate.
3223 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3224 * gdbserver/linux-low.h: New file.
3225 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3226 for regsets.
3227 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3228 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3229 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3230 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3231 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3232 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3233 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3234 "i387-fp.h". Add PTRACE_GETREGS and friends.
3235 * gdbserver/regcache.c (supply_register): New function.
3236 (supply_register_by_name): New function.
3237 (collect_register): New function.
3238 (collect_register_by_name): New function.
3239
3240 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3241
3242 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3243 (config.status): Add configure.srv dependency.
3244 (server_h): Add config.h dependency.
3245
3246 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3247
3248 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3249 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3250 * gdbserver/configure.srv: Change i386-*-linux* to use
3251 reg-i386-linux.o.
3252
3253 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3254
3255 * x86-64-tdep.c: Re-indent. Update copyright date.
3256
3257 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3258
3259 From Michal Ludvig <mludvig@suse.cz>:
3260 * x86-64-tdep.c (value.h): Delete.
3261 (gdb_assert.h): Include.
3262 (x86_64_register_convert_to_virtual,
3263 x86_64_register_convert_to_raw ): Add check which lets only
3264 floating-point values to be converted.
3265 (value_push): Delete.
3266 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3267 (i386_gdbarch_init): Number of register_bytes fixed.
3268
3269 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3270
3271 * MAINTAINERS: Add x86-64 target.
3272
3273 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3274
3275 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3276 * osfsolib.c (solib_map_sections): Ditto.
3277 * irix5-nat.c (solib_map_sections): Ditto.
3278 * corelow.c (gdb_check_format): Ditto.
3279 * symfile.c (symfile_bfd_open): Ditto.
3280 * solib.c (solib_map_sections): Ditto.
3281 Fix PR gdb/354.
3282
3283 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3284
3285 * remote.c (_initialize_remote): By default, disable ``e'' and
3286 ``E'' step out-of-range packets.
3287
3288 2002-02-26 Andreas Schwab <schwab@suse.de>
3289
3290 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3291 m68k_linux_frame_saved_pc.
3292 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3293 in_sigtramp.
3294 (SIGCONTEXT_PC_OFFSET): Remove.
3295 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3296 m68k_linux_sigtramp_saved_pc): New functions.
3297 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3298 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3299 (UCONTEXT_PC_OFFSET): Define.
3300 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3301 non-RT and RT signal trampolines.
3302
3303 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
3304
3305 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3306 (TARGET_NBPG, STACK_END_ADDR): Delete
3307 (VARIABLES_INSIDE_BLOCK): Delete.
3308
3309 2002-02-25 Andrew Cagney <ac131313@redhat.com>
3310
3311 * utils.c (perror_with_name): Make string parameter constant.
3312 (print_sys_errmsg): Ditto.
3313 (query): Ditto.
3314 * defs.h (perror_with_name): Update.
3315 (print_sys_errmsg): Update.
3316 (query): Update.
3317
3318 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
3319
3320 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3321 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3322
3323 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3324
3325 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3326 if it already matches the current architecture from the exec file.
3327 Include arch-utils.h for gdbarch_info_init prototype.
3328 * Makefile.in (rs6000-nat.o): Update dependencies.
3329
3330 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3333 list of exported variables.
3334
3335 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
3336
3337 * gdbserver/configure.srv: New file.
3338 * gdbserver/configure.in: Use configure.srv instead
3339 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
3340 from it.
3341 * gdbserver/configure: Regenerated.
3342 * gdbserver/terminal.h: New file.
3343 * gdbserver/Makefile.in: Update for configure changes. Remove
3344 more unneeded include paths.
3345
3346 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3347
3348 From wiz at danbala:
3349 * config/sparc/tm-sp64.h: Fix grammar and typos.
3350 Fix PR gdb/287.
3351
3352 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3353
3354 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
3355 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
3356 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3357 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
3358 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3359 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3360 * s390-tdep.c: Ditto.
3361 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3362 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3363 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3364 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3365 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3366 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3367 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3368 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3369 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3370 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
3371 Fix PR gdb/378.
3372
3373 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3374
3375 * lin-thread.c: Delete file.
3376 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3377 to gdb_proc_service.h.
3378 * configure: Re-generate.
3379
3380 * ocd.c (ocd_open): Do not try to open the "ocd" device.
3381 * serial.c (serial_open): Delete check for "ocd".
3382 Fix PR gdb/349.
3383
3384 * Makefile.in (linux-thread.o): Delete target.
3385 * linux-thread.c: Delete file.
3386
3387 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
3388 renamed SH files to be consistent.
3389
3390 * symtab.c (sort_search_symbols): Use xfree.
3391
3392 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3393
3394 * arm-linux-tdep.c (arm_linux_init_abi): Register
3395 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3396 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3397 definition with undef, since we don't want the sysvr4 definition.
3398 (SKIP_TRAMPOLINE_CODE): Likewise.
3399
3400 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3401
3402 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3403
3404 * configure.in: (AC_CHECK_FUNCS) Added test for
3405 canonicalize_file_name Regenerated.
3406 * config.in, configure: Regenerated.
3407 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3408 defined use canonicalize_file_name.
3409
3410 2002-02-23 Michael Chastain <mec@shout.net>
3411
3412 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3413
3414 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3415
3416 * README: Remove references to cygnus.com.
3417 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3418 dot com'' form. Remove references to cygnus.com and sourceware.
3419
3420 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3421
3422 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3423 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3424 1003.1-2001 no longer allows "head -1".
3425 * gdb/Makefile.in (version.c): Likewise.
3426 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3427 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3428 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
3429
3430 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3431
3432 * cli/cli-decode.c (cmd_cfunc_eq): New function.
3433 * command.h (cmd_cfunc_eq): Declare.
3434 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3435
3436 * cli/cli-cmds.h (is_complete_command): Change parameter to a
3437 ``struct cmd_list_element *''.
3438 * cli/cli-cmds.c (is_complete_command): Update. Use
3439 cmd_cfunc_eq.
3440 * top.c (execute_command): Pass the command to
3441 is_complete_command.
3442 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3443
3444 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3445
3446 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3447 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3448 architecture defines.
3449 * s390-tdep.c (s390_gdbarch_init): Likewise.
3450
3451 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3452
3453 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3454 (arm_linux_push_arguments): Likewise.
3455 (arm_linux_init_abi): Register them. Also register linux-specific
3456 call_dummy_words.
3457 (find_minsym_and_objfile): Use strcmp, not STREQ.
3458 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3459 (arm_linux_call_dummy_words): Delete declaration.
3460 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3461 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3462 declarations.
3463 (LOWEST_PC): Delete.
3464
3465 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3466
3467 * maint.c (print_section_info): Do not prepend `0x' to filepos
3468 output, it will be handled by local_hex_string_custom.
3469
3470 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3471
3472 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3473 (store_newfpe_double, store_newfpe_extended, store_fpregister)
3474 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3475
3476 2002-02-22 Jim Blandy <jimb@redhat.com>
3477
3478 Indicate that the bcache functions don't change the strings
3479 they're passed.
3480 * bcache.h (bcache, hash): Add `const' keywords to declarations.
3481 * bcache.c (bcache, hash): Add `const' keywords to definitions.
3482
3483 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
3484
3485 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3486
3487 2002-02-21 Christopher Faylor <cgf@redhat.com>
3488
3489 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3490 find the complete path to a loaded DLL.
3491
3492 2002-02-21 Fred Fish <fnf@redhat.com>
3493
3494 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3495 that marks the end of the range of a function, enter a line number
3496 entry that has a line number of zero and a PC offset that matches
3497 the end of the function. This starts a range of PC's for which no
3498 line number information is known.
3499 * symtab.c (find_pc_sect_line): If our best fit is in a range of
3500 PC's for which no line number info is found (line number is zero)
3501 then we didn't find any valid line information.
3502 * symtab.h: Document use of zero line number entry.
3503
3504 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
3505
3506 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3507 (have_ptrace_getvrregs): Define for run time checks.
3508 (gdb_vrregset_t): New type for Altivec register handling.
3509 (fetch_register, store_register): Fetch/store altivec register
3510 when needed.
3511 (fetch_altivec_register, store_altivec_register): New functions.
3512 (supply_vrregset, fill_vrregset): New functions.
3513 (fetch_altivec_registers, store_altivec_registers): New functions.
3514 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3515 registers as well.
3516
3517 2002-02-21 Jiri Smid <smid@suse.cz>
3518
3519 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3520
3521 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
3522
3523 * Makefile.in (armnbsd-nat.o): Update dependencies.
3524 * armnbsd-nat.c (supply_gregset): New function. Common code to
3525 supply the integer register set.
3526 (supply_fparegset): New function. Similar for FPA registers.
3527 (fetch_regs, fetch_fp_regs): Use them.
3528 (fetch_core_registers): Likewise.
3529 (fetch_elfcore_registers): New function.
3530 (arm_netbsd_elfcore_fns): New core-file type specification.
3531 (_initialize_arm_netbsd_nat): Register it.
3532
3533 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
3534
3535 * armnbsd-nat.c: Include gdbcore.h.
3536 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3537 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3538 'void' to declaration, to shut up ARI.
3539 (fetch_core_registers): Make static. Rewrite using supply_register.
3540 (arm_netbsd_core_fns): New core-file type specification.
3541 (_initialize_arm_netbsd_nat): New function.
3542
3543 2002-02-21 Christopher Faylor <cgf@redhat.com>
3544
3545 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3546 value.
3547
3548 2002-02-20 Christopher Faylor <cgf@redhat.com>
3549
3550 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3551 fails.
3552
3553 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3554
3555 * jv-exp.y (parse_number): Change type of implicit longs
3556 to builtin_type_uint64.
3557
3558 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3559
3560 * gdbserver/linux-low.c (mywait): Change argument to waitpid
3561 to be an integer instead of a `union wait'.
3562
3563 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3564
3565 * mips-linux-nat.c: Call the operating system GNU/Linux.
3566 * mips-linux-tdep.c: Likewise.
3567 * mips-tdep.c: Likewise.
3568
3569 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3570
3571 Fix PR gdb/265.
3572 * jv-exp.y (parse_number): Handle 64-bit integers.
3573
3574 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3575
3576 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
3577 AC_STDC_HEADERS to AC_HEADER_STDC.
3578 * gdbserver/configure: Regenerated.
3579
3580 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
3581
3582 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3583 is defined.
3584 * sparc-tdep.c (get_longjmp_target): Likewise.
3585
3586 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
3587
3588 * News: Add news about ARM and Multi-arch. Mention the new target
3589 arm*-*-netbsd*.
3590
3591 2002-02-19 Jim Blandy <jimb@redhat.com>
3592
3593 * stabsread.c (error_type_complaint): Improve error message.
3594
3595 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
3596
3597 * gdbserver/README: Update documentation.
3598 * gdbserver/configure.in: Update configury to match documentation.
3599 * gdbserver/Makefile.in: Likewise.
3600 * gdbserver/configure: Regenerated.
3601 * gdbserver/aclocal.m4: New file, generated by aclocal.
3602 * gdbserver/config.in: New file, generated by autoheader.
3603
3604 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3605
3606 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3607 armnbsd-nat.c.
3608
3609 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3610
3611 * arm-tdep.h (enum arm_float_model): New enum.
3612 (struct gdbarch_tdep): Add fp_model.
3613 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
3614 up floating-point conversions until we know the floating-point model
3615 in use by the inferior. Don't complain about being unable to
3616 determine the ABI of the inferior when we don't have one.
3617 (arm_extract_return_value): Support different floating-point models.
3618 (arm_store_return_value): Likewise.
3619 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
3620 ARM_FLOAT_SOFT.
3621 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3622
3623 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3624
3625 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3626 of ``current_gdbarch''.
3627
3628 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3629
3630 * armnbsd-nat.c : ANSIfy all function declarations.
3631 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3632 (fetch_inferior_registers): Re-implement in terms of above.
3633 (store_register, store_regs, store_fp_register, store_fp_regs): New.
3634 (store_inferior_registers): Re-implement in terms of above.
3635
3636 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3637
3638 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3639 kernel.
3640 * arm-linux-tdep.c: Likewise.
3641 * config/arm/tm-linux.h: Likewise.
3642
3643 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3644
3645 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3646 * config/arm/nbsd.mt (TM_FILE): Delete.
3647 * config/arm/tm-nbsd.h: Delete.
3648
3649 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3650
3651 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3652 Initialize CALL_DUMMY_LENGTH.
3653
3654 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3655
3656 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3657 function.
3658 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3659 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3660 defines one thing and that is incorrect for this port.
3661 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3662
3663 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3664
3665 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3666
3667 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3668
3669 * win32-nat.c (display_selector): New function. Displays information
3670 about the information returned by GetThreadSelectorEntry API function.
3671 (display_selectors): New function. Displays the infomation of
3672 the selector given as argument, or of CS, DS ans FS selectors
3673 if no argument is given.
3674 ( _initialize_inftarg): Add "w32" as info prefix command.
3675 Add "info w32 selector" as command calling display_selectors.
3676
3677 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3678
3679 * i386-tdep.c (get_longjmp_target): Fix compilation failure
3680 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3681 if not defined.
3682
3683 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3684
3685 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3686
3687 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3688
3689 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3690 (arm_fix_call_dummy): Call it.
3691 (arm_call_dummy_breakpoint_offset): Delete.
3692 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3693 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3694
3695 2002-02-18 Andrew Cagney <ac131313@redhat.com>
3696
3697 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3698 Default to func_frame_chain_valid.
3699 * gdbarch.h, gdbarch.c: Re-generate.
3700 * frame.h (FRAME_CHAIN_VALID): Delete definition.
3701
3702 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
3703
3704 * ppc-linux-nat.c: Update copyright.
3705 (fetch_register, store_register): Add tid parameter, don't compute
3706 tid here.
3707 (fetch_ppc_registers, store_ppc_registers): Add tid
3708 parameter. Pass it along to callees.
3709 (fetch_inferior_registers, store_inferior_registers): Compute tid
3710 here, and pass it to calleed functions.
3711 (fill_gregset, supply_fpregset): Clean up formatting.
3712
3713 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3714
3715 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3716 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3717
3718 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3719
3720 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3721 * gdbarch.c gdbarch.h: Regenerate.
3722 * breakpoint.c (create_longjmp_breakpoint): Always compile this
3723 function.
3724 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3725 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3726 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3727
3728 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3729 * arm-tdep.c (arm_get_longjmp_target): New function.
3730 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
3731 this to a positive value register arm_get_longjmp_target as the
3732 longjmp handler.
3733 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3734 (arm_linux_init_abi): Set up longjmp description in tdep.
3735 * armnbsd-nat.c (get_longjmp_target): Delete.
3736 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3737 description in tdep.
3738 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3739 (get_longjmp_target): Delete declaration.
3740 (GET_LONGJMP_TARGET): Delete.
3741 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3742 (GET_LONGJMP_TARGET): Delete.
3743
3744 2002-02-17 Kevin Buettner <kevinb@redhat.com>
3745
3746 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
3747 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3748 of ``current_gdbarch''.
3749
3750 2002-02-17 Tom Tromey <tromey@redhat.com>
3751
3752 * cli/cli-cmds.c (compare_strings): New function.
3753 (complete_command): Only print each unique item once.
3754 * completer.h (complete_line): Declare.
3755 * completer.c (complete_line): New function.
3756 (line_completion_function): Use it.
3757
3758 2002-02-16 Andrew Cagney <ac131313@redhat.com>
3759
3760 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3761 * gdbarch.h, gdbarch.c: Re-generate.
3762
3763 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
3764
3765 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3766
3767 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
3768
3769 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3770 * valops.c (value_arg_coerce): Don't take the address of a reference
3771 to convert an argument to a reference.
3772
3773 2002-02-15 Christopher Faylor <cgf@redhat.com>
3774
3775 * win32-nat.c (get_image_name): New function.
3776 (handle_load_dll): Use get_image_name function.
3777 (get_child_debug_event): Avoid registering debug events until possibly
3778 execed process is started.
3779 (child_create_inferior): Allow invocation via shell so that command
3780 line redirection, etc. works ok.
3781 (_initialize_inftarg): Add new command: "set shell" to control whether
3782 a shell is used to start a process.
3783
3784 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3785
3786 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3787 instead of find_register_by_number.
3788 (cannot_store_register): Likewise.
3789
3790 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3791
3792 * dwarf2read.c: Replace fprintf (stderr, ...) by
3793 fprintf_unfiltered (gdb_stderr, ...).
3794
3795 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3796
3797 * gdbserver/gdbserver.1: Document --attach.
3798
3799 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
3800
3801 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3802 descriptions.
3803 * arm-tdep.c (arm_default_arm_le_breakpoint)
3804 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3805 (arm_default_thumb_be_breakpoint): New. Initialize them from
3806 traditional breakpoint defines.
3807 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3808 (arm_gdbarch_init): Initialize new breakpoint variables.
3809 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3810 (arm_linux_init_abi): Initialize linux-specific breakpoint.
3811 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3812 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3813 code out to ...
3814 (arm_netbsd_init_abi_common): ... here; new function.
3815 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3816 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3817 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3818 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3819
3820 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
3821
3822 * arm-tdep.h (enum arm_abi): New enum.
3823 (struct gdbarch_tdep): New structure.
3824 (LOWEST_PC): Provide a default.
3825 (arm_gdbarch_register_os_abi): Declare new function.
3826 * arm-tdep.c (arm_abi_names): New array.
3827 (process_note_abi_tag_sections): New function.
3828 (get_elfosabi): New function.
3829 (arm_gdbarch_register_os_abi): New function.
3830 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
3831 support for that ABI has been built in, then call the appropriate
3832 configuration routine. Use gdbarch_num_regs() to get the number
3833 of registers.
3834 (arm_dump_tdep): New function.
3835 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3836 place-holder functions.
3837 (_initialize_arm_tdep): Register them.
3838 * config/arm/tm-arm.h (LOWEST_PC): Delete.
3839
3840 * armnbsd-tdep.c: New file.
3841 * Makefile.in (armnbsd-tdep.o): Add dependencies.
3842 * config/arm/nbsd.mt (TDEPFILES): Add it.
3843 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3844
3845 * armnbsd-nat.c: Include regcache.h.
3846 * Makefile.in (armnbsd-nat.o): Update dependency list.
3847
3848 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3849
3850 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3851
3852 * gdbserver/Makefile.in: Fix typos in target rules.
3853
3854 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3855
3856 Fix part of PR gdb/267.
3857 * linespec.c (find_methods): Handle constructors specially for now.
3858
3859 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
3860
3861 * arm-tdep.c (arm_push_arguments): Eliminate special float type
3862 handling.
3863 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3864 standard_coerce_float_to_double().
3865
3866 2002-02-14 Christopher Faylor <cgf@redhat.com>
3867
3868 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3869 GDBINIT_FILENAME.
3870
3871 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
3872
3873 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3874 find_variant_by_name, because it confuses the multiarch
3875 framework. Return NULL if there isn't an architecture with the
3876 user supplied name, instead of forcing a different one without
3877 recording the change with the multiarch machinery.
3878 (find_variant_by_name): Delete.
3879
3880 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3881
3882 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3883 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3884
3885 2002-02-13 Martin M. Hunt <hunt@redhat.com>
3886
3887 * stack.c (print_frame_info_base): When calling
3888 print_frame_info_listing_hook, set current_source_symtab.
3889
3890 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3891
3892 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3893 and remove unused $(INCLUDE_DIR).
3894 Add regcache.c to OBS.
3895 Add generated register protocol files to clean target.
3896 Update dependencies for new objects, obsolete old target code.
3897
3898 * gdbserver/linux-low.c: Remove all platform-specific code to
3899 new files. Remove various dead code. Update to use regcache
3900 functionality.
3901 * gdbserver/remote-utils.c (fromhex): Add return statement
3902 to quiet warning.
3903 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3904 constant.
3905 (input_interrupt): Add integer parameter to match prototype
3906 of a signal handler.
3907 (outreg): Use register_data ().
3908 (prepare_resume_reply): Use gdbserver_expedite_regs.
3909 * gdbserver/server.c (main): Dynamically allocate own_buf because
3910 PBUFSIZ is no longer constant. Use registers_to_string () and
3911 registers_from_string ().
3912 * gdbserver/server.h: No longer include "defs.h". Add prototypes
3913 for error (), fatal (), and warning (). Update definition of
3914 PBUFSIZ to use regcache functionality. Add include guard.
3915 * gdbserver/utils.c (fatal): Add missing ``const''.
3916 (warning): New function.
3917
3918 * regformats/regdat.sh: Include "regcache.h" in generated files.
3919 Provide init_registers () function.
3920 * regformats/regdef.h: Add prototype for set_register_cache ().
3921 Add include guard.
3922
3923 * gdbserver/linux-arm-low.c: New file.
3924 * gdbserver/linux-i386-low.c: New file.
3925 * gdbserver/linux-ia64-low.c: New file.
3926 * gdbserver/linux-m68k-low.c: New file.
3927 * gdbserver/linux-mips-low.c: New file.
3928 * gdbserver/linux-ppc-low.c: New file.
3929 * gdbserver/linux-sh-low.c: New file.
3930
3931 * gdbserver/regcache.c: New file.
3932 * gdbserver/regcache.h: New file.
3933
3934 * gdbserver/low-linux.c: Removed obsolete file.
3935
3936 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3937
3938 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3939 * config/i386/linux.mt: Likewise.
3940 * config/ia64/linux.mt: Likewise.
3941 * config/m68k/linux.mh: Likewise.
3942 * config/powerpc/linux.mh: Likewise.
3943 * config/mips/linux.mt: Likewise.
3944
3945 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3946
3947 * config/i386/i386lynx.mh: Mark gdbserver variables
3948 as (currently) obsolete for this target.
3949 * config/i386/nbsd.mt: Likewise.
3950 * config/i386/nbsdelf.mt: Likewise.
3951 * config/m32r/m32r.mt: Likewise.
3952 * config/m68k/m68klynx.mh: Likewise.
3953 * config/m68k/nbsd.mt: Likewise.
3954 * config/m68k/sun3os4.mh: Likewise.
3955 * config/mips/vr5000.mt: Likewise.
3956 * config/ns32k/nbsd.mt: Likewise.
3957 * config/pa/hppabsd.mh: Likewise.
3958 * config/pa/hppaosf.mh: Likewise.
3959 * config/powerpc/nbsd.mt: Likewise.
3960 * config/rs6000/rs6000lynx.mh: Likewise.
3961 * config/s390/s390.mt: Likewise.
3962 * config/s390/s390x.mt: Likewise.
3963 * config/sparc/sparclynx.mh: Likewise.
3964 * config/sparc/sun4os4.mh: Likewise.
3965 * config/i386/x86-64linux.mt: Likewise.
3966 * config/sparc/linux.mh: Likewise.
3967
3968 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3969
3970 * configure.tgt: Configure gdbserver only for known working
3971 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
3972 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
3973 SUBDIRS if it is configured. Update comment for ${nativefile}.
3974 * configure: Regenerated.
3975
3976 2002-02-13 Michael Snyder <msnyder@redhat.com>
3977
3978 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
3979
3980 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
3981 (default_gcore_mach): Just return 0, work around a problem in bfd.
3982 (default_gcore_target): OK to return NULL if exec_bfd is null.
3983 (make_mem_sec): Use a cast, avoid a warning.
3984
3985 * procfs.c (find_memory_regions_callback): Use a cast instead of
3986 calling host_pointer_to_address (which complains if
3987 sizeof (host pointer) != sizeof (target pointer)).
3988 (procfs_make_note_section): Avoid overflow in psargs string.
3989
3990 * procfs.c (procfs_make_note_section): Make the default
3991 implementation return an error.
3992
3993 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
3994
3995 * procfs.c (procfs_make_note_section): Provide a default definition
3996 (for alpha-dec-osf4.0f). Fix typos.
3997
3998 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
3999
4000 * linux-proc.c: Add include of regcache.h.
4001 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4002
4003 2002-02-13 Andrew Cagney <ac131313@redhat.com>
4004
4005 From 2002-01-18 Greg McGary <greg@mcgary.org>:
4006 * memattr.c (create_mem_region): Disallow useless empty region.
4007 Regions are half-open intervals, so allow [A..B) [B..C) as
4008 non-overlapping.
4009
4010 2002-02-13 Michael Chastain <mec@shout.net>
4011
4012 * defs.h: Kill CONST_PTR.
4013 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4014 * c-lang.c (c_builtin_types): Likewise.
4015 * ch-lang.c (ch_builtin_types): Likewise.
4016 * f-lang.c (f_builtin_types): Likewise.
4017 * language.c (unknown_builtin_types): Likewise.
4018 * m2-lang.c (m2_builtin_types): Likewise.
4019 * p-lang.c (pascal_builtin_types): Likewise.
4020 * scm-lang.c (c_builtin_types): Likewise.
4021
4022 2002-02-13 Keith Seitz <keiths@redhat.com>
4023
4024 * arm-tdep.h (arm_get_next_pc): Add declaration.
4025
4026 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4027
4028 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4029 with other related struct-returning functions.
4030 (arm_extract_struct_value_address): New function.
4031 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4032 initialize float_format, double_format and long_double_format as
4033 appropriate to the endianness of the target.
4034 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4035 (arm_use_struct_convention): Delete declaration.
4036 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4037
4038 2002-02-13 Keith Seitz <keiths@redhat.com>
4039
4040 * defs.h (core_addr_to_string_nz): New function.
4041
4042 2002-02-13 Mark Kettenis <kettenis@gnu.org>
4043
4044 Apply missing bits of 2002-01-15 patch.
4045 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4046 (fill_fpregset): Use i387_fill_fsave.
4047
4048 2002-02-12 Keith Seitz <keiths@redhat.com>
4049
4050 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4051 (core_addr_to_string_nz): New function.
4052
4053 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4054
4055 * arm-linux-nat.c: Really include arm-tdep.h.
4056 * config/arm/tm-linux.h (struct type, struct value): Declare.
4057
4058 2002-02-11 Michael Snyder <msnyder@redhat.com>
4059
4060 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4061 (gcore section): Ifdef for Solaris and Unixware only.
4062 (procfs_do_thread_registers): Unixware needs one lwpstatus
4063 per thread (not one prstatus or pstatus).
4064 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4065 not over all gdb threads. For unixware, call elfcore_write_pstatus
4066 once before iterating over threads.
4067
4068 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4069
4070 * arm-tdep.h: New file.
4071 * arm-tdep.c: Include arm-tdep.h.
4072 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4073 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4074 (arm_print_float_info, arm_register_type, convert_to_extended)
4075 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4076 (arm_extract_return_value, arm_register_name): Make static.
4077 (arm_software_single_step): Similarly. Fix types in declaration.
4078 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4079 (arm_store_return_value, arm_store_struct_return): New functions.
4080 (arm_gdbarch_init): Register the above functions. Also register
4081 call_dummy_start_offset, sizeof_call_dummy_words,
4082 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4083 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4084 max_register_virtual_size, register_size. Set up
4085 prologue_cache.saved_regs here, rather than ...
4086 (_initialize_arm_tdep): ... here.
4087 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4088 declarations.
4089 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4090 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4091 (arm_print_float_info, arm_register_type, convert_to_extended)
4092 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4093 (arm_extract_return_value, arm_register_name): Delete declarations.
4094 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4095 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4096 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4097 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4098 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4099 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4100 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4101 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4102 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4103 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4104 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4105 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4106 interface.
4107 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4108 * remote-rdi.c remote-rdp.c: Likewise.
4109 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4110 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4111 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4112 definition.
4113
4114 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4115 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4116 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4117 from non-ARM_ prefixed definitions.
4118 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4119 all uses of above.
4120 * remote-rdi.c remote-rdp.c: Likewise.
4121 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4122
4123 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4124
4125 * arm-tdep.c (arm_frameless_function_invocation)
4126 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4127 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4128 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4129 (arm_pop_frame, arm_get_next_pc): Make static.
4130 (arm_gdbarch_init): Register above in gdbarch structure.
4131 (arm_read_fp): Renamed from arm_target_read_fp.
4132 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4133 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4134 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4135 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4136 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4137 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4138 (arm_pc_is_thumb_dummy): Delete declarations.
4139 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4140 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4141 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4142 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
4143
4144 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4145
4146 * symtab.c (compare_search_syms): New function.
4147 (sort_search_symbols): New function.
4148 (search_symbols): Sort symbols after searching rather than
4149 before.
4150
4151 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4152
4153 * NEWS: Linux -> GNU/Linux.
4154
4155 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4156
4157 * gdbarch.sh: For for level one methods, disallow a definition
4158 when partially multi-arched. Add comments explaining rationale.
4159 * gdbarch.h: Re-generate.
4160
4161 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4162
4163 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4164 multi-arch partial.
4165
4166 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4167
4168 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4169 field. Use diff -u.
4170 * gdbarch.c: Re-generate.
4171
4172 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4173
4174 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
4175 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4176 partial.
4177
4178 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4179
4180 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4181 multi-arch partial.
4182 (PUSH_ARGUMENTS): Switch to using predefault.
4183 * gdbarch.c: Regenerate.
4184
4185 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4186
4187 * valops.c (PUSH_ARGUMENTS): Delete definition.
4188 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4189 partial. Default to default_push_arguments.
4190 * gdbarch.h, gdbarch.c: Regenerate.
4191
4192 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4193
4194 * defs.h (throw_exception): Rename return_to_top_level. Update
4195 comments.
4196 * utils.c (error_stream, internal_verror, quit): Ditto.
4197 * top.c (throw_exception, catcher): Ditto.
4198 * sparclet-rom.c (sparclet_load): Ditto.
4199 * remote.c (interrupt_query, minitelnet): Ditto.
4200 * remote-sds.c (interrupt_query): Ditto.
4201 * remote-mips.c (mips_error, mips_kill): Ditto.
4202 * ocd.c (interrupt_query): Ditto.
4203 * monitor.c (monitor_interrupt_query): Ditto.
4204 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4205 * target.h: Update comment.
4206
4207 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
4208
4209 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4210
4211 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4212 default_double_format.
4213 * gdbarch.h, gdbarch.c: Re-generate.
4214 * findvar.c (floatformat_unknown): Delete variable definition.
4215 * doublest.h (floatformat_unknown): Delete variable declaration.
4216
4217 2002-02-09 Jim Blandy <jimb@redhat.com>
4218
4219 * stabsread.c (read_type): Add code to parse Sun's syntax for
4220 prototyped function types.
4221
4222 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4223
4224 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4225 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4226
4227 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4228
4229 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4230 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4231 now _initialize_xcoffsolib gets called again and overrides the
4232 commands from solib.c in a native configuration.
4233
4234 2002-02-09 Mark Kettenis <kettenis@gnu.org>
4235
4236 * doublest.c (store_typed_floating): Don't try to return a value.
4237 Fixes PR gdb/290.
4238
4239 2002-02-08 Jim Blandy <jimb@redhat.com>
4240
4241 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4242 is prototyped and has no arguments, print its argument list as
4243 `(void)'.
4244
4245 2002-02-08 Chris Demetriou <cgd@broadcom.com>
4246
4247 * MAINTAINERS (write-after-approval): Add myself.
4248 (paper-trail): I've escaped!
4249
4250 2002-02-08 Christopher Faylor <cgf@redhat.com>
4251
4252 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4253 changes.
4254 (_initialize_check_for_gdb_ini): Ditto.
4255
4256 2002-02-08 Martin M. Hunt <hunt@redhat.com>
4257
4258 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4259 xaprintf -> xasprintf.
4260
4261 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4262
4263 * win32-nat.c: Remove use of printf and sprintf functions.
4264
4265 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
4266
4267 * arm-tdep.c (arm_frame_chain_valid): Make static.
4268 (arm_push_arguments): Likewise.
4269 (arm_gdbarch_init): New function.
4270 (_initialize_arm_tdep): Call it.
4271 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4272 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4273 (FRAME_CHAIN_VALID): Delete.
4274 (arm_frame_chain_valid): Delete declaration.
4275 (PUSH_ARGUMENTS): Delete.
4276 (arm_push_arguments): Delete declaration.
4277 (CALL_DUMMY_P): Delete.
4278
4279 2002-02-08 Andrew Cagney <ac131313@redhat.com>
4280 Corinna Vinschen <vinschen@redhat.com>
4281
4282 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4283 on builtin float types.
4284
4285 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
4286
4287 * utils.c: Include <curses.h> before "bfd.h".
4288 * tui/tui-hooks.c: Likewise.
4289 * tui/tui.c: Likewise.
4290 * tui/tuiCommand.c: Likewise.
4291 * tui/tuiData.c: Likewise.
4292 * tui/tuiDataWin.c: Likewise.
4293 * tui/tuiDisassem.c: Likewise.
4294 * tui/tuiGeneralWin.c: Likewise.
4295 * tui/tuiIO.c: Likewise.
4296 * tui/tuiLayout.c: Likewise.
4297 * tui/tuiRegs.c: Likewise.
4298 * tui/tuiSource.c: Likewise.
4299 * tui/tuiSourceWin.c: Likewise.
4300 * tui/tuiStack.c: Likewise.
4301 * tui/tuiWin.c: Likewise.
4302
4303 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
4304
4305 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4306 to include space for pseudoregs as well. Update loops accordingly.
4307 (sh_fp_frame_init_saved_regs): Ditto.
4308 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4309
4310 2002-02-07 Andrew Cagney <ac131313@redhat.com>
4311
4312 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4313 Add Richard Earnshaw to Arm maintainers.
4314
4315 2002-02-07 Andrew Cagney <ac131313@redhat.com>
4316
4317 * defs.h (warning_begin): Delete declaration.
4318
4319 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4320 Delete macro.
4321
4322 2002-02-07 Michael Snyder <msnyder@redhat.com>
4323
4324 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4325 Logic bug, remove misplaced else.
4326
4327 2002-02-07 Klee Dienes <klee@apple.com>
4328
4329 * fork-inferior.c (fork_inferior): Add '!' to the list of
4330 characters that need to be quoted when building a string for the
4331 shell. Quote '!' specifically with a backslash, since CSH chokes
4332 when trying to evaluate "str!str".
4333
4334 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4335
4336 * rdi-share/host.h: Only provide a typedef for bool if it is not
4337 defined.
4338
4339 2002-02-04 Michael Snyder <msnyder@redhat.com>
4340
4341 * breakpoint.h (enum bptype): Add new overlay event bp type.
4342 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
4343
4344 * breakpoint.c (create_internal_breakpoint): New function.
4345 (internal_breakpoint_number): Moved into create_internal_breakpoint.
4346 (create_longjmp_breakpoint): Use create_internal_breakpoint.
4347 (create_thread_event_breakpoint): Ditto.
4348 (create_solib_event_breakpoint): Ditto.
4349 (create_overlay_event_breakpoint): New function.
4350 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4351 (update_breakpoints_after_exec): Delete and re-initialize
4352 overlay event breakpoints after an exec. Add FIXME comment
4353 about longjmp breakpoint.
4354 (print_it_typical): Ignore overlay event breakpoints.
4355 (print_one_breakpoint): Ditto.
4356 (mention): Ditto.
4357 (bpstat_what): Do not stop for overlay event breakpoints.
4358 (delete_breakpoint): Don't delete overlay event breakpoints.
4359 (breakpoint_re_set_one): Delete the overlay event breakpoint.
4360 (breakpoint_re_set): Re-create overlay event breakpoint.
4361
4362 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4363 (overlay_manual_command): Disable overlay breakpoints.
4364 (overlay_off_command): Disable overlay breakpoints.
4365
4366 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4367
4368 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4369 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4370 to here from config/tm-arm.h.
4371 (coff_sym_is_thumb): Make static.
4372 (arm_elf_make_msymbol_special): New function.
4373 (arm_coff_make_msymbol_special): New function.
4374 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4375 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4376 (coff_sym_is_thumb): Delete declaration.
4377 (arm_elf_make_msymbol_special): Declare.
4378 (arm_coff_make_msymbol_special): Declare.
4379 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4380 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4381
4382 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4383
4384 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4385
4386 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4387
4388 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4389 * gdbarch.c gdbarch.h: Regenerate.
4390 * arch-utils.c (default_print_float_info): New function.
4391 * arch-utils.h (default_print_float_info): Prototype it.
4392 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4393 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4394 (PRINT_FLOAT_INFO): Document it.
4395
4396 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4397 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4398 (PRINT_FLOAT_INFO): Define.
4399
4400 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4401
4402 * win32-nat.c (_initialize_check_for_gdb_ini):
4403 Add typecast to sprintf argument to suppress a warning.
4404
4405 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
4406
4407 * win32-nat.c (last_sig): Changed type of variable to target_signal,
4408 to allow easier handling of pass state.
4409 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4410 that gives exception name and address.
4411 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
4412 and set last_sig value to ourstatus->value.sig. Some missing
4413 exceptions added.
4414 (child_continue): Correctly report continue_status.
4415 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
4416 TARGET_SIGNAL_0 (new default value).
4417 (child_resume): consider sig argument passed to decide if
4418 the exception should be passed to debuggee or not.
4419
4420 2002-02-05 Michael Snyder <msnyder@redhat.com>
4421
4422 * regcache.c (fetch_register): Call target_fetch_register
4423 only if we don't call FETCH_PSEUDO_REGISTER.
4424 (store_register): Call target_store_register only if we
4425 don't call STORE_PSEUDO_REGISTER.
4426
4427 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
4428
4429 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4430 ELF_MAKE_MSYMBOL_SPECIAL.
4431 * gdbarch.c, gdbarch.h: Regenerate.
4432 * arch-utils.c (default_make_msymbol_special): New function.
4433 * arch-utils.h (default_make_msymbol_special): Export.
4434 * elfread.c (elf_symtab_read): Compile use of
4435 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4436 multiarched.
4437 * coffread.c (coff_symtab_read): Ditto, for
4438 COFF_MAKE_MSYMBOL_SPECIAL.
4439
4440 2002-02-05 Jim Blandy <jimb@redhat.com>
4441
4442 * solib-svr4.c (svr4_truncate_ptr): New function.
4443 (svr4_relocate_section_addresses): Do the address arithmetic with
4444 the appropriate truncation for target addresses, even when
4445 CORE_ADDR is larger than a target address.
4446
4447 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4448
4449 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4450 to (int *).
4451
4452 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4453
4454 * gdbserver/linux-low.c (kill_inferior): Remove commented out
4455 code.
4456
4457 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4458
4459 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4460
4461 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4462
4463 * gdbserver/linux-low.c: Remove unused include files.
4464
4465 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4466
4467 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4468 (read_inferior_memory): Use it.
4469 (write_inferior_memory): Likewise.
4470
4471 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4472
4473 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4474 grubbing through sys_errlist.
4475
4476 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4477
4478 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4479
4480 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4481 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4482
4483 2002-02-04 Andrew Cagney <ac131313@redhat.com>
4484
4485 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4486 (do_sfunc, set_cmd_sfunc): New functions.
4487
4488 * command.h (struct cmd_list_element): Add field func.
4489 * cli/cli-decode.h (struct cmd_list_element): Ditto.
4490 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4491 * cli/cli-decode.h: Ditto.
4492
4493 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4494 (help_all, help_cmd_list): Ditto.
4495 (find_cmd, complete_on_cmdlist): Ditto.
4496 * top.c (execute_command): Ditto.
4497
4498 * cli/cli-setshow.c (do_setshow_command): Call func instead of
4499 function.sfunc.
4500
4501 * infcmd.c (notice_args_read): Fix function signature.
4502
4503 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4504 * cli/cli-decode.c (add_set_cmd): Ditto.
4505 * utils.c (initialize_utils): Ditto.
4506 * maint.c (_initialize_maint_cmds): Ditto.
4507 * infrun.c (_initialize_infrun): Ditto.
4508 * demangle.c (_initialize_demangler): Ditto.
4509 * remote.c (add_packet_config_cmd): Ditto.
4510 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4511 * cris-tdep.c (_initialize_cris_tdep): Ditto.
4512 * proc-api.c (_initialize_proc_api): Ditto.
4513 * kod.c (_initialize_kod): Ditto.
4514 * valprint.c (_initialize_valprint): Ditto.
4515 * top.c (init_main): Ditto.
4516 * infcmd.c (_initialize_infcmd): Ditto.
4517 * corefile.c (_initialize_core): Ditto.
4518 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4519 * arch-utils.c (initialize_current_architecture): Ditto.
4520 (_initialize_gdbarch_utils): Ditto.
4521 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4522
4523 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4524 * wince.c (_initialize_inftarg): Ditto.
4525 * symfile.c (_initialize_symfile): Ditto.
4526 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4527 * language.c (_initialize_language): Ditto.
4528 * arc-tdep.c (_initialize_arc_tdep): Ditto.
4529
4530 2002-02-04 Michael Snyder <msnyder@redhat.com>
4531
4532 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4533
4534 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4535
4536 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4537 Add rules for building the register data files.
4538
4539 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4540
4541 * regformats/regdat.sh: Add braces to the definition of
4542 expedite_regs_${arch}.
4543
4544 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4545
4546 * regformats/regdef.h (struct reg): Add comment describing the
4547 requirements for offset and size fields.
4548
4549 2002-02-04 Andreas Schwab <schwab@suse.de>
4550
4551 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4552 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4553
4554 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
4555
4556 * gdbarch.sh (copyright): Update years in generated header.
4557 (SMASH_TEXT_ADDRESS): Add rule.
4558 * gdbarch.h, gdbarch.c: Re-generate.
4559 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4560 * dbxread.c: Likewise.
4561 * dwarfread.c: Likewise.
4562 * elfread.c: Likewise.
4563 * somread.c: Likewise.
4564
4565 * arm-tdep.c (arm_smash_text_address): New function.
4566 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4567
4568 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4569
4570 Add support for hardware watchpoints on win32 native.
4571 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
4572 CONTEXT_DEBUG_REGISTERS.
4573 (dr variable): New variable. Static array containing a local copy
4574 of debug registers.
4575 (debug_registers_changed): New variable. Reflects when debug registers
4576 are changed and need to be written to inferior.
4577 (debug_registers_used): New variable. Reflects when any debug register
4578 was set, used when new threads are created.
4579 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4580 i386-nat code.
4581 (thread_rec): Set dr array if id is the thread of current_event .
4582 (child_continue, child_resume): Change the debug registers for all
4583 threads if debug_registers_changed.
4584 (child_add_thread): Change the debug registers if debug_registers_used.
4585 * config/i386/cygwin.mh: Add use of i386-nat.o file.
4586 Link nm.h to new nm-cygwin.h file.
4587 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4588 of hardware registers.
4589
4590 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4591
4592 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4593 Restore behavour broken by 2002-01-20 Andrew Cagney
4594 <ac131313@redhat.com> IEEE_FLOAT removal.
4595
4596 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4597
4598 * c-valprint.c (c_val_print): Pass a proper valaddr to
4599 cp_print_class_method.
4600 * valops.c (search_struct_method): If there is only one method
4601 and args is NULL, return that method.
4602
4603 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4604
4605 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4606 accessing tag_name directly.
4607
4608 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4609
4610 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4611 of accessing tag_name directly.
4612
4613 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4614
4615 PR gdb/280
4616 * gdbtypes.c (replace_type): New function.
4617 * gdbtypes.h (replace_type): Add prototype.
4618 * stabsread.c (read_type): Use replace_type.
4619
4620 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
4621
4622 * Makefile.in (memattr.o): Add missing dependencies rule.
4623
4624 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4625
4626 * breakpoint.c (break_at_finish_command): Really export.
4627 (break_at_finish_at_depth_command): Ditto.
4628 (tbreak_at_finish_command): Ditto.
4629 * hppa-tdep.c: Include completer.h.
4630 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4631 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4632
4633 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4634
4635 * utils.c (do_write): New function.
4636 (error_stream): Rewrite combining the code from error_begin and
4637 verror.
4638 (verror): Rewrite using error_stream.
4639 (error_begin): Delete function.
4640
4641 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4642
4643 * utils.c (error_begin): Make static.
4644 * defs.h (error_begin): Delete declaration.
4645
4646 * linespec.c (cplusplus_error): Replace cplusplus_hint.
4647 (decode_line_1): Use cplusplus_error instead of error_begin,
4648 cplusplus_hint and return_to_top_level.
4649 * coffread.c (coff_symfile_read): Use error instead of error_begin
4650 and return_to_top_level.
4651 * infrun.c (default_skip_permanent_breakpoint): Ditto.
4652
4653 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4654
4655 * language.h (type_error, range_error): Make string parameter
4656 constant.
4657 * language.c (warning_pre_print): Delete extern declaration.
4658 * dwarfread.c (warning_pre_print): Ditto.
4659 * language.c (type_error, range_error): Rewrite to use verror and
4660 vwarning instead of warning_begin.
4661
4662 2002-02-01 Michael Snyder <msnyder@redhat.com>
4663
4664 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4665 (set_ignore_count): Move misplaced comment back where it belongs.
4666
4667 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4668
4669 * command.h (NO_FUNCTION): Delete macro.
4670 * cli/cli-decode.h (NO_FUNCTION): Ditto.
4671 * top.c (execute_command): Replace NO_FUNCTION with NULL.
4672 * tracepoint.c (_initialize_tracepoint): Ditto.
4673 * cli/cli-decode.c (add_set_cmd): Ditto.
4674 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4675
4676 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
4677
4678 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4679 Update ``this'' pointer when calling virtual functions.
4680
4681 2002-02-01 Michael Snyder <msnyder@redhat.com>
4682
4683 * breakpoint.c (create_temp_exception_breakpoint): Delete.
4684 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4685
4686 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
4687
4688 * regformats/reg-arm.dat: New file.
4689 * regformats/reg-i386.dat: New file.
4690 * regformats/reg-ia64.dat: New file.
4691 * regformats/reg-m68k.dat: New file.
4692 * regformats/reg-mips.dat: New file.
4693 * regformats/reg-ppc.dat: New file.
4694 * regformats/reg-sh.dat: New file.
4695 * regformats/regdef.h: New file.
4696 * regformats/regdat.sh: New file.
4697
4698 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
4699
4700 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4701 (arm_frame_args_address, arm_frame_locals_address): New functions.
4702 (arm_frame_num_args): New function.
4703 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4704 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4705 (FRMA_NUM_ARGS): Call arm_frame_num_args.
4706
4707 2002-01-31 Michael Snyder <msnyder@redhat.com>
4708
4709 * breakpoint.c (break_at_finish_command): Export.
4710 (break_at_finish_at_depth_command): Export.
4711 (tbreak_at_finish_command): Export.
4712 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4713 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4714 "tbreak" commands, which are HPPA specific.
4715
4716 * printcmd.c (disassemble_command): Remove an ancient
4717 artifact of an old merge.
4718
4719 * symfile.h (enum overlay_debugging_state):
4720 Define enum constant values for overlay mode.
4721 * symfile.c (overlay_debugging): Use enums instead of literals.
4722 (overlay_is_mapped, overlay_auto_command,
4723 overlay_manual_command): Ditto.
4724
4725 * breakpoint.c (insert_breakpoints, remove_breakpoint,
4726 breakpoint_here_p, breakpoint_inserted_here_p,
4727 breakpoint_thread_match, bpstat_stop_status,
4728 describe_other_breakpoints, check_duplicates, clear_command):
4729 Coding standard fixes.
4730
4731 * target.c (target_xfer_memory): Add spaces, coding standard.
4732 (do_xfer_memory): Add missing line to trust-readonly
4733 code: check bfd SEC_READONLY flag for section.
4734
4735 2002-01-31 Andrew Cagney <ac131313@redhat.com>
4736
4737 * PROBLEMS: Fix typo, 5.1->5.1.1.
4738
4739 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4740
4741 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4742 data symbols, since we search based on textlow and texthigh.
4743 (find_pc_sect_symtab): Likewise.
4744
4745 2002-01-30 Andrew Cagney <ac131313@redhat.com>
4746
4747 * defs.h (vwarning): Declare.
4748 * utils.c (vwarning): New function.
4749 (warning): Call vwarning.
4750 (warning_begin): Delete function.
4751
4752 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4753 the warning message.
4754 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4755 warning_begin.
4756
4757 2002-01-30 Michael Snyder <msnyder@redhat.com>
4758
4759 * NEWS: Mention "set trust-readonly-sections" command.
4760 Mention generate-core-file command.
4761
4762 2002-01-15 Michael Snyder <msnyder@redhat.com>
4763
4764 * target.c: New command, "set trust-readonly-sections on".
4765 (do_xfer_memory): Honor the suggestion to trust readonly sections
4766 by reading them from the object file instead of from the target.
4767 (initialize_targets): Register command "set trust-readonly-sections".
4768
4769 2002-01-29 Andrew Cagney <ac131313@redhat.com>
4770
4771 * parse.c (target_map_name_to_register): Simplify, search regs and
4772 pseudo-regs using a single loop.
4773
4774 2002-01-30 Andrew Cagney <ac131313@redhat.com>
4775
4776 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4777
4778 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
4779
4780 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4781 * config/i386/i386v42mp.mh: Add i387-nat.o .
4782 * i386v4-nat.c: Include i387-nat.h.
4783 (supply_fpregset): Use i387_supply_fsave.
4784 (fill_fpregset): Use i387_fill_fsave.
4785
4786 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
4787
4788 * arm-tdep.c (arm_call_dummy_words): Define.
4789 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4790 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4791 (CALL_DUMMY_WORDS): Define.
4792 (arm_call_dummy_words): Declare.
4793 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4794 (arm_linux_call_dummy_words): Declare.
4795
4796 2002-01-30 Andreas Schwab <schwab@suse.de>
4797
4798 * m68klinux-nat.c: Fix last change to use regcache_collect
4799 instead of referencing registers[] directly.
4800
4801 2002-01-29 Andrew Cagney <ac131313@redhat.com>
4802
4803 * parse.c (target_map_name_to_register): Delete code wrapped in
4804 #ifdef REGISTER_NAME_ALIAS_HOOK.
4805
4806 2002-01-28 Michael Snyder <msnyder@redhat.com>
4807
4808 * regcache.c (legacy_read_register_gen): Need to be able to
4809 read pseudo-register as well as real register.
4810 (legacy_write_register_gen): Ditto.
4811
4812 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4813
4814 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4815 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4816 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4817 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4818 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4819 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4820 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4821 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4822 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4823 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4824 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4825 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4826 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4827 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4828 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4829 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4830 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4831 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4832 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4833 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4834
4835 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4836
4837 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4838 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4839 (initialize_current_architecture): Update target_byte_order using
4840 information from BFD.
4841 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4842 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4843
4844 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4845
4846 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4847 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
4848
4849 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4850 #ifdef INVALID_FLOAT.
4851 * infcmd.c (do_registers_info): Ditto.
4852 * values.c (unpack_double): Ditto. Add comment.
4853
4854 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4855 already commented out.
4856
4857 2002-01-26 Andreas Schwab <schwab@suse.de>
4858
4859 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4860 * m68klinux-nat.c: Update ptrace interface for fetching/storing
4861 registers and add support for PTRACE_GETREGS.
4862
4863 2002-01-24 Andrew Cagney <ac131313@redhat.com>
4864
4865 GDB 5.1.1 released from 5.1 branch.
4866 * NEWS: Add 5.1.1 news.
4867 * README: Sync with 5.1 branch.
4868
4869 2002-01-23 Fred Fish <fnf@redhat.com>
4870
4871 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4872 stabstring on initial malloc. Reallocing will copy it for us,
4873 if necessary.
4874
4875 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
4876
4877 * Makefile.in (hpread_h): Delete.
4878 (HFILES_NO_SRCDIR): Remove hpread.h.
4879 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4880 (hpread.o): Update dependencies.
4881 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4882
4883 * hp-psymtab-read.c: Remove file.
4884 * hp-symtab-read.c: Remove file.
4885 * hpread.h: Remove file.
4886
4887 * hpread.c: Merge all contents of hp-psymtab-read.c,
4888 hp-symtab-read.c and hpread.h into this file, as it was prior to
4889 January 1999.
4890
4891 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4892 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4893 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4894 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4895
4896 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
4897
4898 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4899 fill_gregset): Call gdbarch_tdep() just once, assign result to
4900 variable and use that, instead of calling the function several
4901 times.
4902
4903 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
4904
4905 * configure.host: Accept sparcv9 as alias for sparc64.
4906 * configure.tgt: Likewise.
4907
4908 2002-01-22 Kevin Buettner <kevinb@redhat.com>
4909
4910 * solib-aix5.c (build_so_list_from_mapfile)
4911 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4912 arguments is not reversed.
4913 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4914 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4915
4916 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
4917
4918 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4919 modified version of obsolete sh_fetch_pseudo_register.
4920 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4921 (sh4_register_read): New function.
4922 (sh_pseudo_register_write): New function. Renamed and modified
4923 version of obsolete sh_store_pseudo_register.
4924 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4925 (sh4_register_write): New function.
4926 (sh_gdbarch_init): Remove setting of gdbarch function
4927 fetch_pseudo_register and store_pseudo_register. Remove setting of
4928 register_convert_to_raw, register_convert_to_virtual,
4929 register_convertible.
4930 (sh_sh4_register_convertible): Delete. No longer needed. All is
4931 taken care by architecture specific functions
4932 register_read/register_write.
4933 (sh_sh4_register_convert_to_virtual): Make static.
4934 (sh_sh4_register_convert_to_raw): Ditto.
4935
4936 2002-01-22 Andrew Cagney <ac131313@redhat.com>
4937
4938 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4939 (floatformat_is_nan, floatformat_mantissa): Ditto.
4940
4941 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4942 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4943 builtin_type_ieee_double_little,
4944 builtin_type_ieee_double_littlebyte_bigword,
4945 builtin_type_m68881_ext, builtin_type_i960_ext,
4946 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4947 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4948 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4949 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4950
4951 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
4952
4953 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4954 parameter. Set frameless flag if it exists and depended of
4955 whether the scanned function is frameless or not.
4956 (xstormy16_skip_prologue): If function is frameless, return
4957 result of xstormy16_scan_prologue().
4958 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4959 call.
4960
4961 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
4962
4963 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4964 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4965 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4966 sh_sh4_register_byte, sh_sh4_register_raw_size,
4967 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4968 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4969 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4970 sh_store_pseudo_register, sh_do_pseudo_register): Call
4971 gdbarch_tdep() just once, assign result to variable and use that,
4972 instead of calling the function several times.
4973
4974 2002-01-20 Mark Kettenis <kettenis@gnu.org>
4975
4976 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
4977 macros instead of LAST_FPU_CTRL_REGNUM.
4978 (store_register): Likewise.
4979
4980 2002-01-21 Jim Blandy <jimb@redhat.com>
4981
4982 * infcmd.c (run_command): Check that the `exec' target layer's BFD
4983 is up-to-date before running the program, not just when a program
4984 exits.
4985
4986 2002-01-21 Fred Fish <fnf@redhat.com>
4987
4988 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
4989 when we have found all instructions we are looking for.
4990
4991 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
4992
4993 * arm-tdep.c (arm_register_name): New function.
4994 (arm_registers_names): Make static.
4995 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
4996 (arm_register_name): Declare.
4997 (REGISTER_NAME): Use it.
4998
4999 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5000 Kevin Buettner <kevinb@redhat.com>
5001
5002 Convert arm targets to new FRAME interface.
5003 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5004 (arm_frame_find_save_regs): Delete.
5005 (arm_frame_init_saved_regs): New.
5006 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5007 Allocate extra_info as required. Convert all uses of fsr.regs
5008 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5009 to use extra_info.
5010 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5011 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5012 (check_prologue_cache, save_prologue_cache): Likewise.
5013 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5014 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5015 (FRAME_FIND_SAVED_REGS): Delete.
5016 (arm_frame_find_saved_regs): Delete prototype.
5017 (arm_frame_init_saved_regs): New prototype.
5018 (FRAME_INIT_SAVED_REGS): Define.
5019
5020 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5021
5022 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5023
5024 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5025
5026 From Jeff Law <law@redhat.com>:
5027 * infttrace.c: Include <sys/pstat.h>.
5028 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5029 exec file if the ttrace equivalent fails.
5030
5031 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5032
5033 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5034 (closeLogFile): Ditto.
5035
5036 2002-01-20 Michael Chastain <mec@shout.net>
5037
5038 * top.c (print_gdb_version): Bump copyright year to 2002.
5039
5040 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5041
5042 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5043 Zannoni and Eli Zaretskii.
5044
5045 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * buildsym.c: Update copyright years.
5048 * c-typeprint.c: Likewise.
5049 * dwarf2read.c: Likewise.
5050 * f-typeprint.c: Likewise.
5051 * gdbtypes.c: Likewise.
5052 * gdbtypes.h: Likewise.
5053 * hp-symtab-read.c: Likewise.
5054 * hpread.c: Likewise.
5055 * mdebugread.c: Likewise.
5056 * p-typeprint.c: Likewise.
5057
5058 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5059
5060 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5061 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5062 byte-order selectable.
5063 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5064 * arch-utils.c: Ditto.
5065 (set_endian): Ditto.
5066 (set_endian_from_file): Ditto.
5067 * gdbserver/low-sim.c (create_inferior): Ditto.
5068 * gdbarch.sh: Ditto.
5069 * gdbarch.h: Re-generate.
5070 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5071 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5072 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5073 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5074 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5075 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5076 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5077 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5078 macro definition.
5079 * config/mips/tm-wince.h: Remove #undef of macro
5080 TARGET_BYTE_ORDER_SELECTABLE.
5081 * config/sh/tm-wince.h: Ditto.
5082
5083 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5084
5085 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5086 member function fields. Add accessor macro
5087 TYPE_FN_FIELD_ARTIFICIAL.
5088 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5089 * c-typeprint.c (c_type_print_base): Skip artificial member
5090 functions.
5091
5092 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5093
5094 * f-typeprint.c: Delete unused function f_type_print_args.
5095 * p-typeprint.c: Delete unused function pascal_type_print_args.
5096
5097 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5098
5099 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5100 comment. Add ``artificial'' to ``union field_location''.
5101
5102 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5103
5104 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5105 * mdebugread.c (parse_symbol): Likewise.
5106 * stabsread.c (define_symbol): Likewise.
5107 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5108 initializing TYPE_FIELD_BITPOS to n (obsolete).
5109 (hpread_doc_function_type): Likewise.
5110 * hpread.c (hpread_function_type): Likewise.
5111
5112 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5113
5114 * configure.in (host_makefile_frag): Only require a host makefile
5115 fragment when a native build.
5116 * configure: Re-generate.
5117
5118 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5119
5120 * doublest.h (floatformat_from_type): Declare.
5121 * doublest.c (floatformat_from_type): New function.
5122 (convert_typed_floating): Use.
5123
5124 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5125 call to function floatformat_from_type.
5126
5127 * gdbarch.sh (IEEE_FLOAT): Delete.
5128 * gdbarch.h, gdbarch.c: Re-generate.
5129 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5130 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5131 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5132 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5133 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5134 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5135 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5136 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5137 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5138 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5139 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
5140 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5141
5142 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5143 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5144 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5145 * sh-tdep.c (sh_gdbarch_init): Ditto.
5146 * mips-tdep.c (mips_gdbarch_init): Ditto.
5147 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5148 * cris-tdep.c (cris_gdbarch_init): Ditto.
5149
5150 2002-01-20 Jiri Smid <smid@suse.cz>
5151
5152 * configure.host, configure.tgt: Support x86-64.
5153 * NEWS: Note new target x86-64.
5154
5155 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5156 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5157 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5158 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5159 x86-64-linux-nat.o): Fix dependencies.
5160
5161 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5162
5163 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5164 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5165 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5166 * config/sparc/xm-sun4os4.h: Delete file.
5167 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
5168
5169 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5170
5171 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5172 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5173 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5174 * config/i386/i386lynx.mh (XM_FILE): Delete.
5175 * config/rs6000/xm-rs6000ly.h: Delete file.
5176 * config/sparc/xm-sparclynx.h: Delete file.
5177 * config/m68k/xm-m68klynx.h: Delete file.
5178 * config/i386/xm-i386lynx.h: Delete file.
5179 * config/xm-lynx.h: Delete file.
5180 * config/djgpp/fnchange.lst: Update.
5181
5182 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5183
5184 * alpha-tdep.c (alpha_register_byte): New function.
5185 (alpha_register_raw_size): Ditto.
5186 (alpha_register_virtual_size): Ditto.
5187 (alpha_skip_prologue_internal): Renamed from
5188 alpha_skip_prologue.
5189 (alpha_skip_prologue): New version that calls
5190 alpha_skip_prologue_internal.
5191 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5192 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5193 second argument from alpha_skip_prologue.
5194 (REGISTER_BYTE): Use alpha_register_byte.
5195 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5196 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5197 (FRAMELESS_FUNCTION_INVOCATION): Use
5198 generic_frameless_function_invocation_not.
5199 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5200 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5201
5202 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5203
5204 * config/mips/xm-news-mips.h: Delete file.
5205 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5206
5207 * config/m88k/xm-m88k.h: Delete file.
5208 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5209 * config/m88k/xm-delta88v4.h: Ditto.
5210 * config/m88k/xm-delta88.h: Ditto.
5211
5212 * config/alpha/xm-fbsd.h: Delete file.
5213 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5214
5215 * config/sparc/xm-sparc.h: Delete file.
5216 * Makefile.in (xm-sun4os4.h): Delete dependency.
5217 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5218 * config/sparc/xm-sun4os4.h: Ditto.
5219 * config/sparc/xm-linux.h: Ditto.
5220
5221 * config/i386/xm-windows.h: Delete file.
5222
5223 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5224
5225 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5226 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5227
5228 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5229
5230 * alpha-tdep.c (alpha_call_dummy_words): New.
5231 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5232 (CALL_DUMMY_P): Define.
5233 (CALL_DUMMY_WORDS): Define.
5234 (SIZEOF_CALL_DUMMY_WORDS): Define.
5235
5236 2002-01-19 Per Bothner <per@bothner.com>
5237
5238 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5239 isn't NULL, which can happen with some gcj-3.x-produced code.
5240
5241 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5242
5243 * alpha-tdep.c (alpha_register_virtual_type): New function.
5244 (alpha_init_frame_pc_first): Ditto.
5245 (alpha_fix_call_dummy): Ditto.
5246 (alpha_store_struct_return): Ditto.
5247 (alpha_extract_struct_value_address): Ditto.
5248 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5249 alpha_register_virtual_type.
5250 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5251 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5252 alpha_extract_struct_value_address.
5253 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5254 (INIT_FRAME_PC): Use init_frame_pc_noop.
5255 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5256
5257 2002-01-19 Mark Kettenis <kettenis@gnu.org>
5258
5259 * i386gnu-nat.c: Include "i386-tdep.h".
5260 (fetch_fpregs): Simplify code dealing with uninitialized floating
5261 point states such that it doesn't require FP7_REGNUM.
5262
5263 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5264
5265 * alpha-tdep.c (frame_extra_info): New.
5266 (alpha_find_saved_regs): Make static. Use
5267 frame->extra_info.
5268 (alpha_frame_init_saved_regs): New function.
5269 (alpha_frame_saved_pc): Use frame->extra_info.
5270 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5271 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
5272 (init_extra_frame_info): Rename to...
5273 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
5274 (alpha_print_extra_frame_info): New function.
5275 (alpha_frame_locals_address): Ditto.
5276 (alpha_frame_args_address): Ditto.
5277 (alpha_pop_frame): Use frame->extra_info.
5278 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5279 alpha_frame_args_address.
5280 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
5281 (alpha_find_saved_regs): Remove prototype.
5282 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5283 (EXTRA_FRAME_INFO): Remove.
5284 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5285 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5286
5287 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5288
5289 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5290 (alpha_cannot_fetch_register): Ditto.
5291 (alpha_cannot_store_register): Ditto.
5292 (alpha_register_convertible): Ditto.
5293 (alpha_use_struct_convention): Ditto.
5294 * config/alpha/tm-alpha.h: Update copyright years.
5295 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5296 (INNER_THAN): Use core_addr_lessthan.
5297 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5298 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5299 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5300 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5301 (FRAME_CHAIN): Remove unnecessary cast.
5302
5303 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5304
5305 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5306 obsolete.
5307
5308 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5309
5310 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
5311 * monitor.c, remote-array.c, remote-bug.c: Ditto.
5312 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5313 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5314 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5315 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5316 * x86-64-linux-nat.c: Ditto.
5317
5318 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5319
5320 * alpha-tdep.c (alpha_register_name): New function.
5321 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5322 (REGISTER_NAME): Define.
5323
5324 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5325
5326 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5327
5328 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5329
5330 * alpha-tdep.c: Update copyright years.
5331 (alpha_next_pc): New function.
5332 (alpha_software_single_step): Ditto.
5333 * config/alpha/tm-alpha.h: Add prototype for
5334 alpha_software_single_step.
5335
5336 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5337
5338 * alphabsd-nat.c: Update copyright years.
5339 (fill_gregset): Use regcache_collect.
5340 (fill_fpregset): Likewise.
5341 (fetch_inferior_registers): Only fetch integer registers
5342 if requested to do so.
5343 (store_inferior_registers): Only store integer registers
5344 if requested to do so.
5345
5346 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5347
5348 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5349 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5350 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5351 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5352 * config/alpha/fbsd.mh (XDEPFILES): Delete.
5353 * config/arm/linux.mh (XDEPFILES): Delete.
5354 * config/arm/nbsd.mh (XDEPFILES): Delete.
5355 * config/i386/i386dgux.mh (XDEPFILES): Delete.
5356 * config/i386/i386sol2.mh (XDEPFILES): Delete.
5357 * config/i386/i386m3.mh (XDEPFILES): Delete.
5358 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5359 * config/i386/i386gnu.mh (XDEPFILES): Delete.
5360 * config/i386/fbsd.mh (XDEPFILES): Delete.
5361 * config/i386/i386bsd.mh (XDEPFILES): Delete.
5362 * config/i386/i386sco5.mh (XDEPFILES): Delete.
5363 * config/i386/i386v4.mh (XDEPFILES): Delete.
5364 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5365 * config/i386/i386sco4.mh (XDEPFILES): Delete.
5366 * config/i386/i386aix.mh (XDEPFILES): Delete.
5367 * config/i386/go32.mh (XDEPFILES): Delete.
5368 * config/i386/cygwin.mh (XDEPFILES): Delete.
5369 * config/i386/i386lynx.mh (XDEPFILES): Delete.
5370 * config/i386/i386mach.mh (XDEPFILES): Delete.
5371 * config/i386/i386v32.mh (XDEPFILES): Delete.
5372 * config/i386/linux.mh (XDEPFILES): Delete.
5373 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5374 * config/i386/ncr3000.mh (XDEPFILES): Delete.
5375 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5376 * config/i386/i386sco.mh (XDEPFILES): Delete.
5377 * config/i386/i386v.mh (XDEPFILES): Delete.
5378 * config/i386/nbsd.mh (XDEPFILES): Delete.
5379 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5380 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5381 * config/i386/symmetry.mh (XDEPFILES): Delete.
5382 * config/i386/obsd.mh (XDEPFILES): Delete.
5383 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5384 * config/ia64/linux.mh (XDEPFILES): Delete.
5385 * config/ia64/aix.mh (XDEPFILES): Delete.
5386 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5387 * config/m68k/dpx2.mh (XDEPFILES): Delete.
5388 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5389 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5390 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5391 * config/m68k/linux.mh (XDEPFILES): Delete.
5392 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5393 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5394 * config/m68k/nbsd.mh (XDEPFILES): Delete.
5395 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5396 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5397 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5398 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5399 * config/m88k/delta88.mh (XDEPFILES): Delete.
5400 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5401 * config/m88k/m88k.mh (XDEPFILES): Delete.
5402 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5403 * config/mips/linux.mh (XDEPFILES): Delete.
5404 * config/mips/irix6.mh (XDEPFILES): Delete.
5405 * config/mips/irix5.mh (XDEPFILES): Delete.
5406 * config/mips/irix4.mh (XDEPFILES): Delete.
5407 * config/mips/irix3.mh (XDEPFILES): Delete.
5408 * config/mips/decstation.mh (XDEPFILES): Delete.
5409 * config/mips/mipsm3.mh (XDEPFILES): Delete.
5410 (NATDEPFILES): Move core-aout.o to here.
5411 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5412 * config/pa/hpux1020.mh (XDEPFILES): Delete.
5413 * config/pa/hppabsd.mh (XDEPFILES): Delete.
5414 * config/pa/hppahpux.mh (XDEPFILES): Delete.
5415 * config/pa/hpux11w.mh (XDEPFILES): Delete.
5416 * config/pa/hppaosf.mh (XDEPFILES): Delete.
5417 * config/pa/hpux11.mh (XDEPFILES): Delete.
5418 * config/powerpc/aix.mh (XDEPFILES): Delete.
5419 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5420 * config/powerpc/linux.mh (XDEPFILES): Delete.
5421 * config/romp/rtbsd.mh: Rename XDEPFILES.
5422 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5423 * config/rs6000/aix4.mh (XDEPFILES): Delete.
5424 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5425 * config/s390/s390.mh (XDEPFILES): Delete.
5426 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5427 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5428 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5429 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5430 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5431 * config/sparc/nbsd.mh (XDEPFILES): Delete.
5432 * config/sparc/linux.mh (XDEPFILES): Delete.
5433 * config/vax/vaxult.mh (XDEPFILES): Delete.
5434 * config/vax/vaxult2.mh (XDEPFILES): Delete.
5435 * Makefile.in (DEPFILES): Remove XDEPFILES.
5436
5437 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5438
5439 * utils.c (internal_verror): Fix comments, default is yes not no.
5440 Update queries to match. Default to quit and dump core.
5441
5442 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5443
5444 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
5445 copyright.
5446 * defs.h, event-top.c, gdbcmd.h: Ditto.
5447 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5448 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5449 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5450 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5451 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5452 * mi/mi-main.c:Ditto.
5453
5454 * stack.c, symfile.c: Update copyright.
5455
5456 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
5457
5458 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5459 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5460 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5461 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
5462
5463 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
5464
5465 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5466 * gdbserver/low-lynx.c (myattach): Likewise.
5467 * gdbserver/low-nbsd.c (myattach): Likewise.
5468 * gdbserver/low-sim.c (myattach): Likewise.
5469 * gdbserver/low-sparc.c (myattach): Likewise.
5470 * gdbserver/low-sun3.c (myattach): Likewise.
5471
5472 * gdbserver/low-linux.c (myattach): New function.
5473
5474 * gdbserver/server.c (attach_inferior): New function.
5475 (main): Handle "--attach".
5476
5477 2002-01-16 Andrew Cagney <ac131313@redhat.com>
5478
5479 * MAINTAINERS (language support): Daniel Jacobwitz is C++
5480 maintainer.
5481
5482 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
5483
5484 * c-typeprint.c (is_type_conversion_operator): Add additional
5485 check for non-conversion operators.
5486
5487 2002-01-15 Michael Snyder <msnyder@redhat.com>
5488
5489 * linux-proc.c: Add "info proc" command, a la procfs.c.
5490 (read_mapping): New function, abstract and re-use code.
5491 (linux_find_memory_regions): Use new func read_mapping.
5492 (linux_info_proc_cmd): New function, implement "info proc".
5493 (_initialize_linux_proc): Add new command "info proc".
5494
5495 2002-01-15 Michael Snyder <msnyder@redhat.com>
5496
5497 * symfile.c (generic_load): Use bfd_map_over_sections method
5498 instead of manipulating bfd structure members directly.
5499 (add_section_size_callback): New function, bfd sections callback
5500 used by generic_load.
5501 (load_sections_callback): New function, bfd sections callback
5502 used by generic_load.
5503
5504 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
5505
5506 [Based on work by Jim Blandy]
5507 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5508 (builtin_type_vec128): Export.
5509 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5510 types.
5511 (builtin_type_vec128): New builtin type for 128 bit vector
5512 registers.
5513 (build_gdbtypes): Initialize builtin_type_v16qi and
5514 builtin_type_v8hi. Create the vec128 register builtin type
5515 structure.
5516 (build_builtin_type_vec128): New function.
5517 (_initialize_gdbtypes): Register builtin_type_v16qi and
5518 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5519 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5520 AltiVec register to new builtin type.
5521
5522 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
5523
5524 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5525 to make_cv_type.
5526
5527 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5528
5529 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5530 CLEAN_UP_REGISTER_VALUE.
5531 * regcache.c (supply_register): Update only call.
5532
5533 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5534
5535 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5536 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5537 a29k-*-vxworks* targets as obsolete.
5538
5539 2002-01-14 Michael Snyder <msnyder@redhat.com>
5540
5541 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5542 until we can resolve portability issues.
5543 * gregset.h: Remove references to fpxregs.
5544 * gcore.c (gcore_command): Initialize note_sec to NULL.
5545
5546 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5547
5548 * signals.c (target_signal_to_name): Rewrite. Only use
5549 signals[].name when in bounds and non-NULL.
5550
5551 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5552
5553 From Petr Ledvina <ledvinap@kae.zcu.cz>:
5554 * signals.c (target_signal_to_name): Verify that SIG is within the
5555 bounds of the signals array.
5556
5557 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5558
5559 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5560
5561 2002-01-13 Keith Seitz <keiths@redhat.com>
5562
5563 * stack.c (print_frame_info_base): Print the frame's pc
5564 only if when print_frame_info_listing_hook is not defined.
5565
5566 2002-01-13 Keith Seitz <keiths@redhat.com>
5567
5568 * varobj.c (varobj_set_value): Make sure that there were no
5569 errors evaluating the object before attempting to set its
5570 value.
5571 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5572 so this offset adjustment is no longer necessary.
5573 (create_child): Don't set the error flag if the child is
5574 a CPLUS_FAKE_CHILD.
5575 (value_of_child): If value_fetch_lazy fails, return NULL
5576 so that callers will be notified that an error occurred.
5577 (c_value_of_variable): Delay check of variable's validity
5578 until later. We actually want all structs and unions to have
5579 the value "{...}".
5580 Do not return "???" for variables which could not be evaluated.
5581 This error condition must be returned to the caller so that it
5582 can get the error condition from gdb.
5583 (cplus_name_of_child): Adjust index for vptr before figuring
5584 out the name of the child.
5585 (cplus_value_of_child): If a child's (real) parent is not valid,
5586 don't even bother trying to give a value for it. Just return
5587 an error. Change all instances in this function.
5588 (cplus_type_of_child): If our parent is one of the "fake"
5589 parents, we need to get at the type of the real parent, and
5590 derive the child's true type using this information.
5591
5592 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5593
5594 From 2002-01-09 John Marshall <johnm@falch.net>:
5595 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5596 sources.redhat.com, and tweak some related URLs which had
5597 suffered from linkrot.
5598
5599 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5600
5601 From Jeff law:
5602 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5603 structures passed in registers.
5604
5605 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
5606
5607 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5608 white space which prevented compilation. Reported by DSK
5609 <dsk@student.unsw.edu.au>.
5610
5611 2002-01-11 Michael Snyder <msnyder@redhat.com>
5612
5613 * symfile.c (build_section_addr_info_from_section_tab):
5614 Use bfd access method instead of manipulating bfd directly.
5615 (syms_from_objfile): Ditto.
5616 (simple_overlay_update_1): Ditto.
5617 (simple_overlay_update): Ditto.
5618 (generic_load): Ditto.
5619 (overlay_unmapped_address): FIXME comment, bfd access methods.
5620 (sections_overlap): FIXME comment, bfd access methods.
5621 (pc_in_mapped_range): FIXME comment, bfd access methods.
5622 (pc_in_unmapped_range): FIXME comment, bfd access methods.
5623 (section_is_mapped): FIXME comment, bfd access methods.
5624 (section_is_overlay): FIXME comment, bfd access methods.
5625
5626 * symfile.c (generic_load): Whitespace and long line cleanups.
5627 Remove duplicate variable, change several local variables to
5628 more appropriate data types.
5629 (print_transfer_performance): Use %lu instead of %ld for ulongs.
5630
5631 2002-01-12 Andrew Cagney <ac131313@redhat.com>
5632
5633 From Peter Schauer:
5634 * language.c (longest_local_hex_string_custom): Use phex_nz to
5635 convert NUM to a hex string.
5636
5637 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
5638
5639 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5640 the function.
5641 Update Copyright year.
5642
5643 2002-01-12 Andrew Cagney <ac131313@redhat.com>
5644
5645 * language.c (longest_raw_hex_string): Delete unused function.
5646
5647 2002-01-11 Petr Sorfa <petrs@caldera.com>
5648
5649 * MAINTAINERS (write-after-approval): Add myself.
5650 * dwarf2read.c (read_tag_string_type): Handling of
5651 DW_AT_byte_size.
5652 (read_tag_string_type): FORTRAN fix to prevent propagation of
5653 first string size.
5654 (set_cu_language): Handling of DW_LANG_Fortran95
5655
5656 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
5657
5658 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5659 GETPID(inferior_ptid).
5660 (store_inferior_registers): Likewise.
5661
5662 2002-01-10 Jason Merrill <jason@redhat.com>
5663
5664 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5665 Fix DW_OP_minus.
5666
5667 2002-01-10 Andrew Cagney <ac131313@redhat.com>
5668
5669 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5670 and bfd/elf32-sh-nbsd.c.
5671
5672 2002-01-10 Michael Snyder <msnyder@redhat.com>
5673
5674 * NEWS: Mention --pid and corefile/proc-id behavior change.
5675
5676 * Makefile.in: Add rules for gcore.o and linux-proc.o.
5677 * gcore.c: Include cli/cli-decode.h instead of command.h.
5678
5679 * main.c (captured_main): Add new command line option "--pid".
5680 If the second command line argument (following the symbol-file)
5681 begins with a digit, try to attach to it before trying to open
5682 it as a corefile.
5683 (print_gdb_help): Document the "--pid" argument.
5684
5685 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
5686
5687 * completer.c (command_completer): New function.
5688
5689 * completer.h <command_completer>: Add prototype.
5690
5691 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5692 completer for the "help" command.
5693
5694 2002-01-09 Jason Merrill <jason@redhat.com>
5695
5696 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5697
5698 2002-01-09 Michael Snyder <msnyder@redhat.com>
5699
5700 * i386-linux-nat.c (fill_fpxregset): Make global.
5701 (store_fpxregset): Ditto.
5702
5703 * gregset.h (gdb_fpxregset_t): Define.
5704 (supply_fpxregset): Prototype.
5705 (fill_fpxregset): Prototype.
5706
5707 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5708
5709 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
5710
5711 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5712 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5713 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5714
5715 2002-01-09 Andrew Cagney <ac131313@redhat.com>
5716
5717 * MAINTAINERS: Update target maintainer rules so that any
5718 Maintainer can approve a tested patch for a maintenance-only
5719 target.
5720
5721 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
5722
5723 * MAINTAINERS (write-after-approval): Add myself.
5724
5725 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5726 IN_SIGTRAMP.
5727
5728 2002-01-08 Michael Snyder <msnyder@redhat.com>
5729
5730 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5731 real name of the executable, rather than the /proc name.
5732
5733 2002-01-03 Michael Snyder <msnyder@redhat.com>
5734
5735 Implement a "generate-core-file" command in gdb, save target state.
5736 * gcore.c: New file. Implement new command 'generate-core-file'.
5737 Save a corefile image of the current state of the inferior.
5738 * linux-proc.c: Add linux-specific code for saving corefiles.
5739 * target.h (struct target_ops): Add new target vectors for saving
5740 corefiles; to_find_memory_regions and to_make_corefile_notes.
5741 (target_find_memory_regions): New macro.
5742 (target_make_corefile_notes): New macro.
5743 * target.c (update_current_target): Inherit new target methods.
5744 (dummy_find_memory_regions): New place-holder method.
5745 (dummy_make_corefile_notes): New place-holder method.
5746 (init_dummy_target): Initialize new dummy target vectors.
5747 * exec.c (exec_set_find_memory_regions): New function.
5748 Allow the exec_ops vector for memory regions to be taken over.
5749 (exec_make_note_section): New function, target vector method.
5750 * defs.h (exec_set_find_memory_regions): Export prototype.
5751 * procfs.c (proc_find_memory_regions): New function, corefile method.
5752 (procfs_make_note_section): New function, corefile method.
5753 (init_procfs_ops): Set new target vector pointers.
5754 (find_memory_regions_callback): New function.
5755 (procfs_do_thread_registers): New function.
5756 (procfs_corefile_thread_callback): New function.
5757 * sol-thread.c (sol_find_memory_regions): New function.
5758 (sol_make_note_section): New function.
5759 (init_sol_thread_ops): Initialize new target vectors.
5760 * inftarg.c (inftarg_set_find_memory_regions): New function.
5761 Allow to_find_memory_regions vector to be taken over.
5762 (inftarg_set_make_corefile_notes): New function.
5763 Allow to_make_corefile_notes vector to be taken over.
5764 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5765 interface layer if not target_has_execution (may be a corefile).
5766 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5767 * config/sparc/sun4sol2.mh: Ditto.
5768 * config/alpha/alpha-linux.mh: Ditto.
5769 * config/arm/linux.mh: Ditto.
5770 * config/i386/x86-64linux.mh: Ditto.
5771 * config/ia64/linux.mh: Ditto.
5772 * config/m68k/linux.mh: Ditto.
5773 * config/mips/linux.mh: Ditto.
5774 * config/powerpc/linux.mh: Ditto.
5775 * config/sparc/linux.mh: Ditto.
5776
5777 2002-01-07 Michael Snyder <msnyder@redhat.com>
5778
5779 * arm-linux-nat.c: Remove references to regcache.c internal data
5780 (registers[] and register_valid[]).
5781
5782 2002-01-07 Michael Snyder <msnyder@redhat.com>
5783
5784 * linux-proc.c: New file. Implement child_pid_to_exec_file,
5785 so that attaching to a pid will automatically read the process's
5786 symbol file and shlibs.
5787 * Makefile.in: Add rule for linux-proc.o.
5788 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5789 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5790 * config/arm/linux.mh: Ditto.
5791 * config/i386/linux.mh: Ditto.
5792 * config/i386/x86-64linux.mh: Ditto.
5793 * config/ia64/linux.mh: Ditto.
5794 * config/m68k/linux.mh: Ditto.
5795 * config/mips/linux.mh: Ditto.
5796 * config/powerpc/linux.mh: Ditto.
5797 * config/sparc/linux.mh: Ditto.
5798
5799 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
5800
5801 * win32-nat.c: Add i386-tdep.h dependency.
5802
5803 2002-01-07 Michael Snyder <msnyder@redhat.com>
5804
5805 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5806 instead of bfd_get_arch_size. Don't bail out just because
5807 there's no exec_bfd.
5808
5809 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5810 * p-valprint.c (pascal_object_print_value): Ditto.
5811 * somread.c (som_symtab_read): Ditto.
5812 * symfile.c (simple_free_overlay_region_table): Ditto.
5813 * valops.c (value_assign): Ditto.
5814
5815 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5816 use tilde_expand and strerror for opening save-tracepoints file.
5817
5818 * thread-db.c (thread_db_new_objfile): Indendation fix.
5819
5820 * infptrace.c (GDB_MAX_ALLOCA): New define.
5821 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5822 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5823 can be overridden with whatever value is appropriate to the host).
5824 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5825 alloca to allocate potentially large buffer.
5826 * rs6000-nat.c (child_xfer_memory): Ditto.
5827 * symm-nat.c (child_xfer_memory): Ditto.
5828 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5829
5830 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
5831
5832 From Nick Clifton <nickc@redhat.com>
5833 * d10v-tdep.c: Set STACK_START to 0x200bffe.
5834
5835 2002-01-07 Michael Snyder <msnyder@redhat.com>
5836
5837 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5838 Don't use exec_bfd if it's NULL.
5839
5840 2002-01-06 Mark Kettenis <kettenis@gnu.org>
5841
5842 * valops.c (value_arg_coerce): Fix formatting.
5843
5844 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5845
5846 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5847 * gnu-nat.c: Ditto.
5848
5849 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5850
5851 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5852 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5853 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5854 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5855 z8k-coff have not been multi-arched. Update z8k-coff build
5856 status.
5857
5858 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5859
5860 * MAINTAINERS: Mark a29k target as obsolete.
5861 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5862 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
5863 comments.
5864 * NEWS: Note that a29k targets are obsolete.
5865 * a29k-tdep.c: Mark as obsolete.
5866 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5867 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5868 a29k-*-vxworks* targets as obsolete.
5869 * remote-adapt.c: Obsolete.
5870 * remote-eb.c: Obsolete.
5871 * remote-mm.c: Obsolete.
5872 * remote-udi.c: Obsolete.
5873 * config/a29k/a29k-udi.mt: Obsolete.
5874 * config/a29k/a29k.mt: Obsolete.
5875 * config/a29k/tm-a29k.h: Obsolete.
5876 * config/a29k/tm-vx29k.h: Obsolete.
5877 * config/a29k/vx29k.mt: Obsolete.
5878
5879 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5880
5881 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5882 with BFD_ENDIAN_BIG.
5883
5884 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5885
5886 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5887 * configure, config.in: Re-generate.
5888 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5889 * defs.h: Do not include <endian.h>.
5890
5891 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
5892
5893 * acconfig.h (HAVE_PT_GETXMMREGS): New.
5894 * config.in: Regenerate.
5895 * configure.in: Update copyright years.
5896 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5897 * configure: Regenerate.
5898 * i386bsd-nat.c: Update copyright years.
5899 (fill_gregset): Use regcache_collect.
5900 (fetch_inferior_registers): Only fetch integer registers
5901 if requested to do so. Add support for XMM registers
5902 using PT_GETXMMREGS.
5903 (store_inferior_registers): Only store integer registers
5904 if requested to do so. Add support for XMM registers
5905 using PT_SETXMMREGS.
5906 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5907 (store_inferior_registers): Remove.
5908 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5909 (fetch_elfcore_registers): New function.
5910 (i386nbsd_elfcore_fns): New.
5911 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5912 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5913 i386bsd-nat.o.
5914 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5915 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5916 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5917 * config/i386/tm-nbsd.h: Update copyright years.
5918 (HAVE_SSE_REGS): Define.
5919 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5920 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5921 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5922 (SIGCONTEXT_PC_OFFSET): Remove.
5923 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5924
5925 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5926
5927 * configure.tgt: Remove powerpc-*-macos* target.
5928 * config/m68k/xm-mpw.h: Delete file.
5929 * config/xm-mpw.h: Delete file.
5930 * ser-mac.c: Delete file.
5931 * mpw-make.sed: Delete file.
5932 * mpw-config.in: Delete file.
5933 * mac-xdep.c: Delete file.
5934 * mac-gdb.r: Delete file.
5935 * mac-defs.h: Delete file.
5936 * mac-nat.c: Delete file.
5937 * config/powerpc/macos.mh: Delete file.
5938 * config/powerpc/macos.mt: Delete file.
5939 * config/powerpc/nm-macos.h: Delete file.
5940 * config/powerpc/tm-macos.h: Delete file.
5941 * source.c (openp, open_source_file): Remove obsolete code.
5942 * top.c (gdb_readline): Ditto.
5943 * utils.c (query): Ditto.
5944 * event-top.c (display_gdb_prompt): Ditto.
5945 * Makefile.in (ser-mac.o): Delete obsolete target.
5946 * NEWS: Update.
5947
5948 2002-01-04 Andrew Cagney <ac131313@redhat.com>
5949
5950 * defs.h (BIG_ENDIAN): Delete macro definition.
5951 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5952 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5953 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5954 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5955 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5956 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5957 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5958 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5959 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5960 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5961 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5962 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5963 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5964 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5965 * gdbarch.c: Re-generate.
5966
5967 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5968
5969 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5970 for core files.
5971
5972 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
5973
5974 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
5975
5976 2002-01-04 Andrew Cagney <ac131313@redhat.com>
5977
5978 * value.h (value_ptr): Delete typedef.
5979
5980 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
5981
5982 * i386nbsd-nat.c: Update copyright years.
5983 Include i386-tdep.h.
5984
5985 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
5986
5987 * stabsread.c: Update copyright years.
5988
5989 From Debashis Mahata <debashis.mahata@wipro.com>:
5990 (read_struct_fields): Deal with Sun C compiler erroneous stab
5991 output for structs and unions.
5992 Fix PR gdb/269.
5993
5994 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5995
5996 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
5997 prototype.
5998
5999 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6000
6001 * cp-abi.c: Fix whitespace.
6002 (baseclass_offset): New wrapper function.
6003 * cp-abi.h (baseclass_offset): Add prototype.
6004 (struct cp_abi_ops): Add baseclass_offset pointer.
6005
6006 * valops.c (vb_match): Move to...
6007 * gnu-v2-abi.c (vb_match): here.
6008 * valops.c (baseclass_offset): Move to...
6009 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6010
6011 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6012
6013 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6014 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6015 * hpacc-abi.c (init_hpacc_ops): Likewise.
6016
6017 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6018
6019 * valops.c (find_overload_match): Accept obj as a
6020 reference parameter. Update it before returning.
6021 * value.h (find_overload_match): Update prototype.
6022 * eval.c (evaluate_subexp_standard): Pass object to
6023 find_overload_match by reference.
6024
6025 2002-01-03 Andrew Cagney <ac131313@redhat.com>
6026
6027 * valarith.c: Replace value_ptr with struct value pointer. Remove
6028 register attribute from value declarations.
6029 * valops.c: Ditto.
6030 * value.h: Ditto.
6031 * scm-lang.c (scm_lookup_name): Ditto.
6032
6033 2002-01-03 Michael Snyder <msnyder@redhat.com>
6034
6035 Abstract the functionality of iterating over mapped memory
6036 regions into a general purpose iterator function.
6037 * procfs.c (iterate_over_mappings): New function, general purpose
6038 iterator for memory sections.
6039 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6040 (solib_mappings_callback): New function, callback for above.
6041 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6042 (info_mappings_callback): New function, callback for above.
6043
6044 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6045
6046 2002-01-01 Mark Kettenis <kettenis@gnu.org>
6047
6048 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6049 * i386-tdep.c: Include "elf-bfd.h".
6050 (process_note_abi_tag_sections): New function.
6051 (i386_gdbarch_init): Add code to recognize various OS/ABI
6052 combinations.
6053
6054 * maint.c (_initialize_maint_cmds): Add missing \ in
6055 string-literal.
6056
6057 For older changes see ChangeLog-2001
6058 \f
6059 Local Variables:
6060 mode: change-log
6061 left-margin: 8
6062 fill-column: 74
6063 version-control: never
6064 End: