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