* frame.h (selected_frame_level): Document as deprecated.
[external/binutils.git] / gdb / ChangeLog
1 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
2
3         * frame.h (selected_frame_level): Document as deprecated.
4         (frame_relative_level): Declare.
5         * stack.c (frame_relative_level): New function.
6         (selected_frame_level): Document as deprecated.
7         (select_frame): Do not set the selected_frame_level.
8
9         * stack.c (frame_info, record_selected_frame): Update.
10         (frame_command, current_frame_command): Update.
11         (up_silently_base, up_command, down_silently_base): Update.
12         (down_command): Update.
13         * inflow.c (kill_command): Update.
14         * tracepoint.c (finish_tfind_command): Update.
15         * corelow.c (core_open): Update.
16         * thread.c (info_threads_command): Update.
17         (do_captured_thread_select): Update.
18         * infcmd.c (finish_command): Update.
19         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
20
21 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
22
23         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
24
25 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
26
27         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
28         type const.
29
30 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
31
32         * alphafbsd-tdep.c: Update copyright years.  Include
33         alpha-tdep.h.
34         (alphafbsd_use_struct_convention): Make static.
35         (alphafbsd_init_abi): New function.
36         (_initialize_alphafbsd_tdep): New function.
37         * config/alpha/tm-fbsd.h: Update copyright years.
38         (USE_STRUCT_CONVENTION): Remove.
39
40 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
41
42         * alpha-tdep.c (alpha_abi_handler): New structure to describe
43         an Alpha ABI variant.
44         (alpha_abi_handler_list): Declare.
45         (alpha_gdbarch_register_os_abi): New function.
46         (alpha_gdbarch_init): Give registered ABI variant handlers a
47         chance to tweak the gdbarch once we have set up defaults.
48         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
49
50 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
51
52         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
53         to standard_coerce_float_to_double.
54         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
55
56 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
57
58         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
59         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
60         from gdbarch_tdep rather than a constant.
61         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
62         the default text address for all Alpha Unix ABIs.
63         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
64         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
65
66 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
67
68         * alpha-tdep.h: New file.  Includes several Alpha target constants
69         taken from...
70         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
71         let gdbarch deal with.
72         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
73         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
74         to dependency list.
75         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
76         Alpha target register names.
77         * alphabsd-nat.c: Likewise.
78         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
79         Alpha target register names.  Make serveral routines static.
80         (alpha_get_saved_register): New function.
81         (alpha_abi_names): New.
82         (process_note_abi_tag_sections): New function.
83         (get_elfosabi): New function.
84         (alpha_gdbarch_init): New function.
85         (alpha_dump_tdep): New function.
86         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
87
88 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
89
90         * frame.c (find_saved_register): Delete #ifdef
91         HAVE_REGISTER_WINDOWS code.
92         * config/sparc/tm-sparc.h: Update comments.
93         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
94
95 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
96
97         * i960-tdep.c (i960_find_saved_register): New function.
98         (i960_get_saved_register): New function.
99         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
100         (i960_get_saved_register): Declare.
101         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
102
103 2002-04-20  David S. Miller  <davem@redhat.com>
104
105         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
106
107 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
108
109         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
110         instead of NUM_PSEUDO_REGS.
111
112 2002-04-20  David S. Miller  <davem@redhat.com>
113
114         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
115         GDB_MULTI_ARCH_PARTIAL
116         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
117         define, let tm-sp64.h do it.
118
119 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
120
121         * frame.c (find_saved_register): Avoid a NULL pointer
122         dereference and actually walk the frame list.
123
124 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
125
126         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
127         sorted in most most-recent-used order.  Document.
128         * gdbarch.h, gdbarch.c: Regenerate.
129         
130 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
131
132         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
133         (add_inferior): Call create_register_cache.
134         (clear_inferiors): Call free_register_cache.
135         (inferior_regcache_data, set_inferior_regcache_data): New functions.
136         * gdbserver/regcache.c (struct inferior_regcache_data): New.
137         (registers): Remove.
138         (get_regcache): New function.
139         (create_register_cache, free_register_cache): New functions.
140         (set_register_cache): Don't initialize the register cache here.
141         (registers_to_string, registers_from_string, register_data): Call
142         get_regcache.
143         * gdbserver/regcache.h: Add prototypes.
144         * gdbserver/server.h: Likewise.
145
146 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
147
148         * gdbserver/mem-break.c: New file.
149         * gdbserver/mem-break.h: New file.
150         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
151         dependencies.
152         * gdbserver/inferiors.c (struct inferior_info): Add target_data
153         member.
154         (clear_inferiors): Free target_data member if set.
155         (inferior_target_data, set_inferior_target_data): New functions.
156         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
157         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
158         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
159         (struct inferior_linux_data): New.
160         (linux_create_inferior): Use set_inferior_target_data.
161         (linux_attach): Likewise.  Call add_inferior.
162         (linux_wait_for_one_inferior): New function.
163         (linux_wait): Call it.
164         (linux_write_memory): Add const.
165         (initialize_low): Call set_breakpoint_data.
166         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
167         handling members.
168         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
169         call.
170         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
171         prototypes.
172         * gdbserver/target.c (read_inferior_memory)
173         (write_inferior_memory): New functions.
174         * gdbserver/target.h (read_inferior_memory)
175         (write_inferior_memory): Change macros to prototypes.
176         (struct target_ops): Update comments.  Add const to write_memory
177         definition.
178
179 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
180
181         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
182         instead of ->prev.
183         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
184         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
185         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
186         instead of ->prev.
187
188 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
189
190         Fix PR gdb/471.
191         * gdbtypes.c (init_simd_type): Rewrite using new functions.
192         (build_builtin_type_vec128): Ditto.
193         (append_composite_type_field): Fix calculation of type length in
194         union case.
195
196 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
197
198         * config/djgpp/README: Update.
199
200         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
201         compiler warnings.
202
203 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
204
205         * alpha-tdep.c (setup_arbitrary_frame): Rename...
206         (alpha_setup_arbitrary_frame): ...to this.
207         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
208         for alpha_setup_arbitrary_frame.
209
210 2002-04-18  Andrew Cagney  <cagney@redhat.com>
211
212         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
213         * gdbarch.h, gdbarch.c: Regenerate.
214         
215         * defs.h (breakpoint_from_pc_fn): Delete type definition.
216         * target.h (memory_breakpoint_from_pc): Update declaration.
217         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
218
219         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
220         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
221         * mem-break.c (memory_breakpoint_from_pc): Ditto.
222         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
223         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
224         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
225         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
226         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
227         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
228         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
229         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
230         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
231
232         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
233         const pointer.
234         * monitor.c (monitor_insert_breakpoint): Ditto.
235         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
236
237         * config/mcore/tm-mcore.h: Update copyright.
238         * mem-break.c: Ditto.
239         * xstormy16-tdep.c: Ditto.
240
241 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
242
243         * p-exp.y: Add precedence rule for '^' token.
244         This removes the shift/reduce conflicts.
245         Remove the comment concerning these shift/reduce conflicts.
246
247 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
248
249         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
250         (registers_powerpc_nofp): New register set for processors
251         without floating point unit.
252
253 2002-04-18  David S. Miller  <davem@redhat.com>
254
255         * MAINTAINERS: Add myself to write-after-approval.
256
257 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
258
259         * rs6000-tdep.c (frame_initial_stack_address): Use
260         frame_register_read to read the alloca_reg.
261
262 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
263
264         * frame.c (find_saved_register): Find saved registers in the next
265         not prev frame.
266         Fix PR gdb/365.
267
268 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
269
270         * gdbarch.sh (LANG): Set to ``c''.
271
272 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
273  
274         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
275  
276 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
277
278         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
279         Update copyright.
280
281         * hpread.c (hpread_get_lntt): Add declaration.
282         Also fix PR gdb/391.
283  
284 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
285
286         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
287         * aclocal.m4, configure: Re-generate.
288         Fix PR gdb/391.
289         
290 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
291
292         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
293         instead of tm_print_insn.
294
295 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
296
297         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
298
299 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
300
301         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
302         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
303         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
304
305 2002-04-12  Don Howard  <dhoward@redhat.com>
306
307         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
308         max_user_call_depth.
309         (init_cmd_lists): Initialize the new value;
310         * cli/cli-script.c (execute_user_command): Limit the call depth of
311         user defined commands.  This avoids a core-dump when user commands
312         are infinitly recursive.
313
314 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
315
316         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
317         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
318         from tdep struct instead of DEFAULT_LR_SAVE.
319         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
320         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
321         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
322
323 2002-04-12  Michael Snyder  <msnyder@redhat.com>
324
325         * Remote.c: Spelling fix.
326         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
327         If no symbol found for "sbrk", try "_sbrk".
328         (make_output_phdrs): Use bfd_section_name.
329         (gcore_copy_callback): Use bfd_section_name.
330         * eval.c: Indentation fix-ups.
331         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
332         in case it gets applied to an address that is already
333         in the instruction space.
334         * cli/cli-decode.c (help_list): Allow long lines to wrap.
335         * symfile.c: Fix indentation, long lines.
336         * source.c: White space fix-up.
337
338 2002-04-12  Andrew Cagney  <cagney@redhat.com>
339
340         * defs.h (read_relative_register_raw_bytes): Delete declaration.
341         * frame.c (frame_register_read): New function.  Return non-zero on
342         success.
343         (read_relative_register_raw_bytes_for_frame): Delete.
344         (read_relative_register_raw_bytes): Delete.
345         * frame.h (frame_register_read): Declare.
346         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
347         * sh-tdep.c: Ditto.
348         * infcmd.c (do_registers_info): Ditto.
349         * hppa-tdep.c: Ditto.
350         * rs6000-tdep.c: Ditto.
351         * h8500-tdep.c: Ditto.
352         * mips-tdep.c: Ditto.
353         * h8300-tdep.c: Ditto.
354         * z8k-tdep.c: Ditto.
355
356 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
357
358         From Jimi X <jimix@watson.ibm.com>:
359         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
360         64-bit SysV ABI.
361
362 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
363
364         From Jimi X <jimix@watson.ibm.com>:
365         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
366         bfd info.
367
368 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
369
370         From Jimi X <jimix@watson.ibm.com>:
371         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
372         register sets for these processor variants.
373
374 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
375
376         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
377         registers which are allowed to fail to store.
378         * gdbserver/linux-low.h (linux_target_ops): Likewise.
379         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
380         (ppc_cannot_store_register): FPSCR may not be storable.
381         * regformats/reg-ppc.dat: Support FPSCR.
382
383 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
384
385         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
386         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
387         Add fpscr as an invalid/unfetchable register.
388         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
389         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
390         (fill_fpregset): Add support for register fpscr.
391         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
392         (fill_gregset): Account for the fact that register ``mq'' might
393         not exist.
394         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
395         (registers_power): Add fpscr to register set at slot 71.
396         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
397         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
398
399 2002-04-11  Michael Snyder  <msnyder@redhat.com>
400
401         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
402         * configure: Regenerate.
403         * config.in: Regenerate.
404         * acconfig.h: Add define for _SYSCALL32.
405         * core-sol2.c: Remove #define _SYSCALL32.
406         * solib-legacy.c: Remove #define _SYSCALL32.
407
408 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
409
410         * stack.c (select_frame): Cleanup internal error message, do not
411         use %p.
412
413 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
414
415         * stack.c (select_frame): Check that selected_frame and the
416         specified level are as expected.
417         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
418         Update copyright.
419         * frame.h (struct frame_info): Add field `level'.  Update
420         copyright.
421         Work-in-progress PR gdb/464.
422
423 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
424
425         * maint.c (maint_print_section_info): Rename print_section_info.
426         (print_bfd_section_info, print_objfile_section_info): Update.
427         * inferior.h (struct gdbarch): Add opaque declaration.
428         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
429         * gdbarch.h: Regenerate.
430
431 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
432
433         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
434         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
435         (kernel_u_size): Added.
436         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
437         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
438
439 2002-04-04  Jim Ingham  <jingham@apple.com>
440  
441        * valarith.c (find_size_for_pointer_math): New function, either returns
442        the size for a pointer's target, returns 1 for void *, or errors for
443        incomplete types.
444        (value_add, value_sub): use find_size_for_pointer_math.
445
446 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
447
448         * linux-low.c (linux_look_up_symbols): New hook.
449         (linux_target_ops): Add linux_look_up_symbols.
450         * remote-utils.c (decode_address): New function.
451         (look_up_one_symbol): New function.
452         * server.c (handle_query): Call target look_up_symbols hook.
453         * server.h (look_up_one_symbol): Add prototype.
454         * target.h (struct target_ops): Add look_up_symbols hook.
455
456 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
457
458         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
459         * ChangeLog: Correct paths in last ChangeLog entry.
460
461 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
462
463         * gdbserver/linux-low.h: Remove obsolete prototypes.
464         (struct linux_target_ops): New.
465         (extern the_low_target): New.
466         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
467         (register_addr): Use the_low_target explicitly.
468         (fetch_register): Likewise.
469         (usr_fetch_inferior_registers): Likewise.
470         (usr_store_inferior_registers): Likewise.
471         * gdbserver/linux-arm-low.c (num_regs): Remove.
472         (arm_num_regs): Define.
473         (arm_regmap): Renamed from regmap, made static.
474         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
475         made static.
476         (arm_cannot_store_register): Renamed from cannot_store_register,
477         made static.
478         (the_low_target): New.
479         * gdbserver/linux-i386-low.c (num_regs): Remove.
480         (i386_num_regs): Define.
481         (i386_regmap): Renamed from regmap, made static.
482         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
483         made static.
484         (i386_cannot_store_register): Renamed from cannot_store_register,
485         made static.
486         (the_low_target): New.
487         * gdbserver/linux-ia64-low.c (num_regs): Remove.
488         (ia64_num_regs): Define.
489         (ia64_regmap): Renamed from regmap, made static.
490         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
491         made static.
492         (ia64_cannot_store_register): Renamed from cannot_store_register,
493         made static.
494         (the_low_target): New.
495         * gdbserver/linux-m68k-low.c (num_regs): Remove.
496         (m68k_num_regs): Define.
497         (m68k_regmap): Renamed from regmap, made static.
498         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
499         made static.
500         (m68k_cannot_store_register): Renamed from cannot_store_register,
501         made static.
502         (the_low_target): New.
503         * gdbserver/linux-mips-low.c (num_regs): Remove.
504         (mips_num_regs): Define.
505         (mips_regmap): Renamed from regmap, made static.
506         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
507         made static.
508         (mips_cannot_store_register): Renamed from cannot_store_register,
509         made static.
510         (the_low_target): New.
511         * gdbserver/linux-ppc-low.c (num_regs): Remove.
512         (ppc_num_regs): Define.
513         (ppc_regmap): Renamed from regmap, made static.
514         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
515         made static.
516         (ppc_cannot_store_register): Renamed from cannot_store_register,
517         made static.
518         (the_low_target): New.
519         * gdbserver/linux-s390-low.c (num_regs): Remove.
520         (s390_num_regs): Define.
521         (s390_regmap): Renamed from regmap, made static.
522         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
523         made static.
524         (s390_cannot_store_register): Renamed from cannot_store_register,
525         made static.
526         (the_low_target): New.
527         * gdbserver/linux-sh-low.c (num_regs): Remove.
528         (sh_num_regs): Define.
529         (sh_regmap): Renamed from regmap, made static.
530         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
531         made static.
532         (sh_cannot_store_register): Renamed from cannot_store_register,
533         made static.
534         (the_low_target): New.
535         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
536         (the_low_target): New.
537
538 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
539
540         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
541         override FP_REGNUM with frame->fp.  Update copyright.
542         * parse.c (num_std_regs, std_regs): Delete.
543         (target_map_name_to_register): Do not search std_regs.  Update
544         function description.
545         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
546         declarations.  Update copyright.
547         Fix PR gdb/251.
548         
549 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
550
551         * gdbserver/Makefile.in: Add stamp-h target.
552         * gdbserver/configure.in: Create stamp-h.
553         * gdbserver/configure: Regenerated.
554
555 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
556
557         * gdbserver/inferiors.c: New file.
558         * gdbserver/target.c: New file.
559         * gdbserver/target.h: New file.
560         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
561         dependencies.
562         * gdbserver/linux-low.c (inferior_pid): New static variable,
563         moved from server.c.
564         (linux_create_inferior): Renamed from create_inferior.
565         Call add_inferior.  Return 0 on success instead of a PID.
566         (linux_attach): Renamed from myattach.
567         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
568         (linux_thread_alive): Renamed from mythread_alive.
569         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
570         child dies.
571         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
572         (regsets_store_inferior_registers): Correct error message.
573         Add missing ``return 0''.
574         (linux_fetch_registers): Renamed from fetch_inferior_registers.
575         (linux_store_registers): Renamed from store_inferior_registers.
576         (linux_read_memory): Renamed from read_inferior_memory.
577         (linux_write_memory): Renamed from write_inferior_memory.
578         (linux_target_ops): New structure.
579         (initialize_low): Call set_target_ops ().
580         * gdbserver/remote-utils.c (unhexify): New function.
581         (hexify): New function.
582         (input_interrupt): Send signals to ``signal_pid''.
583         * gdbserver/server.c (inferior_pid): Remove.
584         (start_inferior): Update create_inferior call.
585         (attach_inferior): Call add_inferior.
586         (handle_query): New function.
587         (main): Call handle_query for `q' packets.
588         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
589         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
590
591 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
592
593         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
594         dependencies.
595         * gdbserver/configure.in: Check for <string.h>
596         * gdbserver/configure: Regenerate.
597         * gdbserver/config.in: Regenerate.
598         * gdbserver/gdbreplay.c: Include needed system headers.
599         (remote_open): Remove strchr prototype.
600         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
601         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
602         (supply_register_by_name): Likewise.
603         (collect_register): Change buf argument to void *.
604         (collect_register_by_name): Likewise.
605         * gdbserver/regcache.h: Add missing prototypes.
606         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
607         * gdbserver/server.c (handle_query): New function.
608         (attached): New static variable, moved out of main.
609         (main): Quiet longjmp clobber warnings.
610         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
611         * gdbserver/utils.c (error): Remove NORETURN.
612         (fatal): Likewise.
613
614 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
615
616         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
617         after the last symbol in a block.
618
619 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
620
621         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
622         is non zero as a found symbol.
623
624 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
625
626         * findvar.c: Include "builtin-regs.h".
627         (value_of_register): Call value_of_builtin_reg when applicable.
628         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
629         (target_map_name_to_register): Call
630         builtin_reg_map_name_to_regnum.
631         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
632         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
633         (builtin_regs_h): Define.
634         (builtin-regs.o): New target.
635         (findvar.o): Add $(builtin_regs_h).
636         * builtin-regs.c, builtin-regs.h: New files.
637         * std-regs.c: New file.
638         Partial fix for PR gdb/251.
639
640 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
641
642         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
643         it's no longer required.
644
645 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
646
647         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
648
649 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
650
651         From Jimi X <jimix@watson.ibm.com>:
652         * rs6000-tdep.c (rs6000_software_single_step): Use
653         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
654         and size.  Use target_insert_breakpoint() and
655         target_remove_breakpoint() to insert and remove breakpoints
656         instead of explicit memory reads and writes.
657
658 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
659
660         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
661         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
662         ELF_OBJECT_FORMAT ifdef.
663
664 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
665
666         From Jimi X <jimix@watson.ibm.com>:
667         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
668
669 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
670
671         From Jimi X <jimix@watson.ibm.com>:
672         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
673         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
674
675 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
676
677         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
678         s/asprintf/xasprintf/.
679         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
680
681 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
682
683         I believe Jeff Law denies responsability for this one:
684         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
685         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
686         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
687         Work-around for PR gdb/366.
688
689 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
690
691         * remote-e7000.c (write_small, e7000_read_inferior_memory,
692         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
693         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
694
695 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
696
697         * sh-tdep.c (sh_fp_frame_init_saved_regs,
698         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
699         information.
700
701 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
702
703         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
704         maintainer.
705
706 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
707
708         * README (Reporting Bugs in GDB): Document the bug web page as the
709         prefered way of submitting bugs.
710         Fix PR gdb/402.
711
712 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
713
714         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
715         -1.  Update comment.
716         * gdbarch.h, gdbarch.c: Re-generate.
717
718 2002-04-07  Andreas Schwab  <schwab@suse.de>
719
720         * m68klinux-nat.c (fill_fpregset): Properly pass address of
721         buffer to regcache_collect.
722
723 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
724
725         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
726         * gdbarch.c, gdbarch.h: Re-generate.
727
728 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
729
730         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
731         declaration.  Fix -Werror.
732
733 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
734
735         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
736         * gdbarch.c: Regenerate.
737
738 2002-04-05  Michael Snyder  <msnyder@redhat.com>
739
740         * breakpoint.c (clear_command): Rewrite middle section to
741         combine two loops with identical control conditions.
742         Add a cleanup to eliminate a memory leak.
743         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
744
745 2002-04-05  H.J. Lu  (hjl@gnu.org)
746
747         * solib-svr4.c (bkpt_names): Add "__start".
748
749 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
750
751         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
752         as test for 64 bit target.
753
754 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
755
756         * h8500-tdep.c (h8500_write_fp): Delete function.
757         * dwarf2cfi.c (cfi_write_fp): Document as not used.
758         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
759         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
760         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
761         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
762         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
763         (s390_write_fp):
764         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
765         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
766         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
767         (d10v_write_fp): Delete function.
768         * inferior.h (write_fp, generic_target_write_fp): Delete
769         declarations.
770         * regcache.c (generic_target_write_fp): Delete function.
771         (write_fp): Delete function.
772         * gdbarch.sh (TARGET_WRITE_FP): Delete.
773         * gdbarch.h, gdbarch.c: Regenerate.
774         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
775         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
776         (sparc64_write_fp): Delete declaration.
777         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
778         (h8500_write_fp): Delete declaration.
779
780 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
781
782         * sparc-tdep.c (sparc64_write_fp): Delete.
783         (sparc_push_dummy_frame): Replace write_fp call with code to store
784         the FP directly.
785         (sparc_gdbarch_init): Do not initialize write_fp.
786
787 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
788
789         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
790         clause.
791
792 2002-03-29  Jim Blandy  <jimb@redhat.com>
793
794         * stack.c (get_selected_block): Add new argument `addr_in_block',
795         used to return the exact code address we used to select the block,
796         not just the block.
797         * blockframe.c (get_frame_block, get_current_block): Same.
798         * frame.h (get_frame_block, get_current_block,
799         get_selected_block): Update declarations.
800         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
801         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
802
803 2002-04-05  Michael Snyder  <msnyder@redhat.com>
804
805         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
806         warning message.
807
808 2002-04-05  J. Brobecker  <brobecker@gnat.com>
809
810         * utils.c (xfullpath): New function.
811         * defs.h (xfullpath): Add declaration.
812         * source.c (openp): Use xfullpath in place of gdb_realpath to
813         avoid resolving the basename part of filenames when the
814         associated file is a symbolic link. This fixes a potential
815         inconsistency between the filenames known to GDB and the
816         filenames it prints in the annotations.
817         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
818         to be able to match a filename with either the real filename, or
819         the name of any symbolic link to this file.
820         (lookup_partial_symtab): Ditto.
821
822 2002-04-04  Michael Snyder  <msnyder@redhat.com>
823
824         * breakpoint.c: Add support for hardware breakpoints in overlays.
825         (overlay_events_enabled): New state variable.
826         (insert_breakpoints): Use overlay_events_enabled to decide
827         whether to attempt to set a breakpoint at the overlay load addr.
828         Handle bp_hardware_breakpoint as well as bp_breakpoint.
829         (remove_breakpoint): Use overlay_events_enabled to decide
830         whether breakpoints need to be removed from overlay load addr.
831         Handle bp_hardware_breakpoint as well as bp_breakpoint.
832         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
833         (create_overlay_event_breakpoint, enable_overlay_breakpoints, 
834         disable_overlay_breakpoints): Update overlay_events_enabled.
835
836 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
837
838         * dwarf2read.c (struct function_range): New.
839         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
840         (check_cu_functions): New.
841         (read_file_scope): Initialize global function lists.
842         Call dwarf_decode_line after processing children.
843         (read_func_scope): Add to global function list.
844         (dwarf_decode_lines): Call check_cu_functions everywhere
845         record_line is called.  Call record_line with a linenumber
846         of 0 to mark sequence ends.
847
848 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
849
850         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI 
851         change sync with glibc.
852
853 2002-04-03  Jim Blandy  <jimb@redhat.com>
854
855         * configure.in: Call AC_C_INLINE.
856         * configure: Regenerated.
857         
858 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
859
860         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
861         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
862
863 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
864
865         * NEWS: Mention gcore support on FreeBSD/i386.
866
867         * fbsd-proc.c: New file.
868         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
869         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
870
871         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
872         while statement.
873
874 2002-03-29  Jim Blandy  <jimb@redhat.com>
875
876         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
877         unescaped newlines in string literals, but newer ones don't.  So
878         escape them.
879
880 2002-03-26  Michael Snyder  <msnyder@redhat.com>
881             Andrew Cagney <cagney@redhat.com>
882
883         * cli/cli-dump.c: New file.  Dump memory to file, 
884         restore file to memory.
885         * cli/cli-dump.h: New file.
886         * Makefile.in: Add rules, dependencies for cli-dump.o.
887         * NEWS: Mention new commands.
888
889 2002-03-28  Michael Snyder  <msnyder@redhat.com>
890
891         * symfile.c (symbol_file_add): Move test for null symbols to later.
892
893 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
894
895         From veksler at il.ibm.com:
896         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
897         the xstrduped original path.
898         Fix PR gdb/417.
899
900 2002-03-27  Michael Snyder  <msnyder@redhat.com>
901
902         * breakpoint.c (_initialize_breakpoint): Clean up help string.
903         * infcmd.c (_initialize_infcmd): Ditto.
904         * language.c (_initialize_language): Ditto.
905         * symfile.c (_initialize_symfile): Ditto.
906         * top.c (_init_main): Ditto.
907         * cli/cli-cmds.c (init_cli_cmds): Ditto.
908
909 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
910
911         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
912         vector registers handling.
913         (skip_prologue): Handle new AltiVec instructions.  Fill in new
914         fields of frame data.
915         (frame_get_saved_regs): Fill in information for AltiVec registers.
916
917 2002-03-27  Jim Blandy  <jimb@redhat.com>
918
919         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
920         a function; leave this macro here to invoke that function.
921         (symbol_init_mangled_name): Declaration for that function.
922         * symtab.c (symbol_init_mangled_name): New function.
923
924 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
925
926         * valarith.c: Replace strerror with safe_strerror.
927         * tracepoint.c: Ditto.
928         * lin-lwp.c: Ditto.
929         * go32-nat.c: Ditto.
930         * inflow.c: Ditto.
931         * gnu-nat.c: Ditto.
932
933 2002-03-27  Andreas Schwab  <schwab@suse.de>
934
935         * event-top.c (command_line_handler): Remove useless if.
936
937 2002-03-27  Andreas Jaeger  <aj@suse.de>
938
939         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
940         comment.
941
942 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
943
944         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
945         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
946         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
947         (x86_64_linux_dr_get_status, supply_gregset),
948         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
949         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
950         (x86_64_register_info_table): Add.
951         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
952         (x86_64_register_raw_size, x86_64_register_virtual_type),
953         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
954         general x86_64_register_info_table.
955         (i386_gdbarch_init): gdbarch_register_bytes is now set
956         dynamicaly during initialization.
957         * regformats/reg-x86-64.dat: Synced with changes to registers above.
958         * gdbserver/linux-x86-64-low.c: Ditto.
959
960 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
961
962         * gdbserver/server.c (main): Call target_signal_to_host_p
963         and target_signal_to_host on signals received from the remote.
964         * gdbserver/remote-utils.c (prepare_resume_reply): Call
965         target_signal_from_host on signals sent to the remote.
966         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
967         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
968
969 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
970
971         * signals/signals.c: Include "server.h" in gdbserver build.
972         (target_signal_from_name): Don't use STREQ.
973         (_initialize_signals): Likewise.  Don't include function in
974         gdbserver build.
975
976 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
977
978         * signals.c: Moved to...
979         * signals/signals.c: Here.
980         * Makefile (signals.o): Update.
981
982 2002-03-26  Jeff Law (law@redhat.com)
983
984         * somread.c (som_symtab_read): Remove some commented out code and
985         updated related comments.  Do not set the minimal symbol table to
986         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
987         in a dynamic executable.
988         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
989         where we are unable to find the minimal symbol for the given
990         PC value.
991
992 2002-03-25  Jeff Law (law@redhat.com)
993
994         * linux-proc.c (read_mapping): Scan up to end of line for filename.
995
996 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
997
998         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
999
1000 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
1001
1002         * command.h: Update copyright.
1003         (struct cmd_list_element): Replace definition with opaque
1004         declaration.
1005         (enum cmd_types): Document that it will eventually be moved to
1006         cli/cli-decode.h
1007         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1008         (MALLOCED_REPLACEMENT): Delete macro.
1009         * Makefile.in (cli_decode_h): Add $(command_h).
1010         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
1011         * top.c: Include "cli/cli-decode.h".
1012         * completer.c: Include "cli/cli-decode.h".
1013         * maint.c: Include "cli/cli-decode.h".
1014         * cli/cli-decode.h: Include "command.h".
1015         (enum command_class): Delete.
1016         (enum cmd_types): Comment out.
1017         (enum cmd_auto_boolean): Delete.
1018         (enum var_types): Delete.
1019
1020 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
1021
1022         * cli/cli-decode.c: Include "gdb_assert.h".
1023         (add_set_or_show_cmd): New static function.
1024         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
1025         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
1026         all fields, such as func, from the set command.
1027
1028 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
1029
1030         * MAINTAINERS (sh-elf): Change warning flag to -w.
1031
1032 2002-03-23  Andrew Cagney  <cagney@redhat.com>
1033
1034         * defs.h (error): Add printf format attribute.
1035         * thread-db.c (thread_from_lwp): Fix error format string.
1036         * stack.c (parse_frame_specification): Ditto.
1037         * cli/cli-decode.c (undef_cmd_error): Ditto.
1038         * scm-lang.c (scm_lookup_name): Ditto.
1039         * tracepoint.c (trace_error): Ditto.
1040         * remote-utils.c (usage): Ditto.
1041         * remote.c (compare_sections_command): Ditto.
1042         Fix PR gdb/328.
1043
1044 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
1045
1046         * gdbtypes.c (append_composite_type_field): New function.
1047         (init_composite_type): New function.
1048         * gdbtypes.h (append_composite_type_field): Declare.
1049         (init_composite_type): Ditto.
1050
1051 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
1052
1053         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
1054         function.
1055         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1056         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1057         structure returning convention for SYSV ABI case, but not
1058         for GNU/Linux, FreeBSD, or NetBSD.
1059
1060 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
1061
1062         * symtab.h (lookup_block_symbol): Add mangled_name argument
1063         to prototype.
1064
1065         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1066         with new mangled_name argument.
1067         * linespec.c (decode_line_1): Likewise.
1068         * valops (value_of_this): Likewise.
1069         * symtab.c (lookup_transparent_type): Likewise.
1070         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
1071         (lookup_symbol): If we are given a mangled name, pass it down
1072         to lookup_symbol_aux.
1073         (lookup_block_symbol): If we are given a mangled name to check
1074         against, only return symbols which match it.
1075
1076 2002-03-22  Christopher Faylor  <cgf@redhat.com>
1077
1078         * win32-nat.c (child_create_inferior): Check for proper shell to use
1079         here, in case the user changes it on the fly.
1080         (_initialize_inftarg): Remove shell path considerations.
1081
1082 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
1083
1084         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1085         for gdbarch_max_register_raw_size and max_register_virtual_size.
1086         Adjust copyright year.
1087
1088 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
1089
1090          * dbxread.c (process_one_symbol): Extend the first N_SLINE
1091          in a function to cover the entire beginning of the function
1092          as well if it does not already.
1093
1094 2002-03-21  Tom Rix  <trix@redhat.com>
1095
1096         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1097         (rs6000_ptrace64): Renamed from ptrace64.
1098
1099 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
1100
1101         * gdbserver/remote-utils.c (remote_open): Don't call
1102         getprotobyname, we're all using TCP here so just use
1103         IPPROTO_TCP.
1104         * gdbserver/gdbreplay.c (remote_open): Ditto.
1105
1106 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
1107
1108         * regcache.c (_initialize_regcache): No need to call
1109         build_regcache() at this time; it gets called whenever
1110         the gdbarch changes.
1111
1112 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
1113
1114         * sparc-nat.c:  Include sys/param.h where possible.
1115
1116 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
1117
1118         Fix PR gdb/422.
1119         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
1120         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
1121         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
1122         complex types.
1123         * stabsread.c (rs6000_builtin_type): Likewise.
1124         (read_sun_floating_type): Likewise.
1125
1126 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1127
1128         * stabsread.c (read_member_functions): Remove skip code for duplicate
1129         constructor/destructor methods.  Use standard parsing for these
1130         methods and just do not chain them to the list of methods after
1131         parsing.
1132
1133 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
1134
1135         * coffread.c: Remove redundant static declarations.  Replace
1136         occurrences of `PTR' with `void *'.
1137         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
1138         * top.h (quit_cover): Likewise.
1139         * defs.h (catch_errors): Likewise.
1140
1141 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
1142
1143         * defs.h (XMALLOC): Define.
1144         * gdb-events.sh (XMALLOC): Delete macro.
1145         * gdb-events.c, gdb-events.h: Regenerate.
1146         * gdbarch.sh (XMALLOC): Delete macro.
1147         * gdbarch.c: Regenerate.
1148         * serial.c (XMALLOC): Delete macro.
1149         * ui-file.c (XMALLOC): Ditto.
1150         * ser-unix.h (XMALLOC): Ditto.
1151         * sh-tdep.c (XMALLOC): Ditto.
1152         * ui-out.c (XMALLOC): Ditto.
1153         * utils.c (XMALLOC): Ditto.
1154         * i386-tdep.c (XMALLOC): Ditto.
1155         * gdb-events.c (XMALLOC): Ditto.
1156         * d10v-tdep.c (XMALLOC): Ditto.
1157         * cli-out.c (XMALLOC): Ditto.
1158
1159         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
1160         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
1161         * ui-file.c, ui-out.c: Ditto.
1162
1163 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
1164
1165         * command.h (struct cmd_list_element): Add field context.
1166         (set_cmd_context, get_cmd_context): Declare.
1167         * cli/cli-decode.h: Ditto.
1168         * cli/cli-decode.c (get_cmd_context): New function.
1169         (set_cmd_context): New function.
1170         (add_cmd): Initialize context.
1171         Part of fixing PR gdb/145 and PR gdb/146.
1172
1173 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
1174
1175         * cli/cli-decode.c (cmd_type): New function.
1176         * command.h (cmd_type): Declare.
1177         * infrun.c (set_schedlock_func): Call function cmd_type.
1178         * kod.c (kod_set_os): Call cmd_type.
1179         * cris-tdep.c (cris_version_update): Use function cmd_type.
1180         (cris_mode_update, cris_abi_update): Ditto.
1181
1182         * command.h: (execute_cmd_post_hook): Declare.
1183         (execute_cmd_pre_hook): Declare.
1184         * cli/cli-script.c (clear_hook_in_cleanup): New function.
1185         (execute_cmd_post_hook, execute_cmd_pre_hook): New
1186         functions. Execute pre/post hook while ensuring that afterwords
1187         hook_in is cleared.
1188         * top.c (execute_command): Use execute_cmd_post_hook, and
1189         execute_cmd_pre_hook to execute pre/post commands.
1190         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
1191         hook_stop_stub.
1192         (hook_stop_stub): Call execute_cmd_pre_hook.
1193
1194 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
1195
1196         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
1197         set'' and this leads to a core dump.  Move xstrdup of
1198         operating_system to after check that it is not NULL.
1199
1200 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
1201
1202         * kod.c (kod_set_os): Remove unnecessary check that
1203         ``command->type'' is set_cmd.
1204
1205         * valprint.c (set_input_radix): Use input_radix.
1206         (set_output_radix): Use output_radix.
1207         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1208         isn't reverted.
1209
1210 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
1211
1212         * value.h (struct value): Delete field ``substring_addr''.  Change
1213         aligner fields to force_doublest_align, force_longest_align,
1214         force_core_addr_align and force_pointer_aligh.
1215
1216         * value.h (struct value): Fix typo in above change.
1217
1218 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1219
1220         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1221         to fix internal_error from ``maintenance print architecture''.
1222
1223 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1224
1225         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1226         for gcc versions after gcc-2.8.1.
1227
1228 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1229
1230         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1231         for method resolution.  Restore adjustment of ``this'' pointer after
1232         calling value_struct_elt, which was accidentally removed during the
1233         HP merge.
1234
1235 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
1236
1237         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1238         value_of_register.
1239         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
1240         get_saved_register.
1241         * value.h (value_of_register): Update.
1242
1243 2002-03-14  Richard Henderson  <rth@redhat.com>
1244
1245         * configure.in: Detect declaration for canonicalize_file_name.
1246         * utils.c (canonicalize_file_name): Declare, if needed.
1247         (gdb_realpath): Prefer realpath if available and usable.
1248         * config.in, configure: Rebuild.
1249
1250 2002-03-14  Richard Henderson  <rth@redhat.com>
1251
1252         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1253         a constant array bound.
1254
1255         * MAINTAINERS: Add myself to write-after-approval.
1256
1257 2002-03-14  Michael Snyder  <msnyder@redhat.com>
1258
1259         * symfile.c (syms_from_objfile): Return immediately if no syms.
1260         (symbol_file_add): Return immediately if no syms.
1261         (find_sym_fns): Return immediately if no syms.
1262
1263 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
1264
1265         * gdbserver/remote-util.c (remote_open): Print remote-side's
1266         IP address when remote debugging over the network.
1267
1268 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
1269
1270         * config/sparc/fbsd.mh: Fix copyright.
1271         * config/sparc/fbsd.mt: Likewise.
1272
1273 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
1274
1275         * MAINTAINERS: Fix typo in name of gdb warnings option.
1276         (x86-64): Fix formating so that this can be parsed by awk.
1277
1278 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
1279
1280         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1281         * defs.h: Include "gdb/signals.h".
1282         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1283
1284 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
1285
1286         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
1287         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
1288         from x86-64-tdep.h
1289
1290 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
1291             Don Howard <dhoward@redhat.com>
1292
1293         * mips-tdep.c (ST0_FR): Define.
1294         (mips2_fp_compat): New function, temporarily disabled.
1295         (mips_read_fp_register_single): New function.
1296         (mips_read_fp_register_double): New function.
1297         (mips_print_register): Use them.
1298         (do_fp_register_row): Likewise.
1299
1300 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
1301
1302         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1303         approval''.
1304
1305 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1306
1307         * stabsread.c (read_member_functions): Fix is_stub test for
1308         static member functions, improve comment.
1309
1310 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
1311
1312         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1313         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1314         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1315         commands that set boolean values.
1316         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1317         (arm_rdi_resume): Always initialize PC.
1318         (arm_rdi_open): Don't use rslt as a boolean.
1319         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1320         (arm_rdi_fetch_registers, arm_rdi_store_registers)
1321         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1322         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1323
1324 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
1325
1326         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1327         * configure: Rebuilt.
1328
1329 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1330
1331         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1332         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1333
1334 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
1335
1336         * cli/cli-decode.c (set_cmd_completer): New function.
1337         * command.h (set_cmd_completer): Declare.
1338         * cli/cli-decode.h (set_cmd_completer): Ditto.
1339
1340         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1341         * cli/cli-cmds.c (init_cli_cmds): Ditto.
1342         * win32-nat.c (_initialize_inftarg): Ditto.
1343         * remote-rdi.c (_initialize_remote_rdi): Ditto.
1344         * proc-api.c (_initialize_proc_api): Ditto.
1345         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1346         * source.c (_initialize_source): Ditto.
1347         * exec.c (_initialize_exec): Ditto.
1348         * solib.c (_initialize_solib): Ditto.
1349         * top.c (init_main): Ditto.
1350         * tracepoint.c (_initialize_tracepoint): Ditto.
1351         * symfile.c (_initialize_symfile): Ditto.
1352         * printcmd.c (_initialize_printcmd): Ditto.
1353         * infcmd.c (_initialize_infcmd): Ditto.
1354         * corefile.c (_initialize_core): Ditto.
1355
1356 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
1357
1358         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1359
1360 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
1361
1362         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1363
1364 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
1365
1366         * NEWS: Update headings, 5.2 has branched.
1367
1368 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
1369
1370         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1371         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1372         (register_addr, REGISTER_RAW_SIZE): Likewise.
1373         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1374         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1375
1376 2002-03-03  Michal Ludvig <mludvig@suse.cz>
1377
1378         * MAINTAINERS (x86-64): Add myself.
1379         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1380         changed value_ptr -> struct value *
1381
1382 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
1383
1384         * configure.host (sparc64-*-freebsd): Add.
1385         * configure.tgt: Likewise.
1386         * config/sparc/fbsd.mh: New file.
1387         * config/sparc/fbsd.mt: Likewise.
1388         * config/sparc/nm-fbsd.h: Likewise.
1389         * config/sparc/tm-fbsd.h: Likewise.
1390
1391 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
1392
1393         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1394         regformats/reg-s390x.dat.
1395
1396 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
1397
1398         * utils.c: Add FIXME explaining true/false problem.
1399
1400 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
1401
1402         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1403
1404 2002-02-28  Michael Chastain  <mec@shout.net>
1405
1406         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1407
1408 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
1409
1410         * gdbserver/linux-s390-low.c: New file.
1411         * regformats/reg-s390.dat: New file.
1412         * regformats/reg-s390x.dat: New file.
1413         * gdbserver/configure.srv: Add S/390.
1414         * gdbserver/Makefile.in: Add S/390.
1415         * configure.tgt: Enable gdbserver for S/390.
1416
1417 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
1418
1419         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
1420         first line of the doc string for "info dos", except at the end of
1421         the sentence, since the short help stops at the first period.
1422
1423 2002-02-28  Jason Merrill  <jason@redhat.com>
1424
1425         * dwarf2read.c (dwarf_cfi_name): Add new codes.
1426
1427 2002-02-27  Fred Fish  <fnf@redhat.com>
1428
1429         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
1430         comment (dumy -> dummy).
1431
1432 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1433
1434         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
1435
1436 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
1437
1438       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
1439
1440 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
1441
1442         * gdbserver/acconfig.h: New file.
1443         * gdbserver/i387-fp.c: New file.
1444         * gdbserver/i387-fp.h: New file.
1445         * gdbserver/linux-x86-64.c: New file.
1446         * regformats/reg-x86-64.dat: New file.
1447         * configure.tgt: Add x86_64-*-linux* gdbserver support.
1448         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
1449         * gdbserver/configure.in: Add support for regsets.
1450         * gdbserver/config.in: Regenerate.
1451         * gdbserver/configure: Regenerate.
1452         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
1453         * gdbserver/linux-low.h: New file.
1454         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
1455         for regsets.
1456         * gdbserver/linux-arm-low.c: Include "linux-low.h".
1457         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
1458         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
1459         * gdbserver/linux-mips-low.c: Include "linux-low.h".
1460         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
1461         * gdbserver/linux-sh-low.c: Include "linux-low.h".
1462         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
1463         "i387-fp.h".  Add PTRACE_GETREGS and friends.
1464         * gdbserver/regcache.c (supply_register): New function.
1465         (supply_register_by_name): New function.
1466         (collect_register): New function.
1467         (collect_register_by_name): New function.
1468
1469 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
1470
1471         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
1472         (config.status): Add configure.srv dependency.
1473         (server_h): Add config.h dependency.
1474
1475 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
1476
1477         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
1478         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
1479         * gdbserver/configure.srv: Change i386-*-linux* to use
1480         reg-i386-linux.o.
1481
1482 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
1483
1484         * x86-64-tdep.c: Re-indent.  Update copyright date.
1485
1486 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
1487
1488         From Michal Ludvig <mludvig@suse.cz>:
1489         * x86-64-tdep.c (value.h): Delete.
1490         (gdb_assert.h): Include.
1491         (x86_64_register_convert_to_virtual,
1492         x86_64_register_convert_to_raw ): Add check which lets only
1493         floating-point values to be converted.
1494         (value_push): Delete.
1495         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
1496         (i386_gdbarch_init): Number of register_bytes fixed.
1497
1498 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
1499
1500         * MAINTAINERS: Add x86-64 target.
1501
1502 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
1503
1504         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
1505         * osfsolib.c (solib_map_sections): Ditto.
1506         * irix5-nat.c (solib_map_sections): Ditto.
1507         * corelow.c (gdb_check_format): Ditto.
1508         * symfile.c (symfile_bfd_open): Ditto.
1509         * solib.c (solib_map_sections): Ditto.
1510         Fix PR gdb/354.
1511
1512 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
1513
1514         * remote.c (_initialize_remote): By default, disable ``e'' and
1515         ``E'' step out-of-range packets.
1516
1517 2002-02-26  Andreas Schwab  <schwab@suse.de>
1518
1519         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
1520         m68k_linux_frame_saved_pc.
1521         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
1522         in_sigtramp.
1523         (SIGCONTEXT_PC_OFFSET): Remove.
1524         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
1525         m68k_linux_sigtramp_saved_pc): New functions.
1526         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
1527         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
1528         (UCONTEXT_PC_OFFSET): Define.
1529         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
1530         non-RT and RT signal trampolines.
1531
1532 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
1533
1534         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
1535         (TARGET_NBPG, STACK_END_ADDR): Delete
1536         (VARIABLES_INSIDE_BLOCK): Delete.
1537
1538 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
1539
1540         * utils.c (perror_with_name): Make string parameter constant.
1541         (print_sys_errmsg): Ditto.
1542         (query): Ditto.
1543         * defs.h (perror_with_name): Update.
1544         (print_sys_errmsg): Update.
1545         (query): Update.
1546
1547 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
1548
1549         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
1550         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
1551
1552 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1553
1554         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
1555         if it already matches the current architecture from the exec file.
1556         Include arch-utils.h for gdbarch_info_init prototype.
1557         * Makefile.in (rs6000-nat.o): Update dependencies.
1558
1559 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
1560
1561         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
1562          list of exported variables.
1563
1564 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
1565
1566         * gdbserver/configure.srv: New file.
1567         * gdbserver/configure.in: Use configure.srv instead
1568         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
1569         from it.
1570         * gdbserver/configure: Regenerated.
1571         * gdbserver/terminal.h: New file.
1572         * gdbserver/Makefile.in: Update for configure changes.  Remove
1573         more unneeded include paths.
1574
1575 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
1576
1577         From wiz at danbala:
1578         * config/sparc/tm-sp64.h: Fix grammar and typos.
1579         Fix PR gdb/287.
1580
1581 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
1582
1583         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
1584         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
1585         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
1586         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
1587         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
1588         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
1589         * s390-tdep.c: Ditto.
1590         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
1591         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
1592         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
1593         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
1594         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
1595         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
1596         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
1597         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
1598         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
1599         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
1600         Fix PR gdb/378.
1601
1602 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
1603
1604         * lin-thread.c: Delete file.
1605         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
1606         to gdb_proc_service.h.
1607         * configure: Re-generate.
1608
1609         * ocd.c (ocd_open): Do not try to open the "ocd" device.
1610         * serial.c (serial_open): Delete check for "ocd".
1611         Fix PR gdb/349.
1612
1613         * Makefile.in (linux-thread.o): Delete target.
1614         * linux-thread.c: Delete file.
1615
1616         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
1617         renamed SH files to be consistent.
1618
1619         * symtab.c (sort_search_symbols): Use xfree.
1620
1621 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
1622
1623         * arm-linux-tdep.c (arm_linux_init_abi): Register
1624         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
1625         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
1626         definition with undef, since we don't want the sysvr4 definition.
1627         (SKIP_TRAMPOLINE_CODE): Likewise.
1628
1629 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
1630
1631         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
1632
1633         * configure.in: (AC_CHECK_FUNCS) Added test for
1634         canonicalize_file_name Regenerated.
1635         * config.in, configure: Regenerated.
1636         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
1637         defined use canonicalize_file_name.
1638
1639 2002-02-23  Michael Chastain  <mec@shout.net>
1640
1641         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
1642
1643 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
1644
1645         * README: Remove references to cygnus.com.
1646         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
1647         dot com'' form.  Remove references to cygnus.com and sourceware.
1648
1649 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
1650
1651         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
1652         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
1653         1003.1-2001 no longer allows "head -1".
1654         * gdb/Makefile.in (version.c): Likewise.
1655         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
1656         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
1657         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
1658
1659 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
1660
1661         * cli/cli-decode.c (cmd_cfunc_eq): New function.
1662         * command.h (cmd_cfunc_eq): Declare.
1663         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
1664
1665         * cli/cli-cmds.h (is_complete_command): Change parameter to a
1666         ``struct cmd_list_element *''.
1667         * cli/cli-cmds.c (is_complete_command): Update.  Use
1668         cmd_cfunc_eq.
1669         * top.c (execute_command): Pass the command to
1670         is_complete_command.
1671         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
1672
1673 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
1674
1675         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
1676         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
1677         architecture defines.
1678         * s390-tdep.c (s390_gdbarch_init): Likewise.
1679
1680 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
1681
1682         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
1683         (arm_linux_push_arguments): Likewise.
1684         (arm_linux_init_abi): Register them.  Also register linux-specific
1685         call_dummy_words.
1686         (find_minsym_and_objfile): Use strcmp, not STREQ.
1687         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
1688         (arm_linux_call_dummy_words): Delete declaration.
1689         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
1690         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
1691         declarations.
1692         (LOWEST_PC): Delete.
1693
1694 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1695
1696         * maint.c (print_section_info): Do not prepend `0x' to filepos
1697         output, it will be handled by local_hex_string_custom.
1698
1699 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
1700
1701         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
1702         (store_newfpe_double, store_newfpe_extended, store_fpregister)
1703         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
1704
1705 2002-02-22  Jim Blandy  <jimb@redhat.com>
1706
1707         Indicate that the bcache functions don't change the strings
1708         they're passed.
1709         * bcache.h (bcache, hash): Add `const' keywords to declarations.
1710         * bcache.c (bcache, hash): Add `const' keywords to definitions.
1711
1712 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1713
1714         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
1715
1716 2002-02-21  Christopher Faylor  <cgf@redhat.com>
1717
1718         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
1719         find the complete path to a loaded DLL.
1720
1721 2002-02-21  Fred Fish  <fnf@redhat.com>
1722
1723         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
1724         that marks the end of the range of a function, enter a line number
1725         entry that has a line number of zero and a PC offset that matches
1726         the end of the function.  This starts a range of PC's for which no
1727         line number information is known.
1728         * symtab.c (find_pc_sect_line): If our best fit is in a range of
1729         PC's for which no line number info is found (line number is zero)
1730         then we didn't find any valid line information.
1731         * symtab.h: Document use of zero line number entry.
1732
1733 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
1734
1735         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
1736         (have_ptrace_getvrregs): Define for run time checks.
1737         (gdb_vrregset_t): New type for Altivec register handling.
1738         (fetch_register, store_register): Fetch/store altivec register
1739         when needed.
1740         (fetch_altivec_register, store_altivec_register): New functions.
1741         (supply_vrregset, fill_vrregset): New functions.
1742         (fetch_altivec_registers, store_altivec_registers): New functions.
1743         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
1744         registers as well.
1745
1746 2002-02-21  Jiri Smid  <smid@suse.cz>
1747
1748         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
1749
1750 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
1751
1752         * Makefile.in (armnbsd-nat.o): Update dependencies.
1753         * armnbsd-nat.c (supply_gregset): New function.  Common code to
1754         supply the integer register set.
1755         (supply_fparegset): New function.  Similar for FPA registers.
1756         (fetch_regs, fetch_fp_regs): Use them.
1757         (fetch_core_registers): Likewise.
1758         (fetch_elfcore_registers): New function.
1759         (arm_netbsd_elfcore_fns): New core-file type specification.
1760         (_initialize_arm_netbsd_nat): Register it.
1761
1762 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
1763
1764         * armnbsd-nat.c: Include gdbcore.h.
1765         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
1766         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
1767         'void' to declaration, to shut up ARI.
1768         (fetch_core_registers): Make static.  Rewrite using supply_register.
1769         (arm_netbsd_core_fns): New core-file type specification.
1770         (_initialize_arm_netbsd_nat): New function.
1771
1772 2002-02-21  Christopher Faylor  <cgf@redhat.com>
1773
1774         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
1775         value.
1776
1777 2002-02-20  Christopher Faylor  <cgf@redhat.com>
1778
1779         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
1780         fails.
1781
1782 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
1783
1784         * jv-exp.y (parse_number): Change type of implicit longs
1785         to builtin_type_uint64.
1786
1787 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
1788
1789         * gdbserver/linux-low.c (mywait): Change argument to waitpid
1790         to be an integer instead of a `union wait'.
1791
1792 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
1793
1794         * mips-linux-nat.c: Call the operating system GNU/Linux.
1795         * mips-linux-tdep.c: Likewise.
1796         * mips-tdep.c: Likewise.
1797
1798 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
1799
1800         Fix PR gdb/265.
1801         * jv-exp.y (parse_number): Handle 64-bit integers.
1802
1803 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
1804
1805         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
1806         AC_STDC_HEADERS to AC_HEADER_STDC.
1807         * gdbserver/configure: Regenerated.
1808
1809 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
1810
1811         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
1812         is defined.
1813         * sparc-tdep.c (get_longjmp_target): Likewise.
1814
1815 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
1816
1817         * News: Add news about ARM and Multi-arch.  Mention the new target
1818         arm*-*-netbsd*.
1819
1820 2002-02-19  Jim Blandy  <jimb@redhat.com>
1821
1822         * stabsread.c (error_type_complaint): Improve error message.
1823
1824 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
1825
1826         * gdbserver/README: Update documentation.
1827         * gdbserver/configure.in: Update configury to match documentation.
1828         * gdbserver/Makefile.in: Likewise.
1829         * gdbserver/configure: Regenerated.
1830         * gdbserver/aclocal.m4: New file, generated by aclocal.
1831         * gdbserver/config.in: New file, generated by autoheader.
1832
1833 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1834
1835         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
1836         armnbsd-nat.c.
1837
1838 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1839
1840         * arm-tdep.h (enum arm_float_model): New enum.
1841         (struct gdbarch_tdep): Add fp_model.
1842         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
1843         up floating-point conversions until we know the floating-point model
1844         in use by the inferior.  Don't complain about being unable to
1845         determine the ABI of the inferior when we don't have one.
1846         (arm_extract_return_value): Support different floating-point models.
1847         (arm_store_return_value): Likewise.
1848         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
1849         ARM_FLOAT_SOFT.
1850         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
1851
1852 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
1853
1854         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
1855         of ``current_gdbarch''.
1856
1857 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1858
1859         * armnbsd-nat.c : ANSIfy all function declarations.
1860         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
1861         (fetch_inferior_registers): Re-implement in terms of above.
1862         (store_register, store_regs, store_fp_register, store_fp_regs): New.
1863         (store_inferior_registers): Re-implement in terms of above.
1864
1865 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1866
1867         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
1868         kernel.
1869         * arm-linux-tdep.c: Likewise.
1870         * config/arm/tm-linux.h: Likewise.
1871
1872 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1873
1874         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
1875         * config/arm/nbsd.mt (TM_FILE): Delete.
1876         * config/arm/tm-nbsd.h: Delete.
1877
1878 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1879
1880         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
1881         Initialize CALL_DUMMY_LENGTH.
1882
1883 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
1884
1885         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
1886         function.
1887         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
1888         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
1889         defines one thing and that is incorrect for this port.
1890         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1891
1892 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
1893
1894         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
1895
1896 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
1897
1898         * win32-nat.c (display_selector): New function. Displays information
1899         about the information returned by GetThreadSelectorEntry API function.
1900         (display_selectors): New function. Displays the infomation of
1901         the selector given as argument, or of CS, DS ans FS selectors
1902         if no argument is given.
1903         ( _initialize_inftarg): Add "w32" as info prefix command.
1904         Add "info w32 selector" as command calling display_selectors.
1905
1906 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
1907
1908         * i386-tdep.c (get_longjmp_target): Fix compilation failure
1909         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
1910         if not defined.
1911
1912 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
1913
1914         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
1915
1916 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
1917
1918         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
1919         (arm_fix_call_dummy): Call it.
1920         (arm_call_dummy_breakpoint_offset): Delete.
1921         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
1922         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
1923
1924 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
1925
1926         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
1927         Default to func_frame_chain_valid.
1928         * gdbarch.h, gdbarch.c: Re-generate.
1929         * frame.h (FRAME_CHAIN_VALID): Delete definition.
1930
1931 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
1932
1933         * ppc-linux-nat.c: Update copyright.
1934         (fetch_register, store_register): Add tid parameter, don't compute
1935         tid here.
1936         (fetch_ppc_registers, store_ppc_registers): Add tid
1937         parameter. Pass it along to callees.
1938         (fetch_inferior_registers, store_inferior_registers): Compute tid
1939         here, and pass it to calleed functions.
1940         (fill_gregset, supply_fpregset): Clean up formatting.
1941
1942 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
1943
1944         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
1945         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
1946
1947 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
1948
1949         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
1950         * gdbarch.c gdbarch.h: Regenerate.
1951         * breakpoint.c (create_longjmp_breakpoint): Always compile this
1952         function.
1953         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
1954         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
1955         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
1956
1957         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
1958         * arm-tdep.c (arm_get_longjmp_target): New function.
1959         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
1960         this to a positive value register arm_get_longjmp_target as the
1961         longjmp handler.
1962         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
1963         (arm_linux_init_abi): Set up longjmp description in tdep.
1964         * armnbsd-nat.c (get_longjmp_target): Delete.
1965         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
1966         description in tdep.
1967         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
1968         (get_longjmp_target): Delete declaration.
1969         (GET_LONGJMP_TARGET): Delete.
1970         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
1971         (GET_LONGJMP_TARGET): Delete.
1972
1973 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
1974
1975         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
1976         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
1977         of ``current_gdbarch''.
1978
1979 2002-02-17  Tom Tromey  <tromey@redhat.com>
1980
1981         * cli/cli-cmds.c (compare_strings): New function.
1982         (complete_command): Only print each unique item once.
1983         * completer.h (complete_line): Declare.
1984         * completer.c (complete_line): New function.
1985         (line_completion_function): Use it.
1986
1987 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
1988
1989         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
1990         * gdbarch.h, gdbarch.c: Re-generate.
1991
1992 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
1993
1994         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
1995
1996 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
1997
1998         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1999         * valops.c (value_arg_coerce): Don't take the address of a reference
2000         to convert an argument to a reference.
2001
2002 2002-02-15  Christopher Faylor  <cgf@redhat.com>
2003
2004         * win32-nat.c (get_image_name): New function.
2005         (handle_load_dll): Use get_image_name function.
2006         (get_child_debug_event): Avoid registering debug events until possibly
2007         execed process is started.
2008         (child_create_inferior): Allow invocation via shell so that command
2009         line redirection, etc.  works ok.
2010         (_initialize_inftarg): Add new command: "set shell" to control whether
2011         a shell is used to start a process.
2012
2013 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
2014
2015         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2016         instead of find_register_by_number.
2017         (cannot_store_register): Likewise.
2018
2019 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
2020
2021         * dwarf2read.c: Replace fprintf (stderr, ...) by
2022         fprintf_unfiltered (gdb_stderr, ...).
2023
2024 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
2025
2026         * gdbserver/gdbserver.1: Document --attach.
2027
2028 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
2029
2030         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2031         descriptions.
2032         * arm-tdep.c (arm_default_arm_le_breakpoint)
2033         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2034         (arm_default_thumb_be_breakpoint): New.  Initialize them from
2035         traditional breakpoint defines.
2036         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2037         (arm_gdbarch_init): Initialize new breakpoint variables.
2038         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2039         (arm_linux_init_abi): Initialize linux-specific breakpoint.
2040         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2041         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2042         code out to ...
2043         (arm_netbsd_init_abi_common): ... here; new function.
2044         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2045         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2046         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2047         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2048
2049 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
2050
2051         * arm-tdep.h (enum arm_abi): New enum.
2052         (struct gdbarch_tdep): New structure.
2053         (LOWEST_PC): Provide a default.
2054         (arm_gdbarch_register_os_abi): Declare new function.
2055         * arm-tdep.c (arm_abi_names): New array.
2056         (process_note_abi_tag_sections): New function.
2057         (get_elfosabi): New function.
2058         (arm_gdbarch_register_os_abi): New function.
2059         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
2060         support for that ABI has been built in, then call the appropriate
2061         configuration routine.  Use gdbarch_num_regs() to get the number
2062         of registers.
2063         (arm_dump_tdep): New function.
2064         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2065         place-holder functions.
2066         (_initialize_arm_tdep): Register them.
2067         * config/arm/tm-arm.h (LOWEST_PC): Delete.
2068
2069         * armnbsd-tdep.c: New file.
2070         * Makefile.in (armnbsd-tdep.o): Add dependencies.
2071         * config/arm/nbsd.mt (TDEPFILES): Add it.
2072         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2073
2074         * armnbsd-nat.c: Include regcache.h.
2075         * Makefile.in (armnbsd-nat.o): Update dependency list.
2076
2077         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2078
2079 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
2080
2081         * gdbserver/Makefile.in: Fix typos in target rules.
2082
2083 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
2084
2085         Fix part of PR gdb/267.
2086         * linespec.c (find_methods): Handle constructors specially for now.
2087
2088 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
2089
2090         * arm-tdep.c (arm_push_arguments): Eliminate special float type
2091         handling.
2092         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2093         standard_coerce_float_to_double().
2094
2095 2002-02-14  Christopher Faylor  <cgf@redhat.com>
2096
2097         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2098         GDBINIT_FILENAME.
2099
2100 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
2101
2102         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2103         find_variant_by_name, because it confuses the multiarch
2104         framework. Return NULL if there isn't an architecture with the
2105         user supplied name, instead of forcing a different one without
2106         recording the change with the multiarch machinery.
2107         (find_variant_by_name): Delete.
2108
2109 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2110
2111         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
2112         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2113
2114 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
2115
2116         * stack.c (print_frame_info_base): When calling
2117         print_frame_info_listing_hook, set current_source_symtab.
2118
2119 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
2120
2121         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
2122         and remove unused $(INCLUDE_DIR).
2123         Add regcache.c to OBS.
2124         Add generated register protocol files to clean target.
2125         Update dependencies for new objects, obsolete old target code.
2126
2127         * gdbserver/linux-low.c: Remove all platform-specific code to
2128         new files.  Remove various dead code.  Update to use regcache
2129         functionality.
2130         * gdbserver/remote-utils.c (fromhex): Add return statement
2131         to quiet warning.
2132         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
2133         constant.
2134         (input_interrupt): Add integer parameter to match prototype
2135         of a signal handler.
2136         (outreg): Use register_data ().
2137         (prepare_resume_reply): Use gdbserver_expedite_regs.
2138         * gdbserver/server.c (main): Dynamically allocate own_buf because
2139         PBUFSIZ is no longer constant.  Use registers_to_string () and
2140         registers_from_string ().
2141         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
2142         for error (), fatal (), and warning ().  Update definition of
2143         PBUFSIZ to use regcache functionality.  Add include guard.
2144         * gdbserver/utils.c (fatal): Add missing ``const''.
2145         (warning): New function.
2146
2147         * regformats/regdat.sh: Include "regcache.h" in generated files.
2148         Provide init_registers () function.
2149         * regformats/regdef.h: Add prototype for set_register_cache ().
2150         Add include guard.
2151
2152         * gdbserver/linux-arm-low.c: New file.
2153         * gdbserver/linux-i386-low.c: New file.
2154         * gdbserver/linux-ia64-low.c: New file.
2155         * gdbserver/linux-m68k-low.c: New file.
2156         * gdbserver/linux-mips-low.c: New file.
2157         * gdbserver/linux-ppc-low.c: New file.
2158         * gdbserver/linux-sh-low.c: New file.
2159
2160         * gdbserver/regcache.c: New file.
2161         * gdbserver/regcache.h: New file.
2162
2163         * gdbserver/low-linux.c: Removed obsolete file.
2164
2165 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
2166
2167         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
2168         * config/i386/linux.mt: Likewise.
2169         * config/ia64/linux.mt: Likewise.
2170         * config/m68k/linux.mh: Likewise.
2171         * config/powerpc/linux.mh: Likewise.
2172         * config/mips/linux.mt: Likewise.
2173
2174         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
2175
2176         * config/i386/i386lynx.mh: Mark gdbserver variables
2177         as (currently) obsolete for this target.
2178         * config/i386/nbsd.mt: Likewise.
2179         * config/i386/nbsdelf.mt: Likewise.
2180         * config/m32r/m32r.mt: Likewise.
2181         * config/m68k/m68klynx.mh: Likewise.
2182         * config/m68k/nbsd.mt: Likewise.
2183         * config/m68k/sun3os4.mh: Likewise.
2184         * config/mips/vr5000.mt: Likewise.
2185         * config/ns32k/nbsd.mt: Likewise.
2186         * config/pa/hppabsd.mh: Likewise.
2187         * config/pa/hppaosf.mh: Likewise.
2188         * config/powerpc/nbsd.mt: Likewise.
2189         * config/rs6000/rs6000lynx.mh: Likewise.
2190         * config/s390/s390.mt: Likewise.
2191         * config/s390/s390x.mt: Likewise.
2192         * config/sparc/sparclynx.mh: Likewise.
2193         * config/sparc/sun4os4.mh: Likewise.
2194         * config/i386/x86-64linux.mt: Likewise.
2195         * config/sparc/linux.mh: Likewise.
2196
2197 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
2198
2199         * configure.tgt: Configure gdbserver only for known working
2200         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
2201         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
2202         SUBDIRS if it is configured.  Update comment for ${nativefile}.
2203         * configure: Regenerated.
2204
2205 2002-02-13  Michael Snyder  <msnyder@redhat.com>
2206
2207         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2208
2209         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2210         (default_gcore_mach): Just return 0, work around a problem in bfd.
2211         (default_gcore_target): OK to return NULL if exec_bfd is null.
2212         (make_mem_sec): Use a cast, avoid a warning.
2213
2214         * procfs.c (find_memory_regions_callback): Use a cast instead of
2215         calling host_pointer_to_address (which complains if
2216         sizeof (host pointer) != sizeof (target pointer)).
2217         (procfs_make_note_section): Avoid overflow in psargs string.
2218
2219         * procfs.c (procfs_make_note_section): Make the default
2220         implementation return an error.
2221
2222 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
2223
2224         * procfs.c (procfs_make_note_section): Provide a default definition
2225         (for alpha-dec-osf4.0f). Fix typos.
2226
2227 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
2228
2229         * linux-proc.c: Add include of regcache.h.
2230         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2231
2232 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
2233
2234         From 2002-01-18 Greg McGary <greg@mcgary.org>:
2235         * memattr.c (create_mem_region): Disallow useless empty region.
2236         Regions are half-open intervals, so allow [A..B) [B..C) as
2237         non-overlapping.
2238
2239 2002-02-13  Michael Chastain <mec@shout.net>
2240
2241         * defs.h: Kill CONST_PTR.
2242         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2243         * c-lang.c (c_builtin_types): Likewise.
2244         * ch-lang.c (ch_builtin_types): Likewise.
2245         * f-lang.c (f_builtin_types): Likewise.
2246         * language.c (unknown_builtin_types): Likewise.
2247         * m2-lang.c (m2_builtin_types): Likewise.
2248         * p-lang.c (pascal_builtin_types): Likewise.
2249         * scm-lang.c (c_builtin_types): Likewise.
2250
2251 2002-02-13  Keith Seitz  <keiths@redhat.com>
2252
2253         * arm-tdep.h (arm_get_next_pc): Add declaration.
2254
2255 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
2256
2257         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
2258         with other related struct-returning functions.
2259         (arm_extract_struct_value_address): New function.
2260         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
2261         initialize float_format, double_format and long_double_format as
2262         appropriate to the endianness of the target.
2263         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2264         (arm_use_struct_convention): Delete declaration.
2265         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2266
2267 2002-02-13  Keith Seitz  <keiths@redhat.com>
2268
2269         * defs.h (core_addr_to_string_nz): New function.
2270
2271 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
2272
2273         Apply missing bits of 2002-01-15 patch.
2274         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2275         (fill_fpregset): Use i387_fill_fsave.
2276
2277 2002-02-12  Keith Seitz  <keiths@redhat.com>
2278
2279         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2280         (core_addr_to_string_nz): New function.
2281
2282 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
2283
2284         * arm-linux-nat.c: Really include arm-tdep.h.
2285         * config/arm/tm-linux.h (struct type, struct value): Declare.
2286
2287 2002-02-11  Michael Snyder  <msnyder@redhat.com>
2288
2289         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2290         (gcore section): Ifdef for Solaris and Unixware only.
2291         (procfs_do_thread_registers): Unixware needs one lwpstatus
2292         per thread (not one prstatus or pstatus).
2293         (procfs_make_note_section): Iterate only over kernel threads (lwps),
2294         not over all gdb threads.  For unixware, call elfcore_write_pstatus
2295         once before iterating over threads.
2296
2297 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
2298
2299         * arm-tdep.h: New file.
2300         * arm-tdep.c: Include arm-tdep.h.
2301         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2302         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2303         (arm_print_float_info, arm_register_type, convert_to_extended)
2304         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2305         (arm_extract_return_value, arm_register_name): Make static.
2306         (arm_software_single_step): Similarly.  Fix types in declaration.
2307         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2308         (arm_store_return_value, arm_store_struct_return): New functions.
2309         (arm_gdbarch_init): Register the above functions.  Also register
2310         call_dummy_start_offset, sizeof_call_dummy_words,
2311         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2312         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
2313         max_register_virtual_size, register_size.  Set up
2314         prologue_cache.saved_regs here, rather than ...
2315         (_initialize_arm_tdep): ... here.
2316         * config/arm/tm-arm.h (struct type, struct value): Delete forward
2317         declarations.
2318         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2319         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2320         (arm_print_float_info, arm_register_type, convert_to_extended)
2321         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2322         (arm_extract_return_value, arm_register_name): Delete declarations.
2323         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2324         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2325         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2326         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2327         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2328         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2329         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2330         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2331         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2332         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2333         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2334         (arm_get_next_pc): No-longer static -- these are needed by the RDI
2335         interface.
2336         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2337         * remote-rdi.c remote-rdp.c: Likewise.
2338         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2339         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2340         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2341         definition.
2342
2343         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2344         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2345         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2346         from non-ARM_ prefixed definitions.
2347         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2348         all uses of above.
2349         * remote-rdi.c remote-rdp.c: Likewise.
2350         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2351
2352 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
2353
2354         * arm-tdep.c (arm_frameless_function_invocation)
2355         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2356         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2357         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2358         (arm_pop_frame, arm_get_next_pc): Make static.
2359         (arm_gdbarch_init): Register above in gdbarch structure.
2360         (arm_read_fp): Renamed from arm_target_read_fp.
2361         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2362         * config/arm/tm-arm.h (arm_frameless_function_invocation)
2363         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2364         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2365         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2366         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2367         (arm_pc_is_thumb_dummy): Delete declarations.
2368         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2369         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2370         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2371         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
2372
2373 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
2374
2375         * symtab.c (compare_search_syms): New function.
2376         (sort_search_symbols): New function.
2377         (search_symbols): Sort symbols after searching rather than
2378         before.
2379
2380 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2381
2382         * NEWS: Linux -> GNU/Linux.
2383
2384 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2385
2386         * gdbarch.sh: For for level one methods, disallow a definition
2387         when partially multi-arched.  Add comments explaining rationale.
2388         * gdbarch.h: Re-generate.
2389
2390 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2391
2392         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2393         multi-arch partial.
2394
2395 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2396
2397         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
2398         field.  Use diff -u.
2399         * gdbarch.c: Re-generate.
2400
2401 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2402
2403         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
2404         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2405         partial.
2406
2407 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2408
2409         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2410         multi-arch partial.
2411         (PUSH_ARGUMENTS): Switch to using predefault.
2412         * gdbarch.c: Regenerate.
2413
2414 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
2415
2416         * valops.c (PUSH_ARGUMENTS): Delete definition.
2417         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
2418         partial.  Default to default_push_arguments.
2419         * gdbarch.h, gdbarch.c: Regenerate.
2420
2421 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
2422
2423         * defs.h (throw_exception): Rename return_to_top_level.  Update
2424         comments.
2425         * utils.c (error_stream, internal_verror, quit): Ditto.
2426         * top.c (throw_exception, catcher): Ditto.
2427         * sparclet-rom.c (sparclet_load): Ditto.
2428         * remote.c (interrupt_query, minitelnet): Ditto.
2429         * remote-sds.c (interrupt_query): Ditto.
2430         * remote-mips.c (mips_error, mips_kill): Ditto.
2431         * ocd.c (interrupt_query): Ditto.
2432         * monitor.c (monitor_interrupt_query): Ditto.
2433         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
2434         * target.h: Update comment.
2435
2436         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
2437
2438 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
2439
2440         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
2441         default_double_format.
2442         * gdbarch.h, gdbarch.c: Re-generate.
2443         * findvar.c (floatformat_unknown): Delete variable definition.
2444         * doublest.h (floatformat_unknown): Delete variable declaration.
2445
2446 2002-02-09  Jim Blandy  <jimb@redhat.com>
2447
2448         * stabsread.c (read_type): Add code to parse Sun's syntax for
2449         prototyped function types.
2450
2451 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
2452
2453         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
2454         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2455
2456 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2457
2458         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
2459         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
2460         now _initialize_xcoffsolib gets called again and overrides the
2461         commands from solib.c in a native configuration.
2462
2463 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
2464
2465         * doublest.c (store_typed_floating): Don't try to return a value.
2466         Fixes PR gdb/290.
2467
2468 2002-02-08  Jim Blandy  <jimb@redhat.com>
2469
2470         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
2471         is prototyped and has no arguments, print its argument list as
2472         `(void)'.
2473
2474 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
2475
2476         * MAINTAINERS (write-after-approval): Add myself.
2477         (paper-trail): I've escaped!
2478
2479 2002-02-08  Christopher Faylor  <cgf@redhat.com>
2480
2481         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
2482         changes.
2483         (_initialize_check_for_gdb_ini): Ditto.
2484
2485 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
2486
2487         * win32-nat.c (cygwin_pid_to_str): Fix typo.
2488         xaprintf -> xasprintf.
2489
2490 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
2491
2492         * win32-nat.c: Remove use of printf and sprintf functions.
2493
2494 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
2495
2496         * arm-tdep.c (arm_frame_chain_valid): Make static.
2497         (arm_push_arguments): Likewise.
2498         (arm_gdbarch_init): New function.
2499         (_initialize_arm_tdep): Call it.
2500         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
2501         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
2502         (FRAME_CHAIN_VALID): Delete.
2503         (arm_frame_chain_valid): Delete declaration.
2504         (PUSH_ARGUMENTS): Delete.
2505         (arm_push_arguments): Delete declaration.
2506         (CALL_DUMMY_P): Delete.
2507
2508 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
2509             Corinna Vinschen  <vinschen@redhat.com>
2510
2511         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
2512         on builtin float types.
2513
2514 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
2515
2516         * utils.c: Include <curses.h> before "bfd.h".
2517         * tui/tui-hooks.c: Likewise.
2518         * tui/tui.c: Likewise.
2519         * tui/tuiCommand.c: Likewise.
2520         * tui/tuiData.c: Likewise.
2521         * tui/tuiDataWin.c: Likewise.
2522         * tui/tuiDisassem.c: Likewise.
2523         * tui/tuiGeneralWin.c: Likewise.
2524         * tui/tuiIO.c: Likewise.
2525         * tui/tuiLayout.c: Likewise.
2526         * tui/tuiRegs.c: Likewise.
2527         * tui/tuiSource.c: Likewise.
2528         * tui/tuiSourceWin.c: Likewise.
2529         * tui/tuiStack.c: Likewise.
2530         * tui/tuiWin.c: Likewise.
2531
2532 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
2533
2534         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
2535         to include space for pseudoregs as well. Update loops accordingly.
2536         (sh_fp_frame_init_saved_regs): Ditto.
2537         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
2538
2539 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
2540
2541         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
2542         Add Richard Earnshaw to Arm maintainers.
2543
2544 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
2545
2546         * defs.h (warning_begin): Delete declaration.
2547
2548         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
2549         Delete macro.
2550
2551 2002-02-07  Michael Snyder  <msnyder@redhat.com>
2552
2553         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
2554         Logic bug, remove misplaced else.
2555
2556 2002-02-07  Klee Dienes  <klee@apple.com>
2557
2558         * fork-inferior.c (fork_inferior): Add '!' to the list of
2559         characters that need to be quoted when building a string for the
2560         shell.  Quote '!' specifically with a backslash, since CSH chokes
2561         when trying to evaluate "str!str".
2562
2563 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
2564
2565         * rdi-share/host.h: Only provide a typedef for bool if it is not
2566         defined.
2567
2568 2002-02-04  Michael Snyder  <msnyder@redhat.com>
2569
2570         * breakpoint.h (enum bptype): Add new overlay event bp type.
2571         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
2572
2573         * breakpoint.c (create_internal_breakpoint): New function.
2574         (internal_breakpoint_number): Moved into create_internal_breakpoint.
2575         (create_longjmp_breakpoint): Use create_internal_breakpoint.
2576         (create_thread_event_breakpoint): Ditto.
2577         (create_solib_event_breakpoint): Ditto.
2578         (create_overlay_event_breakpoint): New function.
2579         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
2580         (update_breakpoints_after_exec): Delete and re-initialize
2581         overlay event breakpoints after an exec.  Add FIXME comment
2582         about longjmp breakpoint.
2583         (print_it_typical): Ignore overlay event breakpoints.
2584         (print_one_breakpoint): Ditto.
2585         (mention): Ditto.
2586         (bpstat_what): Do not stop for overlay event breakpoints.
2587         (delete_breakpoint): Don't delete overlay event breakpoints.
2588         (breakpoint_re_set_one): Delete the overlay event breakpoint.
2589         (breakpoint_re_set): Re-create overlay event breakpoint.
2590
2591         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
2592         (overlay_manual_command): Disable overlay breakpoints.
2593         (overlay_off_command): Disable overlay breakpoints.
2594
2595 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
2596
2597         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
2598         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
2599         to here from config/tm-arm.h.
2600         (coff_sym_is_thumb): Make static.
2601         (arm_elf_make_msymbol_special): New function.
2602         (arm_coff_make_msymbol_special): New function.
2603         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
2604         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
2605         (coff_sym_is_thumb): Delete declaration.
2606         (arm_elf_make_msymbol_special): Declare.
2607         (arm_coff_make_msymbol_special): Declare.
2608         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
2609         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
2610
2611 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
2612
2613         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
2614
2615 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
2616
2617         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
2618         * gdbarch.c gdbarch.h: Regenerate.
2619         * arch-utils.c (default_print_float_info): New function.
2620         * arch-utils.h (default_print_float_info): Prototype it.
2621         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
2622         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
2623         (PRINT_FLOAT_INFO): Document it.
2624
2625         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
2626         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
2627         (PRINT_FLOAT_INFO): Define.
2628
2629 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
2630
2631         * win32-nat.c (_initialize_check_for_gdb_ini):
2632         Add typecast to sprintf argument to suppress a warning.
2633
2634 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
2635
2636         * win32-nat.c (last_sig): Changed type of variable to target_signal,
2637         to allow easier handling of pass state.
2638         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
2639         that gives exception name and address.
2640         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
2641         and set last_sig value to ourstatus->value.sig. Some missing
2642         exceptions added.
2643         (child_continue): Correctly report continue_status.
2644         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
2645         TARGET_SIGNAL_0 (new default value).
2646         (child_resume): consider sig argument passed to decide if
2647         the exception should be passed to debuggee or not.
2648
2649 2002-02-05  Michael Snyder  <msnyder@redhat.com>
2650
2651         * regcache.c (fetch_register): Call target_fetch_register
2652         only if we don't call FETCH_PSEUDO_REGISTER.
2653         (store_register): Call target_store_register only if we
2654         don't call STORE_PSEUDO_REGISTER.
2655
2656 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
2657
2658         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
2659         ELF_MAKE_MSYMBOL_SPECIAL.
2660         * gdbarch.c, gdbarch.h: Regenerate.
2661         * arch-utils.c (default_make_msymbol_special): New function.
2662         * arch-utils.h (default_make_msymbol_special): Export.
2663         * elfread.c (elf_symtab_read): Compile use of
2664         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
2665         multiarched.
2666         * coffread.c (coff_symtab_read): Ditto, for
2667         COFF_MAKE_MSYMBOL_SPECIAL.
2668
2669 2002-02-05  Jim Blandy  <jimb@redhat.com>
2670
2671         * solib-svr4.c (svr4_truncate_ptr): New function.
2672         (svr4_relocate_section_addresses): Do the address arithmetic with
2673         the appropriate truncation for target addresses, even when
2674         CORE_ADDR is larger than a target address.
2675
2676 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2677
2678         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
2679         to (int *).
2680
2681 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2682
2683         * gdbserver/linux-low.c (kill_inferior): Remove commented out
2684         code.
2685
2686 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2687
2688         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
2689
2690 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2691
2692         * gdbserver/linux-low.c: Remove unused include files.
2693
2694 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2695
2696         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
2697         (read_inferior_memory): Use it.
2698         (write_inferior_memory): Likewise.
2699
2700 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2701
2702         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
2703         grubbing through sys_errlist.
2704
2705 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
2706
2707         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
2708
2709 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2710         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
2711
2712 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
2713
2714         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
2715         (do_sfunc, set_cmd_sfunc): New functions.
2716
2717         * command.h (struct cmd_list_element): Add field func.
2718         * cli/cli-decode.h (struct cmd_list_element): Ditto.
2719         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
2720         * cli/cli-decode.h: Ditto.
2721
2722         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
2723         (help_all, help_cmd_list): Ditto.
2724         (find_cmd, complete_on_cmdlist): Ditto.
2725         * top.c (execute_command): Ditto.
2726
2727         * cli/cli-setshow.c (do_setshow_command): Call func instead of
2728         function.sfunc.
2729
2730         * infcmd.c (notice_args_read): Fix function signature.
2731
2732         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
2733         * cli/cli-decode.c (add_set_cmd): Ditto.
2734         * utils.c (initialize_utils): Ditto.
2735         * maint.c (_initialize_maint_cmds): Ditto.
2736         * infrun.c (_initialize_infrun): Ditto.
2737         * demangle.c (_initialize_demangler): Ditto.
2738         * remote.c (add_packet_config_cmd): Ditto.
2739         * mips-tdep.c (_initialize_mips_tdep): Ditto.
2740         * cris-tdep.c (_initialize_cris_tdep): Ditto.
2741         * proc-api.c (_initialize_proc_api): Ditto.
2742         * kod.c (_initialize_kod): Ditto.
2743         * valprint.c (_initialize_valprint): Ditto.
2744         * top.c (init_main): Ditto.
2745         * infcmd.c (_initialize_infcmd): Ditto.
2746         * corefile.c (_initialize_core): Ditto.
2747         * arm-tdep.c (_initialize_arm_tdep): Ditto.
2748         * arch-utils.c (initialize_current_architecture): Ditto.
2749         (_initialize_gdbarch_utils): Ditto.
2750         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2751
2752         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
2753         * wince.c (_initialize_inftarg): Ditto.
2754         * symfile.c (_initialize_symfile): Ditto.
2755         * mips-tdep.c (_initialize_mips_tdep): Ditto.
2756         * language.c (_initialize_language): Ditto.
2757         * arc-tdep.c (_initialize_arc_tdep): Ditto.
2758
2759 2002-02-04  Michael Snyder  <msnyder@redhat.com>
2760
2761         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
2762
2763 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
2764
2765         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
2766         Add rules for building the register data files.
2767
2768 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
2769
2770         * regformats/regdat.sh: Add braces to the definition of
2771         expedite_regs_${arch}.
2772
2773 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
2774
2775         * regformats/regdef.h (struct reg): Add comment describing the
2776         requirements for offset and size fields.
2777
2778 2002-02-04  Andreas Schwab  <schwab@suse.de>
2779
2780         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
2781         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
2782
2783 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
2784
2785         * gdbarch.sh (copyright): Update years in generated header.
2786         (SMASH_TEXT_ADDRESS): Add rule.
2787         * gdbarch.h, gdbarch.c: Re-generate.
2788         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
2789         * dbxread.c: Likewise.
2790         * dwarfread.c: Likewise.
2791         * elfread.c: Likewise.
2792         * somread.c: Likewise.
2793
2794         * arm-tdep.c (arm_smash_text_address): New function.
2795         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
2796
2797 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2798
2799         Add support for hardware watchpoints on win32 native.
2800         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
2801         CONTEXT_DEBUG_REGISTERS.
2802         (dr variable): New variable. Static array containing a local copy
2803         of debug registers.
2804         (debug_registers_changed): New variable.  Reflects when debug registers
2805         are changed and need to be written to inferior.
2806         (debug_registers_used): New variable. Reflects when any debug register
2807         was set, used when new threads are created.
2808         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
2809         i386-nat code.
2810         (thread_rec): Set dr array if id is the thread of current_event .
2811         (child_continue, child_resume): Change the debug registers for all
2812         threads if debug_registers_changed.
2813         (child_add_thread): Change the debug registers if debug_registers_used.
2814         * config/i386/cygwin.mh: Add use of i386-nat.o file.
2815         Link nm.h to new nm-cygwin.h file.
2816         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
2817         of hardware registers.
2818
2819 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
2820
2821         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
2822         Restore behavour broken by 2002-01-20 Andrew Cagney
2823         <ac131313@redhat.com> IEEE_FLOAT removal.
2824
2825 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
2826
2827         * c-valprint.c (c_val_print): Pass a proper valaddr to
2828         cp_print_class_method.
2829         * valops.c (search_struct_method): If there is only one method
2830         and args is NULL, return that method.
2831
2832 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
2833
2834         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
2835         accessing tag_name directly.
2836
2837 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
2838
2839         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
2840         of accessing tag_name directly.
2841
2842 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
2843
2844         PR gdb/280
2845         * gdbtypes.c (replace_type): New function.
2846         * gdbtypes.h (replace_type): Add prototype.
2847         * stabsread.c (read_type): Use replace_type.
2848
2849 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
2850
2851         * Makefile.in (memattr.o): Add missing dependencies rule.
2852
2853 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2854
2855         * breakpoint.c (break_at_finish_command): Really export.
2856         (break_at_finish_at_depth_command): Ditto.
2857         (tbreak_at_finish_command): Ditto.
2858         * hppa-tdep.c: Include completer.h.
2859         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
2860         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
2861
2862 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
2863
2864         * utils.c (do_write): New function.
2865         (error_stream): Rewrite combining the code from error_begin and
2866         verror.
2867         (verror): Rewrite using error_stream.
2868         (error_begin): Delete function.
2869
2870 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
2871
2872         * utils.c (error_begin): Make static.
2873         * defs.h (error_begin): Delete declaration.
2874
2875         * linespec.c (cplusplus_error): Replace cplusplus_hint.
2876         (decode_line_1): Use cplusplus_error instead of error_begin,
2877         cplusplus_hint and return_to_top_level.
2878         * coffread.c (coff_symfile_read): Use error instead of error_begin
2879         and return_to_top_level.
2880         * infrun.c (default_skip_permanent_breakpoint): Ditto.
2881
2882 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
2883
2884         * language.h (type_error, range_error): Make string parameter
2885         constant.
2886         * language.c (warning_pre_print): Delete extern declaration.
2887         * dwarfread.c (warning_pre_print): Ditto.
2888         * language.c (type_error, range_error): Rewrite to use verror and
2889         vwarning instead of warning_begin.
2890
2891 2002-02-01  Michael Snyder  <msnyder@redhat.com>
2892
2893         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
2894         (set_ignore_count): Move misplaced comment back where it belongs.
2895
2896 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
2897
2898         * command.h (NO_FUNCTION): Delete macro.
2899         * cli/cli-decode.h (NO_FUNCTION): Ditto.
2900         * top.c (execute_command): Replace NO_FUNCTION with NULL.
2901         * tracepoint.c (_initialize_tracepoint): Ditto.
2902         * cli/cli-decode.c (add_set_cmd): Ditto.
2903         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2904
2905 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
2906
2907         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
2908         Update ``this'' pointer when calling virtual functions.
2909
2910 2002-02-01  Michael Snyder  <msnyder@redhat.com>
2911
2912         * breakpoint.c (create_temp_exception_breakpoint): Delete.
2913         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
2914
2915 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
2916
2917         * regformats/reg-arm.dat: New file.
2918         * regformats/reg-i386.dat: New file.
2919         * regformats/reg-ia64.dat: New file.
2920         * regformats/reg-m68k.dat: New file.
2921         * regformats/reg-mips.dat: New file.
2922         * regformats/reg-ppc.dat: New file.
2923         * regformats/reg-sh.dat: New file.
2924         * regformats/regdef.h: New file.
2925         * regformats/regdat.sh: New file.
2926
2927 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
2928
2929         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
2930         (arm_frame_args_address, arm_frame_locals_address): New functions.
2931         (arm_frame_num_args): New function.
2932         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
2933         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
2934         (FRMA_NUM_ARGS): Call arm_frame_num_args.
2935
2936 2002-01-31  Michael Snyder  <msnyder@redhat.com>
2937
2938         * breakpoint.c (break_at_finish_command): Export.
2939         (break_at_finish_at_depth_command): Export.
2940         (tbreak_at_finish_command): Export.
2941         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
2942         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
2943         "tbreak" commands, which are HPPA specific.
2944
2945         * printcmd.c (disassemble_command): Remove an ancient
2946         artifact of an old merge.
2947
2948         * symfile.h (enum overlay_debugging_state):
2949         Define enum constant values for overlay mode.
2950         * symfile.c (overlay_debugging): Use enums instead of literals.
2951         (overlay_is_mapped, overlay_auto_command,
2952         overlay_manual_command): Ditto.
2953
2954         * breakpoint.c (insert_breakpoints, remove_breakpoint,
2955         breakpoint_here_p, breakpoint_inserted_here_p,
2956         breakpoint_thread_match, bpstat_stop_status,
2957         describe_other_breakpoints, check_duplicates, clear_command):
2958         Coding standard fixes.
2959
2960         * target.c (target_xfer_memory): Add spaces, coding standard.
2961         (do_xfer_memory): Add missing line to trust-readonly
2962         code: check bfd SEC_READONLY flag for section.
2963
2964 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
2965
2966         * PROBLEMS: Fix typo, 5.1->5.1.1.
2967
2968 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
2969
2970         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
2971         data symbols, since we search based on textlow and texthigh.
2972         (find_pc_sect_symtab): Likewise.
2973
2974 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
2975
2976         * defs.h (vwarning): Declare.
2977         * utils.c (vwarning): New function.
2978         (warning): Call vwarning.
2979         (warning_begin): Delete function.
2980
2981         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
2982         the warning message.
2983         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
2984         warning_begin.
2985
2986 2002-01-30  Michael Snyder  <msnyder@redhat.com>
2987
2988         * NEWS: Mention "set trust-readonly-sections" command.
2989         Mention generate-core-file command.
2990
2991 2002-01-15  Michael Snyder  <msnyder@redhat.com>
2992
2993         * target.c: New command, "set trust-readonly-sections on".
2994         (do_xfer_memory): Honor the suggestion to trust readonly sections
2995         by reading them from the object file instead of from the target.
2996         (initialize_targets): Register command "set trust-readonly-sections".
2997
2998 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
2999
3000         * parse.c (target_map_name_to_register): Simplify, search regs and
3001         pseudo-regs using a single loop.
3002
3003 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
3004
3005         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3006
3007 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
3008
3009         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3010         * config/i386/i386v42mp.mh: Add i387-nat.o .
3011         * i386v4-nat.c: Include i387-nat.h.
3012         (supply_fpregset): Use i387_supply_fsave.
3013         (fill_fpregset): Use i387_fill_fsave.
3014
3015 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
3016
3017         * arm-tdep.c (arm_call_dummy_words): Define.
3018         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3019         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3020         (CALL_DUMMY_WORDS): Define.
3021         (arm_call_dummy_words): Declare.
3022         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3023         (arm_linux_call_dummy_words): Declare.
3024
3025 2002-01-30  Andreas Schwab  <schwab@suse.de>
3026
3027         * m68klinux-nat.c: Fix last change to use regcache_collect
3028         instead of referencing registers[] directly.
3029
3030 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
3031
3032         * parse.c (target_map_name_to_register): Delete code wrapped in
3033         #ifdef REGISTER_NAME_ALIAS_HOOK.
3034
3035 2002-01-28  Michael Snyder  <msnyder@redhat.com>
3036
3037         * regcache.c (legacy_read_register_gen): Need to be able to
3038         read pseudo-register as well as real register.
3039         (legacy_write_register_gen): Ditto.
3040
3041 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
3042
3043         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3044         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3045         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3046         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3047         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3048         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3049         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3050         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3051         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3052         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3053         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3054         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3055         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3056         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3057         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3058         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3059         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3060         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3061         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3062         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3063
3064 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
3065
3066         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3067         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3068         (initialize_current_architecture): Update target_byte_order using
3069         information from BFD.
3070         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
3071         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3072
3073 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
3074
3075         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3076         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
3077
3078         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3079         #ifdef INVALID_FLOAT.
3080         * infcmd.c (do_registers_info): Ditto.
3081         * values.c (unpack_double): Ditto.  Add comment.
3082
3083         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3084         already commented out.
3085
3086 2002-01-26  Andreas Schwab  <schwab@suse.de>
3087
3088         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3089         * m68klinux-nat.c: Update ptrace interface for fetching/storing
3090         registers and add support for PTRACE_GETREGS.
3091
3092 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
3093
3094         GDB 5.1.1 released from 5.1 branch.
3095         * NEWS: Add 5.1.1 news.
3096         * README: Sync with 5.1 branch.
3097
3098 2002-01-23  Fred Fish  <fnf@redhat.com>
3099
3100         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3101         stabstring on initial malloc.  Reallocing will copy it for us,
3102         if necessary.
3103
3104 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
3105
3106         * Makefile.in (hpread_h): Delete.
3107         (HFILES_NO_SRCDIR): Remove hpread.h.
3108         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3109         (hpread.o): Update dependencies.
3110         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
3111
3112         * hp-psymtab-read.c: Remove file.
3113         * hp-symtab-read.c: Remove file.
3114         * hpread.h: Remove file.
3115
3116         * hpread.c: Merge all contents of hp-psymtab-read.c,
3117         hp-symtab-read.c and hpread.h into this file, as it was prior to
3118         January 1999.
3119
3120         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
3121         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
3122         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
3123         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
3124
3125 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
3126
3127         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
3128         fill_gregset): Call gdbarch_tdep() just once, assign result to
3129         variable and use that, instead of calling the function several
3130         times.
3131
3132 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3133
3134         * configure.host: Accept sparcv9 as alias for sparc64.
3135         * configure.tgt: Likewise.
3136
3137 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
3138
3139         * solib-aix5.c (build_so_list_from_mapfile)
3140         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
3141         arguments is not reversed.
3142         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
3143         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
3144
3145 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
3146
3147         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
3148         modified version of obsolete sh_fetch_pseudo_register.
3149         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
3150         (sh4_register_read): New function.
3151         (sh_pseudo_register_write): New function. Renamed and modified
3152         version of obsolete sh_store_pseudo_register.
3153         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
3154         (sh4_register_write): New function.
3155         (sh_gdbarch_init): Remove setting of gdbarch function
3156         fetch_pseudo_register and store_pseudo_register. Remove setting of
3157         register_convert_to_raw, register_convert_to_virtual,
3158         register_convertible.
3159         (sh_sh4_register_convertible): Delete. No longer needed. All is
3160         taken care by architecture specific functions
3161         register_read/register_write.
3162         (sh_sh4_register_convert_to_virtual): Make static.
3163         (sh_sh4_register_convert_to_raw): Ditto.
3164
3165 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3166
3167         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
3168         (floatformat_is_nan, floatformat_mantissa): Ditto.
3169
3170         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
3171         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
3172         builtin_type_ieee_double_little,
3173         builtin_type_ieee_double_littlebyte_bigword,
3174         builtin_type_m68881_ext, builtin_type_i960_ext,
3175         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
3176         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
3177         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
3178         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
3179
3180 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
3181
3182         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
3183         parameter.  Set frameless flag if it exists and depended of
3184         whether the scanned function is frameless or not.
3185         (xstormy16_skip_prologue): If function is frameless, return
3186         result of xstormy16_scan_prologue().
3187         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
3188         call.
3189
3190 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
3191
3192         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
3193         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3194         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
3195         sh_sh4_register_byte, sh_sh4_register_raw_size,
3196         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
3197         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
3198         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
3199         sh_store_pseudo_register, sh_do_pseudo_register): Call
3200         gdbarch_tdep() just once, assign result to variable and use that,
3201         instead of calling the function several times.
3202
3203 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
3204
3205         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3206         macros instead of LAST_FPU_CTRL_REGNUM.
3207         (store_register): Likewise.
3208
3209 2002-01-21  Jim Blandy  <jimb@redhat.com>
3210
3211         * infcmd.c (run_command): Check that the `exec' target layer's BFD
3212         is up-to-date before running the program, not just when a program
3213         exits.
3214
3215 2002-01-21  Fred Fish  <fnf@redhat.com>
3216
3217         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3218         when we have found all instructions we are looking for.
3219
3220 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
3221
3222         * arm-tdep.c (arm_register_name): New function.
3223         (arm_registers_names): Make static.
3224         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3225         (arm_register_name): Declare.
3226         (REGISTER_NAME): Use it.
3227
3228 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
3229             Kevin Buettner  <kevinb@redhat.com>
3230
3231         Convert arm targets to new FRAME interface.
3232         * arm-tdep.c (struct frame_extra_info): Remove fsr.
3233         (arm_frame_find_save_regs): Delete.
3234         (arm_frame_init_saved_regs): New.
3235         (arm_init_extra_frame_info): Alloacte saved_regs as required.
3236         Allocate extra_info as required.  Convert all uses of fsr.regs
3237         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3238         to use extra_info.
3239         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3240         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3241         (check_prologue_cache, save_prologue_cache): Likewise.
3242         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3243         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3244         (FRAME_FIND_SAVED_REGS): Delete.
3245         (arm_frame_find_saved_regs): Delete prototype.
3246         (arm_frame_init_saved_regs): New prototype.
3247         (FRAME_INIT_SAVED_REGS): Define.
3248
3249 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3250
3251         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3252
3253 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3254
3255         From Jeff Law <law@redhat.com>:
3256         * infttrace.c: Include <sys/pstat.h>.
3257         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
3258         exec file if the ttrace equivalent fails.
3259
3260 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3261
3262         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3263         (closeLogFile): Ditto.
3264
3265 2002-01-20  Michael Chastain  <mec@shout.net>
3266
3267         * top.c (print_gdb_version): Bump copyright year to 2002.
3268
3269 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3270
3271         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3272         Zannoni and Eli Zaretskii.
3273
3274 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
3275
3276         * buildsym.c: Update copyright years.
3277         * c-typeprint.c: Likewise.
3278         * dwarf2read.c: Likewise.
3279         * f-typeprint.c: Likewise.
3280         * gdbtypes.c: Likewise.
3281         * gdbtypes.h: Likewise.
3282         * hp-symtab-read.c: Likewise.
3283         * hpread.c: Likewise.
3284         * mdebugread.c: Likewise.
3285         * p-typeprint.c: Likewise.
3286
3287 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3288
3289         * remote-sim.c (gdbsim_open): Simplify code testing the macro
3290         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
3291         byte-order selectable.
3292         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3293         * arch-utils.c: Ditto.
3294         (set_endian): Ditto.
3295         (set_endian_from_file): Ditto.
3296         * gdbserver/low-sim.c (create_inferior): Ditto.
3297         * gdbarch.sh: Ditto.
3298         * gdbarch.h: Re-generate.
3299         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3300         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3301         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3302         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3303         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3304         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3305         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3306         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3307         macro definition.
3308         * config/mips/tm-wince.h: Remove #undef of macro
3309         TARGET_BYTE_ORDER_SELECTABLE.
3310         * config/sh/tm-wince.h: Ditto.
3311
3312 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
3313
3314         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3315         member function fields.  Add accessor macro
3316         TYPE_FN_FIELD_ARTIFICIAL.
3317         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3318         * c-typeprint.c (c_type_print_base): Skip artificial member
3319         functions.
3320
3321 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
3322
3323         * f-typeprint.c: Delete unused function f_type_print_args.
3324         * p-typeprint.c: Delete unused function pascal_type_print_args.
3325
3326 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
3327
3328         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
3329         comment.  Add ``artificial'' to ``union field_location''.
3330
3331         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3332
3333         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3334         * mdebugread.c (parse_symbol): Likewise.
3335         * stabsread.c (define_symbol): Likewise.
3336         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3337         initializing TYPE_FIELD_BITPOS to n (obsolete).
3338         (hpread_doc_function_type): Likewise.
3339         * hpread.c (hpread_function_type): Likewise.
3340
3341 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3342
3343         * configure.in (host_makefile_frag): Only require a host makefile
3344         fragment when a native build.
3345         * configure: Re-generate.
3346
3347 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3348
3349         * doublest.h (floatformat_from_type): Declare.
3350         * doublest.c (floatformat_from_type): New function.
3351         (convert_typed_floating): Use.
3352
3353         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3354         call to function floatformat_from_type.
3355
3356         * gdbarch.sh (IEEE_FLOAT): Delete.
3357         * gdbarch.h, gdbarch.c: Re-generate.
3358         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3359         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3360         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3361         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3362         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3363         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3364         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3365         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3366         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3367         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3368         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
3369         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3370
3371         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3372         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3373         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3374         * sh-tdep.c (sh_gdbarch_init): Ditto.
3375         * mips-tdep.c (mips_gdbarch_init): Ditto.
3376         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3377         * cris-tdep.c (cris_gdbarch_init): Ditto.
3378
3379 2002-01-20  Jiri Smid  <smid@suse.cz>
3380
3381         * configure.host, configure.tgt: Support x86-64.
3382         * NEWS: Note new target x86-64.
3383
3384         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3385         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3386         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3387         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3388         x86-64-linux-nat.o): Fix dependencies.
3389
3390 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
3391
3392         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3393         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3394         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3395         * config/sparc/xm-sun4os4.h: Delete file.
3396         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
3397
3398 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
3399
3400         * config/sparc/sparclynx.mh (XM_FILE): Delete.
3401         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3402         * config/m68k/m68klynx.mh (XM_FILE): Delete.
3403         * config/i386/i386lynx.mh (XM_FILE): Delete.
3404         * config/rs6000/xm-rs6000ly.h: Delete file.
3405         * config/sparc/xm-sparclynx.h: Delete file.
3406         * config/m68k/xm-m68klynx.h: Delete file.
3407         * config/i386/xm-i386lynx.h: Delete file.
3408         * config/xm-lynx.h: Delete file.
3409         * config/djgpp/fnchange.lst: Update.
3410
3411 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
3412
3413         * alpha-tdep.c (alpha_register_byte): New function.
3414         (alpha_register_raw_size): Ditto.
3415         (alpha_register_virtual_size): Ditto.
3416         (alpha_skip_prologue_internal): Renamed from
3417         alpha_skip_prologue.
3418         (alpha_skip_prologue): New version that calls
3419         alpha_skip_prologue_internal.
3420         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
3421         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
3422         second argument from alpha_skip_prologue.
3423         (REGISTER_BYTE): Use alpha_register_byte.
3424         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
3425         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
3426         (FRAMELESS_FUNCTION_INVOCATION): Use
3427         generic_frameless_function_invocation_not.
3428         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
3429         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
3430
3431 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
3432
3433         * config/mips/xm-news-mips.h: Delete file.
3434         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
3435
3436         * config/m88k/xm-m88k.h: Delete file.
3437         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
3438         * config/m88k/xm-delta88v4.h: Ditto.
3439         * config/m88k/xm-delta88.h: Ditto.
3440
3441         * config/alpha/xm-fbsd.h: Delete file.
3442         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
3443
3444         * config/sparc/xm-sparc.h: Delete file.
3445         * Makefile.in (xm-sun4os4.h): Delete dependency.
3446         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
3447         * config/sparc/xm-sun4os4.h: Ditto.
3448         * config/sparc/xm-linux.h: Ditto.
3449
3450         * config/i386/xm-windows.h: Delete file.
3451
3452 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
3453
3454         * utils.c: Include <sys/param.h> for MAXPATHLEN.
3455         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
3456
3457 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
3458
3459         * alpha-tdep.c (alpha_call_dummy_words): New.
3460         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
3461         (CALL_DUMMY_P): Define.
3462         (CALL_DUMMY_WORDS): Define.
3463         (SIZEOF_CALL_DUMMY_WORDS): Define.
3464
3465 2002-01-19  Per Bothner  <per@bothner.com>
3466
3467         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
3468         isn't NULL, which can happen with some gcj-3.x-produced code.
3469
3470 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
3471
3472         * alpha-tdep.c (alpha_register_virtual_type): New function.
3473         (alpha_init_frame_pc_first): Ditto.
3474         (alpha_fix_call_dummy): Ditto.
3475         (alpha_store_struct_return): Ditto.
3476         (alpha_extract_struct_value_address): Ditto.
3477         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
3478         alpha_register_virtual_type.
3479         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
3480         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
3481         alpha_extract_struct_value_address.
3482         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
3483         (INIT_FRAME_PC): Use init_frame_pc_noop.
3484         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
3485
3486 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
3487
3488         * i386gnu-nat.c: Include "i386-tdep.h".
3489         (fetch_fpregs): Simplify code dealing with uninitialized floating
3490         point states such that it doesn't require FP7_REGNUM.
3491
3492 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
3493
3494         * alpha-tdep.c (frame_extra_info): New.
3495         (alpha_find_saved_regs): Make static.  Use
3496         frame->extra_info.
3497         (alpha_frame_init_saved_regs): New function.
3498         (alpha_frame_saved_pc): Use frame->extra_info.
3499         (temp_saved_regs): Don't declare as struct frame_saved_regs.
3500         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
3501         (init_extra_frame_info): Rename to...
3502         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
3503         (alpha_print_extra_frame_info): New function.
3504         (alpha_frame_locals_address): Ditto.
3505         (alpha_frame_args_address): Ditto.
3506         (alpha_pop_frame): Use frame->extra_info.
3507         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
3508         alpha_frame_args_address.
3509         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
3510         (alpha_find_saved_regs): Remove prototype.
3511         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
3512         (EXTRA_FRAME_INFO): Remove.
3513         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
3514         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
3515
3516 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
3517
3518         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
3519         (alpha_cannot_fetch_register): Ditto.
3520         (alpha_cannot_store_register): Ditto.
3521         (alpha_register_convertible): Ditto.
3522         (alpha_use_struct_convention): Ditto.
3523         * config/alpha/tm-alpha.h: Update copyright years.
3524         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
3525         (INNER_THAN): Use core_addr_lessthan.
3526         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
3527         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
3528         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
3529         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
3530         (FRAME_CHAIN): Remove unnecessary cast.
3531
3532 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
3533
3534         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
3535         obsolete.
3536
3537 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
3538
3539         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
3540         * monitor.c, remote-array.c, remote-bug.c: Ditto.
3541         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
3542         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
3543         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
3544         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
3545         * x86-64-linux-nat.c: Ditto.
3546
3547 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
3548
3549         * alpha-tdep.c (alpha_register_name): New function.
3550         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
3551         (REGISTER_NAME): Define.
3552
3553 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
3554
3555         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
3556
3557 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
3558
3559         * alpha-tdep.c: Update copyright years.
3560         (alpha_next_pc): New function.
3561         (alpha_software_single_step): Ditto.
3562         * config/alpha/tm-alpha.h: Add prototype for
3563         alpha_software_single_step.
3564
3565 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
3566
3567         * alphabsd-nat.c: Update copyright years.
3568         (fill_gregset): Use regcache_collect.
3569         (fill_fpregset): Likewise.
3570         (fetch_inferior_registers): Only fetch integer registers
3571         if requested to do so.
3572         (store_inferior_registers): Only store integer registers
3573         if requested to do so.
3574
3575 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3576
3577         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
3578         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
3579         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
3580         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
3581         * config/alpha/fbsd.mh (XDEPFILES): Delete.
3582         * config/arm/linux.mh (XDEPFILES): Delete.
3583         * config/arm/nbsd.mh (XDEPFILES): Delete.
3584         * config/i386/i386dgux.mh (XDEPFILES): Delete.
3585         * config/i386/i386sol2.mh (XDEPFILES): Delete.
3586         * config/i386/i386m3.mh (XDEPFILES): Delete.
3587         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
3588         * config/i386/i386gnu.mh (XDEPFILES): Delete.
3589         * config/i386/fbsd.mh (XDEPFILES): Delete.
3590         * config/i386/i386bsd.mh (XDEPFILES): Delete.
3591         * config/i386/i386sco5.mh (XDEPFILES): Delete.
3592         * config/i386/i386v4.mh (XDEPFILES): Delete.
3593         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
3594         * config/i386/i386sco4.mh (XDEPFILES): Delete.
3595         * config/i386/i386aix.mh (XDEPFILES): Delete.
3596         * config/i386/go32.mh (XDEPFILES): Delete.
3597         * config/i386/cygwin.mh (XDEPFILES): Delete.
3598         * config/i386/i386lynx.mh (XDEPFILES): Delete.
3599         * config/i386/i386mach.mh (XDEPFILES): Delete.
3600         * config/i386/i386v32.mh (XDEPFILES): Delete.
3601         * config/i386/linux.mh (XDEPFILES): Delete.
3602         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
3603         * config/i386/ncr3000.mh (XDEPFILES): Delete.
3604         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
3605         * config/i386/i386sco.mh (XDEPFILES): Delete.
3606         * config/i386/i386v.mh (XDEPFILES): Delete.
3607         * config/i386/nbsd.mh (XDEPFILES): Delete.
3608         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
3609         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
3610         * config/i386/symmetry.mh (XDEPFILES): Delete.
3611         * config/i386/obsd.mh (XDEPFILES): Delete.
3612         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
3613         * config/ia64/linux.mh (XDEPFILES): Delete.
3614         * config/ia64/aix.mh (XDEPFILES): Delete.
3615         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
3616         * config/m68k/dpx2.mh (XDEPFILES): Delete.
3617         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
3618         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
3619         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
3620         * config/m68k/linux.mh (XDEPFILES): Delete.
3621         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
3622         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
3623         * config/m68k/nbsd.mh (XDEPFILES): Delete.
3624         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
3625         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
3626         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
3627         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
3628         * config/m88k/delta88.mh (XDEPFILES): Delete.
3629         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
3630         * config/m88k/m88k.mh (XDEPFILES): Delete.
3631         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
3632         * config/mips/linux.mh (XDEPFILES): Delete.
3633         * config/mips/irix6.mh (XDEPFILES): Delete.
3634         * config/mips/irix5.mh (XDEPFILES): Delete.
3635         * config/mips/irix4.mh (XDEPFILES): Delete.
3636         * config/mips/irix3.mh (XDEPFILES): Delete.
3637         * config/mips/decstation.mh (XDEPFILES): Delete.
3638         * config/mips/mipsm3.mh (XDEPFILES): Delete.
3639         (NATDEPFILES): Move core-aout.o to here.
3640         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
3641         * config/pa/hpux1020.mh (XDEPFILES): Delete.
3642         * config/pa/hppabsd.mh (XDEPFILES): Delete.
3643         * config/pa/hppahpux.mh (XDEPFILES): Delete.
3644         * config/pa/hpux11w.mh (XDEPFILES): Delete.
3645         * config/pa/hppaosf.mh (XDEPFILES): Delete.
3646         * config/pa/hpux11.mh (XDEPFILES): Delete.
3647         * config/powerpc/aix.mh (XDEPFILES): Delete.
3648         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
3649         * config/powerpc/linux.mh (XDEPFILES): Delete.
3650         * config/romp/rtbsd.mh: Rename XDEPFILES.
3651         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
3652         * config/rs6000/aix4.mh (XDEPFILES): Delete.
3653         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
3654         * config/s390/s390.mh (XDEPFILES): Delete.
3655         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
3656         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
3657         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
3658         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
3659         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
3660         * config/sparc/nbsd.mh (XDEPFILES): Delete.
3661         * config/sparc/linux.mh (XDEPFILES): Delete.
3662         * config/vax/vaxult.mh (XDEPFILES): Delete.
3663         * config/vax/vaxult2.mh (XDEPFILES): Delete.
3664         * Makefile.in (DEPFILES): Remove XDEPFILES.
3665
3666 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3667
3668         * utils.c (internal_verror): Fix comments, default is yes not no.
3669         Update queries to match.  Default to quit and dump core.
3670
3671 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3672
3673         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
3674         copyright.
3675         * defs.h, event-top.c, gdbcmd.h: Ditto.
3676         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
3677         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
3678         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
3679         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
3680         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
3681         * mi/mi-main.c:Ditto.
3682
3683         * stack.c, symfile.c: Update copyright.
3684
3685 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
3686
3687         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
3688         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
3689         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
3690         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
3691
3692 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
3693
3694         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
3695         * gdbserver/low-lynx.c (myattach): Likewise.
3696         * gdbserver/low-nbsd.c (myattach): Likewise.
3697         * gdbserver/low-sim.c (myattach): Likewise.
3698         * gdbserver/low-sparc.c (myattach): Likewise.
3699         * gdbserver/low-sun3.c (myattach): Likewise.
3700
3701         * gdbserver/low-linux.c (myattach): New function.
3702
3703         * gdbserver/server.c (attach_inferior): New function.
3704         (main): Handle "--attach".
3705
3706 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
3707
3708         * MAINTAINERS (language support): Daniel Jacobwitz is C++
3709         maintainer.
3710
3711 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
3712
3713         * c-typeprint.c (is_type_conversion_operator): Add additional
3714         check for non-conversion operators.
3715
3716 2002-01-15  Michael Snyder  <msnyder@redhat.com>
3717
3718         * linux-proc.c: Add "info proc" command, a la procfs.c.
3719         (read_mapping): New function, abstract and re-use code.
3720         (linux_find_memory_regions): Use new func read_mapping.
3721         (linux_info_proc_cmd): New function, implement "info proc".
3722         (_initialize_linux_proc): Add new command "info proc".
3723
3724 2002-01-15  Michael Snyder  <msnyder@redhat.com>
3725
3726         * symfile.c (generic_load): Use bfd_map_over_sections method
3727         instead of manipulating bfd structure members directly.
3728         (add_section_size_callback): New function, bfd sections callback
3729         used by generic_load.
3730         (load_sections_callback): New function, bfd sections callback
3731         used by generic_load.
3732
3733 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
3734
3735         [Based on work by Jim Blandy]
3736         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
3737         (builtin_type_vec128): Export.
3738         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
3739         types.
3740         (builtin_type_vec128): New builtin type for 128 bit vector
3741         registers.
3742         (build_gdbtypes): Initialize builtin_type_v16qi and
3743         builtin_type_v8hi. Create the vec128 register builtin type
3744         structure.
3745         (build_builtin_type_vec128): New function.
3746         (_initialize_gdbtypes): Register builtin_type_v16qi and
3747         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
3748         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
3749         AltiVec register to new builtin type.
3750
3751 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
3752
3753         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
3754         to make_cv_type.
3755
3756 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
3757
3758         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
3759         CLEAN_UP_REGISTER_VALUE.
3760         * regcache.c (supply_register): Update only call.
3761
3762 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
3763
3764         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
3765         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
3766         a29k-*-vxworks* targets as obsolete.
3767
3768 2002-01-14  Michael Snyder  <msnyder@redhat.com>
3769
3770         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
3771         until we can resolve portability issues.
3772         * gregset.h: Remove references to fpxregs.
3773         * gcore.c (gcore_command): Initialize note_sec to NULL.
3774
3775 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3776
3777         * signals.c (target_signal_to_name): Rewrite.  Only use
3778         signals[].name when in bounds and non-NULL.
3779
3780 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3781
3782         From Petr Ledvina <ledvinap@kae.zcu.cz>:
3783         * signals.c (target_signal_to_name): Verify that SIG is within the
3784         bounds of the signals array.
3785
3786 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3787
3788         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
3789
3790 2002-01-13  Keith Seitz  <keiths@redhat.com>
3791
3792         * stack.c (print_frame_info_base): Print the frame's pc
3793         only if when print_frame_info_listing_hook is not defined.
3794
3795 2002-01-13  Keith Seitz  <keiths@redhat.com>
3796
3797         * varobj.c (varobj_set_value): Make sure that there were no
3798         errors evaluating the object before attempting to set its
3799         value.
3800         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
3801         so this offset adjustment is no longer necessary.
3802         (create_child): Don't set the error flag if the child is
3803         a CPLUS_FAKE_CHILD.
3804         (value_of_child): If value_fetch_lazy fails, return NULL
3805         so that callers will be notified that an error occurred.
3806         (c_value_of_variable): Delay check of variable's validity
3807         until later. We actually want all structs and unions to have
3808         the value "{...}".
3809         Do not return "???" for variables which could not be evaluated.
3810         This error condition must be returned to the caller so that it
3811         can get the error condition from gdb.
3812         (cplus_name_of_child): Adjust index for vptr before figuring
3813         out the name of the child.
3814         (cplus_value_of_child): If a child's (real) parent is not valid,
3815         don't even bother trying to give a value for it. Just return
3816         an error. Change all instances in this function.
3817         (cplus_type_of_child): If our parent is one of the "fake"
3818         parents, we need to get at the type of the real parent, and
3819         derive the child's true type using this information.
3820
3821 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3822
3823         From 2002-01-09 John Marshall <johnm@falch.net>:
3824         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
3825         sources.redhat.com, and tweak some related URLs which had
3826         suffered from linkrot.
3827
3828 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3829
3830         From Jeff law:
3831         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
3832         structures passed in registers.
3833
3834 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
3835
3836         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
3837         white space which prevented compilation.  Reported by DSK
3838         <dsk@student.unsw.edu.au>.
3839
3840 2002-01-11  Michael Snyder  <msnyder@redhat.com>
3841
3842         * symfile.c (build_section_addr_info_from_section_tab):
3843         Use bfd access method instead of manipulating bfd directly.
3844         (syms_from_objfile): Ditto.
3845         (simple_overlay_update_1): Ditto.
3846         (simple_overlay_update): Ditto.
3847         (generic_load): Ditto.
3848         (overlay_unmapped_address): FIXME comment, bfd access methods.
3849         (sections_overlap): FIXME comment, bfd access methods.
3850         (pc_in_mapped_range): FIXME comment, bfd access methods.
3851         (pc_in_unmapped_range): FIXME comment, bfd access methods.
3852         (section_is_mapped): FIXME comment, bfd access methods.
3853         (section_is_overlay): FIXME comment, bfd access methods.
3854
3855         * symfile.c (generic_load): Whitespace and long line cleanups.
3856         Remove duplicate variable, change several local variables to
3857         more appropriate data types.
3858         (print_transfer_performance): Use %lu instead of %ld for ulongs.
3859
3860 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
3861
3862         From Peter Schauer:
3863         * language.c (longest_local_hex_string_custom): Use phex_nz to
3864         convert NUM to a hex string.
3865
3866 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
3867
3868         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
3869         the function.
3870         Update Copyright year.
3871
3872 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
3873
3874         * language.c (longest_raw_hex_string): Delete unused function.
3875
3876 2002-01-11  Petr Sorfa  <petrs@caldera.com>
3877
3878         * MAINTAINERS (write-after-approval): Add myself.
3879         * dwarf2read.c (read_tag_string_type): Handling of
3880         DW_AT_byte_size.
3881         (read_tag_string_type): FORTRAN fix to prevent propagation of
3882         first string size.
3883         (set_cu_language): Handling of DW_LANG_Fortran95
3884
3885 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
3886
3887         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
3888         GETPID(inferior_ptid).
3889         (store_inferior_registers): Likewise.
3890
3891 2002-01-10  Jason Merrill  <jason@redhat.com>
3892
3893         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
3894         Fix DW_OP_minus.
3895
3896 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
3897
3898         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
3899         and bfd/elf32-sh-nbsd.c.
3900
3901 2002-01-10  Michael Snyder  <msnyder@redhat.com>
3902
3903         * NEWS: Mention --pid and corefile/proc-id behavior change.
3904
3905         * Makefile.in: Add rules for gcore.o and linux-proc.o.
3906         * gcore.c: Include cli/cli-decode.h instead of command.h.
3907
3908         * main.c (captured_main): Add new command line option "--pid".
3909         If the second command line argument (following the symbol-file)
3910         begins with a digit, try to attach to it before trying to open
3911         it as a corefile.
3912         (print_gdb_help): Document the "--pid" argument.
3913
3914 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
3915
3916         * completer.c (command_completer): New function.
3917
3918         * completer.h <command_completer>: Add prototype.
3919
3920         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
3921         completer for the "help" command.
3922
3923 2002-01-09  Jason Merrill  <jason@redhat.com>
3924
3925         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
3926
3927 2002-01-09  Michael Snyder  <msnyder@redhat.com>
3928
3929         * i386-linux-nat.c (fill_fpxregset): Make global.
3930         (store_fpxregset): Ditto.
3931
3932         * gregset.h (gdb_fpxregset_t): Define.
3933         (supply_fpxregset): Prototype.
3934         (fill_fpxregset): Prototype.
3935
3936         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
3937
3938 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
3939
3940         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
3941         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
3942         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
3943
3944 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
3945
3946         * MAINTAINERS: Update target maintainer rules so that any
3947         Maintainer can approve a tested patch for a maintenance-only
3948         target.
3949
3950 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
3951
3952         * MAINTAINERS (write-after-approval): Add myself.
3953
3954         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
3955         IN_SIGTRAMP.
3956
3957 2002-01-08  Michael Snyder  <msnyder@redhat.com>
3958
3959         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
3960         real name of the executable, rather than the /proc name.
3961
3962 2002-01-03  Michael Snyder  <msnyder@redhat.com>
3963
3964         Implement a "generate-core-file" command in gdb, save target state.
3965         * gcore.c: New file.  Implement new command 'generate-core-file'.
3966         Save a corefile image of the current state of the inferior.
3967         * linux-proc.c: Add linux-specific code for saving corefiles.
3968         * target.h (struct target_ops): Add new target vectors for saving
3969         corefiles; to_find_memory_regions and to_make_corefile_notes.
3970         (target_find_memory_regions): New macro.
3971         (target_make_corefile_notes): New macro.
3972         * target.c (update_current_target): Inherit new target methods.
3973         (dummy_find_memory_regions): New place-holder method.
3974         (dummy_make_corefile_notes): New place-holder method.
3975         (init_dummy_target): Initialize new dummy target vectors.
3976         * exec.c (exec_set_find_memory_regions): New function.
3977         Allow the exec_ops vector for memory regions to be taken over.
3978         (exec_make_note_section): New function, target vector method.
3979         * defs.h (exec_set_find_memory_regions): Export prototype.
3980         * procfs.c (proc_find_memory_regions): New function, corefile method.
3981         (procfs_make_note_section): New function, corefile method.
3982         (init_procfs_ops): Set new target vector pointers.
3983         (find_memory_regions_callback): New function.
3984         (procfs_do_thread_registers): New function.
3985         (procfs_corefile_thread_callback): New function.
3986         * sol-thread.c (sol_find_memory_regions): New function.
3987         (sol_make_note_section): New function.
3988         (init_sol_thread_ops): Initialize new target vectors.
3989         * inftarg.c (inftarg_set_find_memory_regions): New function.
3990         Allow to_find_memory_regions vector to be taken over.
3991         (inftarg_set_make_corefile_notes): New function.
3992         Allow to_make_corefile_notes vector to be taken over.
3993         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
3994         interface layer if not target_has_execution (may be a corefile).
3995         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
3996         * config/sparc/sun4sol2.mh: Ditto.
3997         * config/alpha/alpha-linux.mh: Ditto.
3998         * config/arm/linux.mh: Ditto.
3999         * config/i386/x86-64linux.mh: Ditto.
4000         * config/ia64/linux.mh: Ditto.
4001         * config/m68k/linux.mh: Ditto.
4002         * config/mips/linux.mh: Ditto.
4003         * config/powerpc/linux.mh: Ditto.
4004         * config/sparc/linux.mh: Ditto.
4005
4006 2002-01-07  Michael Snyder  <msnyder@redhat.com>
4007
4008         * arm-linux-nat.c: Remove references to regcache.c internal data
4009         (registers[] and register_valid[]).
4010
4011 2002-01-07  Michael Snyder  <msnyder@redhat.com>
4012
4013         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
4014         so that attaching to a pid will automatically read the process's
4015         symbol file and shlibs.
4016         * Makefile.in: Add rule for linux-proc.o.
4017         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4018         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4019         * config/arm/linux.mh: Ditto.
4020         * config/i386/linux.mh: Ditto.
4021         * config/i386/x86-64linux.mh: Ditto.
4022         * config/ia64/linux.mh: Ditto.
4023         * config/m68k/linux.mh: Ditto.
4024         * config/mips/linux.mh: Ditto.
4025         * config/powerpc/linux.mh: Ditto.
4026         * config/sparc/linux.mh: Ditto.
4027
4028 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
4029
4030         * win32-nat.c: Add i386-tdep.h dependency.
4031
4032 2002-01-07  Michael Snyder  <msnyder@redhat.com>
4033
4034         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4035         instead of bfd_get_arch_size.  Don't bail out just because
4036         there's no exec_bfd.
4037
4038         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4039         * p-valprint.c (pascal_object_print_value): Ditto.
4040         * somread.c (som_symtab_read): Ditto.
4041         * symfile.c (simple_free_overlay_region_table): Ditto.
4042         * valops.c (value_assign): Ditto.
4043
4044         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4045         use tilde_expand and strerror for opening save-tracepoints file.
4046
4047         * thread-db.c (thread_db_new_objfile): Indendation fix.
4048
4049         * infptrace.c (GDB_MAX_ALLOCA): New define.
4050         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
4051         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
4052         can be overridden with whatever value is appropriate to the host).
4053         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4054         alloca to allocate potentially large buffer.
4055         * rs6000-nat.c (child_xfer_memory): Ditto.
4056         * symm-nat.c (child_xfer_memory): Ditto.
4057         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4058
4059 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
4060
4061         From Nick Clifton  <nickc@redhat.com>
4062         * d10v-tdep.c: Set STACK_START to 0x200bffe.
4063
4064 2002-01-07  Michael Snyder  <msnyder@redhat.com>
4065
4066         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4067         Don't use exec_bfd if it's NULL.
4068
4069 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
4070
4071         * valops.c (value_arg_coerce): Fix formatting.
4072
4073 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
4074
4075         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4076         * gnu-nat.c: Ditto.
4077
4078 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
4079
4080         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4081         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4082         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4083         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4084         z8k-coff have not been multi-arched.  Update z8k-coff build
4085         status.
4086
4087 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
4088
4089         * MAINTAINERS: Mark a29k target as obsolete.
4090         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4091         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
4092         comments.
4093         * NEWS: Note that a29k targets are obsolete.
4094         * a29k-tdep.c: Mark as obsolete.
4095         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4096         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4097         a29k-*-vxworks* targets as obsolete.
4098         * remote-adapt.c: Obsolete.
4099         * remote-eb.c: Obsolete.
4100         * remote-mm.c: Obsolete.
4101         * remote-udi.c: Obsolete.
4102         * config/a29k/a29k-udi.mt: Obsolete.
4103         * config/a29k/a29k.mt: Obsolete.
4104         * config/a29k/tm-a29k.h: Obsolete.
4105         * config/a29k/tm-vx29k.h: Obsolete.
4106         * config/a29k/vx29k.mt: Obsolete.
4107
4108 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
4109
4110         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
4111         with BFD_ENDIAN_BIG.
4112
4113 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
4114
4115         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
4116         * configure, config.in: Re-generate.
4117         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
4118         * defs.h: Do not include <endian.h>.
4119
4120 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
4121
4122         * acconfig.h (HAVE_PT_GETXMMREGS): New.
4123         * config.in: Regenerate.
4124         * configure.in: Update copyright years.
4125         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
4126         * configure: Regenerate.
4127         * i386bsd-nat.c: Update copyright years.
4128         (fill_gregset): Use regcache_collect.
4129         (fetch_inferior_registers): Only fetch integer registers
4130         if requested to do so.  Add support for XMM registers
4131         using PT_GETXMMREGS.
4132         (store_inferior_registers): Only store integer registers
4133         if requested to do so.  Add support for XMM registers
4134         using PT_SETXMMREGS.
4135         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
4136         (store_inferior_registers): Remove.
4137         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
4138         (fetch_elfcore_registers): New function.
4139         (i386nbsd_elfcore_fns): New.
4140         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
4141         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
4142         i386bsd-nat.o.
4143         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4144         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
4145         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4146         * config/i386/tm-nbsd.h: Update copyright years.
4147         (HAVE_SSE_REGS): Define.
4148         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
4149         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
4150         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
4151         (SIGCONTEXT_PC_OFFSET): Remove.
4152         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
4153
4154 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
4155
4156         * configure.tgt: Remove powerpc-*-macos* target.
4157         * config/m68k/xm-mpw.h: Delete file.
4158         * config/xm-mpw.h: Delete file.
4159         * ser-mac.c: Delete file.
4160         * mpw-make.sed: Delete file.
4161         * mpw-config.in: Delete file.
4162         * mac-xdep.c: Delete file.
4163         * mac-gdb.r: Delete file.
4164         * mac-defs.h: Delete file.
4165         * mac-nat.c: Delete file.
4166         * config/powerpc/macos.mh: Delete file.
4167         * config/powerpc/macos.mt: Delete file.
4168         * config/powerpc/nm-macos.h: Delete file.
4169         * config/powerpc/tm-macos.h: Delete file.
4170         * source.c (openp, open_source_file): Remove obsolete code.
4171         * top.c (gdb_readline): Ditto.
4172         * utils.c (query): Ditto.
4173         * event-top.c (display_gdb_prompt): Ditto.
4174         * Makefile.in (ser-mac.o): Delete obsolete target.
4175         * NEWS: Update.
4176
4177 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
4178
4179         * defs.h (BIG_ENDIAN): Delete macro definition.
4180         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
4181         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
4182         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
4183         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4184         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
4185         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
4186         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
4187         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4188         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4189         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
4190         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
4191         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
4192         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4193         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4194         * gdbarch.c: Re-generate.
4195
4196 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
4197
4198         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4199         for core files.
4200
4201 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
4202
4203         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4204
4205 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
4206
4207         * value.h (value_ptr): Delete typedef.
4208
4209 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
4210
4211         * i386nbsd-nat.c: Update copyright years.
4212         Include i386-tdep.h.
4213
4214 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
4215
4216         * stabsread.c: Update copyright years.
4217
4218         From Debashis Mahata <debashis.mahata@wipro.com>:
4219         (read_struct_fields): Deal with Sun C compiler erroneous stab
4220         output for structs and unions.
4221         Fix PR gdb/269.
4222
4223 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
4224
4225         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4226         prototype.
4227
4228 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
4229
4230         * cp-abi.c: Fix whitespace.
4231         (baseclass_offset): New wrapper function.
4232         * cp-abi.h (baseclass_offset): Add prototype.
4233         (struct cp_abi_ops): Add baseclass_offset pointer.
4234
4235         * valops.c (vb_match): Move to...
4236         * gnu-v2-abi.c (vb_match): here.
4237         * valops.c (baseclass_offset): Move to...
4238         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4239
4240         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4241
4242         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4243         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4244         * hpacc-abi.c (init_hpacc_ops): Likewise.
4245
4246 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
4247
4248         * valops.c (find_overload_match): Accept obj as a
4249         reference parameter.  Update it before returning.
4250         * value.h (find_overload_match): Update prototype.
4251         * eval.c (evaluate_subexp_standard): Pass object to
4252         find_overload_match by reference.
4253
4254 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
4255
4256         * valarith.c: Replace value_ptr with struct value pointer.  Remove
4257         register attribute from value declarations.
4258         * valops.c: Ditto.
4259         * value.h: Ditto.
4260         * scm-lang.c (scm_lookup_name): Ditto.
4261
4262 2002-01-03  Michael Snyder  <msnyder@redhat.com>
4263
4264         Abstract the functionality of iterating over mapped memory
4265         regions into a general purpose iterator function.
4266         * procfs.c (iterate_over_mappings): New function, general purpose
4267         iterator for memory sections.
4268         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4269         (solib_mappings_callback): New function, callback for above.
4270         (info_proc_mappings): Reimpliment using iterate_over_mappings.
4271         (info_mappings_callback): New function, callback for above.
4272
4273         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4274
4275 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
4276
4277         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4278         * i386-tdep.c: Include "elf-bfd.h".
4279         (process_note_abi_tag_sections): New function.
4280         (i386_gdbarch_init): Add code to recognize various OS/ABI
4281         combinations.
4282
4283         * maint.c (_initialize_maint_cmds): Add missing \ in
4284         string-literal.
4285
4286 For older changes see ChangeLog-2001
4287 \f
4288 Local Variables:
4289 mode: change-log
4290 left-margin: 8
4291 fill-column: 74
4292 version-control: never
4293 End: