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