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