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