cd4718a6b84510893a840d75101b41c733eb82ed
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-11-08 Andrew Cagney <cagney@gnu.org>
2
3 * PROBLEMS: Delete no-longer applicable problems.
4
5 2004-11-07 Andrew Cagney <cagney@redhat.com>
6 Daniel Jacobowitz <dan@debian.org>
7 Roland McGrath <roland@redhat.com>
8
9 * Makefile.in (symfile-mem.o): Update dependencies.
10 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
11 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
12 * inf-ptrace.c (inf_ptrace_attach): Call
13 observer_notify_inferior_created.
14 * inftarg.c (child_attach): Likewise.
15 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
16 (symbol_file_add_from_memory): Take NAME argument. Use it for
17 the new BFD's filename.
18 (add_symbol_file_from_memory_command): Update call to
19 symbol_file_add_from_memory.
20 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
21 (symbol_file_add_from_memory_wrapper): New.
22 (_initialize_symfile_mem): Register add_vsyscall_page as an
23 inferior_created observer.
24
25 2004-11-07 Mark Kettenis <kettenis@gnu.org>
26
27 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
28 fetch_inferior_registers. Make static.
29 (m68kbsd_store_inferior_registers): Rename from
30 store_inferior_registers. Make static.
31 (_initialize_m68kbsd_nat): Construct and add target vector.
32 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
33 inftarg.o. Add inf-ptrace.o.
34 (NAT_FILE): Set to tm-solib.h.
35 (LOADLIBES): New variable.
36 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
37 inftarg.o. Add inf-ptrace.o.
38 (NAT_FILE): Delete variable.
39 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
40 inftarg.o. Add inf-ptrace.o.
41 (NAT_FILE): Set to tm-solib.h.
42 * config/m68k/nm-nbsdaout.h: Remove file.
43
44 2004-11-07 Daniel Jacobowitz <dan@debian.org>
45
46 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
47 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
48 (dwarf2_signal_frame_unwind): New.
49 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
50 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
51
52 2004-11-07 Mark Kettenis <kettenis@gnu.org>
53
54 * Makefile.in (mips64obsd-tdep.o): Fix typo.
55
56 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
57 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
58 to only include the structure members we actually need.
59 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
60 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
61 only include the structure members we actually need.
62 (mipsnbsd_init_abi): Update.
63
64 * mips64obsd-nat.c: Include "mips-tdep.h".
65 (MIPS64OBSD_NUM_REGS): Remove define.
66 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
67 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
68 floating-point registers correctly.
69 * Makefile.in (mips64obsd-nat.o): Update dependencies.
70
71 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
72 "gdb_assert.h".
73 (mips64obsd_sigframe_init): New function.
74 (mips64obsd_sigframe): New variable.
75 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
76 unwinder.
77 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
78
79 2004-11-06 Joel Brobecker <brobecker@gnat.com>
80
81 * alpha-mdebug-tdep.c: #include mdebugread.h.
82 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
83 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
84
85 2004-11-05 Andrew Cagney <cagney@gnu.org>
86
87 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
88 CFI and the init_reg method leave the register unspecified.
89 Include the register name in the "Incomplete CFI data" complaint.
90 Supress leading zeros in the address.
91
92 2004-11-05 Mark Kettenis <kettenis@gnu.org>
93
94 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
95 skipping a personality routine in a CIE augmentation.
96
97 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
98
99 * defs.h (fatal, vfatal): New function prototypes.
100 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
101 via catch_errors.
102 (backtrace_command): Change to call backtrace_command_stub via
103 catch_errors instead of calling backtrace_command_1 directly.
104 (backtrace_full_command): Ditto.
105 * utils.c (error_stream_1): New static function.
106 (verror): Change to call error_stream_1 instead of error_stream.
107 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
108 (vfatal, fatal): New functions.
109
110 2004-11-05 Andrew Cagney <cagney@gnu.org>
111
112 * stack.c (parse_frame_specification_1): Clear selected_frame_p
113 when not using selected frame.
114
115 2004-11-05 Mark Kettenis <kettenis@jive.nl>
116
117 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
118 personality routine in a CIE augmentation.
119
120 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
121
122 * stack.c (set_current_sal_from_frame): New function.
123 (print_args_stub): Use it.
124 (print_frame_info): Don't set sal here.
125
126 2004-11-04 Mark Kettenis <kettenis@gnu.org>
127
128 * dwarf2-frame.c (read_encoded_value): Change type of third
129 argument to `unsigned char *'. Add support for LEB128 encodings.
130
131 2004-11-04 Jim Blandy <jimb@redhat.com>
132
133 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
134 prevent cross-objfile references.
135 (make_cv_type): Doc fix. Don't create cross-objfile references,
136 even for stub types.
137 (replace_type): Add assertion to prevent cross-objfile references.
138 (check_typedef): Never resolve a stub type by copying over a type
139 from another file.
140
141 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
142
143 * Makefile.in (m32r-tdep.o): Update dependencies.
144 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
145 ABI-specific overrides.
146
147 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
148
149 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
150 unnecessary parallel execution bit.
151 (m32r_memory_remove_breakpoint): Ditto.
152 (m32r_breakpoint_from_pc): Update.
153
154 2004-11-03 Randolph Chung <tausq@debian.org>
155
156 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
157 frame_func_unwind to locate the unwind entry.
158 (hppa_frame_this_id): Likewise.
159
160 2004-11-03 Andrew Cagney <cagney@gnu.org>
161
162 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
163 packet, obsolete configurations, end-of-life deprecated_registers.
164
165 2004-11-02 Mark Kettenis <kettenis@gnu.org>
166
167 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
168 encodings as well as unsigned encodings.
169
170 2004-11-02 Andrew Cagney <cagney@gnu.org>
171
172 * value.h (COERCE_VARYING_ARRAY): Delete.
173 * valops.c (value_cast, value_slice): Delete use.
174 * valarith.c (value_subscript, value_concat): Delete use.
175
176 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
177
178 * NEWS: GDB understands GNAT Ada.
179
180 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
181
182 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
183 (amd64-sol2-tdep.o): Add dependencies.
184 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
185 config/i386/sol2-64.mt: New files.
186 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
187 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
188 (supply_gregset): Correct order of arguments to
189 amd64_supply_native_gregset.
190 (fill_gregset): Correct order of arguments to
191 amd64_collect_native_gregset.
192 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
193 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
194 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
195 for definition of NEW_PROC_API.
196 * configure: Regenerate.
197
198 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
199
200 * MAINTAINERS (Write After Approval): Add myself.
201
202 2004-11-01 Andrew Cagney <cagney@gnu.org>
203
204 * configure.tgt: Mark d10v-*-* as obsolete.
205 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
206
207 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
208
209 * values.c (modify_field): Correct handling of bit-fields that
210 don't fit in 32 bits. Use unsigned operations throughout and
211 simplify the code a bit. Document preconditions.
212
213 2004-10-31 Andrew Cagney <cagney@gnu.org>
214
215 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
216 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
217 (in_plt_section): Delete.
218
219 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
220 (mips_gdbarch_init): Do not set same.
221
222 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
223 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
224
225 * gdbarch.sh (in_solib_call_trampoline): Delete.
226 * gdbarch.h, gdbarch.c: Re-generate.
227
228 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
229 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
230 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
231 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
232 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
233
234 2004-10-31 Mark Kettenis <kettenis@gnu.org>
235
236 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
237 (mipsnbsd_fetch_inferior_registers): Rename from
238 fetch_inferior_registers. Make static.
239 (mipsnbsd_store_inferior_registers): Rename from
240 store_inferior_registers. Make static.
241 (_initialize_mipsnbsd_nat): New function and prototype.
242 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
243 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
244 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
245 inf-ptrace.o.
246
247 2004-10-31 Andrew Cagney <cagney@gnu.org>
248
249 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
250 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
251 delete corresponding unused function.
252 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
253 in_solib_call_trampoline.
254 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
255 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
256 * config/mips/tm-nbsd.h: Ditto.
257 * config/arm/tm-linux.h: Ditto.
258 * config/mips/tm-linux.h: Ditto.
259
260 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
261 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
262 in_solib_call_trampoline, delete corresponding unused function.
263 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
264 (vaxnbsd_aout_init_abi): Ditto.
265 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
266 (sparc32nbsd_aout_init_abi): Ditto.
267 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
268 (ppc_linux_init_abi): Ditto.
269 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
270 (ns32knbsd_init_abi_aout): Ditto.
271 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
272 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
273 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
274 (m68kbsd_aout_init_abi): Ditto.
275 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
276 (i386_cygwin_init_abi): Ditto.
277 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
278 (i386bsd_init_abi): Ditto.
279
280 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
281 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
282 isn't used by this architecture.
283 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
284 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
285 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
286 * s390-tdep.c (s390_gdbarch_init): Ditto.
287 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
288 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
289 * i386-tdep.c (i386_svr4_init_abi): Ditto.
290 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
291 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
292 * amd64-tdep.c (amd64_init_abi): Ditto.
293
294 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
295 in_solib_call_trampoline to its default value of
296 generic_in_solib_call_trampoline.
297 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
298 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
299 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
300 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
301 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
302 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
303
304 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
305
306 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
307
308 * config/mips/tm-mips.h: Delete file.
309 * remote-mips.c: Delete tm-mips.h from comment.
310 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
311 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
312 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
313 * config/mips/tm-linux.h: Don't include tm-mips.h.
314 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
315 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
316 * config/mips/tm-wince.h: Don't include.
317
318 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
319 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
320 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
321 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
322
323 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
324 * mdebugread.c (ecoff_relocate_efi): Delete function.
325 * objfiles.c (objfile_relocate): Delete #ifdef
326 MDEBUG_EFI_SYMBOL_NAME code.
327
328 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
329 Andrew Cagney <cagney@gnu.org>
330
331 * gdbarch.sh (single_step_through_delay): Add.
332 * gdbarch.h, gdbarch.c: Re-generate.
333 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
334 (mips_step_skips_delay): Delete.
335 * mips-tdep.c (mips_single_step_through_delay): Replace
336 mips_step_skips_delay.
337 (mips_gdbarch_init): Set single_step_through_delay.
338 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
339
340 2004-10-31 Mark Kettenis <kettenis@gnu.org>
341
342 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
343 from TRAMP_FRAME frame type.
344
345 2004-10-31 Andrew Cagney <cagney@gnu.org>
346
347 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
348
349 * mips-tdep.c (mips_ignore_helper): Delete.
350 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
351 * infrun.c (handle_inferior_event): Delete #ifdef
352 DEPRECATED_IGNORE_HELPER_CALL code.
353
354 * config/mips/tm-mips.h (RA_REGNUM): Delete.
355
356 2004-10-31 Mark Kettenis <kettenis@gnu.org>
357
358 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
359 (fill_fpregset): Do not compile for 64-bit systems.
360 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
361 * Makefile.in (i386-sol2-nat.o): Update dependencies.
362 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
363
364 2004-10-30 Andrew Cagney <cagney@gnu.org>
365
366 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
367 (struct mdebug_extra_func_info): Define.
368 * config/alpha/tm-alpha.h: Delete same.
369 * config/mips/tm-mips.h: Delete same.
370 * mdebugread.c: Delete same.
371 * Makefile.in: Update dependencies.
372 * mips-mdebug-tdep.c: Include "mdebugread.h".
373
374 * objfiles.c: Include "mdebugread.h".
375 * mdebugread.c: Include "mdebugread.h".
376 (ecoff_relocate_cfi): Delete.
377 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
378 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
379 * mdebugread.h (ecoff_relocate_efi): New file.
380 * Makefile.in: Update dependencies.
381
382 * mips-tdep.c (struct frame_extra_info): Delete.
383 (temp_proc_desc): Delete.
384
385 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
386 MIPS_EFI_SYMBOL_NAME.
387 (mips_extra_func_info_t, mips_extra_func_info): Delete.
388 (struct mdebug_extra_func_info): Replace struct
389 alpha_extra_func_info and alpha_extra_func_info_t.
390 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
391 MIPS_EFI_SYMBOL_NAME.
392 (struct mdebug_extra_func_info): Replace struct
393 alpha_extra_func_info and alpha_extra_func_info_t.
394 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
395 * mdebugread.c, alpha-mdebug-tdep.c:
396
397 Suggested by Mark Kettenis.
398 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
399 fields frame_adjust and high_addr.
400 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
401 (non_heuristic_proc_desc): Delete references.
402
403 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
404 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
405 * mips-tdep.c: Update.
406
407 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
408 (MIPS_LAST_EMBED_REGNUM): Add.
409 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
410 (LAST_EMBED_REGNUM): Delete.
411 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
412
413 * config/mips/tm-mips.h (PS_REGNUM): Delete.
414 * mips-tdep.h (MIPS_PS_REGNUM): Add.
415 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
416 * mips-linux-nat.c: Update.
417
418 * mips-tdep.h: Add comments on registers.
419 (MIPS_UNUSED_REGNUM): Define.
420 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
421 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
422 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
423 * mips-linux-nat.c, remote-mips.c: Update.
424
425 * config/mips/tm-mips.h (t_insn): Delete.
426 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
427 Replace t_insn with ULONGEST.
428
429 2004-10-30 Mark Kettenis <kettenis@gnu.org>
430
431 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
432 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
433 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
434 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
435 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
436 (mipsnbsd_core_osabi_sniffer): New function.
437 (mipsnbsd_init_abi): Set regset_from_core_section.
438 (_initialize_mipsnbsd_tdep): Remove calls to
439 deprecated_add_core_fns.
440 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
441 (mipsnbsd_regset_from_core_section): New functions.
442 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
443 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
444
445 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
446 Remove optimization for DEPRECATED_FP_REGNUM.
447
448 2004-10-30 Andrew Cagney <cagney@gnu.org>
449
450 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
451 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
452 (alpha_setup_arbitrary_frame): Delete.
453 * mips-tdep.c (setup_arbitrary_frame): Delete.
454 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
455 (setup_arbitrary_frame): Delete.
456 * stack.c (parse_frame_specification_1): When specified, call
457 create_new_frame with two parameters. Delete #ifdef
458 SETUP_ARBITRARY_FRAME.
459
460 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
461 (MIPS_INSTLEN): Delete.
462 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
463 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
464 * remote-mips.c, mips-tdep.c: Update.
465
466 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
467 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
468 * mips-tdep.c (mips_mdebug_frame_cache)
469 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
470 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
471 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
472 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
473 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
474 (mips_gdbarch_init): Do not append mdebug sniffers.
475 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
476 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
477 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
478 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
479 * Makefile.in: Update dependencies.
480
481 * mips-tdep.h (mips_abi_regsize): Declare.
482 * mips-tdep.c (mips_abi_regsize): Make non-static.
483
484 * mips-tdep.c (gdb_print_insn_mips): Simplify.
485 (make_mips16_addr): Delete.
486
487 2004-10-30 Mark Kettenis <kettenis@gnu.org>
488
489 * i386-sol2-nat.c: New file.
490 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
491 i386-sol2-tdep.c.
492 (i386-sol2-nat.o): Update dependencies.
493 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
494 i386-sol2-nat.o.
495
496 2004-10-30 Andrew Cagney <cagney@gnu.org>
497
498 Total breakage identified by Joel Brobecker.
499 * mips-tdep.c (after_prologue): Delete.
500 (mips_skip_prologue): Use skip_prologue_using_sal.
501 (heuristic_proc_desc): Delete, unused.
502
503 2004-10-30 Mark Kettenis <kettenis@gnu.org>
504
505 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
506 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
507 Cleanup coding style.
508
509 2004-10-30 Andrew Cagney <cagney@gnu.org>
510
511 * mips-tdep.h (mips_pc_is_mips16): Declare.
512 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
513 non-static. Update calls.
514
515 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
516 * command.h (add_setshow_enum_cmd): Declare.
517 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
518
519 * mips-tdep.c (_initialize_mips_tdep): Use
520 add_setshow_zinteger_cmd.
521
522 * mips-tdep.c (mips_eabi_extract_return_value)
523 (mips_o64_extract_return_value, mips_o64_store_return_value)
524 (return_value_location, mips_eabi_reg_struct_has_addr)
525 (mips_eabi_use_struct_convention)
526 (mips_eabi_store_return_value): Delete.
527 (mips_eabi_store_return_value): New function.
528 (mips_eabi_return_value): New function.
529 (mips_gdbarch_init): For O64 and EABI, delete
530 extract_return_value, store_return_value, use_struct_convention
531 and reg_struct_has_addr, add return_value.
532
533 * mips-tdep.c (read_signed_register): Use
534 regcache_cooked_read_signed.
535
536 2004-10-30 Mark Kettenis <kettenis@gnu.org>
537
538 * mipsread.c: Cleanup coding style.
539 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
540 (mipscoff_symfile_finish): Remove prototypes.
541
542 2004-10-29 Mark Kettenis <kettenis@gnu.org>
543
544 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
545 (mips_mdebug_frame_cache, mips16_scan_prologue)
546 (mips32_scan_prologue, mips_stub_frame_cache)
547 (heuristic_proc_start, heuristic_proc_desc)
548 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
549 (mips_n32n64_return_value, mips_o32_push_dummy_call)
550 (mips_o32_return_value, mips_o64_push_dummy_call)
551 (mips_step_skips_delay, mips_skip_trampoline_code)
552 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
553 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
554 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
555 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
556 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
557 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
558 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
559 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
560 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
561 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
562 ZERO_REGNUM.
563 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
564 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
565 ZERO_REGNUM.
566 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
567 A0_REGNUM.
568 * mipsnbsd-nat.c: Include "mips-tdep.h".
569 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
570 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
571
572 2004-10-29 Andrew Cagney <cagney@gnu.org>
573
574 * stack.c (parse_frame_specification_1): New function based on
575 parse_frame_specification. Add message and selected_frame_p
576 paramters. Truely always return non-NULL.
577 (parse_frame_specification): Call parse_frame_specification_1.
578 (frame_info): Update. Eliminate target_has_stack check.
579 (select_frame_command): Update.
580
581 2004-10-29 Andrew Cagney <cagney@gnu.org>
582
583 * frame.h (get_selected_frame): Add message parameter.
584 * frame.c (get_selected_frame): Add and use message parameter.
585 * stack.c (current_frame_command, return_command, locals_info)
586 (catch_info, args_info, up_silently_base, down_silently_base): Use
587 get_selected_frame with an explicit message.
588 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
589 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
590 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
591 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
592 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
593 * breakpoint.c: Update.
594
595 2004-10-29 Andrew Cagney <cagney@gnu.org>
596
597 * trad-frame.c (trad_frame_get_prev_register): Use
598 frame_unwind_register instead of frame_register_unwind, do not
599 recurse the register's location.
600 * xstormy16-tdep.c (xstormy16_frame_prev_register):
601 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
602 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
603 * sh-tdep.c (sh_frame_prev_register): Ditto.
604 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
605 * i386-tdep.c (i386_frame_prev_register): Ditto.
606 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
607 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
608
609 2004-10-28 Mark Kettenis <kettenis@jive.nl>
610
611 * proc-events.c: Fix several coding-style issues. Consistently
612 use #ifdef instead of #if defined().
613 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
614 ARRAY_SIZE.
615 (_initialize_proc_events): New prototype.
616
617 * proc-why.c: Fix several coding-style issues.
618 (proc_prettyfprint_why): Use ARRAY_SIZE.
619
620 2004-10-27 Jim Blandy <jimb@redhat.com>
621
622 * remote.c (fetch_register_using_p): Construct 'p' packet in a
623 manner independent of the host byte order.
624
625 2004-10-27 Mark Kettenis <kettenis@gnu.org>
626
627 * mips-tdep.c (id_delayed): Remove prototype.
628
629 2004-10-26 Mark Kettenis <kettenis@gnu.org>
630
631 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
632 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
633 to enum with register numbers.
634 (enum mips_insn_size): New enum.
635
636 2004-10-26 Andrew Cagney <cagney@gnu.org>
637
638 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
639 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
640 (mips_gdbarch_init): Update.
641 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
642
643 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
644 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
645 IN_SOLIB_RETURN_TRAMPOLINE.
646 * mips-tdep.c (mips_dump_tdep): Do not print
647 IN_SOLIB_RETURN_TRAMPOLINE.
648 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
649 (mips_gdbarch_init): Update.
650
651 * mips-tdep.h (mips_software_single_step): Move to here ...
652 * config/mips/tm-mips.h: ... from here.
653 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
654 (SOFTWARE_SINGLE_STEP): Delete.
655 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
656
657 2004-10-25 Andrew Cagney <cagney@gnu.org>
658
659 * NEWS: Add Changes since GDB 6.3 section.
660
661 2004-10-23 Andreas Schwab <schwab@suse.de>
662
663 * ada-lang.c (grow_vect): Return the new array instead of
664 expecting pointer to pointer to avoid violation of aliasing rules.
665 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
666
667 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
668
669 * s390-tdep.c (enum pv_boolean): Remove.
670 (pv_is_array_ref): Remove.
671 (s390_on_stack): Remove.
672 (S390_NUM_SPILL_SLOTS): Remove.
673 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
674 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
675 (s390_store): Track all stores of orginal incoming registers to the
676 stack constant offsets relative to the CFA, instead of only tracking
677 stores into specific spill slots.
678 (s390_load): Likewise.
679 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
680 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
681 defined as call-saved by the ABI.
682 (s390_push_dummy_call): Use bottom of dummy call argument save area
683 as return value, not the top. Do not store to the called function's
684 register save area.
685 (s390_unwind_dummy_id): Adapt accordingly.
686
687 2004-10-23 Andrew Cagney <cagney@gnu.org>
688
689 * objfiles.h (struct objfile): Rename obj_private to
690 deprecated_obj_private, sym_private to deprecated_sym_private, and
691 sym_stab_info to deprecated_sym_stab_info.
692 * gdb-stabs.h: Update.
693 * elfread.c: Update.
694 * dbxread.c: Update.
695 * coffread.c: Update.
696 * xcoffread.c: Update.
697 * symfile.c: Update.
698 * somread.c: Update.
699 * nlmread.c: Update.
700 * mdebugread.c: Update.
701 * hpread.c: Update.
702 * coffread.c: Update.
703
704 2004-10-23 Mark Kettenis <kettenis@gnu.org>
705
706 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
707 * configure.host: Add mips64*-*-openbsd*.
708 * configure.tgt: Add mips64*-*-openbsd*.
709 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
710 mips64obsd-tdep.c.
711 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
712 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
713
714 2004-10-21 Joel Brobecker <brobecker@gnat.com>
715
716 * symtab.c (symbol_search_name): Minor reformatting.
717
718 2004-10-20 Joel Brobecker <brobecker@gnat.com>
719
720 * symtab.h: Fix typo in comment.
721
722 2004-10-19 Mark Kettenis <kettenis@gnu.org>
723
724 * dwarf2read.c (struct comp_unit_head): Fix coding style.
725 (dwarf_decode_line_header): Likewise.
726
727 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
728
729 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
730
731 2004-10-19 Andrew Cagney <cagney@gnu.org>
732
733 GDB 6.3 branch created.
734 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
735
736 2004-10-15 Joel Brobecker <brobecker@gnat.com>
737
738 * dwarf2read.c (set_cu_language): Set language to Ada for
739 DW_LANG_Ada83 and DW_LANG_Ada95.
740
741 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
742
743 From Andreas Schwab <schwab@suse.de>:
744 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
745 for xmalloc and xrealloc.
746
747 2004-10-15 Andrew Cagney <cagney@gnu.org>
748
749 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
750 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
751 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
752 Update dependencies.
753
754 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
755
756 * ada-lang.c (ada_lookup_symbol): Correct comment.
757 (ada_evaluate_subexp): Change error message for
758 OP_FUNCALL case so as not to indicate an internal error.
759
760 2004-10-15 Joel Brobecker <brobecker@gnat.com>
761
762 Committed by Paul Hilfinger.
763 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
764 type sizes in XVE/XVU types, and emit a warning when that happens,
765 instead of rounding up the size of the resulting type.
766 Some minor reformatting.
767 (ada_is_aligner_type): Do not consider a type as an aligner type
768 if there is a corresponding XVS type as well.
769 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
770 have several levels of pointer indirection to the array.
771
772 2004-10-15 Jerome Guitton <guitton@gnat.com>
773
774 Committed by Paul Hilfinger.
775 * ada-lang.c (check_size): New function.
776 (coerce_unspec_val_to_type): call check_size to make sure
777 that the object size is reasonable.
778 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
779 Implements the case when we get a reference when we evaluate
780 the expression of one of the bounds of the slice.
781 (ada_value_struct_elt): when a packed array field is
782 a reference, use ada_coerce_ref to dereference it; use
783 ada_value_ind only if it is a pointer.
784
785 2004-10-15 Joel Brobecker <brobecker@gnat.com>
786
787 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
788 a bit to avoid the necessity of an advance declaration. Remove
789 declaration.
790 (set_reg_offset): Move implemenation up.
791 (mips16_get_imm): Likewise.
792 (mips16_scan_prologue): Likewise.
793 (reset_saved_regs): Likewise.
794 (mips32_scan_prologue): Likewise.
795
796 2004-10-14 Joel Brobecker <brobecker@gnat.com>
797
798 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
799 Remove sp as a parameter, compute it internally instead. Move
800 prologue scanning limit from heuristic_proc_desc to here.
801 (mips16_scan_prologue): Likewise.
802 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
803 by call to mips16_scan_prologue.
804 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
805 by call to mips32_scan_prologue.
806 (heuristic_proc_desc): Remove code that's no longer necessary.
807 Update calls to mips16_scan_prologue and mips32_scan_prologue.
808 (mips_skip_prologue): Update calls to mips16_scan_prologue
809 and mips32_scan_prologue.
810
811 2004-10-14 Joel Brobecker <brobecker@gnat.com>
812
813 * mips-tdep.c (mips16_scan_prologue): Merge code from
814 mips16_skip_prologue. Now return the address of the first
815 instruction past the function prologue.
816 (mips16_skip_prologue): Remove, no longer necessary.
817 (mips_skip_prologue): Replace call to mips16_skip_prologue
818 by call to mips16_scan_prologue.
819
820 2004-10-14 Joel Brobecker <brobecker@gnat.com>
821
822 * mips-tdep.c (mips32_scan_prologue): Merge code from
823 mips32_skip_prologue. Now return the address of the first
824 instruction past the function prologue.
825 (mips32_skip_prologue): Remove. No longer necessary.
826 (mips16_skip_prologue): Add parameter end_pc instead of
827 computing it.
828 (mips_skip_prologue): Compute the upper limit for the
829 prologue scanning. Update call to mips16_skip_prologue.
830 Replace call to mips32_skip_prologue by call to
831 mips32_scan_prologue.
832
833 2004-10-14 Mark Kettenis <kettenis@gnu.org>
834
835 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
836 NetBSD system call stubs that store %rp in the ERP slot of the
837 stack frame.
838
839 * source.c: Always define O_BINARY to 0 if not defined already.
840 (openp): Unconditionally use O_BINARY.
841
842 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
843 * event-top.c (gdb_readline2): Likewise.
844
845 2004-10-14 Orjan Friberg <orjanf@axis.com>
846
847 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
848 deprecated_add_core_fns which was removed by mistake.
849
850 2004-10-13 Kevin Buettner <kevinb@redhat.com>
851
852 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
853 references to deprecated_registers[] with equivalent code.
854
855 2004-10-13 Kevin Buettner <kevinb@redhat.com>
856
857 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
858 ``deprecated_registers'' with equivalent code. Use gdb_assert()
859 instead of explicit test and print statement.
860
861 2004-10-12 Mark Kettenis <kettenis@gnu.org>
862
863 * sparc-nat.c: Include "inf-ptrace.h".
864 (sparc_target): New function.
865 * sparc-nat.h: Update copyright year.
866 (sparc_target): New prototype.
867 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
868 (_initialize_sparcnbsd_nat): Construct and add target vector.
869 * sparc64nbsd-nat.c: Include "target.h".
870 (_initialize_sparc64nbsd_nat): Construct and add target vector.
871 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
872 Update dependencies.
873 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
874 inftarg.o, add inf-ptrace.o.
875 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
876 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
877 (NAT_FILE): Set to nm-bsd.h.
878 (LOADLIBES): New variable.
879 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
880 infarg.o, add inf-ptrace.o.
881 * config/sparc/nm-nbsdaout.h: Remove file.
882 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
883 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
884 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
885
886 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
887 "fopen-same.h". Update comment.
888
889 2004-10-11 Mark Kettenis <kettenis@gnu.org>
890
891 * i386gnu-nat.c: Include "gdb_string.h".
892 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
893 registers when the floating-point state isn't initialized.
894 * Makefile.in (i386gnu-nat.o): Update dependencies.
895
896 2004-10-11 David Anderson <davea@sgi.com>
897
898 * regcache.c (regcache_raw_read): Comment was missing "to".
899 Extraneous ' removed.
900 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
901 comment now describes use.
902
903 2004-10-11 Orjan Friberg <orjanf@axis.com>
904
905 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
906 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
907 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
908 (cris_sigtramp_frame_sniffer): New functions.
909 (cris_gdbarch_init): Hook in signal trampoline unwinder.
910 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
911 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
912 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
913 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
914 command.
915 (cris_version_update): Remove, replace with ...
916 (set_cris_version): New function.
917 (struct gdbarch_tdep, cris_mode, cris_mode_update)
918 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
919 (_initialize_cris_tdep): Remove CRIS mode command.
920 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
921 cris-fpless-backtrace command.
922 (cris_scan_prologue): Fix prologue scanning limit.
923 (cris_register_type): Update to reflect actual registers.
924 (cris_register_bytes_ok) Remove.
925 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
926 Remove set_gdbarch_deprecated_register_size,
927 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
928
929 2004-10-10 Andrew Cagney <cagney@gnu.org>
930
931 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
932 comment.
933
934 2004-10-10 Joel Brobecker <brobecker@gnat.com>
935
936 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
937
938 2004-10-10 Joel Brobecker <brobecker@gnat.com>
939
940 * mips-tdep.c (mips16_scan_prologue): Renames
941 mips16_heuristic_proc_desc. Update comment.
942 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
943 (heuristic_proc_desc): Update calls to the 2 functions above.
944
945 2004-10-10 Joel Brobecker <brobecker@gnat.com>
946
947 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
948 Update comments. Also immediately return empty cache when the start
949 address of our function could not be found.
950 (mips_insn32_frame_cache): Likewise.
951
952 2004-10-10 Joel Brobecker <brobecker@gnat.com>
953
954 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
955 (mips_insn16_frame_cache): Pass frame cache in call to
956 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
957 Remove code that became redundant as a consequence.
958 (mips32_heuristic_proc_desc): No longer compute a fake
959 procedure descriptor. Compute the full frame cache instead.
960 Some minor comment reformatting.
961
962 2004-10-10 Jim Blandy <jimb@redhat.com>
963
964 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
965 reader, tracing bytecode stuff): Remove self.
966
967 2004-10-10 Mark Kettenis <kettenis@gnu.org>
968
969 * sparc64-linux-tdep.c: Update copyright year. Don't include
970 "solib-svr4.h".
971 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
972 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
973 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
974
975 * sparc-linux-tdep.c: Update copyright year.
976 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
977 to struct frame_info *. Use safe_frame_unwind_memory instead of
978 deprecated_read_memory_nobpt.
979 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
980 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
981 changed signature of sparc_linux_sigtramp_start.
982 (sparc32_linux_pc_in_sigtramp): Remove function.
983 (sparc32_linux_sigtramp_p): New function.
984 (sparc32_linux_sigtramp_frame_sniffer): Use
985 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
986
987 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
988 Remove function.
989 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
990
991 * ada-lang.c (lim_warning): Re-implement as a varargs function.
992 (decode_packed_array_type, value_subscript_packed)
993 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
994 argument in call to lim_warning.
995
996 * configure.in: Really disable the TUI if an enhanced curses
997 library isn't found.
998 * configure: Regenerate.
999
1000 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1001
1002 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1003 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1004 * config/i386/nm-nbsdaout.h: Remove file.
1005 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1006 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1007 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1008 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1009 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1010 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1011 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1012 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1013 (ldd, ld_un, ld_2): Remove defines.
1014 * config/i386/nm-obsd.h: Likewise.
1015
1016 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1017
1018 * ada-lex.l: Remove useless rule whose right-context clause
1019 causes unreferenced static function warning for yyrealloc.
1020 (ada_flex_use): Remove the artificial reference to yyrealloc.
1021
1022 2004-10-08 Andrew Cagney <cagney@gnu.org>
1023
1024 * target.h (struct target_ops): Rename to_xfer_memory to
1025 deprecated_xfer_memory.
1026 * target.c: Update.
1027 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1028 * wince.c: Update.
1029 * win32-nat.c: Update.
1030 * v850ice.c: Update.
1031 * uw-thread.c: Update.
1032 * thread-db.c: Update.
1033 * sol-thread.c: Update.
1034 * remote.c: Update.
1035 * remote-vx.c: Update.
1036 * remote-st.c: Update.
1037 * remote-sim.c: Update.
1038 * remote-sds.c: Update.
1039 * remote-rdp.c: Update.
1040 * remote-rdi.c: Update.
1041 * remote-mips.c: Update.
1042 * remote-m32r-sdi.c: Update.
1043 * remote-e7000.c: Update.
1044 * procfs.c: Update.
1045 * ppc-bdm.c: Update.
1046 * nto-procfs.c: Update.
1047 * monitor.c: Update.
1048 * linux-nat.c: Update.
1049 * inftarg.c: Update.
1050 * hpux-thread.c: Update.
1051 * go32-nat.c: Update.
1052 * gnu-nat.c: Update.
1053 * exec.c: Update.
1054 * corelow.c: Update.
1055 * bsd-kvm.c: Update.
1056 * aix-thread.c: Update.
1057
1058 2004-10-08 Andrew Cagney <cagney@gnu.org>
1059
1060 * target.c (debug_target): Move to near start of file.
1061 (target_stopped_data_address_p): Re-org logic, add casts.
1062
1063 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1064
1065 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1066 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1067 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1068 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1069 New defines.
1070
1071 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1072
1073 * target.h (to_stopped_data_address): Change prototype to
1074 take a CORE_ADDR pointer and return an int.
1075 * target.c (update_current_target): Change to_stopped_data_address
1076 to match new prototype.
1077 (debug_to_stopped_data_address): Change appropriately.
1078 * breakpoint.c (bpstat_stop_status): Change call to
1079 target_stopped_data_address to use new prototype.
1080 * frv-tdep.c (frv_have_stopped_data_address): New function.
1081 (frv_stopped_data_address): Change to new prototype and
1082 functionality.
1083 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1084 prototype and functionality.
1085 (ia64_stopped_by_watchpoint): New function.
1086 * i386-nat.c (i386_stopped_data_address): Change to new
1087 prototype and functionality.
1088 (i386_stopped_by_watchpoint): New function.
1089 * remote.c (remote_stopped_data_address): Change to new prototype
1090 and functionality.
1091 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1092 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1093 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1094 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1095 new i386_stopped_by_watchpoint function.
1096 (i386_stopped_by_watchpoint): New prototype.
1097 (i386_stoppped_data_address): Change to new prototype.
1098 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1099 new ia64_stopped_by_watchpoint function.
1100 (ia64_stopped_by_watchpoint): New prototype.
1101 (ia64_stopped_data_address): Ditto.
1102
1103 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1104
1105 * ada-typeprint.c (ada_print_type): Use int_string for printing
1106 modulus of modular type.
1107 * ada-lang.h (ada_modulus): Change return type to unsigned.
1108 * ada-lang.c (ada_language_arch_info): Correct type of
1109 string_char_type.
1110 (ada_modulus): Return unsigned result.
1111 (ada_lookup_symbol): Remove user disambiguation and modify comment
1112 accordingly.
1113
1114 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1115
1116 Committed by Paul Hilfinger.
1117 * ada-lang.c (decode_packed_array): On big-endian targets,
1118 left-justify the value if it comes with a modular type.
1119
1120 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1121
1122 Committed by Paul Hilfinger.
1123 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1124 (is_name_suffix): Add support for "___JM" suffixes.
1125 (ada_check_typedef): Renames ada_completed_type.
1126 Update all users of CHECK_TYPEDEF, check_typedef, and
1127 ada_complete_type to call ada_check_typedef.
1128 * ada-typeprint.c: Likewise.
1129 * ada-valprint.c: Likewise.
1130
1131 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1132
1133 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1134
1135 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1136
1137 * MAINTAINERS: Update e-mail address.
1138
1139 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1140
1141 From Maciej W. Rozycki <macro@mips.com>:
1142 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1143 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1144
1145 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1146
1147 * m32r-tdep.c (decode_prologue): Support functions written
1148 in assembler language. Recognize trap instructions as the
1149 end of prologue.
1150 (m32r_frame_unwind_cache): Ditto.
1151 (m32r_skip_prologue): Extend search limit. Quit analyzing
1152 prologue if pc's location is not readable.
1153
1154 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1155
1156 * Makefile.in (.l.c): Do conversions of names of alloc and free
1157 functions that are done for .y.c files, plus special one
1158 for yy_flex_realloc. Also, correct missing-file tests here.
1159 * ada-lex.l (malloc, free): Remove macros.
1160 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1161 xrealloc.
1162 (ada_flex_use): Dummy definition to remove warnings about unused
1163 functions.
1164 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1165 to suppress warning.
1166
1167 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1168
1169 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1170 RETURN_VALUE.
1171 (sh_return_value_fpu): Ditto for CPUs with FPU.
1172 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1173 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1174 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1175 RETURN_VALUE functions.
1176
1177 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1178
1179 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1180 (sh_pseudo_register_write): Ditto.
1181
1182 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1183
1184 * sh-tdep.c (IS_MACL_STS): New define.
1185 (IS_MOVI20): Ditto.
1186 (IS_MACL_LDS): Ditto.
1187 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1188 instructions in prologue.
1189 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1190 instructions in epilogue.
1191
1192 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1193
1194 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1195 (sh_sh_register_name): Add eight empty register names.
1196 (sh_sh3_register_name): Ditto.
1197 (sh_sh3e_register_name): Ditto.
1198 (sh_sh2e_register_name): Ditto.
1199 (sh_sh2a_register_name): New function, defining SH2A register set.
1200 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1201 in nofpu case.
1202 (sh_sh_dsp_register_name): Add eight empty register names.
1203 (sh_sh3_dsp_register_name): Ditto.
1204 (sh_sh4_register_name): Ditto.
1205 (sh_sh4_nofpu_register_name): Ditto.
1206 (sh_sh4al_dsp_register_name): Ditto.
1207 (sh2a_show_regs): New function.
1208 (sh2a_nofpu_show_regs): New function.
1209 (sh_sh2a_register_type): New function.
1210 (do_bank_register_info): New function.
1211 (sh_print_pseudo_register): Call do_bank_register_info.
1212 Call sh_print_pseudo_register for valid "bank" register.
1213 (sh_sh2a_register_sim_regno): New function.
1214 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1215 Increment pseudo register count by one for all sh variants with
1216 pseudo registers to accomodate pseudo bank register.
1217 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1218 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1219 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1220 Increment pseudo register numbers.
1221
1222 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1223
1224 * dwarf2read.c (read_subroutine_type): Call make_function_type
1225 instead of lookup_function_type.
1226
1227 2004-10-05 Jim Blandy <jimb@redhat.com>
1228
1229 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1230 (Previous change missed some uses.)
1231
1232 2004-10-05 Andrew Cagney <cagney@gnu.org>
1233
1234 * target.h (deprecated_child_ops): Rename child_ops.
1235 * wince.c: Update copyright. Rename child_ops.
1236 * win32-nat.c: Rename child_ops.
1237 * target.c: Rename child_ops.
1238 * rs6000-nat.c: Rename child_ops.
1239 * linux-nat.c: Rename child_ops.
1240 * infttrace.c: Rename child_ops.
1241 * inftarg.c: Rename child_ops.
1242 * infptrace.c: Rename child_ops.
1243 * hppah-nat.c: Update copyright. Rename child_ops.
1244 * hpux-thread.c: Update copyright. Rename child_ops.
1245
1246 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1247
1248 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1249
1250 2004-10-05 Andrew Cagney <cagney@gnu.org>
1251
1252 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1253
1254 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1255
1256 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1257 (die_ref_table): Remove.
1258 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1259 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1260 the usage of this type.
1261 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1262 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1263 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1264 (dwarf2_create_include_psymtab): Update comment.
1265 (find_partial_die): Remove third argument. Remove unreachable call
1266 to error ().
1267 (dwarf2_find_containing_comp_unit): Update comments. Change one
1268 assertion to an error. Remove an unreachable error.
1269 (dwarf2_find_comp_unit): Update comments.
1270 (type_at_offset): Remove dead code.
1271 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1272 (store_in_ref_table): Add CU argument.
1273 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1274 inter-compilation-unit references.
1275 (load_full_comp_unit, process_full_comp_unit): New functions, based
1276 on psymtab_to_symtab_1.
1277 (psymtab_to_symtab_1): Use them.
1278 (dwarf2_add_dependence): New function.
1279 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1280 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1281 (partial_die_parent_scope, guess_structure_name): Update for changes
1282 to find_partial_die.
1283 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1284 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1285 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1286 (read_die_and_children): Update call to store_in_ref_table.
1287 (do_free_die_list_cleanup): Remove.
1288 (fixup_partial_die): Update for changes to find_partial_die.
1289 (read_full_die): Handle queueing absolute references.
1290 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1291 (dwarf2_attr, die_specification, die_type)
1292 (die_containing_type, dwarf2_extension): Update calls to
1293 follow_die_ref.
1294 (dump_die): Update DW_FORM_ref* handling.
1295 (dwarf2_get_ref_die_offset): Likewise.
1296 (free_one_comp_unit): Release the dies list.
1297 (dwarf2_mark_helper): New function.
1298 (dwarf2_mark): Use it.
1299
1300 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1301
1302 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1303 when writing to memory.
1304
1305 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1306
1307 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1308 (m32r_extract_struct_value_address): Delete function.
1309 (m32r_return_value): New function.
1310 (m32r_gdbarch_init): Instead of store_return_value,
1311 extract_return_value, deprecated_extract_struct_value_address
1312 and deprecated_use_struct_convention, set return_value.
1313
1314 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1315
1316 * dwarf2read.c (read_subrange_type): Add comment for variable
1317 sized arrays.
1318
1319 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1320
1321 * Makefile.in (.l.c): Modify rule for compatibility with recent
1322 versions of flex, and remove most command-line options.
1323 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1324 options.
1325
1326 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1327
1328 Turn on initial Ada support (mainly expression evaluation).
1329
1330 * Makefile.in (SFILES): Remove ada-tasks.c.
1331 (HFILES_NO_SRCDIR): Add ada-lang.h.
1332 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1333 (YYOBJ): Add ada-exp.o.
1334 (rule .l.c): Generalize to not mention ada.
1335 * symtab.c: Include ada-lang.h.
1336 (symbol_natural_name, symbol_demangled_name)
1337 (symbol_search_name): Add Ada case.
1338
1339 2004-10-01 Andrew Cagney <cagney@gnu.org>
1340
1341 * Makefile.in (COMMON_OBS): Add inf-child.o.
1342 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1343 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1344 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1345 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1346 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1347 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1348 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1349 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1350 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1351 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1352 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1353 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1354 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1355
1356 * target.c (xfer_using_stratum): Change return type to LONGEST.
1357 On each iteration offset, readbuf and writebuf.
1358 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1359 partial_length, and read/modify/write predicate, update comments.
1360 Pass buffer.word to ptrace write.
1361
1362 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1363
1364 * symfile.c (init_filename_language_table): Add extensions for
1365 Ada.
1366 * defs.h (enum language): Add language_ada.
1367 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1368 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1369 (add_symbols_from_enclosing_procs): Make a no-op for now.
1370 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1371 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1372 (find_line_in_linetable, find_next_line_in_linetable)
1373 (read_all_symtabs, is_plausible_func_for_line)
1374 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1375 (is_runtime_sym_defined, check_size): Remove declaration.
1376 (function_name_from_pc, ada_translate_error_message)
1377 (ada_lookup_minimal_symbol): Remove definition.
1378 (ada_add_block_symbols): Remove useless label.
1379 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1380 useless declaration.
1381 (ada_is_exception_sym): Likewise.
1382
1383 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1384
1385 Add m32r-linux support.
1386 * configure.tgt: Add m32r*-*-linux*.
1387 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1388 and m32r-linux-tdep.c.
1389 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1390 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1391 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1392 m32r-linux-tdep.c.
1393 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1394 config/m32r/linux.mh, config/m32r/linux.mt,
1395 config/m32r/nm-linux.h: New files.
1396
1397 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1398
1399 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1400 (mips32_fetch_instruction): Remove, unused.
1401
1402 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1403
1404 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1405 conditions that will always be true.
1406
1407 2004-09-30 Mark Kettenis <kettenis@gnu.org>
1408
1409 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1410 (vaxbsd_fetch_inferior_registers): Rename from
1411 fetch_inferior_registers. Make static.
1412 (vaxbsd_store_inferior_registers): Rename from
1413 store_inferior_registers. Make static.
1414 (_initialize_vaxbsd_nat): Construct and add target vector.
1415 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1416 inftarg.o. Add inf-child.o and inf-ptrace.o.
1417 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1418 inftarg.o. Add inf-child.o and inf-ptrace.o.
1419 (NAT_FILE): Remove.
1420 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1421 inftarg.o. Add inf-child.o and inf-ptrace.o.
1422 (NAT_FILE): Remove.
1423 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1424
1425 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1426 (m88kbsd_fetch_inferior_registers): Rename from
1427 fetch_inferior_registers. Make static.
1428 (m88kbsd_store_inferior_registers): Rename from
1429 store_inferior_registers. Make static.
1430 (_initialize_m88kbsd_nat): New prototype and function.
1431 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1432 inftarg.o. Add inf-child.o and inf-ptrace.o.
1433 (NAT_FILE): Remove.
1434 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1435
1436 2004-09-30 Andrew Cagney <cagney@gnu.org>
1437
1438 * target.c (target_xfer_partial): New function.
1439 (target_read_memory_partial, target_write_memory_partial)
1440 (default_xfer_partial, target_read_partial, target_write_partial)
1441 (xfer_using_stratum): Use.
1442 (debug_to_xfer_partial): Delete function.
1443 (setup_target_debug): Do not override to_xfer_partial.
1444
1445 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1446
1447 * fork-child.c: Update copyright year. Fix coding style.
1448
1449 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1450
1451 * defs.h (msavestring, mstrsave): Remove prototypes.
1452 * utils.c (msavestring, mstrsave): Remove functions.
1453 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1454 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1455 of mstrsave.
1456 * source.c (find_and_open_source): Use xstrdup instead of
1457 mstrsave.
1458
1459 2004-09-30 Andrew Cagney <cagney@gnu.org>
1460
1461 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1462 (inf_ptrace_xfer_memory): Delete.
1463 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1464 (target_read_memory, target_write_memory): Use xfer_using_stratum
1465 when target_xfer_partial_p.
1466 (debug_target): Move to start of file.
1467 (target_read_memory_partial, target_write_memory_partial): Use
1468 to_xfer_partial when target_xfer_partial_p.
1469
1470 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1471 inf_ptrace_xfer_memory with equivalent code.
1472 * inftarg.c (child_xfer_partial): When performing a write, pass
1473 writebuf to child_xfer_memory.
1474
1475 * target.c (target_read_string): Use target_read_memory instead of
1476 target_xfer_memory.
1477
1478 2004-09-29 Andrew Cagney <cagney@gnu.org>
1479
1480 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1481 the address of status.
1482
1483 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1484 (kill_inferior): Inline ptrace_wait call.
1485 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1486 * inftarg.c (child_wait): Inline ptrace_wait call.
1487
1488 * target.h (struct target_ops): Delete field to_post_wait.
1489 (target_post_wait): Delete macro.
1490 (child_post_wait): Delete declaration.
1491 * target.c (update_current_target, update_current_target)
1492 (debug_to_post_wait, setup_target_debug): Delete functions and
1493 references.
1494 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1495 * inftarg.c (child_post_wait): Delete.
1496 (init_child_ops): Do not set to_post_wait.
1497 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1498 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1499 * inf-child.c (inf_child_post_wait): Delete.
1500 (inf_child_target): Do not set to_post_wait.
1501 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1502 (inf_ptrace_target): Do not set to_post_wait.
1503
1504 * wince.c (child_ops): Delete.
1505 * win32-nat.c (child_ops): Delete.
1506
1507 * inftarg.c (inftarg_set_find_memory_regions)
1508 (inftarg_set_make_corefile_notes): Delete functions.
1509 (_initialize_linux_nat): Inline calls.
1510
1511 * target.h (child_ops): Declare.
1512 * inftarg.c (child_ops): Move from here ...
1513 * target.c (child_ops): ... to here.
1514 * wince.c (child_ops): Delete extern declaration.
1515 * win32-nat.c (child_ops): Delete extern declaration.
1516 * linux-nat.c (child_ops): Delete extern declaration.
1517 * hpux-thread.c (child_ops): Delete extern declaration.
1518
1519 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1520
1521 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1522
1523 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1524
1525 * configure.in: Only set host_makefile_frag when building a native
1526 debugger.
1527 * configure: Regenerate.
1528
1529 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1530 for OpenBSD ELF.
1531
1532 2004-09-28 Andrew Cagney <cagney@gnu.org>
1533
1534 Problem identified by Paul Hilfinger.
1535 * Makefile.in (ada_lex_c): Define.
1536 (ada-lex.o): Delete rule.
1537
1538 * linux-proc.c: Delete file.
1539 * Makefile.in: Update.
1540 * config/sparc/linux64.mh (NATDEPFILES):
1541 * config/sparc/linux.mh (NATDEPFILES): Update.
1542 * config/s390/s390.mh (NATDEPFILES): Update.
1543 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1544 * config/powerpc/linux.mh (NATDEPFILES): Update.
1545 * config/pa/linux.mh (NATDEPFILES): Update.
1546 * config/mips/linux.mh (NATDEPFILES): Update.
1547 * config/m68k/linux.mh (NATDEPFILES): Update.
1548 * config/ia64/linux.mh (NATDEPFILES): Update.
1549 * config/i386/linux64.mh (NATDEPFILES): Update.
1550 * config/i386/linux.mh (NATDEPFILES): Update.
1551 * config/arm/linux.mh (NATDEPFILES): Update.
1552 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1553 * linux-nat.c: Update copyright. Include <sys/param.h>,
1554 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1555 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1556 (O_LARGEFILE): Possibly define.
1557 (_initialize_linux_nat, linux_proc_pending_signals)
1558 (add_line_to_sigset, linux_proc_xfer_memory)
1559 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1560 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1561 (struct linux_corefile_thread_data)
1562 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1563 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1564
1565 2004-09-16 Andrew Cagney <cagney@gnu.org>
1566
1567 * lin-lwp.c: Delete file.
1568 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1569 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1570 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1571 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1572 (linux_nat_attach, detach_callback, linux_nat_detach)
1573 (resume_callback, resume_clear_callback, linux_nat_resume)
1574 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1575 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1576 (status_callback, running_callback, count_events_callback)
1577 (select_singlestep_lwp_callback, select_event_lwp_callback)
1578 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1579 (child_wait, stop_and_resume_callback, linux_nat_wait)
1580 (kill_callback, kill_wait_callback, linux_nat_kill)
1581 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1582 (linux_nat_xfer_memory, linux_nat_thread_alive)
1583 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1584 (_initialize_linux_nat): New functions.
1585 * Makefile.in: Update all dependencies.
1586 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1587 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1588 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1589 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1590 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1591 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1592 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1593 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1594 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1595 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1596 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1597 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1598 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1599
1600 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1601
1602 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1603 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1604
1605 * configure.in: Don't comment out NATDEPFILES in the generated
1606 Makefile if NAT_FILE is unset.
1607 * configure: Regenerate.
1608
1609 2004-09-27 Andrew Cagney <cagney@gnu.org>
1610
1611 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1612 (insert_step_resume_breakpoint): Delete.
1613 (insert_step_resume_breakpoint_at_frame): New function.
1614 (insert_step_resume_breakpoint_at_sal): New function.
1615 (handle_inferior_event, step_into_function)
1616 (insert_step_resume_breakpoint): Simplify by using same.
1617
1618 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1619
1620 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1621
1622 * fbsd-proc.c: Remove file.
1623 * Makefile.in (fbsd-proc.o): Remove dependency.
1624
1625 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1626 code together.
1627
1628 * config/i386/nm-fbsd64.h: Remove file.
1629 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1630
1631 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1632
1633 * amd64-nat.h: Update copyright year.
1634 (amd64bsd_target): New prototype.
1635 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1636 (amd64bsd_target): New function.
1637 (amd64bsd_fetch_inferior_registers): Rename from
1638 fetch_inferior_registers. Make static.
1639 (amd64bsd_store_inferior_registers): Rename from
1640 store_inferior_registers. Make static.
1641 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1642 (_initialize_amd64fbsd_nat): Construct and add target vector.
1643 * amd64nbsd-nat.o: Include "target.h".
1644 (_initialize_amd64nbsd_nat): Construct and add target vector.
1645 * amd64obsd-nat.c: Include "target.h".
1646 (_initialize_amd64obsd_nat): Construct and add target vector.
1647 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1648 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1649 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1650 fbsd-nat.o.
1651 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1652 Remove infptrace.o and inftarg.o. Add inf-child.o and
1653 inf-ptrace.o.
1654 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1655 (amd64obsd-nat.o): Update dependencies.
1656
1657 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1658
1659 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1660 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1661 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1662 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1663 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1664
1665 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1666 Inline attach call.
1667 (inf_ptrace_detach): Inline detach call.
1668
1669 * configure.in: Check for waddstr instead of mvwaddstr when
1670 searching for curses library. Check for wborder.
1671 * configure, config.in: Regenerate.
1672 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1673 available.
1674
1675 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1676
1677 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1678
1679 Committed by Andrew Cagney.
1680 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1681 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1682 configuration.
1683 (fetch_register_using_p): Implement 'p' packet. Based on code by
1684 Fernando Nasser.
1685 (remote_fetch_registers): Call fetch_register_using_p.
1686 (init_all_packet_configs, show_remote_cmd)
1687 (_initialize_remote): Add p-packet.
1688
1689 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1690
1691 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1692 instead of call_ptrace. Call wait directly instead of
1693 ptrace_wait.
1694 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1695 (inf_ptrace_wait): Inline ptrace_wait call.
1696
1697 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1698
1699 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1700 rolled back instead.
1701
1702 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1703
1704 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1705 the new argument order.
1706
1707 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1708
1709 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1710 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1711 (struct gdbarch_tdep): Remove.
1712 (struct xstormy16_frame_cache): New frame cache structure.
1713 (xstormy16_register_byte, xstormy16_register_raw_size)
1714 (xstormy16_reg_virtual_type, xstormy16_register_type)
1715 (xstormy16_push_arguments, xstormy16_push_return_address)
1716 (xstormy16_pop_frame, xstormy16_store_struct_return)
1717 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1718 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1719 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1720 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1721 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1722 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1723 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1724 (xstormy16_extract_return_value, xstormy16_store_return_value):
1725 Regcachify. Drop useless struct convention handling.
1726 (xstormy16_register_type, xstormy16_return_value)
1727 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1728 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1729 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1730 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1731 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1732 (xstormy16_unwind_dummy_id) : New functions.
1733 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1734 of xstormy16_scan_prologue.
1735 (xstormy16_frame_unwind): New frame_unwind structure.
1736 (xstormy16_frame_base): New frame_base structure.
1737 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1738 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1739
1740 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1741
1742 * language.c (language_gdbarch_post_init): Fix off-by one error.
1743
1744 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1745
1746 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1747 (struct dwarf2_offset_and_type): New.
1748 (set_die_type, reset_die_and_siblings_types, get_die_type)
1749 (offset_and_type_hash, offset_and_type_eq): New functions.
1750 (read_structure_type, read_enumeration_type, read_array_type)
1751 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1752 (read_tag_reference_type, read_tag_const_type)
1753 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1754 (read_typedef, read_base_type, read_subrange_type): Use
1755 set_die_type.
1756
1757 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1758
1759 * Makefile.in (dwarf2read.o): Update dependencies.
1760 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1761 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1762 and read_in_chain.
1763 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1764 mark, and has_form_ref_addr.
1765 (struct dwarf2_per_cu_data): New.
1766 (dwarf2_max_cache_age): New.
1767 (dwarf2_build_psymtabs_hard): Free cached compilation units
1768 after loading. Create and manage the list of compilation units.
1769 Remove unnecessary NULL initialization. Fix indentation.
1770 (psymtab_to_symtab_1): Initialize all of CU.
1771 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1772 (find_partial_die): Use dwarf2_find_containing_comp_unit
1773 and load_comp_unit.
1774 (free_stack_comp_unit): Update comments. Clear the per-cu
1775 pointer. Handle aging.
1776 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1777 (age_cached_comp_units, free_one_cached_comp_unit)
1778 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1779 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1780 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1781 (show_dwarf2_cmd): New.
1782 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1783 and "maint show dwarf2 max-cache-age".
1784 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1785 externs.
1786 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1787 global.
1788
1789 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1790
1791 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1792 and dwarf2_cu struct pointer as arguments. Change function to use
1793 obstack if provided and use dwarf2_cu to determine language-specific
1794 separator.
1795 (partial_die_parent_scope): Change comment to include java. Use
1796 new version of typename_concat instead of obconcat.
1797 (partial_die_full_name): Use typename_concat.
1798 (read_namespace): Ditto.
1799 (read_enumeration_type): Use typename_concat instead of obconcat.
1800 (new_symbol): Ditto.
1801 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1802 (guess_structure_name): Ditto.
1803 (read_subroutine_type): Ditto.
1804 (read_structure_type): Ditto.
1805 (is_vtable_name): Add Java support.
1806 (determine_class_name): Switch to new typename_concat call.
1807 (determine_prefix): Switch to new typename_concat call.
1808 * jv-exp.y (FuncStart): New pattern.
1809 (MethodInvocation): Add support for simple function calls. Change
1810 warning message for other forms of inferior call currently not
1811 supported.
1812 * valarith.c (value_subscript): Treat an array with upper-bound
1813 of -1 as unknown size.
1814
1815 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1816
1817 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1818 (lookup_partial_symtab): Use symtab_to_fullname.
1819
1820 2004-09-19 Jim Blandy <jimb@redhat.com>
1821
1822 * minsyms.c (lookup_minimal_symbol): Doc fix.
1823
1824 2004-09-20 Andrew Cagney <cagney@gnu.org>
1825
1826 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1827 CHILD_RESUME.
1828 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1829 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1830 KILL_INFERIOR.
1831 * infptrace.c: Update.
1832
1833 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1834
1835 * symtab.c (output_source_filename): Mark first argument as const.
1836 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1837 for "info sources" output.
1838
1839 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1840
1841 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1842 <machine/vmparam.h>.
1843 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1844 (register_u_addr): Remove prototype.
1845
1846 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1847
1848 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1849 (i386bsd_fetch_inferior_registers): Rename from
1850 fetch_inferior_registers. Make static.
1851 (i386bsd_store_inferior_registers): Rename from
1852 store_inferior_registers. Make static.
1853 (i386bsd_target): New function.
1854 * i386bsd-nat.h: New file.
1855 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1856 "i386bsd-nat.h".
1857 (i386fbsd_resume): Rename from child_resume. Make static.
1858 (_initialize_i386fbsd_nat): Construct and add target vector.
1859 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1860 (_initialize_i386nbsd_nat): Construct and add target vector.
1861 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1862 Remove defines.
1863 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1864 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1865 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1866 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1867 (LOADLIBES): New variable.
1868 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1869 inf-ptrace.o. Remove inftarg.o.
1870 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1871 inf-ptrace.o. Remove inftarg.o.
1872 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1873 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1874 (LOADLIBES): New variable.
1875 * Makefile.in (i386bsd_nat_h): New variable.
1876 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1877 dependencies.
1878
1879 * sparc64nbsd-tdep.c: Include "objfiles.h".
1880 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1881 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1882 svr4_lp64_fetch_link_map_offsets.
1883 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1884 "nbsd-tdep.h".
1885 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1886 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1887 svr4_lp64_fetch_link_map_offsets.
1888 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1889 dependencies.
1890
1891 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1892 * fbsd-nat.h: New file.
1893 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1894 (fbsd_nat_h): New variable.
1895 (fbsd-nat.o): New dependency.
1896
1897 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1898 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1899
1900 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1901 comment.
1902
1903 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1904
1905 * ada-exp.y (type_int): New function to add layer of abstraction
1906 around references to expression types.
1907 (type_long): Ditto.
1908 (type_long_long): Ditto.
1909 (type_float): Ditto.
1910 (type_double): Ditto.
1911 (type_long_double): Ditto.
1912 (type_char): Ditto.
1913 (type_system_address): Ditto.
1914 (simple_exp): Use type_* functions in place of builtin_*
1915 variables.
1916 (exp): Ditto.
1917 (write_var_from_name): Ditto.
1918 (write_object_renaming): Ditto.
1919 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1920 declaration.
1921 (build_ada_types): Remove, replacing with...
1922 (ada_language_arch_info): New function to initialize primitive
1923 type vector in language_arch_info.
1924 (ada_array_length): Remove use of builtin_type_ada_int.
1925 (value_pos_atr): Ditto.
1926 (ada_evaluate_subexp): Ditto.
1927 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1928 builtin_type_ada_long_long, builtin_type_ada_char,
1929 builtin_type_ada_float, builtin_type_ada_double,
1930 builtin_type_ada_long_double, builtin_type_ada_natural,
1931 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1932 (ada_builtin_types): Remove.
1933 (ada_language_defn): Remove entries for la_builtin_type_vector and
1934 string_char_type and use ada_language_arch_info.
1935 (_initialize_ada_language): Do type-vector initialization along
1936 the lines of c-lang.c.
1937 (ada_create_fundamental_type): Break up line.
1938 (ada_dump_symtab): Remove unused function.
1939 (enum ada_primitive_types): Define.
1940 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1941 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1942 builtin_type_ada_float, builtin_type_ada_double,
1943 builtin_type_ada_long_double, builtin_type_ada_natural,
1944 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1945 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1946 (processInt): Ditto.
1947 (processReal): Ditto.
1948 (name_lookup): Ditto.
1949 * ada-typeprint.c (print_range): Use builtin_type_int, not
1950 builtin_type_ada_int.
1951
1952 2004-09-18 Mark Kettenis <kettenis@gnu.org>
1953
1954 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1955
1956 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1957 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1958 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1959 * configure.in: Improve checks for curses library by checking for
1960 mvwaddstr instead of initscr. Drop HP curses in favour of
1961 standard curses on HP-UX.
1962 * configure: Regenerated.
1963
1964 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1965
1966 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1967 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1968 Minor formatting changes.
1969 (empty_array): Slight rewrite for formatting.
1970 (emit_char,parse,ada_language_defn,build_ada_types,
1971 ada_is_exception_sym, _initialize_ada_language): Move
1972 definitions around.
1973 (ada_dump_symtab): Remove unused definition.
1974 (ada_maybe_exception_partial_symbol): Remove unused definition.
1975
1976 2004-09-16 Andrew Cagney <cagney@gnu.org>
1977
1978 * inf-child.c: Include "gdb_string.h".
1979 (inf_child_core_file_to_sym_file): Delete.
1980 (inf_child_target): Set to_fetch_registers and to_store_registers.
1981 * inf-ptrace.c: Include "gdb_string.h".
1982 * Makefile.in: Update all dependencies.
1983
1984 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1985 problem.
1986
1987 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1988
1989 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1990 call to heuristic_proc_desc. Remove code that became redundant
1991 as a consequence.
1992 (read_next_frame_reg): Remove special case for SP_REGNUM.
1993 (set_reg_offset): Fix small typo.
1994 (reset_saved_regs): New procedure.
1995 (mips32_heuristic_proc_desc): No longer compute a fake
1996 procedure descriptor. Compute the full frame cache instead.
1997 Some minor comment reformatting.
1998
1999 2004-09-14 Andrew Cagney <cagney@gnu.org>
2000
2001 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2002 maintainer.
2003
2004 * thread-db.c (thread_db_new_objfile): Assume that there is a
2005 child process.
2006
2007 2004-09-13 Jim Blandy <jimb@redhat.com>
2008
2009 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2010 so that its storage isn't referenced after its lifetime ends.
2011
2012 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2013 and never assigned to. Delete it, and the 'if (use_buffer)'
2014 clauses. Delete 'raw_buffer', since it is now unused.
2015
2016 2004-09-13 Andrew Cagney <cagney@gnu.org>
2017
2018 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2019 * configure: Re-generate.
2020 * nlm/Makefile.in (TAGS): Update.
2021 * Makefile.in (TAGS): Update.
2022 * config/vax/nbsd.mt (TM_FILE): Update.
2023 * config/sparc/vxworks.mt (TM_FILE): Update.
2024 * config/sparc/sol2.mt (TM_FILE): Update.
2025 * config/sparc/sol2-64.mt (TM_FILE): Update.
2026 * config/sparc/obsd64.mt (TM_FILE): Update.
2027 * config/sparc/obsd.mt (TM_FILE): Update.
2028 * config/sparc/nbsd64.mt (TM_FILE): Update.
2029 * config/sparc/nbsd.mt (TM_FILE): Update.
2030 * config/sparc/linux64.mt (TM_FILE): Update.
2031 * config/sparc/linux.mt (TM_FILE): Update.
2032 * config/sparc/fbsd.mt (TM_FILE): Update.
2033 * config/sh/wince.mt (TM_FILE): Update.
2034 * config/sh/nbsd.mt (TM_FILE): Update.
2035 * config/sh/linux.mt (TM_FILE): Update.
2036 * config/sh/embed.mt (TM_FILE): Update.
2037 * config/s390/s390.mt (TM_FILE): Update.
2038 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2039 * config/rs6000/rs6000.mt (TM_FILE): Update.
2040 * config/rs6000/aix4.mt (TM_FILE): Update.
2041 * config/powerpc/vxworks.mt (TM_FILE): Update.
2042 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2043 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2044 * config/powerpc/obsd.mt (TM_FILE): Update.
2045 * config/powerpc/nbsd.mt (TM_FILE): Update.
2046 * config/powerpc/linux.mt (TM_FILE): Update.
2047 * config/powerpc/aix.mt (TM_FILE): Update.
2048 * config/pa/obsd.mt (TM_FILE): Update.
2049 * config/pa/linux.mt (TM_FILE): Update.
2050 * config/pa/hppahpux.mt (TM_FILE): Update.
2051 * config/pa/hppa64.mt (TM_FILE): Update.
2052 * config/pa/hppa.mt (TM_FILE): Update.
2053 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2054 * config/mips/wince.mt (TM_FILE): Update.
2055 * config/mips/vxmips.mt (TM_FILE): Update.
2056 * config/mips/nbsd.mt (TM_FILE): Update.
2057 * config/mips/linux.mt (TM_FILE): Update.
2058 * config/mips/irix6.mt (TM_FILE): Update.
2059 * config/mips/irix5.mt (TM_FILE): Update.
2060 * config/mips/embed.mt (TM_FILE): Update.
2061 * config/m68k/vxworks68.mt (TM_FILE): Update.
2062 * config/m68k/st2000.mt (TM_FILE): Update.
2063 * config/m68k/os68k.mt (TM_FILE): Update.
2064 * config/m68k/obsd.mt (TM_FILE): Update.
2065 * config/m68k/nbsd.mt (TM_FILE): Update.
2066 * config/m68k/monitor.mt (TM_FILE): Update.
2067 * config/m68k/linux.mt (TM_FILE): Update.
2068 * config/m68k/cisco.mt (TM_FILE): Update.
2069 * config/ia64/linux.mt (TM_FILE): Update.
2070 * config/ia64/aix.mt (TM_FILE): Update.
2071 * config/ia64/ia64.mt (TM_FILE): Update.
2072 * config/i386/vxworks.mt (TM_FILE): Update.
2073 * config/i386/obsd64.mt (TM_FILE): Update.
2074 * config/i386/obsd.mt (TM_FILE): Update.
2075 * config/i386/nto.mt (TM_FILE): Update.
2076 * config/i386/nbsd64.mt (TM_FILE): Update.
2077 * config/i386/nbsd.mt (TM_FILE): Update.
2078 * config/i386/linux64.mt (TM_FILE): Update.
2079 * config/i386/linux.mt (TM_FILE): Update.
2080 * config/i386/i386sol2.mt (TM_FILE): Update.
2081 * config/i386/i386lynx.mt (TM_FILE): Update.
2082 * config/i386/fbsd64.mt (TM_FILE): Update.
2083 * config/i386/fbsd.mt (TM_FILE): Update.
2084 * config/i386/cygwin.mt (TM_FILE): Update.
2085 * config/h8300/h8300.mt (TM_FILE): Update.
2086 * config/frv/frv.mt (TM_FILE): Update.
2087 * config/cris/cris.mt (TM_FILE): Update.
2088 * config/arm/wince.mt (TM_FILE): Update.
2089 * config/arm/nbsd.mt (TM_FILE): Update.
2090 * config/arm/linux.mt (TM_FILE): Update.
2091 * config/arm/embed.mt (TM_FILE): Update.
2092 * config/alpha/nbsd.mt (TM_FILE): Update.
2093 * config/alpha/fbsd.mt (TM_FILE): Update.
2094 * config/alpha/alpha.mt (TM_FILE): Update.
2095 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2096 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2097
2098 Eliminate event_loop_p, always has the value 1.
2099 * defs.h (event_loop_p): Delete macro.
2100 * breakpoint.c (until_break_command): Simplify.
2101 * utils.c (prompt_for_continue): Simplify.
2102 * tracepoint.c (read_actions): Simplify.
2103 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2104 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2105 (set_prompt, init_main): Simplify.
2106 (init_signals, disconnect): Delete, unused.
2107 * remote.c (remote_async_resume)
2108 (extended_remote_async_create_inferior): Simplify.
2109 * mi/mi-interp.c (mi_input): Delete, unused.
2110 (mi_interpreter_resume, mi_command_loop): Simplify.
2111 * interps.c (current_interp_command_loop): Simplify.
2112 * infrun.c (proceed): Simplify.
2113 * infcmd.c (run_command, continue_command, step_1, jump_command)
2114 (until_command, advance_command, finish_command)
2115 (interrupt_target_command): Simplify.
2116 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2117
2118 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2119 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2120 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2121 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2122 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2123 * mips-tdep.c (mips_dump_tdep): Do not print same.
2124
2125 2004-09-12 Andrew Cagney <cagney@gnu.org>
2126
2127 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2128 const.
2129 * Makefile.in (valprint.o): Delete explict rule.
2130
2131 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2132 reported by Dave Anderson.
2133
2134 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2135
2136 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2137
2138 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2139 Andrew Cagney <cagney@gnu.org>
2140
2141 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2142 (mi_cmd_data_list_register_values)
2143 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2144 the register number computation.
2145
2146 2004-09-12 Andrew Cagney <cagney@gnu.org>
2147
2148 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2149 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2150 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2151 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2152 target.
2153 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2154 inf-ptrace.o and inf-child.o.
2155 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2156 * Makefile.in: Update dependencies.
2157
2158 2004-09-11 Andrew Cagney <cagney@gnu.org>
2159
2160 * language.c (hex_string, hex_string_custom): Move from here ...
2161 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2162 (CELLSIZE): Increase to 50.
2163 * language.h (hex_string, hex_string_custom): Move from here ...
2164 * defs.h: ... to here.
2165 * Makefile.in: Update all dependencies.
2166
2167 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2168
2169 * language.c (local_hex_format_custom): Remove.
2170 (local_hex_string): Rename to hex_string, use C format, and move to
2171 utils.c
2172 (local_hex_string_custom): Rename to hex_string_custom and change
2173 interface. Now uses C format. Move to utils.c
2174 (local_octal_format_custom): Remove.
2175 (local_decimal_format_custom): Remove.
2176 (unknown_language_defn): Remove language-specific number
2177 formatting entries.
2178 (auto_language_defn): Ditto.
2179 (local_language_defn): Ditto.
2180 * language.h (struct language_format_info): Delete declaration.
2181 (struct language_defn): Remove language_format_info fields
2182 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2183 (local_binary_format): Remove macro.
2184 (local_binary_format_prefix): Remove macro.
2185 (local_binary_format_specifier): Remove macro.
2186 (local_binary_format_suffix): Remove macro.
2187 (local_octal_format): Remove macro.
2188 (local_octal_format_prefix): Remove macro.
2189 (local_octal_format_specifier): Remove macro.
2190 (local_octal_format_suffix): Remove macro.
2191 (local_decimal_format): Remove macro.
2192 (local_decimal_format_prefix): Remove macro.
2193 (local_decimal_format_specifier): Remove macro.
2194 (local_decimal_format_suffix): Remove macro.
2195 (local_hex_format): Remove macro.
2196 (local_hex_format_prefix): Remove macro.
2197 (local_hex_format_specifier): Remove macro.
2198 (local_hex_format_suffix): Remove macro.
2199 (local_decimal_format_custom): Remove.
2200 (local_octal_format_custom): Remove.
2201 (local_hex_format_custom): Remove.
2202 (local_hex_string): Rename to hex_string and move to defs.h.
2203 (local_hex_string_custom): Rename to hex_string_custom, change
2204 interface, and move to defs.h.
2205 * utils.c: (int_string): New function.
2206 (hex_string): New function (from language.c).
2207 (hex_string_custom): New function (from language.c).
2208 (octal2str): New function.
2209 (decimal2str): Add width parameter.
2210 (paddr_u): Use new decimal2str interface.
2211 (paddr_d): Ditto.
2212 * defs.h (hex_string): Declare.
2213 (hex_string_custom): Declare.
2214 (int_string): Declare.
2215 * printcmd.c (print_scalar_formatted): Remove localized binary
2216 formatting.
2217 * valprint.c (print_longest): Use int_string.
2218 (print_floating): Use C hex format.
2219 (print_hex_chars): Ditto.
2220 (print_binary_chars): Remove language-specific formatting.
2221 (print_octal_chars): Use C octal format.
2222 (print_decimal_chars): Delocalize format.
2223 (print_decimal): Remove.
2224 * ada-lang.c (ada_language_defn): Remove language-specific number
2225 formatting entries.
2226 * p-lang.c (pascal_language_defn): Ditto.
2227 * c-lang.c (c_language_defn): Ditto.
2228 (cplus_language_defn): Ditto.
2229 (asm_language_defn): Ditto.
2230 (minimal_language_defn): Ditto.
2231 * f-lang.c (f_language_defn): Ditto.
2232 * jv-lang.c (java_language_defn): Ditto.
2233 * m2-lang.c (m2_language_defn): Ditto.
2234 * scm-lang.c (scm_language_defn): Ditto.
2235 * objc-lang.c (objc_language_defn): Ditto.
2236 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2237 new interface.
2238 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2239 * ui-out.c (ui_out_field_core_addr): Ditto.
2240 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2241 * exec.c (print_section_info): Ditto.
2242 * i387-tdep.c (print_i387_status_word): Ditto.
2243 (print_i387_control_word): Ditto.
2244 (i387_print_float_info): Ditto.
2245 * maint.c (maint_print_section_info): Ditto.
2246 * solib.c (info_sharedlibrary_command): Ditto.
2247 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2248 * symtab.c (print_msymbol_info): Ditto.
2249 * tracepoint.c (tracepoints_info): Ditto.
2250 * solib-frv.c (lm_base): Ditto.
2251 (frv_current_sos): Ditto.
2252 (enable_break2): Ditto.
2253 (enable_break): Ditto.
2254 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2255 (process_one_symbol): Ditto.
2256 * infcmd.c (program_info): Ditto.
2257 * mdebugread.c (parse_partial_symbols): Ditto.
2258 * symfile.c (add_symbol_file_command): Ditto.
2259 * cli/cli-cmds.c (edit_command): Ditto.
2260 (list_command): Ditto.
2261 * infcall.c (call_function_by_hand): Ditto.
2262 * remote-vx.c (vx_run_files_info): Ditto.
2263 (vx_wait): Ditto.
2264 (vx_attach): Ditto.
2265 (vx_detach): Ditto.
2266 (vx_kill): Ditto.
2267 * aix-thread.c (pdc_symbol_addrs): Ditto.
2268 (pdc_read_regs): Ditto.
2269 (pdc_write_regs): Ditto.
2270 (pdc_read_data): Ditto.
2271 (pdc_write_data): Ditto.
2272 * d10v-tdep.c (display_trace): Ditto.
2273 * rs6000-nat.c (find_toc_address): Ditto.
2274 * aix-thread.c: Don't include language.h.
2275 * buildsym.c: Ditto.
2276 * dbxread.c: Ditto.
2277 * mdebugread.c: Ditto.
2278 * rs6000-nat.c: Ditto.
2279 * buildsym.c (make_blockvector): Use renamed hex_string.
2280
2281 2004-09-10 Jason Molenda (jmolenda@apple.com)
2282
2283 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2284 chars after 'if' or 'while' commands in user-defined commands.
2285
2286 2004-09-08 Jim Blandy <jimb@redhat.com>
2287
2288 Fix bug reported and analyzed by Olivier Crete:
2289 * symfile.c (copy_section_addr_info): New function.
2290 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2291 original set of address arguments, instead of handwritten code
2292 that uses one length to allocate and a different length to
2293 initialize. Use make_cleanup_free_section_addr_info.
2294 * symfile.h (copy_section_addr_info): New declaration.
2295 * utils.c: #include "symfile.h".
2296 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2297 New functions.
2298 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2299 * Makefile.in (utils.o): Update dependencies.
2300
2301 2004-09-08 Andrew Cagney <cagney@gnu.org>
2302
2303 * thread-db.c (keep_thread_db): Delete.
2304 (thread_db_new_objfile, thread_db_create_inferior)
2305 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2306
2307 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2308
2309 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2310 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2311 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2312 (i386_frameless_signal_p): Remove prototype.
2313 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2314 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2315 I386_SSE_NUM_REGS.
2316 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2317 instead of FP0_REGNUM.
2318 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2319 of FP0_REGNUM and FPC_REGNUM.
2320
2321 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2322 (sunos_solib_create_inferior_hook): Don't call
2323 sunos_relocate_main_executable.
2324
2325 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2326 solib_svr4_fetch_link_map_offsets to
2327 svr4_ilp32_fetch_link_map_offsets.
2328 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2329 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2330 svr4_ilp32_fetch_link_map_offsets.
2331 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2332
2333 2004-09-07 Jim Blandy <jimb@redhat.com>
2334
2335 * frame.h (frame_register): Doc fix.
2336
2337 2004-09-07 Andrew Cagney <cagney@gnu.org>
2338
2339 * vx-share/wait.h: Delete #ifdef USG.
2340 * utils.c (request_quit): Ditto.
2341 * tui/tui.c (tui_reset): Ditto.
2342 * remote.c: Ditto.
2343 * remote-sds.c: Ditto.
2344 * remote-rdi.c: Ditto.
2345 * mdebugread.c: Ditto.
2346 * m68klinux-nat.c: Ditto.
2347 * infttrace.c: Ditto.
2348 * infptrace.c: Ditto.
2349 * i386v-nat.c: Ditto.
2350 * exec.c: Ditto.
2351 * dbxread.c: Ditto.
2352 * core-aout.c: Ditto.
2353
2354 2004-09-05 Joel Brobecker <brobecker@gnat.com>
2355
2356 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2357 heuristic_proc_desc.
2358 (mips_insn32_frame_cache): Likewise.
2359
2360 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2361
2362 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2363 left behind by error.
2364
2365 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2366
2367 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2368 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2369
2370 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2371
2372 * config/rs6000/xm-aix4.h: Remove this file.
2373 * config/rs6000/aix4.mh (XM_FILE): Delete.
2374
2375 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2376
2377 * config/rs6000/xm-rs6000.h: Remove this file.
2378 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2379
2380 2004-09-03 Andrew Cagney <cagney@gnu.org>
2381
2382 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2383 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2384 only use.
2385
2386 * mips-tdep.c (temp_saved_regs): Delete.
2387 (set_reg_offset): Replace saved_regs parameter with this_cache.
2388 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2389 (mips32_heuristic_proc_desc): Add this_cache parameter.
2390 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2391 (after_prologue): Pass a NULL this_cache.
2392
2393 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2394 non-kernel trap prologues.
2395
2396 * mips-tdep.c (find_proc_desc): Delete function.
2397 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2398 simplify.
2399 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2400 mips_insn32_frame_cache.
2401
2402 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2403 Simplify as NEXT_FRAME is NULL.
2404 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2405
2406 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2407 local variable.
2408 (mips_skip_prologue): Update.
2409
2410 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2411 "cur_frame" parameter.
2412 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2413 (mips_insn32_frame_cache, find_proc_desc): Update
2414
2415 * config/vax/nm-obsd.h: Delete file.
2416 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2417 * config/vax/nm-nbsd.h: Delete file.
2418 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2419 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2420 * config/sh/nm-nbsd.h: Delete file.
2421 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2422 * config/rs6000/nm-rs6000ly.h: Delete file.
2423 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2424 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2425 * config/powerpc/nm-obsd.h: Delete file.
2426 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2427 * config/powerpc/nm-nbsd.h: Delete file.
2428 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2429 * config/pa/nm-obsd.h: Delete file.
2430 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2431 * config/mips/nm-nbsd.h: Delete file.
2432 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2433 * config/m88k/nm-obsd.h: Delete file.
2434 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2435 * config/m68k/nm-nbsd.h: Delete file.
2436 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2437 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2438 * config/i386/nm-nbsd.h: Delete file.
2439 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2440 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2441 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2442 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2443 * config/i386/nm-i386lynx.h: Delete file.
2444 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2445 * config/arm/nm-nbsd.h: Delete file.
2446 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2447 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2448
2449 * config/i386/tm-fbsd.h: Delete file.
2450 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2451 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2452
2453 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2454 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2455 * config/rs6000/aix4.mt (TM_FILE): Set to
2456 config/rs6000/tm-rs6000.h.
2457 * config/powerpc/tm-ppc-aix.h: Delete file.
2458 * config/powerpc/aix.mt (TM_FILE): Set to
2459 config/rs6000/tm-rs6000.h.
2460 * config/m68k/tm-linux.h: Delete file.
2461 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2462 * config/i386/tm-linux64.h: Delete file.
2463 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2464 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2465
2466 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2467 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2468 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2469 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2470 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2471 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2472 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2473 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2474 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2475
2476 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2477 gdb_host_cpu.
2478
2479 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2480
2481 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2482 Minor reformatting. Some code factoring.
2483
2484 2004-09-02 Andrew Cagney <cagney@gnu.org>
2485
2486 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2487 * config/vax/tm-nbsd.h: Delete file.
2488 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2489 * config/sparc/tm-vxworks.h: Delete file.
2490 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2491 * config/sparc/tm-nbsd.h: Delete file.
2492 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2493 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2494 * config/sparc/tm-linux.h: Delete file.
2495 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2496 * config/s390/tm-linux.h: Delete file.
2497 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2498 * config/pa/tm-bsd.h: Delete file.
2499 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2500 * config/m68k/tm-obsd.h: Delete file.
2501 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2502 * config/m68k/tm-nbsd.h: Delete file.
2503 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2504 * config/i386/tm-vxworks.h: Delete file.
2505 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2506 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2507 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2508 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2509 * config/i386/tm-nbsd.h: Delete file.
2510 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2511 * config/i386/tm-i386lynx.h: Delete file.
2512 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2513 * config/cris/tm-cris.h: Delete file.
2514
2515 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2516 * configure: Re-generate.
2517 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2518 * config/arm/tm-nbsd.h: Delete file.
2519
2520 * config/powerpc/tm-ppcle-sim.h: Delete.
2521 * config/powerpc/tm-ppcle-eabi.h: Delete.
2522 * config/powerpc/tm-nbsd.h: Delete.
2523 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2524 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2525 tm-ppcle-eabi.h.
2526
2527 * config/i386/nto.mh (NAT_FILE): Delete.
2528 * config/i386/nm-nto.h: Delete.
2529
2530 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2531 * config/m68k/tm-os68k.h: Ditto.
2532 * config/m68k/tm-monitor.h: Ditto.
2533 * config/m68k/tm-cisco.h: Ditto.
2534 * config/m68k/st2000.mt (TM_FILE): Delete.
2535 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2536 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2537 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2538 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2539
2540 * config/m68k/tm-st2000.h: Delete.
2541 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2542 * config/sparc/fbsd.mt (TM_FILE): Delete.
2543 * config/sparc/tm-fbsd.h: Delete.
2544
2545 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2546 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2547 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2548
2549 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2550 GDB_TM_FILE and GDB_XM_FILE.
2551 * gdbarch.c: Re-generate.
2552 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2553 quotes in macro definition.
2554 * configure.in: Re-generate.
2555
2556 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2557 validating architecture methods.
2558 * gdbarch.c: Re-generate.
2559
2560 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2561 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2562 GDB_MULTI_ARCH_PARTIAL.
2563 * gdbarch.h: Re-generate.
2564
2565 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2566 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2567 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2568 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2569 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2570 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2571 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2572 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2573 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2574 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2575 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2576 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2577
2578 2004-09-01 Andrew Cagney <cagney@gnu.org>
2579
2580 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2581 and main_func_highpc.
2582 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2583 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2584 * nlmread.c (nlm_symfile_read): Update.
2585
2586 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2587
2588 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2589 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2590 (find_proc_desc): Remove dead code.
2591
2592 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2593
2594 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2595
2596 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2597
2598 * observer.sh: Add struct so_list declaration.
2599 * Makefile.in: Add dependencies on observer.h for solib.c and
2600 breakpoint.c.
2601 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2602 function.
2603 (_initialize_breakpoint): Register
2604 disable_breakpoints_in_unloaded_shlib as an observer of the
2605 "solib unloaded" observation event.
2606 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2607 call decode_line_1 so unfound breakpoint errors are silent.
2608 * solib.c (update_solib_list): When a solib is discovered to have
2609 been unloaded by the program, notify all observers of the
2610 "solib unloaded" observation event.
2611
2612 2004-09-01 Andrew Cagney <cagney@gnu.org>
2613
2614 * frame.c: Include "objfiles.h".
2615 (inside_main_func): New function.
2616 (get_prev_frame): Use new inside_main_func.
2617 * Makefile.in (frame.o): Update dependencies.
2618 * defs.h (inside_main_func): Delete declaration.
2619 * blockframe.c (inside_main_func): Delete function.
2620
2621 2004-08-31 Jim Blandy <jimb@redhat.com>
2622
2623 * dwarf2read.c (is_vtable_name): New function, based on logic from
2624 read_structure_type, but passing the correct length to strncmp,
2625 and using 'sizeof' instead of 'strlen'.
2626 (read_structure_type): Call it.
2627
2628 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2629
2630 * config/powerpc/aix.mh: Add comment.
2631
2632 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2633
2634 * MAINTAINERS: Add self to Write-After-Approval.
2635
2636 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2637
2638 * MAINTAINERS: Add self to Write-After-Approval.
2639
2640 2004-08-30 Andrew Cagney <cagney@gnu.org>
2641
2642 Fix PR breakpoints/1757.
2643 * infrun.c (struct execution_control_state): Replace
2644 remove_breakpoints_on_following_step with
2645 step_after_step_resume_breakpoint.
2646 (init_execution_control_state): Update.
2647 (handle_inferior_event): For signals, when stepping off a
2648 breakpoint, set step_after_step_resume_breakpoint. When
2649 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2650 (keep_going): Delete code handling
2651 remove_breakpoints_on_following_step.
2652
2653 2004-08-29 David Lecomber <david@streamline-computing.com>
2654
2655 Fix PR gdb/648
2656 * language.h (enum array_ordering): New enum.
2657 * language.h (struct language_defn): New la_array_ordering
2658 attribute.
2659 * language.c (unknown_language_defn, auto_language_defn)
2660 (local_language_defn): Ditto.
2661 * ada-lang.c (ada_language_defn): Ditto.
2662 * c-lang.c (c_language_defn, cplus_language_defn)
2663 (asm_language_defn, minimal_language_defn): Ditto.
2664 * f-lang.c (f_language_defn): Ditto.
2665 * jv-lang.c (java_language_defn): Ditto.
2666 * m2-lang.c (f_language_defn): Ditto.
2667 * objc-lang.c (objc_language_defn): Ditto.
2668 * p-lang.c (pascal_language_defn): Ditto.
2669 * scm-lang.c (scm_language_defn): Ditto.
2670 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2671 oriented large to small in type structure.
2672 * dwarf2read.c (read_array_order): New function.
2673 (read_array_type): Use read_array_order to check row/column
2674 major ordering.
2675
2676 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2677
2678 * target.c (target_resize_to_sections): Check
2679 current_target.to_sections for an old value when updating.
2680
2681 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2682
2683 * procfs.c (dbx_link_bpt_addr): New static global variable.
2684 (dbx_link_shadow_contents): New static global variable.
2685 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2686 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2687 if we just hit it.
2688 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2689 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2690 from run to run.
2691 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2692 after the inferior has been forked.
2693 (remove_dbx_link_breakpoint): New function.
2694 (dbx_link_addr): New function.
2695 (insert_dbx_link_bpt_in_file): New function.
2696 (insert_dbx_link_bpt_in_region): New function.
2697 (insert_dbx_link_breakpoint): New function.
2698 (proc_trace_syscalls_1): New function, extracted from
2699 proc_trace_syscalls.
2700 (proc_trace_syscalls): Replace extract code by call to
2701 proc_trace_syscalls_1.
2702 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2703 is no longer valid.
2704
2705 2004-08-25 Jim Blandy <jimb@redhat.com>
2706
2707 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2708
2709 2004-08-25 Andrew Cagney <cagney@gnu.org>
2710
2711 * infrun.c (struct execution_control_state): Delete field
2712 "stepping_through_sigtramp".
2713 (init_execution_control_state): Do not set same.
2714 (context_switch): Do not pass same to save_infrun_state and
2715 load_infrun_state.
2716 * gdbthread.h (struct thread_info): Delete field
2717 stepping_through_sigtramp.
2718 (save_infrun_state, load_infrun_state): Delete parameter
2719 stepping_through_sigtramp.
2720 * thread.c (load_infrun_state, save_infrun_state): Update.
2721
2722 * infrun.c: Re-indent. Move expression operators to the beginning
2723 of the line. Remove long disabled #if 0 code.
2724
2725 2004-08-24 Andrew Cagney <cagney@gnu.org>
2726
2727 * doublest.h (floatformat_ieee_quad): Rename
2728 floatformat_ia64_quad.
2729 * doublest.c (floatformat_ieee_quad): Rename
2730 floatformat_ia64_quad.
2731 (_initialize_doublest): Update.
2732
2733 2004-08-24 Jim Blandy <jimb@redhat.com>
2734
2735 * dwarf2expr.h (struct dwarf_expr_context): New members
2736 'num_pieces' and 'pieces', for returning the result of an
2737 expression that uses DW_OP_piece.
2738 (struct dwarf_expr_piece): New struct type.
2739 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2740 pieces.
2741 (free_dwarf_expr_context): Free pieces, if any.
2742 (add_piece): New function.
2743 (execute_stack_op): Implement DW_OP_piece.
2744 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2745 expression is a list of pieces, print an error message.
2746 (dwarf2_loc_desc_needs_frame): If the expression yields
2747 pieces, and any piece is in a register, then we need a frame.
2748
2749 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2750 the stack until we've decided what sort of result the evaluation
2751 has produced. Use separate variables, with more specific names.
2752
2753 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2754
2755 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2756 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2757 (arm_netbsd_init_abi_common): Register them.
2758
2759 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2760
2761 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2762
2763 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2764 safe_frame_unwind_memory instead of target_read_memory.
2765
2766 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2767 Reorder includes.
2768 (fetch_register, store_register): Remove prototypes.
2769 (child_resume): Reorganize code and comments such that it is
2770 grouped a bit more logically.
2771 (attach): Explicitly compare errno against 0.
2772 (detach): Likewise. Use perror_with_name instead of
2773 print_sys_errmsg.
2774 * Makefile.in (infptrace.o): Update dependencies.
2775
2776 * ia64-linux-nat.c: Update copyright year.
2777 (fetch_debug_register, store_debug_register)
2778 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2779 PTRACE_TYPE_ARG3.
2780 * config/ia64/nm-linux.h: Update copyright year.
2781 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2782
2783 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2784 from CORE_ADDR to struct frame_info *. Use
2785 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2786 (amd64_linux_sigtramp_p): Adjust for changed signature of
2787 and64_linux_sigtramp_start
2788
2789 * gdb_ptrace.h: GNU/Linux.
2790
2791 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2792 Remove defines.
2793
2794 * infptrace.c: Include "gdb_assert.h".
2795 (PTRACE_XFER_TYPE): Remove define.
2796 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2797 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2798 Tweak comment.
2799 (fetch_inferior_registers, store_inferior_registers): Remove
2800 redundant culry braces. Tweak comment. s/regno/regnum.
2801 * Makefile.in (infptrace.o): Update dependencies.
2802
2803 * configure.in: Change test for return type of ptrace to default
2804 to `long' instead of `int'.
2805 * configure: Regenerate.
2806
2807 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2808
2809 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2810
2811 * configure.in: Check for ttrace function.
2812 * configure, config.in: Regenerate.
2813
2814 * gdb_ptrace.h: New file.
2815 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2816 <sys/ptrace.h>.
2817 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2818 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2819 (attach): Don't define PT_ATTACH.
2820 (detach): Don't define PT_DETACH.
2821 * Makefile.in (gdb_ptrace_h): New variable.
2822 (infptrace.o): Update dependencies.
2823
2824 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2825
2826 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2827 instead of `int' if not already defined.
2828 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2829 PTRACE_TYPE_ARG3.
2830 * infptrace.c (call_ptrace): Revert change that replaced
2831 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2832
2833 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2834
2835 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2836 Remove defines.
2837
2838 * linux-nat.c (kill_inferior): Add missing third and fourth
2839 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2840
2841 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2842 PTRACE_TYPE_RET.
2843
2844 * proc-why.c (proc_prettyfprint_why): Fix format string.
2845
2846 * solib-osf.c (osf_current_sos): Remove unsused label.
2847
2848 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2849 curses headers.
2850 * configure, config.in: Regenerate.
2851 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2852 <ncurses/ncurses.h>.
2853
2854 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2855 * config/nm-nbsd.h: Update copyright year.
2856 (PTRACE_ARG3_TYPE): Remove define.
2857
2858 * sparc-nat.c (fetch_inferior_registers)
2859 (store_inferior_registers, sparc_xfer_wcookie):
2860 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2861
2862 * alphabsd-nat.c (fetch_inferior_registers):
2863 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2864 PTRACE_TYPE_ARG3.
2865 * amd64bsd-nat.c (fetch_inferior_registers)
2866 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2867 PTRACE_TYPE_ARG3.
2868 * armnbsd-nat.c: Update copyright year.
2869 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2870 (store_register, store_regs, store_fp_register, store_fp_regs):
2871 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2872 * hppabsd-nat.c (fetch_inferior_registers)
2873 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2874 PTRACE_TYPE_ARG3.
2875 * i386bsd-nat.c (fetch_inferior_registers)
2876 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2877 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2878 * m68kbsd-nat.c (fetch_inferior_registers)
2879 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2880 PTRACE_TYPE_ARG3.
2881 * m88kbsd-nat.c (fetch_inferior_registers)
2882 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2883 PTRACE_TYPE_ARG3.
2884 * mipsnbsd-nat.c: Update copyright year.
2885 (fetch_inferior_registers, store_inferior_registers):
2886 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2887 * ns32knbsd-nat.c: Update copyright year.
2888 (fetch_inferior_registers, store_inferior_registers):
2889 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2890 * ppcnbsd-nat.c (fetch_inferior_registers):
2891 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2892 PTRACE_TYPE_ARG3.
2893 * ppcobsd-nat.c (fetch_inferior_registers):
2894 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2895 PTRACE_TYPE_ARG3.
2896 * shnbsd-nat.c: Update copyright year.
2897 (fetch_inferior_registers, store_inferior_registers):
2898 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2899 * vaxbsd-nat.c (fetch_inferior_registers)
2900 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2901 PTRACE_TYPE_ARG3.
2902
2903 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2904 PTRACE_TYPE_ARG3.
2905 * infptrace.c (call_ptrace, child_resume, attach, detach)
2906 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2907 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2908 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2909 PTRACE_TYPE_ARG3.
2910
2911 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2912
2913 * defs.h: Remove out-of-date comment.
2914 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2915 [!GETENV_PROVIDED] (getenv): Remove prototype.
2916
2917 * standalone.c: Remove file.
2918 * Makefile.in (standalone.o): Remove dependency.
2919
2920 * i386-linux-nat.c (dummy_sse_values): Remove function and
2921 prototype.
2922 (i386_linux_dr_get): Fix typo in comment.
2923 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2924
2925 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2926
2927 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2928 from declaration.
2929 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2930 from definition.
2931
2932 2004-08-13 Mark Kettenis <kettenis@gnu.org>
2933
2934 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2935 parenthesis in definition.
2936 * configure: Regenerated.
2937
2938 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2939
2940 * PROBLEMS: Mention build/1411.
2941
2942 2004-08-09 Robert Millan <robertmh@gnu.org>
2943
2944 Committed by Nathanael Nerode.
2945 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2946 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2947
2948 2004-08-12 Andrew Cagney <cagney@gnu.org>
2949
2950 * NEWS: Mention fixes in GDB 6.2.1.
2951 * PROBLEMS: Remove mention of mips-irix.
2952
2953 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2954
2955 * config/powerpc/xm-aix.h: Delete.
2956 * config/powerpc/aix.mh (MH_FILE): Remove.
2957 * config/powerpc/aix432.mh (MH_FILE): Remove.
2958
2959 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2960
2961 * config/powerpc/aix.mh: Remove obsolete comment.
2962 * config/powerpc/aix432.mh: Likewise.
2963
2964 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2965
2966 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2967
2968 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2969
2970 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2971 this file is now empty.
2972 * config/xm-aix4.h: Remove, this file is no longer included
2973 anywhere.
2974
2975 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2976
2977 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2978 that file is now empty.
2979 (termdef): Remove prototype, function no longer used.
2980
2981 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2982
2983 * doc/gdbint.texinfo (Host Definition): Remove documentation
2984 for USE_O_NOCTTY, no longer used.
2985 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2986 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2987
2988 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2989
2990 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2991 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2992 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2993
2994 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2995
2996 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2997 instead of FIVE_ARG_PTRACE.
2998
2999 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3000 (new_tty): Use O_NOCTTY unconditionally.
3001
3002 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3003
3004 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3005 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3006 fflush on stdout.
3007
3008 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3009
3010 * xcoff_symfile_finish: Replace last call to xmfree by call
3011 to xfree.
3012
3013 2004-08-10 Andrew Cagney <cagney@gnu.org>
3014
3015 * main.c (captured_main): Delete call to init_malloc.
3016 * defs.h (init_malloc): Delete declaration.
3017 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3018 (init_malloc): Delete functions.
3019
3020 * defs.h (xmfree): Delete.
3021 * utils.c (xmfree): Delete function.
3022 (xfree): Inline calls to xmfree and mfree.
3023 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3024 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3025 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3026 * somread.c (som_symfile_finish): Ditto.
3027 * objfiles.c (allocate_objfile, free_objfile):
3028 * nlmread.c (nlm_symfile_finish): Ditto.
3029 * hpread.c (hpread_symfile_finish): Ditto.
3030 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3031 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3032 * coffread.c (coff_symfile_finish): Ditto.
3033
3034 * defs.h (xmcalloc): Delete declaration.
3035 * utils.c (xmcalloc): Delete.
3036 (xcalloc): Inline calls to xmcalloc and mcalloc.
3037 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3038 xcalloc and xfree.
3039 * symtab.c (create_demangled_names_hash): Ditto.
3040
3041 * defs.h (xmrealloc): Delete.
3042 * utils.c (xmrealloc): Delete.
3043 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3044 * symmisc.c (extend_psymbol_list): Use xrealloc.
3045 * source.c (find_source_lines): Ditto.
3046 * hpread.c (hpread_lookup_type): Ditto.
3047 * dbxread.c (add_bincl_to_list): Ditto.
3048
3049 * utils.c (xmmalloc): Delete.
3050 (xmalloc): Inline xmmalloc and mmalloc calls.
3051 (msavestring): Use xmalloc.
3052 * defs.h (xmmalloc): Delete declaration.
3053 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3054 xmmalloc.
3055 * symmisc.c (extend_psymbol_list): Ditto.
3056 * symfile.c (init_psymbol_list): Ditto.
3057 * source.c (find_source_lines): Ditto.
3058 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3059 * elfread.c (elf_symtab_read): Ditto.
3060 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3061 * coffread.c (coff_symfile_init): Ditto.
3062
3063 2004-08-10 David Carlton <carlton@bactrian.org>
3064
3065 * MAINTAINERS: Remove David Carlton from c++ testsuite
3066 maintainers.
3067
3068 2004-08-10 Jerome Guitton <guitton@gnat.com>
3069
3070 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3071 print a line feed before the prompt.
3072
3073 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3074
3075 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3076
3077 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3078
3079 General cleanup of the AIX xm include file:
3080 * config/xm-aix4.h (fd_set): Remove undefine.
3081 Remove include of <sys/select.h>.
3082 (HAVE_TERMIO): Remove define.
3083 (USG): Likewise.
3084 (NULL): Remove redefine.
3085 (alloca): Remove #pragma.
3086 (vfork): Remove define.
3087 (termdef): Remove.
3088 (SIGWINCH_HANDLER): Remove.
3089 (SIGWINCH_HANDLER_BODY): Remove.
3090
3091 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3092
3093 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3094 GDB_OSABI_OPENBSD_ELF.
3095
3096 2004-08-07 Robert Millan <robertmh@gnu.org>
3097
3098 * bsd-kvm.c: Check for nlist.h before including it.
3099
3100 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3101
3102 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3103 sigcontext' offset consistency checks for ancient BSD.
3104
3105 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3106
3107 * configure.in: Check for <sys/types.h>. Check return and
3108 argument types of ptrace.
3109 * configure, config.in: Regenerate.
3110
3111 2004-08-09 Jim Blandy <jimb@redhat.com>
3112
3113 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3114 rs6000_register_sim_regno): Doc fixes.
3115
3116 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3117
3118 * mips-tdep.c: Include "floatformat.h".
3119 (n32n64_floatformat_always_valid): New function.
3120 (floatformat_n32n64_long_double_big): New constant.
3121 (mips_gdbarch_init): Set size and format of long double
3122 for N32 and N64 ABIs.
3123 * Makefile.in (mips-tdep.o): Update dependencies.
3124
3125 2004-08-08 Andrew Cagney <cagney@gnu.org>
3126
3127 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3128 print. Improve script's error messages.
3129 * gdbarch.h: Re-generate.
3130
3131 * gdbarch.sh (pformat): New function.
3132 (float_format, double_format, long_double_format): List with bit
3133 members. Use pformat when printing.
3134 * gdbarch.c, gdbarch.h: Re-generate.
3135
3136 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3137
3138 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3139 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3140 (ppcnbsd_supply_pcb): New function.
3141 (_initialize_ppcnbsd_nat): New prototype and function.
3142 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3143 (LOADLIBES): New variable.
3144 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3145
3146 2004-08-08 Andrew Cagney <cagney@gnu.org>
3147
3148 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3149 (builtin_type_ieee_double, builtin_type_ia64_quad)
3150 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3151 BE/LE floating-point types.
3152 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3153 (builtin_type_ieee_double, builtin_type_ia64_quad)
3154 (builtin_type_ia64_spill): Declare.
3155 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3156 (floatformat_ieee_double, floatformat_arm_ext)
3157 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3158 of LE/BE floatformats.
3159 * doublest.h: (struct floatformat, floatformat_ieee_single)
3160 (floatformat_ieee_double, floatformat_arm_ext)
3161 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3162
3163 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3164
3165 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3166
3167 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3168 instead of regcache_raw_supply when storing the registers.
3169
3170 * i386gnu-nat.c: Update copyright year.
3171 (gnu_store_registers): Don't use deprecated_registers and
3172 deprecated_registers_valid. Use regcache_valid_p and
3173 regcache_raw_supply instead.
3174
3175 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3176 frame_pc_unwind.
3177
3178 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3179 variables. Incapitalized "process".
3180
3181 * configure.in: Add cursesX to the list of possible curses libs.
3182 Add cursesX.h to the list of possible curses headers.
3183 * configure, config.in: Regenerate.
3184
3185 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3186
3187 * configure.in: Test for struct lwp in <sys/lwp.h>.
3188 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3189 the offset of l_addr in struct lwp.
3190
3191 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3192
3193 * bsd-kvm.c: Include "gdbcore.h"
3194 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3195
3196 2004-08-07 Andrew Cagney <cagney@gnu.org>
3197
3198 * gdbtypes.c (build_flt, build_complex): New functions.
3199 (gdbtypes_post_init): Use.
3200
3201 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3202
3203 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3204 through to builtin_type_uint128.
3205
3206 * c-exp.y: Use builtin_type function to obtain builtin types.
3207
3208 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3209 builtin_uint128.
3210 * gdbtypes.c (gdbtypes_post_init): Update.
3211 (build_gdbtypes): Move initialization of builtin_type_int0
3212 through to builtin_type_uint128 from here ...
3213 (_initialize_gdbtypes): ... to here.
3214 * d10v-tdep.c (d10v_register_type): Update.
3215
3216 * doublest.c: Update copyright.
3217 (floatformat_from_length): Call error when floatformat is NULL.
3218 (extract_floating_by_length): Remove NULL fmt check.
3219 (store_floating_by_length): Ditto.
3220
3221 2004-08-07 Andrew Cagney <cagney@gnu.org>
3222
3223 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3224 that the register is valid.
3225
3226 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3227
3228 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3229 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3230 struct frame_info *. Use safe_frame_unwind_memory instead of
3231 deprecated_read_memory_nobpt.
3232 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3233 changed signature of i386_linux_sigtramp_start and
3234 i386_linux_rt_sigtramp_start.
3235
3236 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3237 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3238 instead of deprecated_read_memory_nobpt.
3239 (i386nbsd_sigtramp_p): Adjust for changed signature of
3240 i386nbsd_sigtramp_offset.
3241
3242 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3243 safe_frame_unwind_memory instead of target_read_memory.
3244
3245 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3246 !NO_SYS_FILE.
3247 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3248 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3249 (_initialize_kernel_u_addr): Remove prototype and function.
3250 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3251 !NO_SYS_FILE.
3252 * xcoffread.c: Likewise.
3253
3254 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3255
3256 * vax-nat.c: New file.
3257 * vaxbsd-nat.c: Tweak comment.
3258 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3259 vaxnbsd-tdep.c.
3260 (vax-nat.o): New dependency.
3261 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3262 (vax-*-ultrix2*): Remove.
3263 * config/vax/vax.mh: New file.
3264 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3265 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3266 (vax_register_u_addr): New prototype.
3267 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3268 * config/vax/vaxult2.mh: Remove file.
3269 * config/vax/vaxult.mh: Remove file.
3270 * config/vax/vaxbsd.mh: Remove file.
3271 * config/vax/vax.mt (TM_FILE): Remove.
3272 * config/vax/tm-vaxbsd.h: Remove file.
3273
3274 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3275
3276 * aix-thread.c (get_signaled_thread): New function.
3277 (iter_trap): Delete, no longer used.
3278 (iter_tid): New function.
3279 (pd_update): Find the thread that received the SIGTRAP signal
3280 by first locating the kernel thread, and then finding its
3281 associated thread.
3282
3283 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3284
3285 * lin-lwp.c (child_wait): Continue inferior after processing
3286 PTRACE_EVENT_CLONE event.
3287
3288 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3289
3290 * MAINTAINERS: Add self to Write-After-Approval.
3291
3292 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3293
3294 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3295 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3296
3297 2004-08-05 Andrew Cagney <cagney@gnu.org>
3298
3299 * config/xm-sysv4.h: Delete file.
3300 * config/mips/xm-irix5.h: Delete file.
3301 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3302 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3303 * config/ia64/xm-aix.h: Delete file.
3304 * config/ia64/aix.mh (XM_FILE): Delete.
3305 * config/pa/xm-hppah.h: Delete file.
3306 * config/pa/hpux11w.mh (XM_FILE): Delete.
3307 * config/pa/hpux11.mh (XM_FILE): Delete.
3308 * config/pa/hpux1020.mh (XM_FILE): Delete.
3309 * config/pa/hppahpux.mh (XM_FILE): Delete.
3310
3311 * config/alpha/xm-alphalinux.h: Delete file.
3312 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3313 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3314 * config/alpha/xm-alphaosf.h: Delete file.
3315 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3316 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3317 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3318 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3319
3320 * config/i386/xm-i386v.h: Delete file.
3321 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3322 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3323 * config/i386/xm-i386sco.h: Delete file.
3324 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3325 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3326 * config/i386/xm-i386v4.h: Delete file.
3327 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3328 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3329 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3330 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3331
3332 * config/vax/xm-vax.h: Delete file.
3333 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3334 * config/vax/xm-vaxult2.h: Delete file.
3335 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3336 * config/vax/vaxult2.mh (XM_FILE): Delete.
3337 * config/vax/xm-vaxult.h: Delete file.
3338 * config/vax/vaxult.mh (XM_FILE): Delete.
3339 * config/vax/xm-vaxbsd.h: Delete file.
3340 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3341
3342 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3343 * gdbarch.h, gdbarch.c: Re-generate.
3344 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3345 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3346 * frame.h: Delete deprecated_read_fp from comments.
3347 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3348 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3349
3350 2004-08-04 Mark Kettenis <kettenis@gnu.org>
3351
3352 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3353 trampoline in OpenBSD 3.5-current.
3354
3355 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3356 SSE registers.
3357
3358 * Makefile.in: Remove embedded page breaks.
3359
3360 2004-08-04 Jim Blandy <jimb@redhat.com>
3361
3362 * regcache.c (regcache_raw_read): Assert that, after calling
3363 target_fetch_registers, the register we're reading is cached.
3364
3365 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3366 a call to 'internal_error', with a more helpful error message.
3367 * rs6000-tdep.c (e500_pseudo_register_read,
3368 e500_pseudo_register_write, rs6000_store_return_value): Same.
3369
3370 2004-08-04 Andrew Cagney <cagney@gnu.org>
3371
3372 * Makefile.in: Update dependencies.
3373
3374 2004-08-04 Jim Blandy <jimb@redhat.com>
3375
3376 Change the layout of the PowerPC E500 raw register cache to allow
3377 the lower 32-bit halves of the GPRS to be their own raw registers,
3378 not pseudoregisters.
3379 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3380 add ppc_ev0_upper_regnum flag.
3381 * rs6000-tdep.c: #include "reggroups.h".
3382 (spe_register_p): Recognize the ev upper half registers as SPE
3383 registers.
3384 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3385 registers.
3386 (e500_move_ev_register): New function.
3387 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3388 vector registers are the pseudo-registers now, formed by splicing
3389 together the gprs and the upper-half registers.
3390 (e500_register_reggroup_p): New function.
3391 (P): Macro deleted.
3392 (P8, A4): New macro.
3393 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3394 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3395 macros.
3396 (registers_e500): Rearrange register set so that the raw register
3397 set contains 32-bit GPRs and upper-half registers, and the SPE
3398 vector registers become pseudo-registers.
3399 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3400 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3401 register numbers are now the same for the E500 as they are for
3402 other PowerPC variants. Register e500_register_reggroup_p as the
3403 register group function for the E500.
3404 * Makefile.in (rs6000-tdep.o): Update dependencies.
3405
3406 Adapt PPC E500 native support to the new raw regcache layout.
3407 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3408 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3409 (fetch_spe_register, store_spe_register): Handle fetching/storing
3410 all the SPE registers at once, if regno == -1. These now take
3411 over the job of fetch_spe_registers and store_spe_registers.
3412 (fetch_spe_registers, store_spe_registers): Deleted.
3413 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3414 unconditionally; they're always raw. Fetch/store SPE upper half
3415 registers, if present, instead of ev registers.
3416 (fetch_register, store_register): Remove sanity checks: gprs are
3417 never pseudo-registers now, so we never need to even mention any
3418 registers that are ever pseudoregisters.
3419
3420 Use a fixed register numbering when communicating with the PowerPC
3421 simulator.
3422 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3423 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3424 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3425 New functions.
3426 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3427 init_sim_regno_table.
3428 * Makefile.in (gdb_sim_ppc_h): New variable.
3429 (rs6000-tdep.o): Update dependencies.
3430
3431 2004-08-02 Andrew Cagney <cagney@gnu.org>
3432
3433 * cris-tdep.c (cris_register_size): Restore function, still used
3434 locally.
3435
3436 * gdbarch.sh (deprecated_target_read_fp)
3437 (deprecated_frame_locals_address, deprecated_frame_args_address)
3438 (deprecated_frame_chain_valid, deprecated_frame_chain)
3439 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3440 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3441 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3442 * gdbarch.h, gdbarch.c: Re-generate.
3443 * regcache.c (deprecated_read_fp): Do not call
3444 DEPRECATED_TARGET_READ_FP_P.
3445 * infcmd.c (default_print_registers_info): Do not call
3446 DEPRECATED_DO_REGISTERS_INFO.
3447 * frame-base.c (default_frame_locals_address): Do not call
3448 DEPRECATED_FRAME_LOCALS_ADDRESS.
3449 (default_frame_args_address): Do not call
3450 DEPRECATED_FRAME_ARGS_ADDRESS.
3451
3452 * gdbarch.sh (deprecated_register_raw_size)
3453 (deprecated_register_virtual_size:int): Delete.
3454 * gdbarch.h, gdbarch.c: Re-generate.
3455 * cris-tdep.c (cris_register_size): Delete.
3456 (cris_gdbarch_init): Update.
3457 * alpha-tdep.c (alpha_register_raw_size)
3458 (alpha_register_virtual_size): Delete.
3459 (alpha_gdbarch_init): Update.
3460
3461 * gdbarch.sh (deprecated_register_virtual_type)
3462 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3463 (deprecated_dummy_write_sp): Delete.
3464 * gdbarch.h, gdbarch.c: Re-generate.
3465
3466 * gdbarch.sh (deprecated_register_bytes): Delete.
3467 * gdbarch.h, gdbarch.c: Re-generate.
3468 * regcache.c (deprecated_register_bytes): New function.
3469 * regcache.h (deprecated_register_bytes): Declare.
3470 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3471 * v850-tdep.c (v850_gdbarch_init): Update.
3472 * sh64-tdep.c (sh64_gdbarch_init): Update.
3473 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3474 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3475 * mcore-tdep.c (mcore_gdbarch_init): Update.
3476 * cris-tdep.c (cris_gdbarch_init): Update.
3477 * arm-tdep.c (arm_gdbarch_init): Update.
3478 * remote.c (init_remote_state): Update.
3479 * remote-vx.c (vx_prepare_to_store): Update.
3480 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3481 * irix5-nat.c (fetch_core_registers): Update.
3482 * cris-tdep.c (cris_register_bytes_ok): Update.
3483 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3484
3485 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3486 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3487 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3488 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3489 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3490 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3491 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3492 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3493 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3494 with mips_insn16 and mips_insn32.
3495
3496 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3497 * rs6000-tdep.c (rs6000_push_dummy_call)
3498 (rs6000_extract_return_value): Use register_size.
3499 * xstormy16-tdep.c (xstormy16_get_saved_register)
3500 (xstormy16_extract_return_value): Ditto.
3501 * valops.c (value_assign): Ditto.
3502 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3503 * v850-tdep.c (v850_extract_return_value): Ditto.
3504 * tracepoint.c (collect_symbol): Ditto.
3505 * target.c (debug_print_register): Ditto.
3506 * stack.c (frame_info): Ditto.
3507 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3508 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3509 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3510 (store_register_using_P): Ditto.
3511 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3512 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3513 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3514 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3515 * regcache.c (deprecated_read_register_bytes)
3516 (deprecated_write_register_bytes, read_register)
3517 (write_register): Ditto.
3518 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3519 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3520 * monitor.c (monitor_supply_register, monitor_fetch_register)
3521 (monitor_store_register): Ditto.
3522 * mn10300-tdep.c (mn10300_pop_frame_regular)
3523 (mn10300_print_register): Ditto.
3524 * mipsv4-nat.c (fill_fpregset): Ditto.
3525 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3526 (mips64_fill_fpregset): Ditto.
3527 * mi/mi-main.c (register_changed_p, get_register)
3528 (mi_cmd_data_write_register_values): Ditto.
3529 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3530 * irix5-nat.c (fill_gregset, fetch_core_registers):
3531 * infrun.c (write_inferior_status_register): Ditto.
3532 * infptrace.c (fetch_register, store_register): Ditto.
3533 * infcmd.c (default_print_registers_info): Ditto.
3534 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3535 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3536 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3537 * hpux-thread.c (hpux_thread_fetch_registers)
3538 (hpux_thread_store_registers): Ditto.
3539 * hppah-nat.c (store_inferior_registers, fetch_register):
3540 * findvar.c (value_from_register): Ditto.
3541 * dve3900-rom.c (fetch_bitmapped_register):
3542 * cris-tdep.c (cris_gdbarch_init): Ditto.
3543 * alpha-tdep.h: Ditto.
3544 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3545
3546 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3547 DEPRECATED_REGISTER_RAW_SIZE from comments.
3548 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3549 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3550 DEPRECATED_REGISTER_RAW_SIZE.
3551 * findvar.c (value_of_register): Simplify by assuming that the
3552 registers raw and virtual sizes are identical.
3553 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3554 comment.
3555 * arch-utils.c (generic_register_size): Simplify by assuming
3556 register_type.
3557
3558 * regcache.c (legacy_read_register_gen, real_register)
3559 (legacy_write_register_gen): Delete, not used.
3560
3561 * regcache.c (struct regcache_descr): Delete legacy_p.
3562 (init_legacy_regcache_descr): Delete function.
3563 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3564 Do not use deprecated register functions.
3565 (regcache_raw_read, deprecated_write_register_gen):
3566 (deprecated_read_register_gen, regcache_raw_write): Delete code
3567 predicated on legacy_p.
3568 (register_size): Delete check against register raw size.
3569
3570 * cris-tdep.c (cris_register_type): Replace
3571 cris_register_virtual_type.
3572 (cris_gdbarch_init): Update, set register_type.
3573
3574 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3575 * gdbarch.h, gdbarch.c: Re-generate.
3576 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3577 (arm_gdbarch_init) Do not set frameless function invocation.
3578 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3579 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3580 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3581 (frv_gdbarch_init): Do not set frameless function invocation.
3582 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3583 * sh-tdep.c (sh_gdbarch_init): Ditto.
3584 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3585 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3586 * avr-tdep.c (avr_gdbarch_init): Ditto.
3587
3588 * blockframe.c (legacy_frame_chain_valid): Delete function.
3589
3590 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3591 and pc. Update comments.
3592 (pc_in_dummy_frame): Delete function.
3593 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3594 use the "id".
3595 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3596 call_hi, top and pc, use the id.
3597 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3598
3599 * dummy-frame.c: Include "gdb_string.h".
3600 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3601 (generic_save_dummy_frame_tos): Delete.
3602 (dummy_frame_push): New function, replaces above.
3603 * dummy-frame.h: Update copyright.
3604 (dummy_frame_push): Declare.
3605 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3606 (generic_save_call_dummy_addr): Delete declarations.
3607 * infcall.c: Include "dummy-frame.h".
3608 (call_function_by_hand): Add locals caller_regcache,
3609 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3610 with call to frame_save_as_regcache plus cleanup. Delete calls to
3611 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3612 Move clear_proceed_status to just before the resume, add call to
3613 dummy_frame_push (discard cleanup).
3614 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3615 (dummy-frame.o): Add $(gdb_string_h).
3616
3617 2004-08-01 Andrew Cagney <cagney@gnu.org>
3618
3619 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3620 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3621 * dummy-frame.c (find_dummy_frame): Delete.
3622 (struct dummy_frame_cache, dummy_frame_sniffer)
3623 (dummy_frame_prev_register, dummy_frame_this_id)
3624 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3625 frame unwinder using a dummy_frame_cache.
3626
3627 2004-08-01 Andrew Cagney <cagney@gnu.org>
3628
3629 * frame.h (frame_save_as_regcache): Declare.
3630 * frame.c (frame_save_as_regcache): New function.
3631 (do_frame_read_register): Replace do_frame_unwind_register.
3632 (frame_pop): Use frame_save_as_regcache.
3633 * dummy-frame.c (generic_push_dummy_frame): Use
3634 frame_save_as_regcache.
3635
3636 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3637
3638 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3639 file as included until we record the first line in the linetable.
3640
3641 2004-08-01 Andrew Cagney <cagney@gnu.org>
3642
3643 * frame.h (deprecated_pop_dummy_frame)
3644 (deprecated_read_register_dummy)
3645 (deprecated_generic_find_dummy_frame): Delete.
3646 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3647 (deprecated_read_register_dummy)
3648 (deprecated_find_dummy_frame_regcache)
3649 (discard_innermost_dummy)
3650 (deprecated_pop_dummy_frame): Delete.
3651 (dummy_frame_this_id): Simplify.
3652 (struct dummy_frame): Delete "fp" and "sp".
3653 (find_dummy_frame): Simplify.
3654 (generic_push_dummy_frame): Do not set "fp" or "sp".
3655 (fprint_dummy_frames): Do not print "fp" and "sp"
3656
3657 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3658
3659 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3660 (struct i386_insn): New structure.
3661 (i386_match_insn): New function.
3662 (i386_frame_setup_skip_insns): New variable.
3663 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3664 array i386_frame_setup_insns of instructions that should be
3665 skipped inside the frame setup sequence.
3666
3667 2004-08-01 Andrew Cagney <cagney@gnu.org>
3668
3669 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3670 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3671 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3672 * stack.c (frame_info): Delete references to
3673 DEPRECATED_FRAME_INIT_SAVED_REGS and
3674 deprecated_get_frame_saved_regs.
3675 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3676 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3677 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3678 (frame_unwind_register_signed)
3679 (frame_unwind_register_unsigned)
3680 (frame_unwind_unsigned_register): Use register_size.
3681 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3682 (deprecated_frame_xmalloc_with_cleanup)
3683 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3684 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3685
3686 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3687 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3688 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3689 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3690
3691 * infcall.c (call_function_by_hand): Do not use
3692 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3693 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3694 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3695 DEPRECATED_STACK_ALIGN.
3696
3697 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3698
3699 Committed by Andrew Cagney.
3700 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3701
3702 2004-08-01 Andrew Cagney <cagney@gnu.org>
3703
3704 * mips-tdep.c (mips16_frame_cache)
3705 (mips16_frame_this_id, mips16_frame_prev_register)
3706 (mips16_frame_unwind, mips16_frame_sniffer)
3707 (mips16_frame_base_address, mips16_frame_base)
3708 (mips16_frame_base_sniffer, mips32_frame_cache)
3709 (mips32_frame_this_id, mips32_frame_prev_register)
3710 (mips32_frame_unwind, mips32_frame_sniffer)
3711 (mips32_frame_base_address, mips32_frame_base)
3712 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3713 separate heuristic mips16 and mips32 unwinders.
3714 (mips_stub_frame_cache, mips_stub_frame_this_id)
3715 (mips_stub_frame_prev_register)
3716 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3717 (mips_stub_frame_base_address, mips_stub_frame_base)
3718 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3719 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3720 match true mdebug frames.
3721 (non_heuristic_proc_desc): Add forward declaration.
3722
3723 2004-08-01 Andrew Cagney <cagney@gnu.org>
3724
3725 * config/mips/tm-irix6.h: Delete file.
3726 * config/mips/tm-irix5.h: Delete file.
3727 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3728 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3729
3730 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3731 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3732 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3733 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3734 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3735 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3736 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3737 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3738 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3739 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3740 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3741 (TARGET_SIGNAL_RAW_VALUES): Delete.
3742 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3743 Delete.
3744 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3745 (TARGET_HW_WATCH_LIMIT): Delete.
3746 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3747 * minimon.h: Delete file.
3748
3749 * trad-frame.c (trad_frame_get_this_base)
3750 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3751 functions.
3752 * trad-frame.h (trad_frame_set_this_base)
3753 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3754
3755 2004-07-31 Andrew Cagney <cagney@gnu.org>
3756
3757 * trad-frame.c (trad_frame_get_prev_register): Rename
3758 trad_frame_get_prev_register.
3759 * vax-tdep.c (vax_frame_prev_register): Update.
3760 * trad-frame.h: Update.
3761 * trad-frame.c (trad_frame_get_register): Update.
3762 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3763 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3764 Update.
3765 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3766 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3767 Update.
3768 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3769 Update.
3770 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3771 Update.
3772 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3773 Update.
3774 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3775 Update.
3776 * s390-tdep.c (s390_frame_prev_register)
3777 (s390_stub_frame_prev_register)
3778 (s390_sigtramp_frame_prev_register): Update.
3779 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3780 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3781 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3782 * m88k-tdep.c (m88k_frame_prev_register)
3783 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3784 * m32r-tdep.c (m32r_frame_prev_register): Update.
3785 * hppa-tdep.c (hppa_frame_prev_register_helper)
3786 * frv-tdep.c (frv_frame_prev_register): Update.
3787 * d10v-tdep.c (d10v_frame_prev_register): Update.
3788 * cris-tdep.c (cris_frame_prev_register): Update.
3789 * avr-tdep.c (avr_frame_prev_register): Update.
3790 * arm-tdep.c (arm_prologue_prev_register)
3791 (arm_sigtramp_prev_register): Update.
3792
3793 2004-07-31 Andrew Cagney <cagney@gnu.org>
3794
3795 * frame.h (legacy_saved_regs_unwind)
3796 (legacy_frame_chain_valid, legacy_frame_p)
3797 (enum frame_type): Delete UNKNOWN_FRAME.
3798 * dummy-frame.c (dummy_frame_this_id): Simplify.
3799 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3800 * frame.c (struct frame_info): Delete the field "type".
3801 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3802 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3803 (legacy_saved_regs_unwind, legacy_frame_p)
3804 (frame_type_from_pc): Delete.
3805 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3806 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3807
3808 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3809
3810 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3811 indentation.
3812
3813 * mips-nat.c: Remove file.
3814 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3815 (mips-nat.o): Remove dependency.
3816
3817 * infptrace.c: Update copyright year.
3818 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3819 explicitly setting the buffer to all zeroes.
3820
3821 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3822 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3823
3824 2004-07-30 Andrew Cagney <cagney@gnu.org>
3825
3826 * GDB 6.2 released from gdb_6_2-branch.
3827
3828 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3829
3830 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3831
3832 * exec.c (exec_file_attach):
3833 * nto-tdep.c (nto_find_and_open_solib):
3834 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3835 * solib.c (solib_open):
3836 * somsolib.c (som_solib_sizeof_symbol_table):
3837 * source.c (is_regular_file, openp, open_source_file):
3838 * symfile.c (symfile_bfd_open):
3839 * wince.c (upload_to_device): Differentiate between the search for
3840 binary and source files.
3841
3842 2004-07-30 Andrew Cagney <cagney@gnu.org>
3843
3844 * complaints.c (_initialize_complaints): Pass NULL to
3845 add_setshow_zinteger_cmd for help_doc.
3846 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3847
3848 2004-07-30 Andrew Cagney <cagney@gnu.org>
3849
3850 Fix PR i18n/761.
3851 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3852 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3853 $(PACKAGE).pot and update-po.
3854 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3855 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3856 (update-po): New rules.
3857 (localedir): Define using autoconf.
3858 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3859 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3860 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3861 * configure.in: Generate CATALOGS and LINGUAS from contents of
3862 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3863 * configure: Re-generate.
3864 * po/gdbtext: New file
3865
3866 2004-07-30 Jerome Guitton <guitton@gnat.com>
3867
3868 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3869 order.
3870
3871 2004-07-30 David Lecomber <dsl@sources.redhat.com>
3872
3873 * dwarf2read.c (read_file_scope): Set producer if attribute
3874 present.
3875 (struct dwarf2_cu): Added new member producer.
3876
3877 2004-07-30 Jerome Guitton <guitton@gnat.com>
3878
3879 * inflow.c (kill_command): release file handles in BFD.
3880 * exec.c (exec_file_attach): Ditto.
3881 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3882
3883 2004-07-29 Andrew Cagney <cagney@gnu.org>
3884
3885 * PROBLEMS (mips-irix): Note that it is broken.
3886
3887 2004-07-29 Andrew Cagney <cagney@gnu.org>
3888
3889 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3890 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3891
3892 * config/xm-nbsd.h: Delete file.
3893 * config/arm/xm-nbsd.h: Delete file.
3894 * config/i386/xm-nbsd.h: Delete file.
3895 * config/ns32k/xm-nbsd.h: Delete file.
3896 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3897 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3898 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3899 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3900 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3901
3902 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3903 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3904 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3905 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3906 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3907 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3908
3909 * config/powerpc/xm-linux.h: Delete empty file.
3910 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3911 * config/powerpc/linux.mh (XM_FILE): Delete.
3912 * config/m68k/xm-linux.h: Delete empty file.
3913 * config/m68k/linux.mh (XM_FILE): Delete.
3914 * config/ia64/xm-linux.h: Delete empty file.
3915 * config/ia64/linux.mh (XM_FILE): Delete.
3916 * config/arm/xm-linux.h: Delete empty file.
3917 * config/arm/linux.mh (XM_FILE): Delete.
3918
3919 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3920 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3921 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3922 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3923 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3924 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3925 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3926 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3927
3928 * config/m68k/xm-m68k.h: Delete file.
3929 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3930 copyright.
3931 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3932 * config/pa/xm-linux.h: Delete empty file.
3933 * config/pa/linux.mh (XM_FILE): Delete.
3934 * config/i386/xm-i386.h: Delete empty file.
3935 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3936 "i386/xm-i386.h".
3937 * config/i386/obsdaout.mh (XM_FILE): Delete.
3938 * config/i386/obsd64.mh (XM_FILE): Delete.
3939 * config/i386/fbsd64.mh (XM_FILE): Delete.
3940 * config/i386/nto.mh (XM_FILE): Delete.
3941 * config/i386/obsd.mh (XM_FILE): Delete.
3942 * config/i386/linux64.mh (XM_FILE): Delete.
3943 * config/i386/linux.mh (XM_FILE): Delete.
3944 * config/i386/i386sol2.mh (XM_FILE): Delete.
3945 * config/i386/i386gnu.mh (XM_FILE): Delete.
3946 * config/i386/fbsd.mh (XM_FILE): Delete.
3947 * config/i386/nbsd64.mh (XM_FILE): Delete.
3948
3949 2004-07-29 Andrew Cagney <cagney@gnu.org>
3950
3951 * config/pa/xm-linux.h: Do not include "floatformat.h".
3952 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3953 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3954 * config/i386/xm-i386.h: Do not include "floatformat.h".
3955 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3956 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3957 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3958 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3959 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3960 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3961 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3962 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3963 * configure, config.in: Regenerate.
3964 * configure.host (gdb_host_float_format, gdb_host_double_format)
3965 (gdb_host_long_double_format): Set according to the host.
3966
3967 2004-07-29 Andrew Cagney <cagney@gnu.org>
3968
3969 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3970
3971 2004-07-28 Andrew Cagney <cagney@gnu.org>
3972
3973 * PROBLEMS: Mention threads/1650.
3974 * NEWS: Mention the NPTL fix.
3975
3976 2004-07-28 Andrew Cagney <cagney@gnu.org>
3977
3978 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3979 (add_setshow_cmd_full): Make static.
3980 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3981 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3982 * cli/cli-decode.c (add_setshow_filename_cmd)
3983 (add_setshow_string_cmd): New functions.
3984 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3985 * mips-tdep.c (_initialize_mips_tdep): Update.
3986 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3987 * cli/cli-logging.c (_initialize_cli_logging): Update.
3988 * complaints.c (_initialize_complaints): Update.
3989 * remote.c (_initialize_remote): Update.
3990
3991 2004-07-28 Andrew Cagney <cagney@gnu.org>
3992
3993 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3994 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3995 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3996 print parameters. Make string parameters constant.
3997 * command.h: Update. Update copyright.
3998 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3999 * observer.c (_initialize_observer): Ditto.
4000 * frame.c (_initialize_frame): Ditto.
4001 * complaints.c (_initialize_complaints): Ditto.
4002 * maint.c (_initialize_maint_cmds): Ditto.
4003 * target.c (initialize_targets): Ditto.
4004 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4005 * infcall.c (_initialize_infcall): Ditto.
4006 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4007 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4008 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4009 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4010 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4011
4012 2004-07-28 Andrew Cagney <cagney@gnu.org>
4013
4014 * gdbtypes.c (lookup_primitive_typename): Delete function.
4015 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4016 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4017 * gdbtypes.c (lookup_typename): Ditto.
4018 * f-exp.y (yylex): Ditto.
4019 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4020
4021 * scm-lang.c (c_builtin_types): Delete extern declaration.
4022 (scm_language_defn): Replace
4023 string_char_type and primitive_type_vector with
4024 la_language_arch_info.
4025 * jv-lang.c (java_language_defn): Replace
4026 string_char_type and primitive_type_vector with
4027 la_language_arch_info.
4028 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4029 c_builtin_types in comment.
4030 * c-lang.h (struct language_arch_info): Declare opaque.
4031 (c_language_arch_info): Declare.
4032 (c_builtin_types): Delete declaration.
4033 * c-lang.c (c_language_arch_info): Set string_char_type to
4034 builtin_char, not builtin_true_char. Make global.
4035 (c_builtin_types): Delete array.
4036 (asm_language_defn, minimal_language_defn): Replace
4037 string_char_type and primitive_type_vector with
4038 la_language_arch_info.
4039
4040 2004-07-28 Andrew Cagney <cagney@gnu.org>
4041
4042 * gdbtypes.h (struct builtin_type): Rename true_char to
4043 builtin_true_char.
4044 * gdbtypes.c (gdbtypes_post_init): Update.
4045 * c-lang.c (arch_info): New function.
4046 (enum c_primitive_types): New enum.
4047 (c_language_defn): Instead of string_char_type and
4048 primitive_type_vector set la_language_arch_info.
4049
4050 2004-07-28 Andrew Cagney <cagney@gnu.org>
4051
4052 * language.h (struct language_arch_info): Fix typo
4053 s/primative/primitive/.
4054 * gdbtypes.c (lookup_primitive_typename): Ditto.
4055 * language.c (language_lookup_primitive_type_by_name)
4056 (unknown_language_arch_info): Ditto.
4057
4058 2004-07-27 Andrew Cagney <cagney@gnu.org>
4059
4060 * defs.h (enum language): Add nr_languages.
4061 * language.h (struct language_arch_info): Define.
4062 (struct language_defn): Add la_language_arch_info.
4063 (language_lookup_primative_type_by_name): Declare.
4064 (language_string_char_type): Declare.
4065 * language.c (_initialize_language, language_gdbarch_post_init)
4066 (struct language_gdbarch, language_gdbarch_data): Implement
4067 per-architecture language information.
4068 (unknown_language_arch_info, language_string_char_type)
4069 (language_lookup_primative_type_by_name): New functions.
4070 (unknown_language_defn, auto_language_defn)
4071 (local_language_defn): Set la_language_arch_info to
4072 unknown_language_arch_info.
4073 (unknown_builtin_types): Delete.
4074 * gdbtypes.c (lookup_primitive_typename): Use
4075 language_lookup_primative_type_by_name.
4076 (create_string_type): Use language_string_char_type.
4077 * values.c (value_from_string): Use language_string_char_type.
4078 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4079 * p-lang.c (pascal_language_defn): Ditto.
4080 * m2-lang.c (m2_language_defn): Ditto.
4081 * jv-lang.c (java_language_defn): Ditto.
4082 * objc-lang.c (objc_language_defn): Ditto.
4083 * f-lang.c (f_language_defn): Ditto.
4084 * c-lang.c (c_language_defn, cplus_language_defn)
4085 (asm_language_defn, minimal_language_defn): Ditto.
4086
4087 2004-07-27 Andrew Cagney <cagney@gnu.org>
4088
4089 * gdbtypes.h (struct builtin_type): Declare.
4090 (builtin_type): Declare.
4091 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4092 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4093 (gdbtypes_post_init): New function.
4094 (builtin_type): New function.
4095
4096 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4097
4098 * remote-m32r-sdi.c: Fix breakpoint bug.
4099 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4100 recv_char_data, recv_long_data): New functions to replace communication
4101 sequences.
4102
4103 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4104
4105 Document PR threads/1650.
4106 * PROBLEMS (Threads): Document problem with many threads
4107
4108 2004-07-26 Andrew Cagney <cagney@gnu.org>
4109
4110 * gdb-mi.el: Move from here ...
4111 * mi/gdb-mi.el: ... to here.
4112
4113 2004-07-26 Andrew Cagney <cagney@gnu.org>
4114
4115 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4116 * main.c (captured_main): When in batch mode always detach.
4117
4118 2004-07-26 Andrew Cagney <cagney@gnu.org>
4119
4120 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4121 and h8300 as broken.
4122 * NEWS: END-OF-LIFE frame compatibility module.
4123 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4124 specific comments.
4125
4126 2004-07-26 Andrew Cagney <cagney@gnu.org>
4127
4128 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4129 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4130 * wince.c (_initialize_wince): Update.
4131 * win32-nat.c (_initialize_win32_nat): Update.
4132 * varobj.c (_initialize_varobj): Update.
4133 * valops.c (_initialize_valops): Update.
4134 * utils.c (initialize_utils, initialize_utils): Update.
4135 * tui/tui-win.c (_initialize_tui_win): Update.
4136 * top.c (init_main): Update.
4137 * symfile.c (_initialize_symfile): Update.
4138 * source.c (_initialize_source): Update.
4139 * somsolib.c (_initialize_som_solib): Update.
4140 * solib.c (_initialize_solib): Update.
4141 * solib-frv.c (_initialize_frv_solib): Update.
4142 * serial.c (_initialize_serial): Update.
4143 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4144 * remote.c (_initialize_remote, _initialize_remote): Update.
4145 * remote-vx.c (_initialize_vx): Update.
4146 * remote-utils.c (_initialize_sr_support): Update.
4147 * remote-sds.c (_initialize_remote_sds): Update.
4148 * remote-mips.c (_initialize_remote_mips): Update.
4149 * remote-e7000.c (_initialize_remote_e7000): Update.
4150 * proc-api.c (_initialize_proc_api): Update.
4151 * printcmd.c: Update.
4152 * parse.c (_initialize_parse): Update.
4153 * pa64solib.c (_initialize_pa64_solib): Update.
4154 * p-valprint.c (_initialize_pascal_valprint): Update.
4155 * monitor.c (_initialize_remote_monitors): Update.
4156 * mips-tdep.c (_initialize_mips_tdep): Update.
4157 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4158 * maint.c (_initialize_maint_cmds): Update.
4159 * lin-lwp.c (_initialize_lin_lwp): Update.
4160 * language.c (_initialize_language): Update.
4161 * kod.c (_initialize_kod): Update.
4162 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4163 * i386-tdep.c (_initialize_i386_tdep): Update.
4164 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4165 * gdbarch.sh: Update.
4166 * gdbarch.c: Re-generate.
4167 * gdb-events.sh: Update.
4168 * gdb-events.c: Re-generate.
4169 * frame.c (_initialize_frame): Update.
4170 * exec.c: Update.
4171 * demangle.c (_initialize_demangler): Update.
4172 * dcache.c (_initialize_dcache): Update.
4173 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4174 * cp-valprint.c (_initialize_cp_valprint): Update.
4175 * corefile.c (_initialize_core): Update.
4176 * command.h: Update.
4177 * cli/cli-decode.h: Update.
4178 * cli/cli-cmds.c (init_cli_cmds): Update.
4179 * charset.c (_initialize_charset): Update.
4180 * breakpoint.c (_initialize_breakpoint): Update.
4181 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4182 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4183 * aix-thread.c (_initialize_aix_thread): Update.
4184
4185 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4186
4187 Partial fix for PR backtrace/1718.
4188 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4189 that GCC migrates into the prolugue. Don't handle any
4190 instructions that clobber %ebx.
4191
4192 2004-07-23 Andrew Cagney <cagney@gnu.org>
4193
4194 Use regcache_raw_collect instead of regcache_collect.
4195 * regcache.h (regcache_collect): Delete declaration.
4196 * regcache.c (regcache_colect): Delete function.
4197 * win32-nat.c (do_child_store_inferior_registers): Update.
4198 * sol-thread.c (sol_thread_store_registers): Update.
4199 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4200 * rs6000-nat.c (store_register): Update.
4201 * remote.c (store_register_using_P, remote_store_registers): Update.
4202 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4203 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4204 (fill_vrregset, store_spe_registers, fill_gregset)
4205 (fill_gregset): Update.
4206 * nto-procfs.c (procfs_store_registers): Update.
4207 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4208 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4209 * m68klinux-nat.c (store_register, fill_gregset): Update.
4210 * m68k-tdep.c (fill_gregset): Update.
4211 * infptrace.c (store_register): Update.
4212 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4213 * i386-linux-nat.c (store_register, fill_gregset): Update.
4214 * hppa-linux-nat.c (fill_gregset): Update.
4215 * go32-nat.c (store_register): Update.
4216 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4217 (store_fp_regs): Update.
4218 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4219 (store_nwfpe_extended, store_fpregister, store_fpregs)
4220 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4221 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4222 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4223 (store_regs_user_thread, store_regs_kernel_thread): Update.
4224
4225 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4226
4227 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4228 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4229 encoding.
4230 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4231 member of `struct comp_unit'.
4232
4233 2004-07-23 Andrew Cagney <cagney@gnu.org>
4234
4235 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4236 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4237
4238 2004-07-23 Martin Hunt <hunt@redhat.com>
4239 Kevin Buettner <kevinb@redhat.com>
4240
4241 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4242 alignment was being added to the offset instead of multiplied.
4243
4244 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4245
4246 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4247 changed signal trampoline in OpenBSD 3.5-current.
4248
4249 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4250 <machine/pcb.h> and "bsd-kvm.h".
4251 (sparc64nbsd_supply_pcb): New function.
4252 (_initialize_sparc64nbsd_nat): Renamed from
4253 _initialize_sparcnbsd_nat. Enable libkvm interface.
4254 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4255 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4256 (LOADLIBES): New variable.
4257
4258 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4259
4260 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4261
4262 2004-07-21 Andrew Cagney <cagney@gnu.org>
4263
4264 Use regcache_raw_supply instead of supply_register.
4265 * regcache.h (supply_register): Delete declaration.
4266 * regcache.c (supply_register): Delete function.
4267 * wince.c (do_child_fetch_inferior_registers): Update.
4268 * win32-nat.c (do_child_fetch_inferior_registers)
4269 (fetch_elf_core_registers): Update.
4270 * v850ice.c (v850ice_fetch_registers): Update.
4271 * thread-db.c (thread_db_store_registers): Update.
4272 * sol-thread.c (sol_thread_store_registers): Update.
4273 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4274 * rs6000-nat.c (fetch_register): Update.
4275 * rom68k-rom.c (rom68k_supply_one_register): Update.
4276 * remote.c (remote_wait, remote_async_wait): Update.
4277 * remote-st.c (get_hex_regs): Update.
4278 * remote-sim.c (gdbsim_fetch_register): Update.
4279 * remote-sds.c (sds_fetch_registers): Update.
4280 * remote-rdp.c (remote_rdp_fetch_register): Update.
4281 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4282 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4283 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4284 * remote-hms.c (init_hms_cmds): Update.
4285 * remote-est.c (init_est_cmds): Update.
4286 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4287 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4288 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4289 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4290 (fetch_register, supply_vrregset, supply_vrregset)
4291 (fetch_spe_registers): Update.
4292 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4293 * monitor.c (monitor_supply_register): Update.
4294 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4295 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4296 (mipsnbsd_supply_fpreg): Update.
4297 * mips-nat.c (fetch_inferior_registers)
4298 (fetch_core_registers): Update.
4299 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4300 (supply_fpregset, mips64_supply_gregset)
4301 (mips64_supply_fpregset): Update.
4302 * m68klinux-nat.c (fetch_register, supply_gregset)
4303 (supply_fpregset): Update.
4304 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4305 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4306 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4307 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4308 * infptrace.c (fetch_register): Update.
4309 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4310 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4311 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4312 (gnu_fetch_registers, gnu_store_registers): Update.
4313 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4314 * i386-linux-nat.c (fetch_register, supply_gregset)
4315 (dummy_sse_values): Update.
4316 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4317 * hppah-nat.c (fetch_register): Update.
4318 * hppa-linux-nat.c (fetch_register, supply_gregset)
4319 (supply_fpregset): Update.
4320 * go32-nat.c (fetch_register): Update.
4321 * dve3900-rom.c (fetch_bitmapped_register)
4322 (_initialize_r3900_rom): Update.
4323 * cris-tdep.c (supply_gregset): Update.
4324 * abug-rom.c (init_abug_cmds): Update.
4325 * core-aout.c (fetch_core_registers): Update.
4326 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4327 (fetch_register, fetch_fp_register): Update.
4328 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4329 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4330 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4331 * alphanbsd-tdep.c (fetch_core_registers): Update.
4332 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4333 * alpha-nat.c (fetch_osf_core_registers)
4334 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4335 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4336 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4337
4338 2004-07-21 Andrew Cagney <cagney@gnu.org>
4339
4340 * PROBLEMS: Mention breakpoints/1702.
4341 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4342 that is known to work.
4343
4344 2004-07-21 Andrew Cagney <cagney@gnu.org>
4345
4346 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4347 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4348 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4349 (handle_inferior_event): Wrap call to deprecated
4350 IGNORE_HELPER_CALL in #ifdef.
4351 * config/mips/tm-nbsd.h: Update.
4352
4353 2004-07-20 Jim Blandy <jimb@redhat.com>
4354
4355 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4356 bfd_mach_ppc has no segment registers.
4357
4358 Include PowerPC SPR numbers for special-purpose registers.
4359 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4360 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4361 new member in initializer.
4362 (S, S4, SN4, S64): New macros for defining special-purpose
4363 registers.
4364 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4365 registers_403, registers_403GC, registers_505, registers_860,
4366 registers_601, registers_602, registers_603, registers_604,
4367 registers_750, registers_e500): Use them.
4368
4369 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4370 replace references with expression used to initialize variable.
4371
4372 2004-07-20 Andrew Cagney <cagney@gnu.org>
4373
4374 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4375 read_memory_nobpt.
4376 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4377 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4378 (s390_sigtramp_frame_sniffer): Update.
4379 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4380 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4381 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4382 (mips32_fetch_instruction): Update.
4383 * mcore-tdep.c (get_insn): Update.
4384 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4385 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4386 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4387 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4388 (i386_linux_rt_sigtramp_start): Update.
4389 * i386-linux-nat.c (child_resume): Update.
4390 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4391 * hppa-linux-tdep.c (insns_match_pattern): Update.
4392 * gdbcore.h: Update.
4393 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4394 * frame.c (safe_frame_unwind_memory): Update.
4395 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4396 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4397 * alpha-tdep.c (alpha_read_insn): Update.
4398
4399 2004-07-20 Andrew Cagney <cagney@gnu.org>
4400
4401 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4402 containing both bytes and mask. Add "frame_type".
4403 * tramp-frame.c (tramp_frame_start): Update.
4404 (tramp_frame_prepend_unwinder): Update.
4405 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4406 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4407 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4408 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4409
4410 2004-07-19 Eli Zaretskii <eliz@gnu.org>
4411
4412 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4413 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4414 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4415 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4416
4417 2004-07-17 Andrew Cagney <cagney@gnu.org>
4418
4419 * NEWS, PROBLEMS: Update for 6.2.
4420
4421 * README: Update to 6.2.
4422
4423 * utils.c (xvasprintf): Call xstrvprintf.
4424
4425 * parse.c: Update copyright.
4426 (null_post_parser): Eliminate ARGSUSED.
4427
4428 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4429 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4430 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4431
4432 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4433 * ppc-linux-nat.c: Use "Linux kernel".
4434 * hppa-linux-tdep.c: Use GNU/Linux.
4435 * hppa-linux-nat.c: Use GNU/Linux.
4436 * dwarfread.c: Add [sic] to use of Linux.
4437
4438 * hppa-linux-nat.c: Do not include <string.h>.
4439 (supply_fpregset): Remove "register" attribute.
4440
4441 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4442
4443 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4444
4445 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4446 * configure, config.in: Regenerated.
4447
4448 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4449 "bsd-kvm.h".
4450 (vaxbsd_supply_pcb): New function.
4451 (_initialize_vaxbsd_nat): New prototype and function.
4452 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4453 solib-sunos.o.
4454 (LOADLIBES): New variable.
4455 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4456 (LOADLIBES): New variable.
4457 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4458 (LOADLIBES): New variable.
4459 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4460
4461 2004-07-16 Andrew Cagney <cagney@gnu.org>
4462
4463 * defs.h (event_loop_p): Replace variable declaration with macro,
4464 always 1.
4465 * main.c (captured_main): Delete options "-async" and "-noasync".
4466 (event_loop_p): Delete variable.
4467 * NEWS: Mention that "-async" and "-noasync" were removed.
4468
4469 2004-07-16 Andrew Cagney <cagney@gnu.org>
4470
4471 * remote-m32r-sdi.c: Re-indent.
4472
4473 2004-07-16 Jim Blandy <jimb@redhat.com>
4474
4475 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4476 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4477 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4478 missing MPC823 SPRs.
4479 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4480 incorrect. (This was corrected in GDB's register name tables on
4481 2004-07-14.)
4482
4483 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4484 should be "esasrr" ("ESA Save and Restore Register").
4485
4486 2004-07-16 Andrew Cagney <cagney@gnu.org>
4487
4488 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4489 calls, no longer applicable. Update comments and rename parameter
4490 "step_frame" to "return_frame".
4491
4492 2004-07-16 Andrew Cagney <cagney@gnu.org>
4493
4494 * frame.c (fprint_field): New function.
4495 (fprint_frame_id): Use fprint_field.
4496
4497 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4498
4499 * ada-lang.c (ada_language_defn): Remove commented out code.
4500
4501 2004-07-15 Jim Blandy <jimb@redhat.com>
4502
4503 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4504 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4505
4506 2004-07-14 Jim Blandy <jimb@redhat.com>
4507
4508 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4509
4510 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4511
4512 * ppc-tdep.h (ppc_num_srs): New enum constant.
4513
4514 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4515 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4516 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4517 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4518 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4519 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4520 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4521 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4522 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4523 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4524 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4525 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4526 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4527 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4528 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4529 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4530 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4531 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4532 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4533 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4534 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4535 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4536 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4537 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4538 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4539 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4540 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4541 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4542 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4543 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4544 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4545 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4546 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4547 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4548 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4549 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4550 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4551 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4552 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4553 special-purpose register numbers.
4554
4555 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4556 manual mentions 'md_twb', but many mention 'm_twb', and at that
4557 point in the register list.)
4558
4559 2004-07-14 Andrew Cagney <cagney@gnu.org>
4560
4561 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4562 instead of "internal-error".
4563
4564 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4565
4566 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4567 that was inserted inside a comment.
4568
4569 2004-07-10 Randolph Chung <tausq@debian.org>
4570
4571 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4572 function.
4573 (hppa_hpux_push_dummy_code): New function.
4574 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4575 Set find_global_pointer method.
4576
4577 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4578
4579 * NEWS: Mention BSD libkvm interface.
4580
4581 2004-07-10 Michael Snyder <msnyder@redhat.com>
4582
4583 * symfile.c (generic_load): Comment typo.
4584 * stack.c (get_selected_block): Ditto.
4585 * regcache.c (regcache_cooked_read): Ditto.
4586 * monitor.c (monitor_debug): Ditto.
4587 * mips-tdep.c (mips_read_pc): Ditto.
4588 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4589 * gdb_mbuild.sh: Ditto.
4590 * gdbarch.sh: Ditto.
4591 * gdbarch.h: Ditto.
4592
4593 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4594
4595 * ada-tasks.c: Remove file.
4596
4597 Remove ARI problems:
4598
4599 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4600 beginning of line.
4601
4602 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4603 Add comment.
4604 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4605 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4606 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4607 (UMIN_OF_SIZE): Remove.
4608 (max_of_type): New function to replace orphan macro in gdbtypes.h
4609 (min_of_type): Ditto.
4610 (discrete_type_high_bound): Use max_of_type.
4611 (discrete_type_low_bound): Use min_of_type.
4612 (possible_user_operator_p): Move operator to beginning of line.
4613 (ada_is_variant_part): Ditto.
4614 (ensure_lval): Rewrite to avoid deprecated operations.
4615 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4616 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4617 (ada_enum_name): Remove assignments in 'if' statements.
4618 (build_ada_types): Add gdbarch parameter.
4619 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4620 with gdbarch_data_register_post_init.
4621 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4622 add_show_from_set.
4623
4624 * ada-valprint.c (inspect_it): Remove declaration.
4625 (repeat_count_threshold): Remove declaration.
4626 (ada_print_floating): Remove assignments in 'if' statements.
4627 (print_str): Move operator to beginning of line.
4628
4629 2004-07-08 Jim Blandy <jimb@redhat.com>
4630
4631 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4632
4633 2004-07-08 Bob Rossi <bob@brasko.net>
4634
4635 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4636
4637 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4638
4639 * language.h (struct_language_defn): Add new function pointer:
4640 la_class_name_from_physname. Also add new prototype for
4641 language_class_name_from_physname.
4642 * language.c (language_class_name_from_physname): New function.
4643 (unk_lang_class_name): Ditto.
4644 (unknown_language_defn, auto_language_defn): Change
4645 to add unk_lang_class_name function pointer for
4646 la_class_name_from_physname.
4647 (local_language_defn): Ditto.
4648 * dwarf2read.c (guess_structure_name): Change to call
4649 language_class_name_from_physname.
4650 (determine_class_name): Ditto.
4651 * cp-support.c (class_name_from_physname): Renamed.
4652 (cp_class_name_from_physname): New name of function.
4653 * cp-support.h: Ditto.
4654 * c-lang.c (c_language_defn): Change to add NULL
4655 for class_name_from_physname function pointer.
4656 (cplus_language_defn): Change to add cp_class_name_from_physname.
4657 * jv-lang.c (java_class_name_physname): New function.
4658 (java_find_last_component): New static routine.
4659 (java_language_defn): Add java_class_name_from_physname pointer.
4660 * ada-lang.c (ada_language_defn): Change to add NULL
4661 for class_name_from_physname function pointer.
4662 * f-lang.c (f_language_defn): Ditto.
4663 * m2-lang.c (m2_language_defn): Ditto.
4664 * objc-lang.c (objc_language_defn): Ditto.
4665 * p-lang.c (pascal_language_defn): Ditto.
4666 * scm-lang.c (scm_language_defn): Ditto.
4667
4668 2004-07-06 Andrew Cagney <cagney@gnu.org>
4669
4670 Patch from Bart Robinson.
4671 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4672 (O_LARGEFILE): Define to 0, if not defined.
4673
4674 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4675
4676 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4677 <machine/pcb.h> and "bsd-kvm.h".
4678 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4679 (m68kbsd_supply_pcb): New function.
4680 (_initialize_m68kbsd_nat): New prototype and function.
4681 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4682 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4683 (LOADLIBES): New variable.
4684 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4685 (LOADLIBES): New variable.
4686
4687 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4688
4689 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4690
4691 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4692 <sys/proc.h>.
4693 (bsd_kvm_cmdlist): New variable.
4694 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4695 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4696 command and "kvm proc" command.
4697 * Makefile.in (bsd-kvm.o): Update dependencies.
4698
4699 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4700
4701 * osabi.c: Update copyright year.
4702 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4703 notes if EI_OSABI is set to ELFOSABI_HPUX.
4704
4705 2004-07-01 Michael Snyder <msnyder@redhat.com>
4706
4707 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4708 that seems to have gotten whacked out of line.
4709
4710 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4711
4712 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4713 code.
4714
4715 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4716
4717 * ada-lang.c (decode_packed_array): Minor change to comment.
4718 (ada_value_slice_ptr): New function.
4719 (ada_value_slice): New function.
4720 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4721 test. Don't know why it is there.
4722 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4723 to avoid dereferencing huge arrays from which one is slicing.
4724 (empty_array): Correct to return an array rather than
4725 a subrange value.
4726 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4727 on empty arrays (let'em use 'FIRST instead).
4728
4729 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4730
4731 Address complaints from gdb_ari.sh:
4732
4733 * ada-exp.y: Include gdb_string.h rather than string.h.
4734 (convert_char_literal): Reformat declaration.
4735 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4736 * ada-lex.l: Change use of free to xfree (the macro would do so
4737 anyway, but this is harmless).
4738 Include gdb_string.h rather than string.h.
4739 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4740
4741 * ada-lang.c (parse): Remove K&Rism in parameter list.
4742 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4743
4744 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4745
4746 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4747 dead code.
4748
4749 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4750
4751 * alphabsd-nat.c: Update copyright year.
4752 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4753
4754 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4755
4756 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4757 (i386_cygwin_in_solib_call_trampoline): New function.
4758 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4759 and skip_trampoline_code gdbarch methods.
4760
4761 2004-06-29 Jim Blandy <jimb@redhat.com>
4762
4763 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4764 name actually used in the dependency lists.
4765
4766 2004-06-29 Randolph Chung <tausq@debian.org>
4767
4768 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4769
4770 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4771
4772 * win32-nat.c (child_pid_to_exec_file): New function.
4773 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4774 functionality.
4775
4776 2004-06-28 Andrew Cagney <cagney@gnu.org>
4777
4778 * defs.h (xstrvprintf): Declare.
4779 * utils.c (xstrvprintf): New function.
4780 (internal_vproblem, xstrprintf, xasprintf)
4781 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4782 * serial.c (serial_printf): Ditto.
4783 * complaints.c (vcomplaint): Ditto.
4784
4785 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4786
4787 * infcmd.c (attach_command): Move call to target_terminal_inferior
4788 behind loading symbol table.
4789
4790 2004-06-28 Andrew Cagney <cagney@gnu.org>
4791
4792 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4793 change - add back extern deprecated_ui_loop_hook declaration.
4794
4795 2004-06-28 Andrew Cagney <cagney@gnu.org>
4796
4797 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4798 xstrprintf.
4799 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4800 (c_value_of_variable): Ditto.
4801 * utils.c (internal_vproblem): Ditto.
4802 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4803 * remote.c (add_packet_config_cmd): Ditto.
4804 * remote-rdp.c (rdp_set_command_line): Ditto.
4805 * regcache.c (regcache_dump): Ditto.
4806 * frv-tdep.c (new_variant, new_variant): Ditto.
4807 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4808 (fbsd_find_memory_regions): Ditto.
4809 * breakpoint.c (create_thread_event_breakpoint)
4810 (create_breakpoints): Ditto.
4811 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4812 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4813
4814 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4815
4816 * ada-lang.c: Re-indent file, with some massaging to help indent
4817 a bit when the result is otherwise really too ugly.
4818
4819 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4820
4821 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4822 code_addr_p and special_addr_p to 'unsigned int'.
4823
4824 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4825
4826 * i386v4-nat.c: Update copyright year and tweak comment.
4827 (regmap): Remove trailing comma.
4828 (supply_gregset): Rename local variable i to regnum. Call
4829 regcache_raw_supply instead of supply_register.
4830 (fill_gregset): Rename argument regno to regnum. Call
4831 regcache_raw_collect instead of regcache_collect.
4832
4833 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4834
4835 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4836 and special_addr_p.
4837 (frame_id_build, frame_id_build_special): Update comments.
4838 (frame_id_build_wild): New prototype.
4839 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4840 struct frame_id fields.
4841 (frame_id_build_wild): New function.
4842 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4843
4844 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4845
4846 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4847 hppabsd-tdep.c.
4848
4849 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4850
4851 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4852
4853 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4854
4855 * ada-lang.c: Re-indent file.
4856
4857 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4858
4859 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4860 (no_symtab_msg): Likewise.
4861
4862 2004-06-27 Andreas Schwab <schwab@suse.de>
4863
4864 * source.c: Fix whitespace.
4865
4866 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4867
4868 * configure.in: Include <sys/param.h> for td_pcb test.
4869 * configure: Regenerated.
4870
4871 * i386nbsd-nat.c: New file.
4872 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4873 i386obsd-nat.c and i386obsd-tdep.c.
4874 (i386nbsd-nat.o): New dependency.
4875 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4876 bsd-kvm.o.
4877 (LOADLIBES): New variable.
4878 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4879 bsd-kvm.o.
4880 (LOADLIBES): New variable.
4881
4882 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4883 (LOADLIBES): New variable.
4884
4885 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4886 fetching from BSD_KVM_PADDR. Correctly lookup address for
4887 "_thread0".
4888
4889 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4890 "bsd-kvm.h".
4891 (amd64fbsd_supply_pcb): New funcion.
4892 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4893
4894 2004-06-27 <david@streamline-computing.com>
4895
4896 Partial fix for PR cli/1056.
4897 * valarith.c: Check for zero in division and remainder
4898 evaluation.
4899
4900 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4901
4902 * i387-tdep.c: Remove excessive whitespace.
4903
4904 2004-06-26 Andrew Cagney <cagney@gnu.org>
4905
4906 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4907 * gdb-events.h, gdb-events.c: Re-generate.
4908 * tui/tui-hooks.c (tui_install_hooks): Update.
4909 (tui_remove_hooks): Update.
4910 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4911
4912 2004-06-26 Mark Kettenis <kettenis@gnu.org>
4913
4914 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4915 (gregset_t, fpregset_t): Remove typedefs.
4916 (REG_OFFSET): Rename argument.
4917 (amd64bsd_r_reg_offset): Rename from reg_offset.
4918 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4919 Remove functions.
4920 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4921 of reg_offset.
4922 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4923
4924 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4925
4926 * vax-tdep.c: Tweak comment.
4927
4928 Add OpenBSD/hppa support.
4929 * NEWS (New native configurations): Mention OpenBSD/hppa.
4930 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4931 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4932 files.
4933 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4934 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4935 * configure.host: Add hppa*-*-openbsd*.
4936 * configure.tgt: Add hppa*-*-openbsd*.
4937
4938 2004-06-25 Andrew Cagney <cagney@gnu.org>
4939
4940 * defs.h (deprecated_ui_loop_hook): Deprecated.
4941 * wince.c (child_wait): Update.
4942 * win32-nat.c (child_wait): Update.
4943 * v850ice.c (v850ice_wait): Update.
4944 * top.c (deprecated_ui_loop_hook): Update.
4945 * serial.h: Update.
4946 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4947 (do_unix_readchar): Update.
4948 * ser-tcp.c (net_open): Update.
4949 * remote-sim.c (gdb_os_poll_quit): Update.
4950 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4951
4952 2004-06-24 Andrew Cagney <cagney@gnu.org>
4953
4954 * defs.h (deprecated_pre_add_symbol_hook)
4955 (deprecated_post_add_symbol_hook): Deprecated.
4956 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4957 (symbol_file_add_with_addrs_or_offsets): Update references.
4958
4959 2004-06-24 Andrew Cagney <cagney@gnu.org>
4960
4961 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4962 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4963 * wince.c (ui_loop_hook): Delete extern declaration.
4964 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4965 * v850ice.c (ui_loop_hook): Delete extern declaration..
4966 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4967 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4968 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4969 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4970 ui_loop_hook declaration.
4971
4972 2004-06-24 Andrew Cagney <cagney@gnu.org>
4973
4974 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4975 entry_func_highpc fields.
4976 * objfiles.c (init_entry_point_info): Do not clear
4977 entry_func_lowpc and entry_func_highpc.
4978 (objfile_relocate): Do not relocate entry_func_lowpc and
4979 entry_func_highpc.
4980 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4981 entry_func_highpc.
4982 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4983 entry_func_highpc.
4984 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4985 entry_func_lowpc and entry_func_highpc with call to
4986 inside_entry_func.
4987
4988 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4989
4990 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4991 quad-precision floating point arguments in registers.
4992
4993 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4994
4995 From Michael Mueller <m.mueller99@kay-mueller.de>:
4996 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4997 account.
4998
4999 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5000
5001 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5002 to -1.
5003 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5004 untriggered watchpoints to a separate if clause. Update function
5005 comment regarding STOPPED_BY_WATCHPOINT argument.
5006
5007 2004-06-22 Jim Blandy <jimb@redhat.com>
5008
5009 * gdbarch.sh: Doc fix.
5010
5011 2004-06-21 Martin Hunt <hunt@redhat.com>
5012 Kevin Buettner <kevinb@redhat.com>
5013
5014 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5015 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5016 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5017 to set_gdbarch_sp_regnum(). Use cooked register number.
5018 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5019
5020 2004-06-21 Andrew Cagney <cagney@gnu.org>
5021
5022 * gdbarch.sh: When the macro field is empty, do not generate a
5023 macro definition. When the macro field is "=", generate the macro
5024 name from the upper-case function name.
5025 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5026 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5027 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5028 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5029 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5030 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5031 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5032 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5033 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5034 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5035 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5036 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5037 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5038 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5039 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5040 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5041 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5042 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5043 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5044 (DEPRECATED_USE_STRUCT_CONVENTION)
5045 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5046 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5047 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5048 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5049 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5050 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5051 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5052 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5053 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5054 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5055 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5056 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5057 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5058 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5059 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5060 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5061 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5062 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5063
5064 2004-06-21 Andrew Cagney <cagney@gnu.org>
5065
5066 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5067 macro name, and the function rather than macro value. Only wrap
5068 macro print statements in #ifdef. Move format logic to where it
5069 is needed.
5070 * gdbarch.c: Re-generate.
5071
5072 * gdbarch.sh (read): Delete "print_p" and "description", add
5073 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5074 Delete references to print_p.
5075 (TARGET_ARCHITECTURE): Delete print predicate.
5076 * gdbarch.c: Re-generate.
5077
5078 * gdbarch.sh: Check that multi-arch methods do not provide a
5079 macro.
5080 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5081 (print_registers_info, print_float_info, print_vector_info)
5082 (adjust_breakpoint_address, remote_translate_xfer_address)
5083 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5084 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5085 name from the multi-arch definition.
5086
5087 2004-06-20 Andrew Cagney <cagney@gnu.org>
5088
5089 * gdbarch.sh: Sort by the function, instead of macro name.
5090 * gdbarch.c: Re-generate.
5091
5092 2004-06-20 Andrew Cagney <cagney@gnu.org>
5093
5094 * gdbarch.sh: Use the function, instead of macro name in
5095 errors and the log file.
5096 (return_value): Remove stray ":" in spec.
5097
5098 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5099 * gdbarch.h, gdbarch.c: Re-generate.
5100 * Makefile.in (arch-utils.o): Update dependencies.
5101 * values.c (using_struct_return): Move code calling
5102 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5103 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5104 to legacy_return_value, simplify.
5105 * infcmd.c (print_return_value): Move code calling
5106 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5107 to legacy_return_value, simplify.
5108 * infcall.c (call_function_by_hand): Move code calling
5109 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5110 * arch-utils.c: Update copyright. Include "gdbcore.h".
5111 (legacy_return_value): New function.
5112 * arch-utils.h: Update copyright.
5113 (legacy_return_value): Declare.
5114
5115 2004-06-20 Andrew Cagney <cagney@gnu.org>
5116
5117 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5118 * gdbarch.h, gdbarch.c: Re-generate.
5119 * values.c (using_struct_return): Update call.
5120 * mcore-tdep.c: Update comment.
5121 * infcall.c (call_function_by_hand): Update comment.
5122 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5123 * arch-utils.h (always_use_struct_convention): Update.
5124 * v850-tdep.c (v850_gdbarch_init): Update.
5125 * sh64-tdep.c (sh64_gdbarch_init): Update.
5126 * sh-tdep.c (sh_gdbarch_init): Update.
5127 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5128 * mips-tdep.c (mips_gdbarch_init): Update.
5129 * mcore-tdep.c (mcore_gdbarch_init): Update.
5130 * m32r-tdep.c (m32r_gdbarch_init): Update.
5131 * ia64-tdep.c (ia64_gdbarch_init): Update.
5132 * h8300-tdep.c (h8300_gdbarch_init): Update.
5133 * frv-tdep.c (frv_gdbarch_init): Update.
5134 * cris-tdep.c (cris_gdbarch_init): Update.
5135 * arm-tdep.c (arm_gdbarch_init): Update.
5136 * alpha-tdep.c (alpha_gdbarch_init): Update.
5137
5138 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5139
5140 * PROBLEMS: Add more specific information, and a work-around,
5141 for PR gdb/1458.
5142
5143 2004-06-18 Andrew Cagney <cagney@gnu.org>
5144
5145 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5146 * gdbarch.h, gdbarch.c: Re-generate.
5147 * ada-lang.c (ada_finish_decode_line_1): Update.
5148 * infrun.c (handle_inferior_event): Update.
5149 * infcall.c (find_function_addr): Update.
5150 * linespec.c (minsym_found): Update.
5151 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5152 Update.
5153 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5154 * cli/cli-cmds.c (disassemble_command): Update.
5155 * vax-tdep.c (vax_gdbarch_init): Update.
5156
5157 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5158
5159 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5160
5161 2004-06-17 Andrew Cagney <cagney@gnu.org>
5162
5163 GDB 6.1.1 released from the GDB 6.1 branch.
5164 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5165 * PROBLEMS: Ditto.
5166
5167 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5168
5169 PR gdb/1658
5170 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5171 operation as a uleb128. Found by Michael Coulter.
5172
5173 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5174
5175 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5176 make it non-static.
5177 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5178 to ada-lang.h; this is needed to be able to implement the kill command
5179 in multi-task mode.
5180 (task_ptid): Ditto.
5181 (task_entry): Ditto.
5182 (task_list): Ditto.
5183 (ada_build_task_list): Ditto.
5184
5185 * ada-lang.c: Conditionalize routines and data structures related
5186 to breakpoints, exceptions, completion, and symbol caching on
5187 GNAT_GDB, since these are not yet used in the submitted public sources.
5188 (ada_main_name): Editorial: Move definition out of exception-related
5189 code.
5190
5191 2004-06-15 Andrew Cagney <cagney@gnu.org>
5192
5193 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5194 deprecated_pc_in_call_dummy.
5195
5196 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5197
5198 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5199 bfd_get_section_size_before_reloc or _raw_size.
5200 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5201 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5202 (dwarf2_read_section): Likewise.
5203 * elfread.c (elf_locate_sections): Likewise.
5204 * gcore.c (derive_heap_segment): Likewise.
5205 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5206 * remote-e7000.c (e7000_load): Likewise.
5207 * remote-m32r-sdi.c (m32r_load): Likewise.
5208 * remote-mips.c (mips_load_srec): Likewise.
5209 (pmon_load_fast): Likewise.
5210 * remote.c (compare_sections_command): Likewise.
5211 * symfile.c (add_section_size_callback): Likewise.
5212 (load_section_callback): Likewise.
5213 (pc_in_unmapped_range): Likewise.
5214 (pc_in_mapped_range): Likewise.
5215 (sections_overlap): Likewise.
5216 (list_overlays_command): Likewise.
5217 (simple_overlay_update_1): Likewise.
5218 (simple_overlay_update): Likewise.
5219 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5220 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5221
5222 2004-06-14 Randolph Chung <tausq@debian.org>
5223
5224 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5225 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5226 static.
5227 (hppa_hpux_inferior_created): New function.
5228 (hppa_hpux_init_abi): Register observer.
5229 * symfile.c (hp_cxx_exception_support_initialized)
5230 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5231 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5232
5233 2004-06-14 Randolph Chung <tausq@debian.org>
5234
5235 * MAINTAINERS (Write After Approval): Alphabetize my entry
5236 correctly.
5237
5238 2004-06-14 Andrew Cagney <cagney@gnu.org>
5239
5240 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5241 testsuite maintainer.
5242
5243 2004-06-13 Andrew Cagney <cagney@gnu.org>
5244
5245 * infcmd.c (print_return_value): Fix logic, allow
5246 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5247
5248 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5249 defining any macros.
5250 * gdbarch.h: Re-generate.
5251
5252 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5253 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5254 * gdbarch.h: Re-generate.
5255
5256 * values.c (generic_use_struct_convention): Don't check gcc_p.
5257
5258 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5259 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5260 * gdbarch.h, gdbarch.c: Regenerate.
5261 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5262 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5263 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5264 deprecated_max_register_raw_size and
5265 deprecated_max_register_virtual_size.
5266 * v850-tdep.c (v850_gdbarch_init): Ditto.
5267 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5268 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5269 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5270 * cris-tdep.c (cris_gdbarch_init): Ditto.
5271
5272 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5273 * gdbarch.h, gdbarch.c: Re-generate.
5274 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5275 (m68hc11_use_struct_convention): Delete function.
5276 (m68hc11_extract_struct_value_address): Delete function.
5277 (m68hc11_return_value): New function.
5278 (m68hc11_gdbarch_init): Instead of store_return_value,
5279 extract_return_value, return_value_on_stack,
5280 deprecated_extract_struct_value_address and use_struct_convention,
5281 set return_value.
5282 * values.c (using_struct_return): Do not call
5283 RETURN_VALUE_ON_STACK.
5284 * arch-utils.h (generic_return_value_on_stack_not): Delete
5285 declaration.
5286 * arch-utils.c (generic_return_value_on_stack_not): Delete
5287 function.
5288
5289 2004-06-12 Andrew Cagney <cagney@gnu.org>
5290
5291 * values.c (register_value_being_returned): Delete function.
5292 * infcmd.c (legacy_return_value): Delete function.
5293 * infcall.c (call_function_by_hand): Inline
5294 "register_value_being_returned", simplify.
5295 * values.c (using_struct_return): Update comment, refer to
5296 print_return_value instead of register_value_being_returned.
5297 * infcmd.c (print_return_value): Inline calls to
5298 register_value_being_returned and legacy_return_value. Simplify.
5299
5300 2004-06-11 Randolph Chung <tausq@debian.org>
5301
5302 * somread.c (som_symtab_read): Exclude gcc local symbols.
5303
5304 2004-06-11 Randolph Chung <tausq@debian.org>
5305
5306 * infrun.c (handle_inferior_event): Handle the case when a
5307 trampoline ends up in the runtime resolver, and if the trampoline
5308 has no name. Rearrange the code so that all the trampoline
5309 processing happens before other step-out-of-range handling.
5310
5311 2004-06-11 Martin Hunt <hunt@redhat.com>
5312
5313 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5314 has no fpu.
5315
5316 2004-06-10 Andrew Cagney <cagney@gnu.org>
5317
5318 * blockframe.c (legacy_inside_entry_func): Delete.
5319 (legacy_frame_chain_valid): Inline call to
5320 legacy_inside_entry_func, simplify.
5321
5322 2004-06-10 Bob Rossi <bob@brasko.net>
5323
5324 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5325 * dwarf2read.c (partial_die_info): Add dirname field.
5326 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5327 (read_partial_die): Save away DW_AT_comp_dir.
5328 * defs.h (symtab_to_filename): Removed.
5329 * source.c (find_and_open_source): Added.
5330 (open_source_file): Just calls find_and_open_source.
5331 (symtab_to_filename): Removed.
5332 (symtab_to_fullname, psymtab_to_fullname): Added.
5333 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5334 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5335 symtab_to_filename.
5336 * symtab.h (partial_symtab): Add dirname field.
5337 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5338 (mi_cmd_file_list_exec_source_file): Call new function
5339 symtab_to_fullname to find fullname.
5340 (mi_cmd_file_list_exec_source_files): Added.
5341 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5342 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5343
5344 2004-06-10 Andrew Cagney <cagney@gnu.org>
5345
5346 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5347 to generic_use_struct_convention, the default value.
5348
5349 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5350 of abort.
5351
5352 * ns32k-tdep.c (ns32k_push_arguments): New function.
5353 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5354 * infcall.c (call_function_by_hand): Call error instead of
5355 legacy_push_arguments.
5356 * value.h (legacy_push_arguments): Delete declaration.
5357 * valops.c (legacy_push_arguments): Delete function.
5358 (value_push): Delete function.
5359
5360 2004-06-10 Brian Ford <ford@vss.fsi.com>
5361
5362 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5363 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5364 info.
5365 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5366
5367 2004-06-10 Andrew Cagney <cagney@gnu.org>
5368
5369 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5370 * gdbarch.h, gdbarch.c: Re-generate.
5371 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5372 parameters.
5373 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5374 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5375 deprecated_pc_in_call_dummy instead of
5376 DEPRECATED_PC_IN_CALL_DUMMY.
5377 (arm_skip_prologue): Ditto.
5378 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5379 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5380 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5381 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5382 Ditto.
5383 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5384 (sh64_init_extra_frame_info, sh64_get_saved_register)
5385 (sh64_pop_frame): Ditto.
5386 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5387 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5388 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5389 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5390 (h8300_pop_frame): Ditto.
5391 * blockframe.c (legacy_inside_entry_func)
5392 (legacy_frame_chain_valid): Ditto.
5393 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5394 to deprecated_pc_in_call_dummy.
5395
5396 2004-06-09 Andrew Cagney <cagney@gnu.org>
5397
5398 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5399 provide a default value.
5400 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5401 * gdbarch.h, gdbarch.c: Re-generate.
5402 * arch-utils.c (generic_convert_register_p): Rename
5403 legacy_convert_register_p
5404 (legacy_register_to_value, legacy_value_to_register): Delete
5405 functions.
5406 * arch-utils.h (generic_convert_register_p): Rename
5407 legacy_convert_register_p.
5408 (legacy_register_to_value, legacy_value_to_register): Delete
5409 declarations.
5410
5411 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5412 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5413 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5414 * gdbarch.h, gdbarch.c: Re-generate.
5415 * infcmd.c (default_print_registers_info): Simplify.
5416 * findvar.c (value_of_register): Simplify.
5417 * mi/mi-main.c (get_register): Simplify.
5418 * arch-utils.c (legacy_convert_register_p): Always return 0.
5419 (legacy_register_to_value, legacy_value_to_register): Always call
5420 internal_error.
5421
5422 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5423 #ifdef CLEAR_INSN_CACHE code.
5424 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5425 Delete #ifdef CLEAR_DEFERRED_STORES code.
5426
5427 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5428
5429 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5430 copyright.
5431 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5432
5433 * config/mips/mipsv4.mh: Delete file.
5434
5435 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5436 unreferenced macro.
5437 (hpread_adjust_stack_address): Delete declaration.
5438
5439 2004-06-08 Andrew Cagney <cagney@gnu.org>
5440
5441 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5442 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5443 PTRACE_ATTACH / PTRACE_DETACH available call error.
5444 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5445 * infttrace.c (update_thread_state_after_attach, attach, detach):
5446 Remove #ifdef wrappers.
5447 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5448 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5449 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5450 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5451 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5452 * config/nm-linux.h (ATTACH_DETACH): Delete.
5453 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5454 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5455 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5456 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5457 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5458
5459 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5460
5461 * configure.in: Set $configdir to the right OS specific value.
5462 Use value when setting $tcldir and $tkdir.
5463 * configure: Regenerate.
5464
5465 2004-06-06 Paul Brook <paul@codesourcery.com>
5466
5467 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5468 records.
5469
5470 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5471
5472 * ada-lang.c (lookup_symbol_in_language): New function to allow
5473 re-use of another language's symbol lookup code. (Placed here
5474 temporarily while Ada support is being integrated into the public
5475 tree).
5476 (restore_language): New auxiliary function for
5477 lookup_symbol_in_language.
5478 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5479 temporarily while Ada support is being integrated into the public
5480 tree).
5481
5482 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5483
5484 * Makefile.in (check//%): New.
5485
5486 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5487 (mn10300_store_return_value): Rewrite.
5488 (mn10300_type_align): New.
5489 (mn10300_use_struct_convention): Rewrite.
5490 (mn10300_return_value): New, using all of the above.
5491 (mn10300_pop_frame_regular): Add saved_regs_size.
5492 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5493
5494 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5495 regs if PC is on movm.
5496
5497 2004-06-07 Jim Blandy <jimb@redhat.com>
5498
5499 Add native Linux support for the PowerPC E500.
5500 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5501 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5502 all architectures except the E500.
5503 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5504 #definitions.
5505 (struct gdb_evrregset_t): New type.
5506 (have_ptrace_getsetevrregs): New variable.
5507 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5508 fetch_spe_registers): New functions.
5509 (fetch_register): Call fetch_spe_register as appropriate.
5510 Assert that we're only passed raw register numbers.
5511 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5512 Don't fetch gprs if they're pseudoregisters.
5513 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5514 store_spe_registers): New functions.
5515 (store_register): Call store_spe_register as appropriate.
5516 Assert that we're only passed raw register numbers.
5517 (store_ppc_registers): Call store_spe_registers as appropriate.
5518 Don't store gprs if they're pseudoregisters.
5519
5520 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5521
5522 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5523 struct if one exists, even if we are dealing with a zombie thread.
5524
5525 2004-06-07 Andrew Cagney <cagney@gnu.org>
5526
5527 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5528 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5529 Rename PC_REQUIRES_RUN_BEFORE_USE.
5530 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5531 #ifdef.
5532
5533 2004-06-07 Randolph Chung <tausq@debian.org>
5534
5535 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5536 unwinding after sp has been saved to the stack but before the end
5537 of the prologue, and after the fp has been modified but before it has
5538 been saved to the stack.
5539 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5540 Remove superfluous definitions.
5541 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5542
5543 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5544
5545 Committed by Randolph Chung.
5546 * hppa-linux-nat.c: Include the correct version of the header file
5547 depending on the kernel version.
5548
5549 2004-06-06 Randolph Chung <tausq@debian.org>
5550
5551 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5552 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5553
5554 2004-06-06 Randolph Chung <tausq@debian.org>
5555
5556 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5557 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5558 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5559 * hppa-tdep.c (hppa_symbol_address): New function definition.
5560 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5561
5562 2004-06-06 Randolph Chung <tausq@debian.org>
5563
5564 * hppa-tdep.h (struct value): Forward declaration.
5565 (gdbarch_tdep): Define tdep find_global_pointer method.
5566 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5567 associated with the function we are trying to call, and write it
5568 to the gp register.
5569 (hppa32_convert_from_funct_ptr_addr): New function.
5570 (hppa_find_global_pointer): New function.
5571 (hppa_gdbarch_init): Set default find_global_pointer method; set
5572 convert_from_func_ptr_addr method.
5573 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5574 (hppa_linux_init_abi): Set find_global_pointer method.
5575 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5576
5577 2004-06-06 Randolph Chung <tausq@debian.org>
5578
5579 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5580 to struct value *function.
5581 * gdbarch.c: Regenerate.
5582 * gdbarch.h: Likewise.
5583 * infcall.c (call_function_by_hand): Pass entire function value
5584 to push_dummy_call.
5585
5586 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5587 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5588 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5589 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5590 * arm-tdep.c (arm_push_dummy_call): Likewise.
5591 * avr-tdep.c (avr_push_dummy_call): Likewise.
5592 * cris-tdep.c (cris_push_dummy_call): Likewise.
5593 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5594 * frv-tdep.c (frv_push_dummy_call): Likewise.
5595 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5596 * hppa-tdep.c (hppa32_push_dummy_call)
5597 (hppa64_push_dummy_call): Likewise.
5598 * i386-tdep.c (i386_push_dummy_call): Likewise.
5599 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5600 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5601 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5602 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5603 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5604 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5605 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5606 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5607 (ppc64_sysv_abi_push_dummy_call): Likewise.
5608 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5609 (ppc64_sysv_abi_push_dummy_call): Likewise.
5610 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5611 * s390-tdep.c (s390_push_dummy_call): Likewise.
5612 * sh-tdep.c (sh_push_dummy_call_fpu)
5613 (sh_push_dummy_call_nofpu): Likewise.
5614 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5615 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5616 * vax-tdep.c (vax_push_dummy_call): Likewise.
5617
5618 2004-06-04 Jim Blandy <jimb@redhat.com>
5619
5620 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5621 gdbarch argument to register_size.
5622
5623 * rs6000-tdep.c (rs6000_store_return_value): Use
5624 regcache_cooked_write_part instead of
5625 deprecated_write_register_bytes.
5626 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5627 not gdbarch_deprecated_store_return_value.
5628
5629 * ppc-linux-nat.c (store_register, fetch_register): Remove
5630 incorrect assertions. Simplify and generalize handling of
5631 transfers whose sizes are not multiples of, or less than, sizeof
5632 (PTRACE_XFER_TYPE).
5633
5634 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5635
5636 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5637 as a new thread event.
5638 * thread-db.c (thread_get_info_callback): If the thread is a
5639 zombie, return TD_THR_ZOMBIE.
5640 (thread_from_lwp): If thread_get_info_callback returns
5641 TD_THR_ZOMBIE, check if the thread is still on the thread list
5642 and return a -1 ptid if not found.
5643 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5644 change the status to TARGET_WAITKIND_SPURIOUS.
5645
5646 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5647
5648 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5649 double values in little endian mode.
5650
5651 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5652
5653 Committed by Andrew Cagney.
5654 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5655 after last enum constant to avoid error from IBM C
5656 compiler.
5657
5658 2004-06-02 Jim Blandy <jimb@redhat.com>
5659
5660 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5661 to 'message', and make it local to the lone block that uses it.
5662
5663 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5664
5665 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5666
5667 * ada-exp.y: Update copyright notice.
5668 Include block.h.
5669
5670 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5671 SPECIAL_VARIABLE and unify the treatment of these cases.
5672
5673 (write_attribute_call0): Remove.
5674 (write_attribute_call1): Remove.
5675 (write_attribute_calln): Remove.
5676 (save_qualifier): Add missing semicolon.
5677
5678 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5679 temporarily disabled to allow compilation with FSF head version.
5680
5681 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5682 use individual operators (OP_*) for all attributes.
5683 (exp syntax): Use write_int.
5684 Handle STRING literals with OP_STRING.
5685 (variable syntax): Add limit parameter to calls to
5686 write_object_renaming.
5687
5688 (temp_parse_space): New definition to hold entities that need
5689 only live until the next call to ada_parse.
5690 (string_to_operator): Rename fields of ada_opname_table entries.
5691
5692 (write_var_from_sym): Record block.
5693 (write_var_from_name): Minor reformatting.
5694 Make sure saved name is properly encoded in the case of multiple
5695 matches, and set its language to Ada.
5696 Update comment.
5697 Modify to indicate unresolved name as symbol in the UNRESOLVED
5698 namespace, allocated in temp_parse_space.
5699 (write_int): New function.
5700
5701 (write_object_renaming): Add max_depth parameter to limit
5702 chains of object renamings.
5703 Handle case where root of renaming expression is itself a renaming.
5704 Use temp_parse_space for temporary name buffer.
5705 Handle renamings to dereferenced pointers (___XEXA suffices).
5706
5707 (ada_parse, yyerror, string_to_operator,
5708 write_var_from_sym, write_var_from_name, write_attribute_call0,
5709 write_attribute_call1, write_attribute_calln,
5710 write_object_renaming): Protoize.
5711
5712 (_initialize_ada_exp): New function.
5713
5714 * ada-lang.c: Update copyright notice.
5715 General terminology change to conform to GNAT compiler usage:
5716 mangle => encode, demangle => decode
5717 Include gdb_obstack.h.
5718 Include gdb_regex.h
5719 Include frame.h
5720 Include hashtab.h
5721 Include completer.h
5722 Include gdb_stat.h
5723 Include block.h
5724 Include infcall.h
5725
5726 (ADA_RETAIN_DOTS): Make sure this is defined.
5727 (TRUNCATION_TOWARDS_ZERO): Define.
5728 (struct string_vector): Define.
5729 (unresolved_names): Remove definition.
5730 (xnew_string_vector): New function.
5731 (string_vector_append): New function.
5732 (extract_string): Make static.
5733 (ada_unqualified_name): New function.
5734 (add_angle_brackets): New function.
5735 (function_name_from_pc): New function.
5736 (place_on_stack): Rename to ensure_lval.
5737
5738 (ensure_lval): Renamed from place_on_stack.
5739 Make identity on lvals.
5740 Update comment.
5741 (is_nonfunction): New interface.
5742 Only symbols in LOC_CONST class can be enumerals.
5743 (fill_in_ada_prototype): Remove; now independent of language.
5744 (add_defn_to_vec): Add obstack and symtab arguments.
5745 Use obstack to hold collected definitions.
5746 (num_defns_collected): New function.
5747 (defns_collected): New function.
5748 (ada_resolve_subexp): Rename to resolve_subexp.
5749 (resolve_subexp): Renamed from ada_resolve_subexp.
5750 (ada_op_name): Return non-const result.
5751 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5752 other purposes.
5753
5754 (to_fixed_array_type): Add declaration.
5755 (coerce_unspec_val_to_type): Remove offset parameter.
5756 (find_sal_from_funcs_and_line): New interface.
5757 (find_line_in_linetable): Ditto.
5758
5759 (all_sals_for_line): Rename to ada_sals_for_line and make
5760 global.
5761 Add new parameter. When set, do not ask the user to choose the
5762 instance, but use the first one found instead.
5763 Use given line number in returned sals.
5764 Fix comment.
5765 Skip the prologue if funfirstline is set.
5766 Correct for memory leak when 0 lines found.
5767
5768 (value_pos_atr): Use pos_atr.
5769 (pos_atr): New function.
5770 (standard_lookup): Add block parameter.
5771
5772 (makeTimeStart): Remove declaration and uses.
5773 (makeTimeStop): Remove declaration and uses.
5774
5775 (ada_completer_word_break_characters): Allow for VMS.
5776 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5777 (raise_sym_name): New constant.
5778 (raise_unhandled_sym_name): New constant.
5779 (raise_assert_sym_name): New constant.
5780 (process_raise_exception_name): New constant.
5781 (longest_exception_template): New constant.
5782 (warning_limit): New variable to limit warnings during expression
5783 evaluation.
5784 (warnings_issued): New variable to keep track of warnings issued.
5785 (known_runtime_file_name_patterns): New constant.
5786 (known_auxiliary_function_name_patterns): New constant.
5787 (symbol_list_obstack): New variable.
5788
5789 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5790 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5791 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5792 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5793 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5794 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5795 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5796 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5797 and strcmp.
5798
5799 (ada_get_field_index): New function.
5800 (lim_warning): New function.
5801 (ada_translate_error_message): New function.
5802 (MAX_OF_SIZE): New function.
5803 (MIN_OF_SIZE): New function.
5804 (UMAX_OF_SIZE): New function.
5805 (UMIN_OF_SIZE): New function.
5806 (discrete_type_high_bound): New function.
5807 (discrete_type_low_bound): New function.
5808 (base_type): New function.
5809 (do_command): Remove.
5810
5811 (ada_update_initial_language): Use language_ada, not language_unknown.
5812 (ada_encode): Renamed from ada_mangle.
5813 Obey ADA_RETAIN_DOTS.
5814 (ada_decode): Renamed from ada_demangle.
5815 Update coding conventions.
5816 (decoded_names_store): New hash table.
5817 (ada_decode_symbol): New function.
5818 (ada_la_decode): New function.
5819
5820 (modify_general_field): Correct computations of offset and bit
5821 position.
5822 (desc_base_type): Handle ref types, too.
5823 (ada_is_direct_array_type): New function.
5824
5825 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5826 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5827 (ada_is_bogus_array_descriptor,ada_type_of_array,
5828 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5829 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5830 ada_is_array_descriptor_type.
5831
5832 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5833 (ada_is_packed_array_type): Handle pointers or
5834 references to packed arrays as well.
5835 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5836 (decode_packed_array_type): Search for the packed array type
5837 symbol in the currently selected block and associated
5838 superblocks too.
5839 Use lookup_symbol again.
5840
5841 (decode_packed_array): Handle pointers and references.
5842 Update call to coerce_unspec_val_to_type.
5843 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5844 (ada_value_primitive_packed_val): Improve comment.
5845
5846 (ada_index_type): Substitute int type for "undefined".
5847 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5848 ada_array_langth, ada_is_string_type): Use renamed
5849 ada_is_simple_array_type.
5850 (empty_array): New function.
5851
5852 (ada_resolve): Rename to resolve.
5853 (resolve): Make static.
5854 Call renamed resolve_subexp.
5855 Update comment.
5856 (ada_resolve_subexp): Rename to resolve_subexp.
5857 (resolve_subexp): Update comment.
5858 Decomment disabled code.
5859 Add LOC_COMPUTED* cases.
5860 Modify to use temporary struct symbols (marked as being in
5861 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5862 OP_UNRESOLVED_VALUE.
5863 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5864 Add OP_STRING case.
5865 Remove OP_ARRAY.
5866 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5867 Use new ada_lookup_symbol_list interface.
5868 Use new ada_resolve_function interface.
5869 Remove OP_TYPE case.
5870
5871 (ada_args_match): Idiot proof against null actuals.
5872 Use intermediate variables to clarify.
5873 (ada_resolve_function): Update comment and interface.
5874 (mangled_ordered_before): Rename to encoded_ordered_before and
5875 update comment.
5876 (sort_choices): Update comment and interface.
5877 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5878 (user_select_syms): New interface.
5879 Use new sort_choices interface.
5880 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5881 (possible_user_operator_p): Idiot-proof against null values.
5882 (ada_simple_renamed_entity): Don't make cleanup; rely on
5883 caller to free result string.
5884 Remove const from return type.
5885 (make_array_descriptor): Rename uses of place_on_stack to
5886 ensure_lval.
5887 Make sure that arrays are on stack.
5888
5889 (HASH_SIZE): Define.
5890 (struct cache_entry): Define.
5891 (cache_space): Define.
5892 (cache): Define.
5893 (clear_ada_sym_cache): New function.
5894 (find_entry): New function.
5895 (lookup_cached_symbol): New function.
5896 (defn_vector_size): Define.
5897 (cache_symbol): New function.
5898 (defn_symbols): Remove.
5899
5900 (standard_lookup): Use lookup_symbol_in_language to get effect of
5901 C lookup.
5902 Cache results.
5903
5904 (symbol_completion_match): New function.
5905 (symbol_completion_add): New function.
5906 (ada_make_symbol_completion_list): New function.
5907
5908 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5909 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5910 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5911 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5912
5913 (ada_lookup_simple_minsym): New function.
5914 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5915
5916 (add_symbols_from_enclosing_procs): New interface.
5917 Conditionalize more helpfully.
5918 Don't bother if program isn't running.
5919 Use new interface to get_frame_block.
5920 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5921
5922 (remove_extra_symbols): New interface.
5923 (xget_renaming_scope): New function.
5924 (is_package_name): New function.
5925 (renaming_is_visible): New function.
5926 (remove_out_of_scope_renamings): New function.
5927
5928 (ada_lookup_symbol_list): New interface.
5929 Properly reinitialize the symbol list obstack.
5930 Don't call add_symbols_from_enclosing_procs if we start from a
5931 static or global block.
5932 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5933 add_symbols_from_enclosing_procs.
5934 Add symtab data to cached entries.
5935 Handle symbols prefixed with
5936 "standard__" specially; strip prefix and don't look in local symbols.
5937 Do not include out of scope renaming symbols in list of
5938 symbols returned.
5939 Add const to block parameter.
5940 Move check for non-local, non-global symbols earlier.
5941 Remove timing stuff.
5942 (ada_lookup_symbol): New interface.
5943 Find symtab as well.
5944 (ada_lookup_symbol_nonlocal): New function.
5945
5946 (is_name_suffix): Enhance suffix detection to recognize
5947 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5948 (is_dot_digits_suffix): New function.
5949 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5950
5951 (ada_add_block_symbols): New interface. Use obstack to return results
5952 in a vector of struct ada_symbol_infos. Add symtab argument.
5953 Use new interface to add_defn_to_vec.
5954 Remove calls to fill_in_ada_prototype.
5955 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5956
5957 (ada_finish_decode_line_1): Add const qualification to local to fix
5958 warning.
5959 Start looking in static block for functions to avoid attempts
5960 to search frame chain for up-level variables.
5961 Adapt to new ada_sals_for_line interface.
5962 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5963 Handle quoting of the function name inside the spec string.
5964 Skip prologue when funfirstline is set and update the
5965 function documentation to that effect.
5966
5967 (debug_print_lines, debug_print_block, debug_print_blocks,
5968 debug_print_symtab): Remove.
5969
5970 (ada_main_name): New function.
5971 (ada_exception_breakpoint_type): New function.
5972 (is_known_support_routine): New function.
5973 (ada_find_printable_frame): Renamed from find_printable_frame and made
5974 global.
5975 Remove level parameter.
5976 Use new interface to select_frame.
5977
5978 (begin_command): Remove.
5979 (ada_adjust_exception_stop): New function.
5980 (ada_print_exception_stop): New function.
5981 (exception_name_from_cond): New function.
5982 (ada_report_exception_break): Replace disabled code with
5983 conditionalization on GNAT_GDB.
5984 Get the exception name from the condition string.
5985 Remove and move functionality into new functions
5986 ada_print_exception_breakpoint_task and
5987 ada_print_exception_breakpoint_nontask.
5988 (error_breakpoint_runtime_sym_not_found): New function.
5989 (is_runtime_sym_defined): New function.
5990 (ada_breakpoint_rewrite): Uncomment suppressed code.
5991 Use symbolic error-message and runtime-symbol names.
5992 Surround runtime symbol names in quotes.
5993 Allow non-specific breakpoints on exceptions and assertions before
5994 program starts.
5995
5996 (ada_is_tagged_type): Add parameter.
5997 (ada_is_tag_type): New function.
5998 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5999 (ada_variant_discrim_type): Ditto.
6000 (value_tag_from_contents_and_address): New function.
6001 (type_from_tag): New function.
6002 (struct tag_args): New structure used to communicate with
6003 ada_tag_name_1.
6004 (ada_tag_name_1): New function.
6005 (ada_tag_name): New function.
6006
6007 (ada_scan_number): Update comment.
6008 (find_struct_field): New function.
6009 (ada_search_struct_field): Make static.
6010 (ada_value_struct_elt): New version that returns references when
6011 given pointers or references to structs.
6012 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6013 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6014 interface.
6015 (ada_value_ind): Use new ada_to_fixed_value interface.
6016 (ada_coerce_ref): Ditto.
6017 (field_offset): Remove.
6018
6019 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6020 (ada_find_renaming_symbol): New function.
6021 (ada_prefer_type): Prefer named types over unnamed ones.
6022 (variant_field_index): New function.
6023 (contains_variant_part): Removed: subsumed by variant_field_index.
6024 (ada_template_to_fixed_record_type): New function, mostly from
6025 template_to_fixed_record_type.
6026 (template_to_fixed_record_type):
6027 Do not scan the type fields beyond the last one; prevents a
6028 potential SEGV.
6029 Handle case where variant field is listed BEFORE discriminant it
6030 depends on.
6031 Fix calculation of record length when bit length is
6032 not evenly divisible by char length.
6033 Move code to ada_template_to_fixed_record_type and call it.
6034
6035 (template_to_static_fixed_type): Revise comment.
6036 Modify to work on ordinary record types as well as templates,
6037 so as to handle fields that use ___XVE or ___XVU encodings.
6038 (to_record_with_fixed_variant_part): Fill out comment.
6039 Initialize C++ stuff in right type.
6040 Allow case where DVAL is null.
6041 Handle case where variant field is not last.
6042 Fix typo concerning record length.
6043 (to_fixed_record_type): Decomment disabled code.
6044 (to_fixed_record_type): Use variant_field_index instead of
6045 contains_variant_part.
6046 (to_fixed_variant_branch_type): Ditto.
6047 (to_fixed_array_type): Decomment disabled code.
6048 (ada_to_fixed_type): Convert tagged types to the specific type.
6049 Deactivate the size-check for array types in order to avoid
6050 some false size alarms.
6051 (to_static_fixed_type): Decomment disabled code.
6052 Modify to call template_to_static_fixed_type
6053 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6054 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6055 Remove valaddr argument, as it is never really used.
6056 (ada_to_fixed_value): Change interface to act on single struct value*
6057 operand.
6058 (adjust_pc_past_prologue): New function.
6059 (ada_attribute_name): Modify to take enum exp_opcode argument.
6060
6061 (ada_enum_name): Recognize new homonym-distinguishing convention.
6062 Adjust local variable's type to remove compiler warning.
6063 Fix a small problem in the part that unqualifies the enumeration name.
6064 (ada_value_binop): New function.
6065 (ada_value_equal): New function.
6066
6067 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6068 Don't give error message when not doing normal evaluation
6069 and a tagged type doesn't seem to contain a structure member.
6070 Give error message for packed arrays.
6071 For indexing arrays, handle pointers to packed arrays correctly.
6072 Handle case of 'first and 'last attributes of bare integral type
6073 without encoded subtype info.
6074 Remove some unnecessary casts.
6075 Fix uninitialized value of type in computing 'first, 'last, or 'length
6076 of array object.
6077 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6078 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6079 calls.
6080 Attributes are now exp_opcode values.
6081 Correct treatment of 'modulus.
6082 Better error message for taking 'length of wrong kind of type;
6083 improve comment.
6084 Change EVAL_NORMAL to noside for consistency.
6085 Use ada_value_binop for DIV, MOD, REM.
6086 Make special case out of array of length 0, since an argument
6087 of 0 upsets some platforms' malloc.
6088 Use OP_STRING instead of OP_ARRAY.
6089 For slice, add check that we have an array type before extracting
6090 a slice out of it. Avoids a SEGV.
6091 When evaluating an array slice, if the array type is a reference to
6092 an aligner type, then replace the aligner type by the actual type.
6093 Decomment disabled code.
6094 Remove some dead code.
6095 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6096 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6097 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6098 and UNOP_MBR to UNOP_IN_RANGE.
6099 If an array type has a parallel ___XVE type, then use it.
6100 Turn arrays into pointers for lvalue arrays.
6101 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6102 bounds error and handle 0-length slices.
6103 Use lim_warning.
6104 When selecting fields, apply ada_to_fixed_value (because the fields
6105 might have ___XVU or ___XVE encodings even if not dynamic.)
6106 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6107 (ada_is_system_address_type): New function.
6108
6109 (get_var_value): Use new interface to ada_lookup_symbol_list.
6110 (get_int_var_value): New interface.
6111 (to_fixed_range_type): Allow unknown bound, with warning.
6112 (ada_is_modular_type): Decomment disabled code.
6113 (ADA_OPERATORS): New definition.
6114 (ada_operator_length): New function.
6115 (ada_expr_op_name): New function.
6116 (ada_forward_operator_length): New function.
6117 (ada_dump_subexp_body): New function.
6118 (ada_print_subexp): New function.
6119 (ada_exp_descriptor): New constant.
6120 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6121 (ada_language_defn): Add ada_exp_descriptor entry.
6122 Change ada_parse => parse.
6123 Add post-parser entry.
6124 Use ada-specific non-local symbol lookup.
6125 Don't use C-style arrays.
6126 String lower-bound is 1.
6127 Decomment disabled code.
6128 (parse): New function.
6129 New fields ada_translate_error_message, ada_lookup_symbol,
6130 ada_lookup_minimal_symbol.
6131
6132 * ada-lang.h: Update copyright dates.
6133 Replace the mangle/demangle terminology throughout by the
6134 more appropriate encode/decode one.
6135 Include breakpoint.h.
6136 Forward declare struct partial_symbol, struct block.
6137 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6138 (EXTRACT_ADDRESS): Remove.
6139 (EXTRACT_INT): Remove.
6140 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6141 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6142 (MAX_RENAMING_CHAIN_LENGTH): Define.
6143 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6144
6145 (enum task_states): Remove.
6146 ada_task_states: Remove.
6147 (fat_string): Remove.
6148 (struct entry_call): Remove.
6149 (struct task_fields): Remove.
6150 (struct task_entry): Remove.
6151
6152 (struct ada_symbol_info): Define.
6153 (enum ada_attribute): Remove.
6154 (enum ada_operator): Define.
6155
6156 (ada_get_field_index): Declare.
6157 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6158 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6159 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6160 (ada_lookup_symbol_list): New interface.
6161 (ada_decode_symbol): Declare.
6162 (ada_decode): Declare.
6163 (ada_lookup_symbol): New interface.
6164 (ada_update_initial_language): Declare.
6165 (ada_lookup_simple_minsym): Declare.
6166 (user_select_syms): New interface.
6167 (ada_sals_for_line): Declare.
6168 (ada_is_tagged_type): New interface.
6169 (ada_tag_name): Declare.
6170 (ada_lookup_struct_elt_type): Remove declaration.
6171 (ada_search_struct_field): Remove declaration.
6172 (ada_attribute_name): New interface.
6173 (ada_is_system_address_type): Declare.
6174 (ada_to_fixed_value): Remove declaration.
6175 (ada_template_to_fixed_record_type_1): Declare.
6176 (get_int_var_value): New interface.
6177 (ada_find_any_symbol): Declare.
6178 (ada_find_renaming_symbol): Declare.
6179 (ada_mangle): Rename to ada_encode.
6180 (ada_simple_renamed_entity): Remove const.
6181 (ada_main_name): Declare.
6182 (get_current_task): Rename to ada_get_current_task.
6183 (get_entry_number): Remove declaration.
6184 (ada_report_exception_break): Remove declaration.
6185 (ada_print_exception_breakpoint_nontask): Declare.
6186 (ada_print_exception_breakpoint_task): Declare.
6187 (ada_find_printable_frame): Declare.
6188
6189 * ada-lex.l: Update copyright notices.
6190 Use xmalloc and xfree instead of malloc and free.
6191 Use new interface to name_lookup.
6192 Use new interface to
6193 ada_mangle=>ada_encode.
6194 Redo handling of '$...' variable to parallel current treatment
6195 in c-exp.y.
6196 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6197 digit_to_int, strtoulst, processInt, processReal, processId,
6198 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6199 yywrap): Protoize.
6200
6201 (processInt): Use cast to remove harmless warning.
6202 (processReal): Modify to get rid of compiler warning on scan formats.
6203
6204 (processId): Replace xmalloc with obstack_alloc for name and remove
6205 call to ada_name_string_cleanup.
6206 Remove obsolete disabled code.
6207 (name_lookup): Ditto.
6208 New interface.
6209 Use obsavestring on temp_parse_space instead of savestring
6210 on name, and remove call to ada_name_string_cleanup.
6211 Free string returned from ada_simple_renamed_entity.
6212 Use new interface to ada_lookup_symbol_list.
6213 Decomment disabled code.
6214 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6215 not types.
6216 When a type name lookup succeeds as a result of
6217 lookup_primitive_typename, check for regular type entry that has not
6218 yet been read in.
6219 Limit length of chain of renamed symbols we are willing to follow.
6220 Do not break names beginning with "standard__" into segments.
6221 (block_lookup): Use new interface to ada_lookup_symbol_list.
6222
6223 * ada-typeprint.c: Update copyright notice.
6224 (demangled_type_name): Rename to decoded_type_name.
6225 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6226 (print_range_bound): Correct handling of negative
6227 bounds that make the index type looked unsigned under STABS.
6228 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6229 (print_range_type_named): Use the builtin int type if no type
6230 corresponding to the given type name could be found.
6231 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6232 Add some bullet-proofing.
6233 (print_variant_clauses): Allow for variant branches with ___XVU
6234 encodings that are not dynamic fields.
6235 Use new interface to ada_is_tagged_type.
6236 (print_record_type): Allow for fields with ___XVE encodings that
6237 are not dynamic fields.
6238 Use new interface to ada_is_tagged_type.
6239 (ada_print_type): ada_is_array_descriptor =>
6240 ada_is_array_descriptor_type.
6241
6242 * ada-valprint.c: Update copyright notice.
6243 Include gdb_string.h
6244 Include infcall.h
6245 (ui_memcpy): New function.
6246 (ada_print_floating): New function.
6247 (ada_print_str): Order arguments correctly.
6248 Correct handling of empty arrays and arrays of 0-length items.
6249 ada_is_array_descriptor => ada_is_array_descriptor_type
6250 Print values of type System.Address in hexadecimal format.
6251 Use ada_print_floating to print floating-point numbers in Ada format.
6252 Print class tag values with type names.
6253 No longer print the address of reference values. Avoids
6254 a potential confusion.
6255 (ada_value_print): Stop printing the object type for reference
6256 values, but preserve that behavior for access types. Avoids
6257 a potential confusion.
6258 Simplify one conditional expression, as the first part is now
6259 necessarily true.
6260 ada_is_array_descriptor => ada_is_array_descriptor_type
6261 Add check for arrays for null records, and print them by hand.
6262
6263 2004-06-01 Jim Blandy <jimb@redhat.com>
6264
6265 * ppc-tdep.h: Delete unused 'regoff' member.
6266 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6267
6268 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6269
6270 Fix PR symtab/1661.
6271 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6272 (hpread_read_struct_type): Likewise.
6273
6274 2004-06-01 Andrew Cagney <cagney@gnu.org>
6275
6276 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6277 instead of xasprintf.
6278 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6279 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6280 (mi_cmd_data_list_register_names)
6281 (mi_cmd_data_list_changed_registers)
6282 (mi_cmd_data_list_register_values)
6283 (get_register, mi_cmd_data_write_register_values)
6284 (mi_cmd_data_write_register_values)
6285 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6286 (mi_cmd_target_download, mi_cmd_target_select)
6287 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6288 (mi_execute_cli_command, mi_execute_async_cli_command)
6289 (mi_execute_async_cli_command): Ditto.
6290 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6291 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6292
6293 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6294 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6295 error_last_message instead of mi_error_last_message.
6296 * mi/mi-main.c (mi_error_last_message): Delete function.
6297
6298 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6299 "invalid number of columns" error. Delete redundant "out of
6300 memory" check.
6301
6302 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6303
6304 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6305 (gregset_t, fpregset_t): Remove typedefs.
6306 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6307 (REG_OFFSET): Rename argument.
6308 (i386bsd_r_reg_offset): Rename from reg_offset.
6309 (REG_ADDR): Remove macro.
6310 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6311 functions.
6312 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6313 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6314 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6315 instead of supply_gregset.
6316 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6317 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6318 instead of fill_gregset.
6319 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6320
6321 * i386bsd-nat.c: Don't include "gregset.h".
6322 (supply_gregset, fill_gregset): Make static.
6323 (supply_fpregset, fill_fpregset): Remove.
6324 * Makefile.in (i386bsd-nat.o): Update dependencies.
6325
6326 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6327
6328 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6329 "gdb_assert.h". Con't include "gregset.h".
6330 (fbsd_make_corefile_notes): Use regset-based core file support
6331 instead off fill_gregset and fill_fpregset.
6332 * Makefile.in (fbsd-proc.o): Update dependencies.
6333
6334 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6335 instructions.
6336 (m88k_frame_prev_register): Simplify code a bit.
6337
6338 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6339 (amd64_collect_fpregset): New function.
6340 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6341
6342 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6343
6344 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6345 (i386_collect_gregset): New function.
6346 (i386_supply_fpregset): Adjust comment.
6347 (i386_collect_fpregset): New function.
6348 (i386_regset_from_core_section): Use i386_collect_gregset and
6349 i386_collect_fpregset.
6350
6351 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6352 handle VALUEP being null.
6353
6354 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6355
6356 2004-05-29 Mark Kettenis <kettenis@gnu.org>
6357
6358 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6359
6360 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6361 assembler in OpenBSD 3.5-current.
6362 (amd64obsd_sigcontext_addr): Likewise.
6363
6364 2004-05-28 Jim Blandy <jimb@redhat.com>
6365
6366 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6367 register set, so our regcache isn't declared "legacy" and our E500
6368 pseudoregister read and write functions aren't ignored.
6369 (rs6000_register_byte, rs6000_register_raw_size,
6370 rs6000_register_virtual_type, rs6000_register_convertible,
6371 rs6000_register_convert_to_virtual,
6372 rs6000_register_convert_to_raw): Deleted.
6373 (rs6000_register_type, rs6000_convert_register_p,
6374 rs6000_register_to_value, rs6000_value_to_register): New
6375 functions.
6376 (rs6000_gdbarch_init): Don't register
6377 gdbarch_deprecated_register_size,
6378 gdbarch_deprecated_register_bytes,
6379 gdbarch_deprecated_register_byte,
6380 gdbarch_deprecated_register_raw_size,
6381 gdbarch_deprecated_register_virtual_type,
6382 gdbarch_deprecated_register_convertible,
6383 gdbarch_deprecated_register_convert_to_virtual, or
6384 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6385 register gdbarch_register_type, gdbarch_convert_register_p,
6386 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6387
6388 2004-05-26 Jim Blandy <jimb@redhat.com>
6389
6390 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6391 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6392 functions, updated to match the register numberings used in GCC.
6393 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6394 rs6000_dwarf2_reg_to_regnum as register number conversions
6395 functions for STABS and Dwarf2.
6396
6397 2004-05-26 Randolph Chung <tausq@debian.org>
6398
6399 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6400 in header file.
6401
6402 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6403
6404 * NEWS: Document new "start" command.
6405
6406 2004-05-25 Randolph Chung <tausq@debian.org>
6407
6408 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6409 hppa-linux.
6410
6411 2004-05-25 Randolph Chung <tausq@debian.org>
6412
6413 * hppa-hpux-tdep.c (offsetof): Define.
6414 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6415 (hppa32_hpux_frame_base_before_sigtramp)
6416 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6417 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6418 (hppa64_hpux_frame_base_before_sigtramp)
6419 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6420 functions.
6421 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6422 (hppa_hpux_sigtramp_frame_unwind_cache)
6423 (hppa_hpux_sigtramp_frame_this_id)
6424 (hppa_hpux_sigtramp_frame_prev_register)
6425 (hppa_hpux_sigtramp_frame_unwind)
6426 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6427 (hppa_hpux_init_abi): Register sigtramp unwinder.
6428 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6429
6430 2004-05-25 Randolph Chung <tausq@debian.org>
6431
6432 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6433 and multiple stack unwinds.
6434 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6435
6436 2004-05-25 Andrew Cagney <cagney@gnu.org>
6437
6438 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6439 * symfile-mem.h: Delete file.
6440 * symfile-mem.c: Do not include "symfile-mem.h".
6441 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6442 "struct bfd_section". When an error do not bother returning NULL.
6443 (add_symbol_file_from_memory_command): Use "struct bfd" and
6444 "struct bfd_section".
6445 * Makefile.in (symfile_mem_h): Delete.
6446 (symfile-mem.o): Update dependencies.
6447
6448 2004-05-25 Nick Roberts <nickrob@gnu.org>
6449
6450 * gdb-mi.el: New file.
6451
6452 2004-05-25 Andrew Cagney <cagney@gnu.org>
6453
6454 * inftarg.c: Include "observer.h".
6455 (child_attach, child_create_inferior): Notify inferior_created.
6456 * corelow.c: Include "observer.h".
6457 (core_open): Notify inferior_created.
6458 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6459
6460 2004-05-25 Andrew Cagney <cagney@gnu.org>
6461
6462 * target.h (struct target_ops): Add from_tty to
6463 to_create_inferior.
6464 (target_create_inferior, find_default_create_inferior): Update.
6465 * infcmd.c (run_command): Update.
6466 * wince.c (child_create_inferior): Update.
6467 * win32-nat.c (child_create_inferior): Update.
6468 * uw-thread.c (uw_thread_create_inferior): Update.
6469 * thread-db.c (thread_db_create_inferior): Update.
6470 * target.c (debug_to_create_inferior)
6471 (find_default_create_inferior): Update.
6472 (maybe_kill_then_create_inferior): Update.
6473 * sol-thread.c (sol_thread_create_inferior): Update.
6474 * remote.c (extended_remote_async_create_inferior)
6475 (extended_remote_create_inferior): Update.
6476 * remote-vx.c (vx_create_inferior): Update.
6477 * remote-st.c (st2000_create_inferior): Update.
6478 * remote-sim.c (gdbsim_create_inferior): Update.
6479 * remote-sds.c (sds_create_inferior): Update.
6480 * remote-rdp.c (remote_rdp_create_inferior): Update.
6481 * remote-rdi.c (arm_rdi_create_inferior): Update.
6482 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6483 * remote-e7000.c (e7000_create_inferior): Update.
6484 * procfs.c (procfs_create_inferior): Update.
6485 * ocd.c (ocd_create_inferior): Update.
6486 * ocd.h (ocd_create_inferior): Update.
6487 * nto-procfs.c (procfs_create_inferior): Update.
6488 * monitor.c (monitor_create_inferior): Update.
6489 * lin-lwp.c (lin_lwp_create_inferior): Update.
6490 * inftarg.c (child_create_inferior): Update.
6491 * hpux-thread.c (hpux_thread_create_inferior): Update.
6492 * gnu-nat.c (gnu_create_inferior): Update.
6493
6494 2004-05-25 Andrew Cagney <cagney@gnu.com>
6495
6496 * MAINTAINERS: Update e-mail address.
6497
6498 2004-05-24 Randolph Chung <tausq@debian.org>
6499
6500 * thread.c (info_threads_command, thread_apply_all_command)
6501 (thread_apply_command, thread_command, do_captured_thread_select):
6502 Remove HPUXHPPA-specific code.
6503
6504 2004-05-24 Randolph Chung <tausq@debian.org>
6505
6506 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6507 unused symbols.
6508 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6509 references.
6510
6511 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6512
6513 * infcmd.c (kill_if_already_running): New function, extracted
6514 from run_command().
6515 (run_command): Replace extracted code by call to
6516 kill_if_already_running().
6517 (start_command): New function.
6518 (_initialize_infcmd): Add "start" command.
6519
6520 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6521
6522 Add OpenBSD/m88k support.
6523 * NEWS (New native configurations): Mention OpenBSD/m88k.
6524 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6525 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6526 * Makefile.in (m88k_tdep_h): New variable.
6527 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6528 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6529 * configure.host: Add m88*-*-openbsd*.
6530 * configure.tgt: Add m88*-*-openbsd*.
6531
6532 2004-05-24 Jim Blandy <jimb@redhat.com>
6533
6534 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6535 to approve changes.
6536
6537 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6538
6539 * symtab.c (fixup_section): Search section table when lookup by
6540 name fails.
6541
6542 2004-05-24 Randolph Chung <tausq@debian.org>
6543
6544 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6545 be "small_struct".
6546
6547 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6548
6549 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6550 register number in regcache_raw_collect call.
6551 (m68kbsd_collect_fpregset): Likewise.
6552 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6553
6554 * regset.h (struct regset): Add back `regset' member.
6555
6556 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6557
6558 * configure.in: Check for td_pcb in `struct thread'.
6559 * configure, config.in: Regenerated.
6560
6561 * dpx2-nat.c: Remove file.
6562 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6563 (dpx2-nat.o): Remove dependencies.
6564
6565 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6566 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6567 (amd64obsd_supply_pcb): New function.
6568 (_initialize_amd64obsd_nat): Enable libkvm interface.
6569 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6570 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6571 (LOADLIBES): New variable.
6572
6573 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6574 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6575 (sparc32nbsd_supply_pcb): New function.
6576 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6577 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6578 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6579 (LOADLIBES): New variable.
6580
6581 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6582
6583 * bsd-kvm.c, bsd-kvm.h: New files.
6584 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6585 "bsd-kvm.h".
6586 (i386fbsd_supply_pcb): New function.
6587 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6588 (i386fbsd-nat.o): Update dependencies.
6589 (bsd_kvm_h): New variable.
6590 (bsd-kvm.o): New dependency.
6591 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6592 (LOADLIBES): New variable.
6593
6594 * regset.c: Tweak comment.
6595 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6596 macro.
6597 * regset.h: Update copyright year.
6598 (struct regset): Remove `descr' member, add `gdbarch' member.
6599 (regset_alloc): Adjust prototype and comment.
6600 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6601 (i386_supply_fpregset): Likewise.
6602 (i386_regset_from_core_section): Update call to regset_alloc.
6603 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6604 REGSET->arch.
6605 (i386obsd_aout_regset_from_core_section): Update call to
6606 regset_alloc.
6607 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6608 REGSET->arch.
6609 (i386nbsd_aout_regset_from_core_section): Update call to
6610 regset_alloc.
6611 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6612 REGSET->arch.
6613 (amd64_regset_from_core_section): Update call to regset_alloc.
6614 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6615 REGSET->arch.
6616 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6617 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6618 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6619 (sparc32nbsd_init_abi): Update call to regset_alloc.
6620 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6621 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6622 (sparc64obsd_init_abi): Update call to regset_alloc.
6623 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6624 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6625 (sparc64nbsd_init_abi): Update call to regset_alloc.
6626 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6627 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6628 (sparc64fbsd_init_abi): Update call to regset_alloc.
6629
6630 2004-05-22 Jim Blandy <jimb@redhat.com>
6631
6632 * ppc-tdep.h (spe_register_p): New declaration.
6633 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6634 ppc_spefscr_regnum.
6635 * rs6000-tdep.c (spe_register_p): New function.
6636 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6637 spefscr.
6638 (rs6000_gdbarch_init): Initialize the new members of the tdep
6639 structure.
6640
6641 2004-05-21 Jim Blandy <jimb@redhat.com>
6642
6643 * ppc-linux-nat.c (fetch_register): Move code back to be next
6644 to the comment that describes it. (Moved code, instead of
6645 comment, for symmetry with store_register.)
6646
6647 Allocate regset structures in the gdbarch's obstack, not using
6648 xmalloc.
6649 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6650 Add 'arch' argument. Allocate the regset on arch's obstack, not
6651 using xmalloc.
6652 * regset.h (regset_alloc): Update declaration.
6653 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6654 gdbarch argument.
6655 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6656 * i386-tdep.c (i386_regset_from_core_section): Same.
6657 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6658 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6659 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6660 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6661 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6662 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6663
6664 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6665
6666 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6667
6668 2004-05-21 Jim Blandy <jimb@redhat.com>
6669
6670 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6671 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6672
6673 2004-05-20 Jim Blandy <jimb@redhat.com>
6674
6675 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6676
6677 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6678
6679 * regset.h: Make prototype const-correct.
6680 * regset.c (regset_xmalloc): Make const-correct.
6681
6682 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6683
6684 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6685 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6686 (symbol_search_name): Declare.
6687
6688 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6689 (iter_name_next_hashed): Ditto.
6690 (iter_name_next_linear): Ditto.
6691 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6692
6693 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6694 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6695 (symbol_search_name): New function.
6696
6697 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6698
6699 * minsyms.c (build_minimal_symbol_hash_tables): Change
6700 test for adding to demangled hash table to check for difference
6701 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6702
6703 2004-05-19 Jim Blandy <jimb@redhat.com>
6704
6705 Use a constructor function to create regset structures.
6706 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6707 (struct regset): Use supply_regset_ftype. Add new
6708 'collect_regset' member.
6709 (regset_xmalloc): New declaration.
6710 * regset.c: New file.
6711 * am64-tdep.c (amd64_regset_from_core_section): Use
6712 regset_xmalloc to construct regset structures.
6713 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6714 * i386-tdep.c (i386_regset_from_core_section): Same.
6715 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6716 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6717 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6718 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6719 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6720 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6721 * Makefile.in (COMMON_OBS): Add regset.o.
6722 (regset.o): New rule.
6723
6724 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6725
6726 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6727 and pthread_cond_wait.c.
6728
6729 2004-05-18 Jim Blandy <jimb@redhat.com>
6730
6731 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6732 before the mach-specific switch, and then let the individual cases
6733 override the defaults, rather than leaving them uninitialized
6734 until the switch and then setting them in each case.
6735
6736 2004-05-18 Randolph Chung <tausq@debian.org>
6737
6738 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6739 millicode functions.
6740
6741 2004-05-18 Randolph Chung <tausq@debian.org>
6742
6743 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6744 references to dld_flags_buffer consistent.
6745
6746 2004-05-18 Randolph Chung <tausq@debian.org>
6747
6748 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6749 it for unwinding the stack.
6750
6751 2004-05-18 Randolph Chung <tausq@debian.org>
6752
6753 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6754 Undefine these so we can overide them using gdbarch.
6755
6756 2004-05-18 Randolph Chung <tausq@debian.org>
6757
6758 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6759 handling for 64-bit HPUX (elf).
6760
6761 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6762
6763 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6764 constants.
6765 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6766 * ia64-tdep.c (examine_prologue): Likewise.
6767 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6768 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6769
6770 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6771
6772 * vax-tdep.c (vax_return_value): Implement
6773 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6774
6775 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6776
6777 * vax-tdep.c (vax_return_value): Fix typo.
6778
6779 2004-05-17 Andrew Cagney <cagney@redhat.com>
6780
6781 * MAINTAINERS: Mark Salter was also responsible for
6782 testsuite/config/
6783
6784 * NEWS: Mention signal fixes.
6785
6786 2004-05-17 Randolph Chung <tausq@debian.org>
6787
6788 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6789 check to see if we are unwinding an export stub. Export stubs clobber
6790 the %rp in the call path and stores the original rp in a stack slot.
6791
6792 2004-05-17 Jim Blandy <jimb@redhat.com>
6793
6794 * MAINTAINERS: Update address for J.T. Conklin.
6795
6796 2004-05-17 Randolph Chung <tausq@debian.org>
6797
6798 * hppa-tdep.c: Remove superfluous #include's.
6799 * Makefile.in (hppa-tdep.o): Update dependencies.
6800
6801 2004-05-17 Randolph Chung <tausq@debian.org>
6802
6803 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6804 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6805 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6806 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6807 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6808 Remove static function declarations.
6809
6810 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6811
6812 * alphabsd-nat.c: Update copyright year.
6813 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6814
6815 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6816 and M68K_A2_REGNUM.
6817
6818 * m68k-tdep.c (m68k_svr4_return_value): Implement
6819 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6820
6821 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6822
6823 * sol-thread.c Update copyright year. Fix various coding
6824 standards violations. Tweak a few comments.
6825 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6826 Delete prototypes.
6827
6828 2004-05-15 Randolph Chung <tausq@debian.org>
6829
6830 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6831 as pointer instead of array reference since HPUX compiler does
6832 not accept unsized array arguments.
6833 * somsolib.c (dld_flags_buffer): Use constant array size.
6834
6835 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6836
6837 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6838 offset with decimal offset.
6839 (amd64obsd_sigcontext_addr): Return correct address for entire
6840 signal trampoline.
6841
6842 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6843 instead of get_frame_base.
6844
6845 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6846 (fill_gregset): Use regcache_raw_collect.
6847
6848 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6849 ppcobsd-tdep.c.
6850
6851 * config/sparc/tm-nbsd64.h: Remove file.
6852 * config/tm-sunos.h: Remove file.
6853
6854 2004-05-15 Joel Brobecker <brobecker@gnat.com>
6855
6856 * rs6000-tdep.c (store_param_on_stack_p): New function,
6857 an improved version of some code extracted from skip_prologue().
6858 (skip_prologue): Use store_param_on_stack_p() to detect
6859 instructions saving a parameter on the stack. Detect when r0
6860 is used to save a parameter.
6861 Do not mark "li rx, SIMM" instructions as part of the prologue,
6862 unless the following instruction is also part of the prologue.
6863
6864 2004-05-14 Andrew Cagney <cagney@redhat.com>
6865
6866 * infrun.c (handle_inferior_event): Simplify
6867 STEP_OVER_UNDEBUGGABLE.
6868
6869 * infrun.c (handle_step_into_function): Delete function.
6870 (handle_inferior_event): Inline calls to
6871 handle_step_into_function.
6872
6873 2004-05-14 Jerome Guitton <guitton@gnat.com>
6874
6875 * rs6000-nat.c: Fix a comment.
6876
6877 2004-05-12 David Anderson <davea@sgi.com>
6878
6879 Committed by Jim Blandy <jimb@redhat.com>:
6880 * regcache.c (struct regcache_descr): fix comment spelling.
6881
6882 2004-05-13 J. Brobecker <brobecker@gnat.com>
6883
6884 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6885 Fixes a link link failure.
6886
6887 2004-05-13 J. Brobecker <brobecker@gnat.com>
6888
6889 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6890 error that was causing the build to fail.
6891
6892 2004-05-13 J. Brobecker <brobecker@gnat.com>
6893
6894 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6895 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6896
6897 2004-05-13 Andrew Cagney <cagney@redhat.com>
6898
6899 * infrun.c (handle_inferior_event): Check for
6900 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6901 calls. Update comments.
6902
6903 2004-05-13 Jim Blandy <jimb@redhat.com>
6904
6905 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6906 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6907 (store_regs_user_thread, store_regs_kernel_thread): Use
6908 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6909 * ppc-linux-nat.c (fill_gregset): Same.
6910 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6911 (ppc_linux_sigtramp_cache): Same.
6912 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6913 (ppcnbsd_sigtramp_cache_init): Same.
6914 * rs6000-nat.c (fetch_core_registers): Same.
6915 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6916 (rs6000_frame_cache): Same.
6917
6918 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6919 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6920 of assuming that the gprs are numbered starting with zero.
6921 * ppc-linux-nat.c (fill_gregset): Same.
6922 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6923 * ppcnbsd-nat.c (getregs_supplies): Same.
6924 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6925 * rs6000-nat.c (fetch_core_registers): Same.
6926 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6927
6928 2004-05-07 Michael Snyder <msnyder@redhat.com>
6929
6930 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6931 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6932
6933 2004-05-13 Andrew Cagney <cagney@redhat.com>
6934
6935 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6936
6937 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6938
6939 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6940 base_address for shared libraries.
6941
6942 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6943
6944 * MAINTAINERS (write after approval): Add myself.
6945
6946 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6947
6948 * breakpoint.c (bpstat_stop_status): Add new argument
6949 STOPPED_BY_WATCHPOINT. Use it instead of testing
6950 target_stopped_data_address agaist 0 to check whether
6951 or not we stopped due to a hardware watchpoint.
6952 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6953 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6954 with new argument.
6955
6956 2004-05-12 Jim Blandy <jimb@redhat.com>
6957
6958 * configure.in: When checking whether we should use the -bbigtoc
6959 option, don't forget to restore the original value of LDFLAGS.
6960 * configure: Regenerated.
6961
6962 2004-05-12 Andrew Cagney <cagney@redhat.com>
6963
6964 * thread.c (load_infrun_state): Delete step_sp.
6965 * infrun.c (context_switch): Ditto.
6966 * inferior.h (step_sp): Ditto.
6967 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6968 * gdbthread.h (struct thread_info, save_infrun_state)
6969 (restore_infrun_state): Ditto.
6970
6971 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6972
6973 * MAINTAINERS (write after approval): Add myself.
6974
6975 2004-05-12 Andrew Cagney <cagney@redhat.com>
6976
6977 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6978 eliminate reference to step_sp.
6979 (struct execution_control_state, init_execution_control_state)
6980 (handle_inferior_event, keep_going): Delete update_step_sp and
6981 step_sp.
6982 * infcmd.c (step_sp): Note that variable is unused.
6983
6984 2004-05-11 Andrew Cagney <cagney@redhat.com>
6985
6986 * infrun.c (step_over_function): Delete function.
6987 (handle_step_into_function): Use insert_step_resume_breakpoint.
6988 (insert_step_resume_breakpoint): Fix assertion.
6989
6990 2004-05-11 Nick Roberts <nickrob@gnu.org>
6991
6992 * utils.c (defaulted_query): Just use the normal query input type
6993 when printing the annotations.
6994
6995 2004-05-11 Andrew Cagney <cagney@redhat.com>
6996
6997 * infrun.c (handle_inferior_event): Simplify code handling
6998 step-into or return-from a signal trampoline.
6999
7000 2004-05-11 Andrew Cagney <cagney@redhat.com>
7001
7002 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7003 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7004
7005 2004-05-10 Jim Blandy <jimb@redhat.com>
7006
7007 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7008 with a call to internal_error.
7009
7010 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7011 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7012 processor variant lacks those registers.
7013 (ppc_floating_point_unit_p): Change description to make it clear
7014 that this returns info about the ISA, not the ABI.
7015 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7016 return true or false by checking tdep->ppc_fp0_regnum and
7017 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7018 arch/mach switching done in rs6000_gdbarch_init; it's better to
7019 keep that logic there, and just check the results here.
7020 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7021 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7022 floating-point registers.
7023 (ppc_supply_fpregset, ppc_collect_fpregset)
7024 (rs6000_push_dummy_call, rs6000_extract_return_value)
7025 (rs6000_store_return_value): Assert that we have floating-point
7026 registers.
7027 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7028 (rs6000_frame_cache): Don't note the locations at which
7029 floating-point registers were saved if we have no fprs.
7030 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7031 registers.
7032 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7033 (store_regs_user_thread, store_regs_kernel_thread): Only call
7034 supply_fprs / fill_fprs if we actually have floating-point
7035 registers.
7036 (special_register_p): Check ppc_fpscr_regnum before matching
7037 against it.
7038 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7039 supply / collect fpscr if we don't have it.
7040 * ppc-bdm.c: #include "gdb_assert.h".
7041 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7042 have floating-point registers, since I can't test this code on
7043 FP-free systems to adapt it.
7044 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7045 fpscr and floating point register numbers if they don't exist.
7046 (fetch_register): Assert that we have floating-point registers
7047 before we reach the code that handles them.
7048 (store_register): Same. And use tdep instead of calling
7049 gdbarch_tdep again.
7050 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7051 don't have them.
7052 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7053 fprs and fpscr if we don't have them.
7054 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7055 don't have them.
7056 * ppcnbsd-nat.c: #include "gdb_assert.h".
7057 (getfpregs_supplies): Assert that we have floating-point registers.
7058 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7059 * ppcobsd-tdep.c: #include "gdb_assert.h".
7060 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7061 have floating-point registers.
7062 * rs6000-nat.c (regmap): Don't match against the fpscr and
7063 floating point register numbers if they don't exist.
7064 (fetch_inferior_registers, store_inferior_registers,
7065 fetch_core_registers): Only fetch / store / supply the
7066 floating-point registers and the fpscr if we have them.
7067 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7068 (ppcobsd-tdep.o): Update dependencies.
7069
7070 2004-05-10 Andrew Cagney <cagney@redhat.com>
7071
7072 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7073 (context_switch): Do not switch through_sigtramp_breakpoint.
7074 * gdbthread.h (save_infrun_state, load_infrun_state)
7075 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7076 and structure member.
7077 * thread.c (load_infrun_state, save_infrun_state): Update.
7078
7079 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7080
7081 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7082
7083 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7084
7085 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7086 throughout.
7087 * aclocal.m4: Regenerate.
7088
7089 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7090
7091 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7092
7093 2004-05-10 Andrew Cagney <cagney@redhat.com>
7094
7095 * infrun.c (check_sigtramp2): Delete function.
7096 (handle_inferior_event): When single stepping, and taking a
7097 signal, set a breakpoint at the signal return address. Delete
7098 redundant calls to check_sigtramp2.
7099 (insert_step_resume_breakpoint): New function.
7100 (through_sigtramp_breakpoint, handle_inferior_event)
7101 (follow_exec, wait_for_inferior, fetch_inferior_event)
7102 (currently_stepping, keep_going): Delete most uses of
7103 through_sigtramp_breakpoint, not that it should be deleted.
7104 (delete_breakpoint_current_contents): Delete function.
7105
7106 2004-05-10 Randolph Chung <tausq@debian.org>
7107
7108 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7109 target.
7110 * config/pa/tm-linux.h: New file.
7111
7112 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7113
7114 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7115 of prefixes. Don't print the prefix twice in the CLI.
7116
7117 2004-05-10 Jim Blandy <jimb@redhat.com>
7118
7119 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7120 collect all the gprs.
7121
7122 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7123 loop collecting gprs.
7124
7125 2004-05-09 Andrew Cagney <cagney@redhat.com>
7126
7127 * remote-vx.c (net_step): Delete step-range code.
7128 * remote.c (remote_resume, init_all_packet_configs)
7129 (set_remote_protocol_E_packet_cmd)
7130 (show_remote_protocol_E_packet_cmd)
7131 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7132 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7133 (show_remote_protocol_e_packet_cmd): Ditto.
7134
7135 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7136
7137 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7138
7139 * hppa-tdep.h: Update copyright year.
7140 (struct trad_frame_saved_reg): Add opaque declaration.
7141
7142 * amd64-tdep.c (amd64_return_value): Implement
7143 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7144
7145 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7146 (m68k_value_to_register): New functions.
7147 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7148 value_to_register.
7149
7150 * defs.h (enum return_value_convention): Add
7151 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7152 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7153 * infcmd.c (legacy_return_value): New function.
7154 (print_return_value): Rwerite to implement
7155 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7156 * values.c (using_struct_return): Check for inequality to
7157 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7158 RETURN_VALUE_STRUCT_CONVENTION.
7159 * i386-tdep.c (i386_return_value): Implement
7160 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7161
7162 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7163 include "symtab.h", "opcode/vax.h" and "inferior.h".
7164 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7165 to read_memory_unsigned_integer.
7166 (vax_gdbarch_init): Reorder.
7167 (_initialize_vax_tdep): Spell out prototype.
7168 * Makefile.in (vax-tdep.o): Update dependencies.
7169
7170 2004-05-08 Andrew Cagney <cagney@redhat.com>
7171
7172 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7173 * target.c (target_detach, target_disconnect): Ditto.
7174
7175 * infcall.c (call_function_by_hand): When no
7176 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7177 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7178 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7179 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7180 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7181
7182 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7183 * gdbarch.h, gdbarch.c: Re-generate.
7184 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7185 deprecated_fix_call_dummy.
7186 * v850-tdep.c (v850_gdbarch_init): Ditto.
7187 * infcall.c (call_function_by_hand): Do not call
7188 DEPRECATED_FIX_CALL_DUMMY.
7189
7190 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7191 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7192 * gdbarch.h, gdbarch.c: Re-generate.
7193 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7194 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7195 deprecated_sizeof_call_dummy_words.
7196 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7197 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7198 * v850-tdep.c (v850_gdbarch_init): Ditto.
7199 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7200 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7201 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7202 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7203 * arch-utils.h (legacy_call_dummy_words)
7204 (legacy_sizeof_call_dummy_words): Delete declarations.
7205 * arch-utils.c (legacy_call_dummy_words)
7206 (legacy_sizeof_call_dummy_words): Delete variables.
7207
7208 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7209 * gdbarch.h, gdbarch.c: Re-generate.
7210 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7211 * infcall.c (call_function_by_hand): Eliminate call to
7212 DEPRECATED_PUSH_DUMMY_FRAME.
7213 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7214 push_dummy_frame.
7215 (ns32k_push_dummy_frame): Delete function.
7216
7217 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7218 deprecated_call_dummy_breakpoint_offset or
7219 deprecated_call_dummy_start_offset.
7220 * dummy-frame.c, arm-tdep.c: Update comments.
7221 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7222 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7223 * gdbarch.h, gdbarch.c: Re-generate.
7224
7225 * infcall.c (legacy_push_dummy_code): Delete function.
7226 (push_dummy_code): Delete call.
7227
7228 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7229 * gdbarch.h, gdbarch.c: Re-generate.
7230 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7231 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7232 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7233 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7234
7235 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7236 (struct frame_info): Delete opaque declaration.
7237 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7238 * frame.c (get_frame_type): Delete call.
7239
7240 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7241 pc_in_call_dummy.
7242 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7243 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7244
7245 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7246
7247 * alphanbsd-tdep.c: Include "gdb_string.h".
7248 * armnbsd-tdep.c: Update copyright year.
7249 Include "gdb_string.h".
7250 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7251 dependencies.
7252
7253 * delta68-nat.c: Remove file.
7254 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7255 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7256 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7257 (delta68-nat.o): Remove dependency.
7258
7259 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7260 function.
7261 (m68k_gdbarch_init): Don't set
7262 deprecated_frameless_function_invocation.
7263
7264 2004-05-07 Randolph Chung <tausq@debian.org>
7265
7266 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7267 read_memory_nobpt for code reading when doing frame unwinding.
7268 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7269
7270 2004-05-07 Randolph Chung <tausq@debian.org>
7271
7272 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7273 instead of sp, handle sigaltstack case.
7274 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7275 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7276 signal handler and not that of the caller.
7277 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7278 hppa_linux_sigtramp_find_sigcontext.
7279
7280 2004-05-07 Randolph Chung <tausq@debian.org>
7281
7282 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7283 hppa-linux-nat.c.
7284 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7285 * hppa-linux-nat.c (fetch_register, store_register): Define.
7286 (fetch_inferior_registers, store_inferior_registers): Define.
7287 (supply_gregset): Add comment and clean up some unneeded code.
7288 (fill_gregset): Add comment and fix so that it saves registers in
7289 the right place in the gregset.
7290 (fill_fpregset): Fix buffer overrun problem.
7291 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7292
7293 2004-05-07 Randolph Chung <tausq@debian.org>
7294
7295 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7296 do common handling of the pcoqt register.
7297 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7298 to use helper function.
7299 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7300 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7301 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7302 generic fallback unwinder when all else fails.
7303 (hppa_gdbarch_init): Add fallback sniffer.
7304 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7305 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7306 to use helper function.
7307
7308 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7309
7310 * config/djgpp/fnchange.lst: Add translation rules for
7311 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7312
7313 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7314
7315 * frame.c (get_prev_frame_1): Work around GCC bug.
7316 * frame.h: Add comment about GCC bug.
7317
7318 2004-05-07 Andrew Cagney <cagney@redhat.com>
7319
7320 * observer.c: Include "commands.h" and "gdbcmd.h".
7321 (observer_debug, _initialize_observer): Add the
7322 command "set/show debug observer".
7323 * observer.sh: When observer debugging, log notify calls.
7324 * Makefile.in (observer.o): Update dependencies.
7325
7326 2004-05-07 Jason Molenda (jmolenda@apple.com)
7327
7328 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7329
7330 2004-05-07 Jim Blandy <jimb@redhat.com>
7331
7332 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7333 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7334 to recognize gpr regnums, instead of assuming that
7335 tdep->ppc_fp0_regnum marks the end of the general-purpose
7336 registers.
7337
7338 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7339 the given architecture has floating-point registers.
7340
7341 2004-05-07 Andrew Cagney <cagney@redhat.com>
7342
7343 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7344 macro defined to 1.
7345 * gdbarch.h, gdbarch.c: Re-generate.
7346 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7347 deprecated_use_generic_dummy_frames.
7348
7349 2004-05-07 Brian Ford <ford@vss.fsi.com>
7350
7351 * NEWS: Mention Cygwin DWARF 2 support.
7352
7353 2004-05-07 Andrew Cagney <cagney@redhat.com>
7354
7355 * objfiles.h (struct entry_info): Delete unused fields
7356 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7357 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7358 * mipsread.c (mipscoff_symfile_read): Update.
7359 * mdebugread.c (parse_partial_symbols): Update.
7360 * dwarfread.c (read_file_scope): Update.
7361 * dwarf2read.c (read_file_scope): Update.
7362 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7363 * coffread.c (complete_symtab): Update.
7364
7365 2004-05-07 Mark Kettenis <kettenis@gnu.org>
7366
7367 * infcall.c (_initialize_infcall): Fix typo.
7368
7369 2004-05-07 Andrew Cagney <cagney@redhat.com>
7370
7371 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7372 * command.h (add_setshow_zinteger_cmd): Declare.
7373
7374 2004-05-06 Randolph Chung <tausq@debian.org>
7375
7376 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7377 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7378 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7379 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7380 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7381 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7382 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7383 definitions ...
7384 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7385 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7386 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7387 (hppa64_hpux_frame_find_saved_regs_in_sig)
7388 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7389 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7390 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7391 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7392 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7393 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7394 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7395 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7396 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7397 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7398 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7399 (hppa32_register_type, hppa_cannot_store_register)
7400 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7401 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7402 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7403 * pa64solib.c (pa64_solib_have_load_event)
7404 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7405 (pa64_solib_unloaded_library_pathname): Likewise.
7406 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7407 (som_solib_library_pathname): Likewise.
7408
7409 2004-05-05 Jim Ingham <jingham@apple.com>
7410
7411 * breakpoint.c (create_breakpoints): Copy the ignore count and
7412 thread id over from the pended breakpoint to the actual
7413 breakpoint.
7414
7415 2004-05-05 Andrew Cagney <cagney@redhat.com>
7416
7417 * gdbarch.sh (PARM_BOUNDARY): Delete.
7418 gdbarch.h, gdbarch.c: Re-generate.
7419 * valops.c (PARM_BOUNDARY): Delete macro.
7420 (value_push): Delete PARM_BOUNDARY code.
7421 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7422
7423 2004-05-04 Jim Blandy <jimb@redhat.com>
7424
7425 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7426 Don't assume that the gprs, fprs, and UISA sprs are
7427 contiguous, start at register number zero, and end with fpscr.
7428 Instead, use the numbers from the tdep structure.
7429
7430 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7431 should no longer be used in code specific to the RS6000 and its
7432 derivatives.
7433 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7434 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7435 tdep->ppc_fp0_regnum.
7436 (ppc_supply_fpregset, ppc_collect_fpregset)
7437 (rs6000_push_dummy_call, rs6000_extract_return_value)
7438 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7439 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7440 FP0_REGNUM.
7441 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7442 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7443 Same.
7444 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7445 bdm_ppc_store_registers): Same.
7446 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7447 (store_register, fill_fpregset): Same.
7448 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7449 (ppc_linux_supply_fpregset): Same.
7450 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7451 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7452 Same.
7453 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7454 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7455 ppc64_sysv_abi_return_value): Same.
7456 * rs6000-nat.c (regmap, fetch_inferior_registers)
7457 (store_inferior_registers, fetch_core_registers): Same.
7458
7459 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7460
7461 * m68knbsd-nat.c: Remove file.
7462 * m68knbsd-tdep.c: Remove file.
7463 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7464 dependencies.
7465 * configure.host: Add m68k-*-netbsdelf*.
7466 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7467 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7468 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7469 (XM_FILE): Remove.
7470 * config/m68k/nbsdelf.mh: New file.
7471 * config/m68k/nbsd.mt: New file.
7472 * config/m68k/nbsdaout.mt: Remove file.
7473 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7474 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7475 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7476 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7477 (use_struct_convention): Remove prototype.
7478 (USE_STRUCT_CONVENTION): Remove define.
7479 * config/m68k/xm-nbsd.h: Remove file.
7480
7481 2004-05-04 Michael Snyder <msnyder@redhat.com>
7482
7483 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7484 reg_struct_return method (as gcc usually does for cross targets).
7485
7486 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7487
7488 Committed by Andrew Cagney.
7489 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7490 alignment padding when accessing ucontext struct members.
7491
7492 2004-05-04 Jim Blandy <jimb@redhat.com>
7493
7494 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7495 'ppc_gplast_regnum' member.
7496 (ppc_num_gprs): New enum constant.
7497 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7498 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7499 * rs6000-nat.c (regmap, fetch_inferior_registers,
7500 store_inferior_registers): Same.
7501 * rs6000-tdep.c (e500_pseudo_register_read)
7502 (e500_pseudo_register_write): Same.
7503 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7504
7505 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7506 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7507 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7508 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7509 FPLAST_REGNUM.
7510 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7511 Same.
7512 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7513 * rs6000-nat.c (regmap, fetch_inferior_registers)
7514 (store_inferior_registers): Same.
7515
7516 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7517 with FPLAST_REGNUM.
7518
7519 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7520
7521 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7522 failure detected by recent versions of GCC.
7523 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7524 to be consistent with the usage in dwarf2_create_include_psymtab.
7525
7526 2004-05-03 Michael Snyder <msnyder@redhat.com>
7527
7528 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7529 (heuristic_proc_start): Whitespace cleanup.
7530
7531 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7532
7533 * sun3-nat.c: Remove file.
7534 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7535 dependencies.
7536 (ALLDEPFILES): Remove sun3-nat.c.
7537 (sun3-nat.o): Remove dependencies.
7538
7539 * i386-interix-nat.c, i386-interix-tdep.c,
7540 config/i386/nm-interix.h, config/i386/interix.mh,
7541 config/i386/interix.mt: Remove files.
7542 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7543 dependencies.
7544
7545 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7546
7547 * m68k-tdep.h (struct gdbarch_tdep): Add member
7548 struct_value_regnum.
7549 (m68k_svr4_init_abi): New prototype.
7550 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7551 different calling conventions.
7552 (m68k_extract_return_value): Remove code dealing with single-field
7553 structs.
7554 (m68k_store_return_value): Remove code dealing with single-field
7555 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7556 (m68k_extract_struct_value_address): Remove function.
7557 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7558 (m68k_reg_struct_return_p, m68k_return_value)
7559 (m68k_svr4_return_value): New functions.
7560 (m68k_use_struct_convention): Remove function.
7561 (m68k_push_dummy_call): Use new struct_value_regnum member of
7562 `struct gdbarch_tdep' instead of hardcoded register number to
7563 store STRUCT_ADDR.
7564 (m68k_svr4_init_abi): New function.
7565 (m68k_gdbarch_init): Don't set extract_return_value,
7566 store_return_values, deprecated_extract_struct_value_address and
7567 use_struct_convention. Set return_value instead. Initialize new
7568 struct_value_regnum member of `struct gdbarch_tdep'.
7569 * m68klinux-tdep.c: Update copyright year.
7570 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7571 (m68k_linux_extract_struct_value_address): Remove function.
7572 (m68k_linux_init_abi): Don't set extract_return_value,
7573 store_return_values, deprecated_extract_struct_value_address and
7574 use_struct_convention. Call m68k_svr4_init_abi but override the
7575 new struct_value_regnum member of `struct gdbarch_tdep'.
7576 * Makefile.in (m68k-tdep.o): Update dependencies.
7577
7578 2004-05-03 J. Brobecker <brobecker@gnat.com>
7579
7580 * dwarf2read.c (line_header): Add new included_p field in
7581 field file_names.
7582 (partial_die_info): New field has_stmt_list. New field line_offset.
7583 (dwarf2_create_include_psymtab): New function.
7584 (dwarf2_build_include_psymtabs): New function.
7585 (add_file_name): Add forward declaration. Initialize new field.
7586 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7587 to be able to determine the list of files included by the
7588 given unit, and build their associated psymtabs.
7589 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7590 files as well.
7591 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7592 (read_file_scope): Update call to dwarf_decode_lines.
7593 (read_partial_die): Handle DW_AT_stmt_list attributes.
7594
7595 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7596
7597 Unfix PR gdb/1626.
7598 * configure.in: Revert special case for osf5.*.
7599 * configure: Regenerate.
7600
7601 2004-05-02 Jim Blandy <jimb@redhat.com>
7602
7603 Move the symbol-file-from-memory functions into their own file.
7604 * symfile-mem.c, symfile-mem.h: New files.
7605 * symfile.c (symbol_file_add_from_bfd): New function.
7606 (symbol_file_add): Call symbol_file_add_from_bfd.
7607 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7608 Moved to symfile-mem.c.
7609 (_initialize_symfile): Move definition of
7610 add-symbol-file-from-memory command to symfile-mem.c.
7611 * symfile.h (symbol_file_add_from_bfd): New declaration.
7612 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7613 * config/powerpc/linux.mt (TDEPFILES): Same.
7614 * Makefile.in (SFILES): Add symfile-mem.c.
7615 (symfile_mem_h): New variable.
7616 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7617 (symfile-mem.o): New rule.
7618
7619 2004-05-01 Andrew Cagney <cagney@redhat.com>
7620
7621 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7622 frame_find_by_id instead of frame_relative_level.
7623 (do_enable_breakpoint): Ditto.
7624 * thread.c: Update copyright.
7625 (info_threads_command): Ditto, simplify.
7626
7627 * frame.c (deprecated_generic_get_saved_register): Delete
7628 function, moved to "xstormy16-tdep.c".
7629 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7630 deprecated_generic_get_saved_register from "frame.c".
7631 (xstormy16_frame_saved_register): Call
7632 xstormy16_get_saved_register.
7633 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7634 static.
7635 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7636 * frame.h (deprecated_generic_get_saved_register): Delete.
7637
7638 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7639
7640 * dwarfread.c: Update documentation on the state of dwarf-1.
7641
7642 2004-05-01 Andrew Cagney <cagney@redhat.com>
7643
7644 * stack.c (select_frame_command): Delete call to
7645 frame_relative_level.
7646 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7647 Delete #if0 code.
7648 (frame_info): Do not print FRAMELESS.
7649 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7650 (catch_info): Delete #if0 code.
7651
7652 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7653 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7654 of frame_relative_level.
7655 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7656 to SENTINEL_FRAME.
7657 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7658 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7659 frame_relative_level.
7660
7661 * frame.h (deprecated_set_frame_type): Delete declaration.
7662 * frame.c (deprecated_set_frame_type): Delete function, update
7663 comments.
7664
7665 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7666 * gdbarch.h, gdbarch.c: Re-generate.
7667 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7668 (shnbsd_pc_in_sigtramp): Delete.
7669 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7670 pc_in_sigtramp.
7671 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7672 pc_in_sigtramp.
7673 * frame.h: Update comments.
7674 * ppc-linux-tdep.c: Update comments.
7675 * breakpoint.c (bpstat_what): Update comments.
7676
7677 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7678 m68klinux-tdep.o's dependencies, were previously added to
7679 m68klinux-nat.o.
7680
7681 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7682 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7683 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7684 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7685 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7686
7687 * Makefile.in (m68klinux-nat.o): Update dependencies.
7688 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7689 (m68k_linux_sigtramp_frame_cache)
7690 (m68k_linux_sigtramp_frame_this_id)
7691 (m68k_linux_sigtramp_frame_prev_register)
7692 (m68k_linux_sigtramp_frame_unwind)
7693 (m68k_linux_sigtramp_frame_sniffer)
7694 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7695 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7696 names, use trad-frame.h.
7697 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7698 (struct m68k_sigtramp_info): Delete.
7699 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7700 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7701 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7702 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7703 "m68klinux-tdep.c".
7704
7705 * infrun.c (check_sigtramp2): Delete check for
7706 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7707
7708 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7709
7710 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7711
7712 2004-05-01 Andrew Cagney <cagney@redhat.com>
7713
7714 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7715 (frv_linux_sigtramp_frame_cache)
7716 (frv_linux_sigtramp_frame_this_id)
7717 (frv_linux_sigtramp_frame_prev_register)
7718 (frv_linux_sigtramp_frame_unwind)
7719 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7720 include "linux" in function and variable names, directly call
7721 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7722 the latest trad-frame code.
7723 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7724 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7725 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7726 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7727 * frv-tdep.c (frv_sigtramp_frame_cache)
7728 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7729 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7730 frv-linux-tdep.c.
7731 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7732 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7733 (frv_set_sigcontext_reg_addr): Delete function.
7734
7735 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7736 (DEPRECATED_SIGTRAMP_END): Delete.
7737 * gdbarch.h, gdbarch.c: Re-generate.
7738 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7739 * config/vax/tm-vaxbsd.h: Update copyright.
7740 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7741 (DEPRECATED_IN_SIGTRAMP): Define.
7742 * config/m68k/tm-nbsd.h: Update copyright.
7743 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7744 (DEPRECATED_IN_SIGTRAMP): Define.
7745
7746 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7747
7748 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7749 encondings. Fixes PR gdb/1628.
7750
7751 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7752 DW_CFA_restore state without a matching DW_CFA_remember_state
7753 instead of aborting. Fixes PR backtrace/1589.
7754
7755 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7756
7757 * MAINTAINERS: Add self as AIX maintainer.
7758 Update my e-mail address in write-after-approval section.
7759
7760 2004-04-30 Andrew Cagney <cagney@redhat.com>
7761
7762 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7763 (legacy_get_prev_frame): Ditto.
7764
7765 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7766 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7767 * mipsread.c (sigtramp_address): Delete extern variable.
7768 (mipscoff_new_init): Delete reference.
7769 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7770 (fixup_sigtramp): Delete function.
7771 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7772 (fixup_sigtramp): Delete declarations.
7773
7774 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7775 deprecated_pc_in_sigtramp.
7776 (ppcnbsd_pc_in_sigtramp): Delete function.
7777
7778 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7779
7780 * config/m68k/nm-nbsd.h: Tweak comments.
7781 * config/m68k/nm-nbsdaout.h: Likewise.
7782
7783 2004-04-30 Andrew Cagney <cagney@redhat.com>
7784
7785 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7786 legacy_pc_in_sigtramp.
7787 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7788
7789 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7790
7791 Add OpenBSD/m68k support.
7792 * NEWS (New native configurations): Mention OpenBSD/m68k.
7793 * m68kbsd-tdep.c: New file.
7794 * m68kbsd-nat.c: New file.
7795 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7796 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7797 * configure.host: Add m68k-*-openbsd.
7798 * configure.tgt: Add m68k-*-openbsd.
7799 * config/m68k/tm-obsd.h: New file.
7800 * config/m68k/obsd.mt: New file.
7801 * config/m68k/obsd.mh: New file.
7802 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7803 m68kbsd-tdep.c.
7804
7805 2004-04-30 Andrew Cagney <cagney@redhat.com>
7806
7807 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7808 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7809
7810 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7811
7812 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7813 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7814
7815 2004-04-30 Brian Ford <ford@vss.fsi.com>
7816
7817 Revert 2004-04-16 change.
7818 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7819 (i386_coff_init_abi): Remove.
7820 * i386-tdep.h (i386_coff_init_abi): Remove.
7821 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7822
7823 2004-04-30 Andrew Cagney <cagney@redhat.com>
7824
7825 * blockframe.c (find_pc_partial_function): Delete use of
7826 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7827 DEPRECATED_SIGTRAMP_END.
7828
7829 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7830 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7831 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7832 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7833 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7834
7835 * defs.h (deprecated_inside_entry_file): Delete declaration.
7836 * blockframe.c (deprecated_inside_entry_file): Delete function.
7837 (legacy_frame_chain_valid): Delete call.
7838 * sh64-tdep.c (sh64_frame_chain): Delete call.
7839 * objfiles.h: Update comments.
7840 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7841 call.
7842 * frame.c (get_prev_frame): Delete call, update comments.
7843
7844 2004-04-30 Brian Ford <ford@vss.fsi.com>
7845
7846 * MAINTAINERS (Write After Approval): Add myself.
7847
7848 2004-04-30 Andrew Cagney <cagney@redhat.com>
7849
7850 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7851 * gdbarch.h, gdbarch.c: Re-generate.
7852 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7853 code.
7854
7855 2004-04-30 Andrew Cagney <cagney@redhat.com>
7856
7857 * gdb-events.sh (selected_thread_changed)
7858 (selected_frame_level_changed, target_changed): Delete.
7859 * gdb-events.h, gdb-events.c: Re-generate.
7860 * valops.c (value_assign): Update.
7861 * stack.c (select_frame_command, up_silently_base)
7862 (down_silently_base): Update.
7863
7864 2004-04-29 Andrew Cagney <cagney@redhat.com>
7865
7866 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7867 registers correctly.
7868 (print_gp_register_row, mips32_heuristic_proc_desc)
7869 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7870 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7871 references to mips_isa_regsize.
7872
7873 2004-04-29 Andrew Cagney <cagney@redhat.com>
7874
7875 * mips-tdep.c (struct gdbarch_tdep): Delete
7876 mips_fp_register_double.
7877 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7878 mips_abi_regsize.
7879 (mips_gdbarch_init): Do not set mips_fp_register_double.
7880 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7881
7882 2004-04-29 Joel Brobecker <brobecker@gnat.com>
7883
7884 Committed by Andrew Cagney.
7885 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7886 function calls.
7887
7888 2004-04-29 Andrew Cagney <cagney@redhat.com>
7889
7890 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7891 gdbarch, use mips_abi, update callers.
7892 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7893 mips_abi_regsize, update callers.
7894 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7895 mips_default_abi_regsize.
7896 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7897 mips_default_abi_regsize.
7898
7899 2004-04-29 Andrew Cagney <cagney@redhat.com>
7900
7901 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7902 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7903 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7904 mips_default_abi_regsize.
7905 (mips_isa_regsize): Rename mips_regisze.
7906 * mipsnbsd-tdep.c: Update.
7907 * mips-linux-tdep.c: Update.
7908 * irix5-nat.c: Update.
7909 * mips-tdep.h (mips_isa_regsize): Update.
7910
7911 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7912 Delete all disabled code.
7913 * gdb-events.h, gdb-events.c: Re-generate.
7914
7915 2004-04-19 Jerome Guitton <guitton@gnat.com>
7916 Mark Kettenis <kettenis@gnu.org>
7917
7918 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7919 the function begins with a branch instruction.
7920
7921 2004-04-29 Mark Kettenis <kettenis@gnu.org>
7922
7923 * i386-tdep.c: Fix spelling mistakes.
7924
7925 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7926 Andrew Cagney <cagney@redhat.com>
7927
7928 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7929 <sys/proc.h>.
7930 * acconfig.h: Provide default _KMEMUSER value.
7931 * config.in, configure: Re-generate.
7932 * NEWS: Mention fix.
7933
7934 2004-04-24 Randolph Chung <tausq@debian.org>
7935
7936 * configure.host (hppa*-*-linux*): New target.
7937 * configure.tgt (hppa*-*-linux*): Likewise.
7938 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7939 gdbarch_init_osabi() call earlier so that osabi-specific frame
7940 unwinders can be registered first.
7941 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7942 hppa-linux-nat.c.
7943 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7944 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7945 * config/pa/linux.mh: New file.
7946 * config/pa/linux.mt: New file.
7947 * config/pa/nm-linux.h: New file.
7948 * config/pa/xm-linux.h: New file.
7949 * hppa-linux-nat.c: New file.
7950 * hppa-linux-tdep.c: New file.
7951
7952 2004-04-28 Randolph Chung <tausq@debian.org>
7953
7954 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7955 return values.
7956 (hppa32_push_dummy_call): Fix small struct and floating point argument
7957 passing, and make sure the stack frame is properly aligned.
7958
7959 2004-04-28 Andrew Cagney <cagney@redhat.com>
7960
7961 * stack.c (print_stack_frame): Fix description.
7962
7963 * NEWS: Mention gdb/gdbserver/configure execute permission
7964 changed. PR server/519.
7965
7966 2004-04-28 Andrew Cagney <cagney@redhat.com>
7967
7968 * stack.c (print_stack_frame_stub): Delete declaration.
7969 (struct print_stack_frame_args, print_stack_frame)
7970 (print_frame_info, print_frame): Replace "source" with print what.
7971 Replace "print" with "print_level". Replace "args" with
7972 "print_args".
7973 * frame.h (show_and_print_stack_frame, print_stack_frame)
7974 (print_frame_info): Update declarations.
7975 * stack.c (select_and_print_frame, frame_command)
7976 (current_frame_command, up_command, down_command): Update calls -
7977 use get_selected_frame, pass "enum print_what" for source, do not
7978 call frame_relative_level.
7979 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7980 * remote-rdp.c (remote_rdp_open): Ditto.
7981 * remote-mips.c (common_open): Ditto.
7982 * remote-e7000.c (e7000_start_remote): Ditto.
7983 * ocd.c (ocd_start_remote): Ditto.
7984 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7985 * infrun.c (normal_stop): Ditto.
7986 * inflow.c (kill_command): Ditto.
7987 * infcmd.c (finish_command): Ditto.
7988 * corelow.c (core_open): Ditto.
7989 * tracepoint.c (finish_tfind_command): Ditto.
7990 * thread.c (info_threads_command, info_threads_command)
7991 (restore_current_thread, do_captured_thread_select): Ditto.
7992 * ada-tasks.c (task_command): Ditto.
7993
7994 2004-04-26 Orjan Friberg <orjanf@axis.com>
7995
7996 * frame.c: Include "observer.h".
7997 (frame_observer_target_changed): New function.
7998 (_initialize_frame): Attach target_changed observer.
7999 * regcache.c: Include "observer.h".
8000 (regcache_observer_target_changed): New function.
8001 (_initialize_regcache): Attach target_changed observer.
8002 * valops.c: Include "observer.h".
8003 (value_assign): Notify target_changed event when modifying register.
8004 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8005
8006 2004-04-26 Orjan Friberg <orjanf@axis.com>
8007
8008 From Paul Koning <pkoning@equallogic.com>:
8009 * breakpoint.c (free_valchain): New function.
8010 (insert_bp_location, delete_breakpoint): Use free_valchain.
8011 (remove_breakpoint): Do not remove the valchain.
8012 (bpstat_stop_status): If not stopped by watchpoint, skip
8013 watchpoints when generating stop status list.
8014 * infrun.c (handle_inferior_event): Make
8015 stepped_after_stopped_by_watchpoint a global variable.
8016 * remote.c (remote_stopped_data_address): Return watch data
8017 address rather than zero if stepped_after_stopped_by_watchpoint is
8018 set.
8019
8020 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8021
8022 Fix PR gdb/1626.
8023 * configure.in: Check for curses after termcap.
8024 On osf5.*, do not check for ncurses.
8025 * configure: Regenerate.
8026
8027 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8028
8029 * ppcobsd-nat.c: Include "ppc-tdep.h".
8030 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8031
8032 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8033 Fixes PR tdep/1623 and PR tdep/1624.
8034
8035 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8036
8037 * xmodem.h, xmodem.c: Remove files.
8038 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8039
8040 2004-04-23 Randolph Chung <tausq@debian.org>
8041
8042 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8043 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8044 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8045 for handling stackless frames.
8046 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8047
8048 2004-04-23 Randolph Chung <tausq@debian.org>
8049
8050 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8051 starts at a pc before the frame is created.
8052
8053 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8054
8055 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8056
8057 2004-04-23 Jerome Guitton <guitton@gnat.com>
8058
8059 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8060 use convert_typed_floating to get the appropriate format.
8061
8062 2004-04-22 Randolph Chung <tausq@debian.org>
8063
8064 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8065 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8066 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8067 (hppa_sign_extend): Add prototype.
8068 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8069 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8070 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8071 hppa targets will also use these functions.
8072 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8073 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8074 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8075 (hppa_gdbarch_init): Remove gdbarch setting of
8076 skip_trampoline_code, in_solib_call_trampoline and
8077 in_solib_return_trampoline.
8078 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8079 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8080 hppa_in_solib_call_trampoline.
8081 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8082 Moved from hppa-tdep.c.
8083 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8084 in_solib_call_trampoline and in_solib_return_trampoline.
8085
8086 2004-04-22 Randolph Chung <tausq@debian.org>
8087
8088 * hppa-tdep.c (hppa_debug): New variable.
8089 (find_unwind_entry, hppa_frame_cache): Add debug output.
8090 (_initialize_hppa_tdep): Add command to set debug flag.
8091
8092 2004-04-22 Andrew Cagney <cagney@redhat.com>
8093
8094 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8095 "trad-frame.h".
8096 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8097 signal trampoline unwinder.
8098 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8099
8100 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8101
8102 Add OpenBSD/powerpc support.
8103 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8104 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8105 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8106 (ppc_collect_fpregset): New prototypes.
8107 * ppcobsd-nat.c: New file.
8108 * ppcobsd-tdep.c: New file.
8109 * ppcobsd-tdep.h: New file.
8110 * rs6000-tdep.c: Include "regset.h".
8111 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8112 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8113 New functions.
8114 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8115 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8116 (rs6000-tdep.o): Update dependencies.
8117 * configure.host: Add powerpc-*-openbsd.
8118 * configure.tgt: Add powerpc-*-openbsd.
8119 * config/powerpc/obsd.mh: New file.
8120 * config/powerpc/nm-obsd.h: New file.
8121 * config/powerpc/obsd.mt: New file.
8122
8123 2004-04-22 Andrew Cagney <cagney@redhat.com>
8124
8125 * frame.h (show_frame_info): Delete declaration.
8126
8127 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8128 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8129 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8130 * frv-tdep.c (frv_frame_this_id): Ditto.
8131 * avr-tdep.c (avr_frame_this_id): Ditto.
8132
8133 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8134
8135 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8136
8137 2004-04-22 Jim Blandy <jimb@redhat.com>
8138
8139 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8140 register number zero.
8141
8142 2004-04-21 Michael Snyder <msnyder@redhat.com>
8143
8144 * mips-tdep.c (heuristic_proc_start):
8145 Warning() already prefixes "Warning: ".
8146
8147 2004-04-21 Andrew Cagney <cagney@redhat.com>
8148
8149 * annotate.h (deprecated_annotate_starting_hook)
8150 (deprecated_annotate_stopped_hook)
8151 (deprecated_annotate_exited_hook)
8152 (deprecated_annotate_signal_hook)
8153 (deprecated_annotate_signalled_hook): Deprecate.
8154 * tracepoint.h (deprecated_create_tracepoint_hook)
8155 (deprecated_delete_tracepoint_hook)
8156 (deprecated_modify_tracepoint_hook)
8157 (deprecated_trace_find_hook)
8158 (deprecated_trace_start_stop_hook): Deprecate.
8159 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8160 * remote.h (deprecated_target_resume_hook)
8161 (deprecated_target_wait_loop_hook): Deprecate.
8162 * gdbcore.h (deprecated_exec_file_display_hook)
8163 (deprecated_file_changed_hook): Deprecate.
8164 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8165 * defs.h (deprecated_modify_breakpoint_hook)
8166 (deprecated_command_loop_hook, deprecated_show_load_progress)
8167 (deprecated_print_frame_info_listing_hook)
8168 (deprecated_query_hook, deprecated_warning_hook)
8169 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8170 (deprecated_delete_breakpoint_hook)
8171 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8172 (deprecated_readline_begin_hook, deprecated_readline_hook)
8173 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8174 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8175 (deprecated_context_hook, deprecated_target_wait_hook)
8176 (deprecated_attach_hook, deprecated_detach_hook)
8177 (deprecated_call_command_hook, deprecated_set_hook)
8178 (deprecated_error_hook, deprecated_error_begin_hook)
8179 (deprecated_ui_load_progress_hook): Deprecate.
8180 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8181 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8182 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8183 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8184 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8185 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8186 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8187 * annotate.c, aix-thread.c: Update.
8188
8189 2004-04-21 Andrew Cagney <cagney@redhat.com>
8190
8191 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8192 * vaxnbsd-tdep.c: Include "gdb_string.h".
8193
8194 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8195 (add_symbol_file_from_memory_command): #if 0 function body, call
8196 error instead.
8197
8198 2004-04-21 Andrew Cagney <cagney@redhat.com>
8199
8200 * gdbcore.h: Update copyright.
8201 (deprecated_add_core_fns): Rename add_core_fns.
8202 * win32-nat.c (_initialize_core_win32): Update.
8203 * sun3-nat.c (_initialize_core_sun3): Update.
8204 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8205 * rs6000-nat.c (_initialize_core_rs6000): Update.
8206 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8207 * nto-tdep.c (_initialize_nto_tdep): Update.
8208 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8209 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8210 * mips-nat.c (_initialize_core_mips): Update.
8211 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8212 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8213 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8214 * lynx-nat.c (_initialize_core_lynx): Update.
8215 * irix5-nat.c (_initialize_core_irix5): Update.
8216 * i386-interix-nat.c (_initialize_core_interix): Update.
8217 * cris-tdep.c (_initialize_cris_tdep): Update.
8218 * corelow.c (deprecated_add_core_fns): Update.
8219 * core-regset.c (_initialize_core_regset): Update.
8220 * core-aout.c (_initialize_core_aout): Update.
8221 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8222 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8223 * alpha-nat.c (_initialize_core_alpha): Update.
8224
8225 2004-04-21 Jim Blandy <jimb@redhat.com>
8226
8227 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8228
8229 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8230
8231 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8232 Delete.
8233 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8234 (read_attribute_value): Update calls to dwarf_alloc_block.
8235 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8236 dwarf2_tmp_obstack.
8237 (psymtab_to_symtab_1): Likewise. Clean up using
8238 free_stack_comp_unit.
8239 (add_to_cu_func_list): Use the comp_unit_obstack.
8240
8241 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8242
8243 * dwarf2read.c (dwarf2_flag_true_p): New function.
8244 (die_is_declaration): Use the function above. Add some comments.
8245
8246 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8247
8248 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8249 architecture when registering sparcnbsd_core_osabi_sniffer.
8250 Adjust comment.
8251
8252 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8253
8254 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8255 return value.
8256
8257 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8258 * i386-tdep.c: Correct register numbering scheme comments
8259 throughout.
8260 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8261 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8262 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8263 (i386_gdb_arch_init): Likewise.
8264
8265 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8266 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8267 ppcnbsd-tdep.o.
8268
8269 * m68k-tdep.h: Tweak comments.
8270 * m68k-tdep.c: Tweak comment.
8271
8272 2004-04-17 Randolph Chung <tausq@debian.org>
8273
8274 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8275 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8276 (hppa_hpux_som_init_abi): Set is_elf to 0.
8277 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8278 * hppa-tdep.c (low_text_segment_address): Remove global.
8279 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8280 section offset to calculate segment address.
8281 (internalize_unwinds): Define low_text_segment_address as local and
8282 pass to record_text_segment_lowaddr for ELF targets.
8283 (hppa_gdbarch_init): Zero fill tdep structure.
8284 (hppa_dump_tdep): Print tdep structure.
8285 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8286
8287 2004-04-17 Randolph Chung <tausq@debian.org>
8288
8289 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8290 (hppa_gdbarch_init): Set pseudo_register_read.
8291 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8292 * regcache.c (supply_register): Remove check for
8293 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8294
8295 2004-04-17 Randolph Chung <tausq@debian.org>
8296
8297 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8298 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8299 (hpread_adjust_stack_address): Move to hpread.c.
8300 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8301 obj_private_struct): Move from tm-hppa.h.
8302 * hpread.c (hppa-tdep.h): Include.
8303 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8304 (hpread_read_function_type, hpread_read_doc_function_type)
8305 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8306 directly.
8307 * pa64solib.c (hppa-tdep.h): Include.
8308 * somsolib.c (hppa-tdep.h): Include.
8309 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8310 inferior_status): Remove unused forward declarations.
8311 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8312 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8313 obj_private_struct): Move to hppa-tdep.h.
8314 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8315
8316 2004-04-17 Randolph Chung <tausq@debian.org>
8317
8318 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8319 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8320 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8321 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8322 Remove forward declaration and make static.
8323 (hppa_reg_struct_has_addr): Remove.
8324
8325 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8326
8327 * observer.sh: Move comments in sed command to first column.
8328
8329 2004-04-16 Jason Molenda (jmolenda@apple.com)
8330
8331 * frame.c: Minor typeo corrections in comments.
8332
8333 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8334
8335 * observer.c (observer_test_first_notification_function): Update
8336 function profile.
8337 (observer_test_second_notification_function): Likewise.
8338 (observer_test_third_notification_function): Likewise.
8339
8340 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8341
8342 From Brian Ford <ford@vss.fsi.com>:
8343 * i386-tdep.c (i386_coff_init_abi): New function.
8344 * i386-tdep.h (i386_coff_init_abi): New prototype.
8345 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8346 register number translation functions for DWARF and DWARF 2.
8347
8348 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8349
8350 * dwarf2read.c: Back out my previous change, it was incorrect.
8351
8352 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
8353
8354 * dwarf2read.c: Include "hashtab.h".
8355 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8356 has_namespace_info.
8357 (struct partial_die_info): Add comments. Use bitfields to reduce
8358 memory footprint. Add scope, scope_set, has_specification,
8359 spec_offset, die_parent, die_child, and die_sibling.
8360 (peek_die_abbrev): Add prototype.
8361 (partial_read_comp_unit_head): New function, broken out from
8362 dwarf2_build_psymtabs_hard.
8363 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8364 Use partial_read_comp_unit_head. Initialize the CU and
8365 comp_unit_obstack. Update calls to read_partial_die and
8366 scan_partial_symbols. Use free_stack_comp_unit and
8367 load_partial_dies.
8368 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8369 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8370 Update calls to helper functions. Remove NAMESPACE argument.
8371 Update comments.
8372 (partial_die_parent_scope, partial_die_full_name): New functions.
8373 (add_partial_symbol): Remove namespace argument. Update call to
8374 pdi_needs_namespace. Use partial_die_full_name. Handle
8375 DW_TAG_namespace. Check has_namespace_info flag.
8376 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8377 tag. Handle namespaces.
8378 (add_partial_namespace, add_partial_enumeration): Simplify.
8379 (guess_structure_name): New function, derived from
8380 add_partial_structure.
8381 (add_partial_structure): Remove.
8382 (determine_class_name): Update comment.
8383 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8384 (is_type_tag_for_partial, load_partial_dies): New functions.
8385 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8386 Record specifications instead of following them immediately.
8387 (find_partial_die_in_comp_unit, find_partial_die)
8388 (fixup_partial_die, free_stack_comp_unit)
8389 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8390 (partial_die_hash, partial_die_eq): New functions.
8391 * Makefile.in (hashtab_h): Define.
8392 (dwarf2read.o): Update dependencies.
8393 (observer_inc, observer_h): Move to the correct section.
8394
8395 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8396
8397 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8398 (die_is_declaration): Use the function above. Add comment.
8399
8400 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8401
8402 * dwarf2read.c (read_structure_scope): Identify stub types
8403 using die_is_declaration() only.
8404
8405 2004-04-15 Roland McGrath <roland@redhat.com>
8406
8407 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8408 argument instead of NAME.
8409 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8410 in call to symbol_file_add_with_addrs_or_offsets.
8411 (build_addr_info): New function, helper for ...
8412 (symbol_file_add_from_memory): New function.
8413 (add_symbol_file_from_memory_command): New function using that.
8414 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8415 (pre_add_symbol_hook): Add const to argument type.
8416 * symfile.h (symbol_file_add_from_memory): Declare it.
8417
8418 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8419
8420 * NEWS (New native configurations): Mention OpenBSD/vax.
8421 * configure.host: Add vax-*-openbsd*.
8422 * config/vax/obsd.mh: New file.
8423 * config/vax/nm-obsd.h: New file.
8424
8425 * vax-tdep.c: Include "regset.h".
8426 (vax_supply_gregset): New function.
8427 (vax_gregset): New variable.
8428 (vax_regset_from_core_section): New function.
8429 (vax_gdbarch_init): Set regset_from_core_section.
8430 * Makefile.in (vax-tdep.o): Update dependencies.
8431
8432 2004-04-15 Andrew Cagney <cagney@redhat.com>
8433
8434 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8435 (observer_normal_stop_notification_stub)
8436 (observer_attach_normal_stop, observer_detach_normal_stop):
8437 Delete, replaced by #include "observer.inc".
8438 * infrun.c (normal_stop): Pass "stop_bpstat" to
8439 observer_notify_normal_stop.
8440 * Makefile.in (observer_inc): Define.
8441 (observer.o): Update dependencies.
8442 (observer.h, observer.inc): New rules.
8443 * observer.h: Delete file.
8444 * observer.sh: New file.
8445
8446 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8447
8448 * vax-tdep.c (vax_frame_cache): Fix typo.
8449
8450 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8451
8452 * NEWS (New native configurations): Mention NetBSD/vax.
8453 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8454 * config/vax/nbsdelf.mh: New file.
8455 * config/vax/nbsdaout.mh: New file.
8456 * config/vax/nm-nbsd.h: New file.
8457 * config/vax/nm-nbsdaout.h: New file.
8458
8459 * vaxnbsd-tdep.c: New file.
8460 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8461 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8462 * config/vax/nbsd.mt: New file.
8463 * config/vax/tm-nbsd.h: New file.
8464
8465 * Makefile.in (vaxbsd-nat.o): New dependency.
8466
8467 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8468 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8469 struct_addr arguments. Don't push return value address.
8470 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8471 arguments to vax_store_arguments. Store return value address in
8472 R1.
8473 (vax_store_struct_return, vax_extract_return_value)
8474 (vax_store_return_value): Remove functions.
8475 (vax_return_value): New function.
8476 (vax_gdbarch_init): Set return value. Don't set
8477 deprecated_store_struct_return, deprecated_extract_struct_return
8478 and deprecated_store_return_value.
8479
8480 2004-04-14 Andreas Schwab <schwab@suse.de>
8481
8482 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8483 value buffer.
8484 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8485
8486 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8487
8488 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8489 (vax_unwind_dummy_id): New functions.
8490 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8491 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8492 variables.
8493 (vax_fix_call_dummy): Remove function.
8494 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8495 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8496 call_dummy_location, deprecated_call_dummy_words,
8497 deprecated_sizeof_call_dummy_words,
8498 deprecated_call_dummy_breakpoint_offset,
8499 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8500 and deprecated_dummy_write_sp.
8501
8502 2004-04-13 David Carlton <carlton@kealia.com>
8503
8504 * MAINTAINERS: Move myself to "paper trail" section.
8505
8506 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8507
8508 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8509 "trad-frame.h".
8510 (vax_frame_init_saved_regs): Remove function.
8511 (vax_sigtramp_saved_pc): Remove function.
8512 (vax_frame_saved_pc): Remove function.
8513 (vax_frame_args_address): Remove function.
8514 (vax_frame_num_args): Rewrite.
8515 (vax_frame_chain): Remove function.
8516 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8517 VAX_FP_REGNUM.
8518 (vax_pop_frame): Likewise.
8519 (vax_saved_pc_after_call): Remove function.
8520 (struct vax_frame_cache): New structure.
8521 (vax_frame_cache): New function.
8522 (vax_frame_this_id): New function.
8523 (vax_frame_prev_register): New function.
8524 (vax_frame_unwind): New variable.
8525 (vax_frame_sniffer): New function.
8526 (vax_frame_base_address): New function.
8527 (vax_frame_args_address): New function.
8528 (vax_frame_base): New variable.
8529 (vax_unwind_pc): New function.
8530 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8531 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8532 deprecated_frame_chain, deprecated_frame_saved_pc,
8533 deprecated_frame_args_address and
8534 deprecated_frame_init_saved_regs.
8535 * Makefile.in (vax-tdep.o): Update dependencies.
8536
8537 * vaxbsd-nat.c: New file.
8538
8539 * vax-tdep.h: Update copyright year. Adjust comments.
8540 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8541 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8542 (vax_regnum): New enum. Replacing...
8543 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8544 (VAX_PS_REGNUM): ... these removed macros.
8545 * vax-tdep.c (vax_register_name): Remove prototype.
8546 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8547 (vax_register_byte, vax_register_raw_size,
8548 vax_register_virtual_size, vax_register_virtual_type): Remove
8549 functions.
8550 (vax_register_type): New function.
8551 (vax_breakpoint_from_pc): Reorganize.
8552 (vax_gdbarch_init): Set register_type. Don't set
8553 deprecated_register_size, deprecated_register_bytes,
8554 deprecated_register_byte, deprecated_register_raw_size,
8555 deprecated_max_register_raw_size,
8556 deprecated_register_virtual_size,
8557 deprecated_max_register_virtual_size and
8558 deprecated_register_virtual_type. Add comment on stack direction.
8559
8560 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8561
8562 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8563 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8564 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8565
8566 2004-04-10 Randolph Chung <tausq@debian.org>
8567
8568 * MAINTAINERS (write after approval): Add myself.
8569
8570 2004-04-07 Randolph Chung <tausq@debian.org>
8571
8572 * hppa-tdep.c (hppa_inner_than): Remove.
8573 (is_pa_2): Remove unused static variable.
8574 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8575
8576 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8577
8578 * language.h (language_defn): Add new la_post_parser field.
8579 * parser-defs.h (null_post_parser): New declaration (default for
8580 la_post_parser).
8581
8582 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8583 insert call to that function.
8584 (parse_exp_in_context): New function, including code formerly in
8585 parse_exp_1. Calls language-dependent post-parser after
8586 prefixification.
8587 (parse_expression_in_context): New exported function.
8588 (null_post_parser): New definition.
8589 * expression.h (parse_expression_in_context): Add declaration.
8590
8591 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8592 * c-lang.c (c_language_defn): Ditto.
8593 (cplus_language_defn): Ditto.
8594 (asm_language_defn): Ditto.
8595 (minimal_language_defn): Ditto.
8596 * f-lang.c (f_language_defn): Ditto.
8597 * jv-lang.c (java_language_defn): Ditto.
8598 * language.c (unknown_language_defn): Ditto.
8599 (auto_language_defn): Ditto.
8600 (local_language_defn): Ditto.
8601 * m2-lang.c (m2_language_defn): Ditto.
8602 * scm-lang.c (scm_language_defn): Ditto.
8603 * obj-lang.c (objc_language_defn): Ditto.
8604
8605 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8606
8607 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8608 (amd64nbsd_mcontext_addr): New function.
8609 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8610 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8611 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8612
8613 * corelow.c (core_xfer_partial): Fix coding standards violation.
8614 Add support for TARGET_OBJECT_WCOOKIE.
8615
8616 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8617 deprecated_pc_in_sigtramp.
8618 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8619 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8620 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8621 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8622 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8623 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8624 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8625
8626 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8627 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8628 Fix typo.
8629
8630 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8631 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8632 (amd64_collect_fxsave): Likewise.
8633
8634 * i386-sol2-tdep.c: Include "gdb_string.h".
8635 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8636 name.
8637 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8638
8639 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8640
8641 * i386-sol2-tdep.c: Include "solib-svr4.h".
8642 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8643 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8644 * config/i386/tm-i386sol2.h: Include :solib.h".
8645 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8646 solib-svr4.o and solib-legacy.o.
8647 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8648 solib-svr4.o.
8649
8650 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8651
8652 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8653 whether a register is supplied by PTRACE_GETFPREGS.
8654 (store_inferior_registers): Likewise.
8655 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8656 whether a register is supplied by PT_GETFPREGS.
8657 (store_inferior_registers): Likewise.
8658
8659 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8660 * config/i386/linux64.mt (TDEPFILES): Likewise.
8661
8662 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8663
8664 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8665 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8666 the program counter is in the range specified by `struct
8667 gdbarch_tdep'.
8668 * amd64-linux-tdep.c: Include "symtab.h".
8669 (amd64_linux_pc_in_sigtramp): Remove function.
8670 (amd64_linux_sigtramp_p): New function.
8671 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8672 deprecated_pc_in_sigtramp.
8673 * amd64nbsd-tdep.c: Include "symtab.h".
8674 (amd64nbsd_sigtramp_p): New function.
8675 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8676 deprecated_pc_in_sigtramp.
8677 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8678 few comments.
8679 (amd64obsd_pc_in_sigtramp): Remove function.
8680 (amd64obsd_sigtramp_p): New function.
8681 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8682 deprecated_pc_in_sigtramp.
8683 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8684 (i386bsd_pc_ins_sigtramp): Remove prototype.
8685 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8686 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8687 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8688 the program counter is in the range specified by `struct
8689 gdbarch_tdep'.
8690 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8691 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8692 (i386_go32_pc_in_sigtramp): Remove function.
8693 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8694 Initialize TDEP->sigtramp_p.
8695 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8696 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8697 deprecated_pc_in_sigtramp.
8698 * i386-linux-tdep.c: Adjust comments.
8699 (i386_linux_pc_in_sigtramp): Remove function.
8700 (i386_linux_sigtramp_p): New function.
8701 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8702 deprecated_pc_in_sigtramp.
8703 * i386-nto-tdep.c: Update copyright year.
8704 (i386nto_pc_in_sigtramp): Remove function.
8705 (i386nto_sigtramp_p): New function.
8706 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8707 SP_REGNUM.
8708 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8709 deprecated_pc_in_sigtramp.
8710 * i386-sol2-tdep.c: Update copyright year.
8711 (i386_sol2_pc_in_sigtramp): Remove function.
8712 (i386_sol2_sigtramp_p): New function.
8713 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8714 deprecated_pc_in_sigtramp.
8715 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8716 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8717 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8718 deprecated_sigtramp_start and deprecated_sigtramp_end.
8719 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8720 (i386nbsd_pc_in_sigtramp): Remove function.
8721 (i386nbsd_sigtramp_p): New function.
8722 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8723 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8724 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8725 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8726 (i386obsd_pc_in_sigtramp): Remove function.
8727 (i386obsd_sigtramp_p): New function.
8728 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8729 functions.
8730 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8731 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8732 TDEP->sigtramp_p.
8733 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8734 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8735 dependencies.
8736
8737 * config/i386/i386aout.mt: Remove file.
8738
8739 * configure.tgt: Remove i[34567]86-*-go32*,
8740 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8741 and i[34567]86-*-isc*. Set gdb_target to i386 for
8742 i[34567]86-*-netware* and i[34567]86-*-*.
8743 * config/i386/i386.mt: New file.
8744 * config/i386/embed.mt: Remove file.
8745 * config/i386/go32.mt: Remove file.
8746 * config/i386/i386nw.mt: Remove file.
8747 * config/i386/i386v.mt: Remove file.
8748 * config/i386/tm-go32.h: Remove file.
8749
8750 * tui/tui-hooks.c: Include "readline/readline.h" after
8751 "gdb_curses.h" instead of before.
8752 * tui/tui-io.c: Likewise.
8753
8754 * tui/tui.c: Fix typo in comment.
8755
8756 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8757
8758 2004-04-08 Andrew Cagney <cagney@redhat.com>
8759
8760 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8761 (deprecated_exception_support_initialized): Declare.
8762 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8763 (initialize_hp_cxx_exception_support)
8764 (child_enable_exception_callback): Update.
8765 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8766 (deprecated_exception_support_initialized): Rename
8767 deprecated_exception_catchpoints_are_fragile and
8768 deprecated_exception_support_initialized.
8769 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8770
8771 * symtab.c (deprecated_hp_som_som_object_present): Rename
8772 hp_som_som_object_present.
8773 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8774 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8775 Update. Delete extern declaration.
8776 * valops.c (hp_som_som_object_present): Ditto.
8777 * parse.c (deprecated_hp_som_som_object_present)
8778 (parse_nested_classes_for_hpacc): Ditto.
8779 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8780 * hppa-hpux-tdep.c (hp_som_som_object_present)
8781 (initialize_hp_cxx_exception_support): Ditto.
8782 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8783 * cp-valprint.c (hp_som_som_object_present)
8784 (cp_print_class_method): Ditto.
8785 * c-typeprint.c (hp_som_som_object_present):
8786 (c_type_print_base): Ditto.
8787 * c-exp.y (hp_som_som_object_present): Ditto.
8788
8789 2004-04-08 Andrew Cagney <cagney@redhat.com>
8790
8791 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8792 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8793 (frame_unwind_find_by_frame): Re-implement the unwind code so
8794 that it can both prepend and append sniffers. Replace
8795 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8796 * tramp-frame.c (tramp_frame_append): Use
8797 frame_unwind_prepend_unwinder.
8798 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8799 frame_unwind_register_unwinder.
8800 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8801 tramp_frame_append.
8802 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8803 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8804 (mips_linux_init_abi): Update.
8805
8806 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8807
8808 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8809 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8810 file support.
8811
8812 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8813
8814 * ia64-tdep.c (elf.h): Don't include.
8815 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8816
8817 2004-04-07 Jason Molenda (jmolenda@apple.com)
8818
8819 * frame.h: Typeo corrections in comments.
8820
8821 2004-04-07 Jim Blandy <jimb@redhat.com>
8822
8823 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8824 %esp and %ebp
8825
8826 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8827
8828 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8829 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8830 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8831 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8832 and solib-legacy.o.
8833 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8834 solib-svr4.o.
8835 * config/sparc/tm-sol2.h: Update copyright year. Include
8836 "solib.h".
8837
8838 * sparc-sol2-tdep.c: Update copyright year. Include
8839 "solib-svr4.h".
8840 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8841 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8842 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8843 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8844 dependencies.
8845
8846 2004-04-06 Andrew Cagney <cagney@redhat.com>
8847
8848 * infttrace.c: Include "infttrace.h".
8849 * infttrace.h: Include "target.h".
8850 * Makefile.in (infttrace_h): Update.
8851 (infttrace.o): Update.
8852
8853 2004-04-06 Andrew Cagney <cagney@redhat.com>
8854
8855 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8856 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8857 move extern declarations from here ...
8858 * infttrace.h: ... to here.
8859 * Makefile.in (hppah-nat.o): Update dependencies.
8860
8861 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8862 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8863 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
8864 (hppa_breakpoint_from_pc): Delete.
8865
8866 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8867
8868 2004-04-05 Andrew Cagney <cagney@redhat.com>
8869
8870 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8871 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8872 <sys/file.h>.
8873
8874 2004-04-06 Randolph Chung <tausq@debian.org>
8875
8876 Committed by Andrew Cagney (mechanical change).
8877 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8878 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8879 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8880 child_enable_exception_callback, current_ex_event,
8881 null_symtab_and_line, child_get_current_exception_event,
8882 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8883 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8884 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8885 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8886 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8887 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8888 Move hpux-specific definitions ...
8889 * hppa-hpux-tdep.c: ... to here.
8890
8891 2004-04-05 Andrew Cagney <cagney@redhat.com>
8892
8893 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8894 skip_prologue_using_sal.
8895
8896 2004-04-05 Andrew Cagney <cagney@redhat.com>
8897
8898 * config/i386/tm-i386.h: Delete file.
8899 * config/i386/tm-vxworks.h: Update copyright, do not include
8900 "tm-i386.h".
8901 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8902 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8903 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8904 * config/i386/ncr3000.mt (TM_FILE): Delete.
8905 * config/i386/interix.mt (TM_FILE): Delete.
8906 * config/i386/i386v.mt (TM_FILE): Delete.
8907 * config/i386/i386nw.mt (TM_FILE): Delete.
8908 * config/i386/i386gnu.mt (TM_FILE): Delete.
8909 * config/i386/i386aout.mt (TM_FILE): Delete.
8910 * config/i386/embed.mt (TM_FILE): Delete.
8911
8912 2004-04-05 Kevin Buettner <kevinb@redhat.com>
8913
8914 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8915 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8916 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8917 (accg7_regnum): New constants.
8918 (last_spr_regnum, last_pseudo_regnum): Update.
8919 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8920 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8921 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8922 for accg registers.
8923 (frv_register_sim_regno): Update spr_map[].
8924
8925 2004-04-04 Andrew Cagney <cagney@redhat.com>
8926
8927 * config/mips/xm-riscos.h: Delete.
8928 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8929 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8930 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8931 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8932 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8933 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8934 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8935 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8936 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8937 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8938 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8939 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8940 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8941 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8942 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8943 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8944 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8945 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8946 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8947 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8948 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8949 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8950 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8951 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8952 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8953 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8954
8955 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8956 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8957 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8958 * configure.host: Remove m680[01]0-sun-sunos3*,
8959 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8960 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8961 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8962 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8963 mips-*-riscos*.
8964 * NEWS: Mention removed systems.
8965
8966 2004-04-04 Andrew Cagney <cagney@redhat.com>
8967
8968 GDB 6.1 release created from 6.1 branch.
8969
8970 2004-04-04 Andrew Cagney <cagney@redhat.com>
8971
8972 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8973 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8974 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8975
8976 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8977 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8978 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8979
8980 2004-04-03 Jim Blandy <jimb@redhat.com>
8981
8982 * MAINTAINERS: Chris Faylor has changed employers; add him to
8983 "paper trail" section, and update his E-mail address.
8984
8985 2004-04-03 Andrew Cagney <cagney@redhat.com>
8986
8987 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8988 generic dummy frames.
8989 * dummy-frame.c: Update copyright.
8990 (dummy_frame_sniffer): Delete check for generic dummy frames.
8991
8992 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8993 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8994 (REG_PARM_STACK_SPACE): Delete.
8995 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8996 Inline reference to REG_PARM_STACK_SPACE.
8997
8998 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8999 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9000 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9001 (FRAME_BASE_BEFORE_SIGTRAMP)
9002 (hppa32_hpux_frame_base_before_sigtramp)
9003 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9004 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9005 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9006 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9007 (FRAME_BASE_BEFORE_SIGTRAMP)
9008 (hppa64_hpux_frame_base_before_sigtramp)
9009 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9010
9011 2004-04-03 Andrew Cagney <cagney@redhat.com>
9012
9013 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9014
9015 2004-04-02 Andrew Cagney <cagney@redhat.com>
9016
9017 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9018 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9019 * dummy-frame.h: Delete out-of-date comments.
9020 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9021 * gdbarch.h, gdbarch.c: Re-generate.
9022
9023 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9024
9025 Committed by Andrew Cagney <cagney@redhat.com>.
9026 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9027 into account an instruction saving a register if we have already
9028 seen an earlier instruction saving that same register.
9029
9030 2004-04-02 Andrew Cagney <cagney@redhat.com>
9031
9032 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9033 * gdbarch.h, gdbarch.c: Re-generate.
9034 * frame.c (legacy_get_prev_frame): Delete references to
9035 DEPRECATED_INIT_FRAME_PC_FIRST.
9036
9037 * infrun.c (pc_in_sigtramp): Delete function.
9038 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9039 get_frame_type.
9040
9041 2004-04-02 Andrew Cagney <cagney@redhat.com>
9042
9043 * infrun.c (handle_step_into_function): Delete code conditional on
9044 legacy_frame_p.
9045 (handle_inferior_event, step_over_function): Ditto.
9046
9047 2004-04-02 Andrew Cagney <cagney@redhat.com>
9048
9049 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9050 "previous frame inner to this frame" test.
9051
9052 2004-04-02 Andrew Cagney <cagney@redhat.com>
9053
9054 * frame.c (safe_frame_unwind_memory): New function.
9055 * frame.h (safe_frame_unwind_memory): Declare. Update description
9056 of /safe_/ methods.
9057 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9058 "next_frame". Use safe_frame_unwind_memory.
9059 (tramp_frame_sniffer): Update call to tramp_frame_start.
9060
9061 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9062
9063 * dwarf2read.c (dwarf2_objfile_data_key): New.
9064 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9065 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9066 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9067 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9068 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9069 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9070 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9071 Remove variables.
9072 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9073 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9074 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9075 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9076 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9077 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9078 Remove macros.
9079 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9080 data.
9081 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9082 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9083 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9084 (read_partial_die, read_full_die, read_indirect_string)
9085 (dwarf_decode_line_header, dwarf_decode_macros)
9086 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9087 Update uses of removed variables.
9088 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9089 of removed macros.
9090 (_initialize_dwarf2_read): New function.
9091 * symfile.h (dwarf2_has_info): Update prototype.
9092 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9093 * elfread.c (elf_symfile_read): Likewise.
9094
9095 2004-04-01 Jim Blandy <jimb@redhat.com>
9096
9097 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9098 function for register numbers on all the rs6000-derived targets.
9099 (rs6000_gdbarch_init): Don't register a separate
9100 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9101 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9102 variants.
9103
9104 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9105 numbering.
9106
9107 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9108
9109 * valarith.c: Update copyright notice.
9110 (value_add): Handle range types.
9111 (value_sub): Ditto.
9112 (value_equal): Ditto.
9113 (value_less): Ditto.
9114 (value_neg): Ditto.
9115 (value_complement): Ditto.
9116 (value_binop): Simplify slightly by using is_integral_type and
9117 eliminiating unnecessary COERCE_ENUMs.
9118
9119 2004-03-31 Andrew Cagney <cagney@redhat.com>
9120
9121 * frame.h (frame_unwind_id): Declare.
9122 * frame.c (frame_unwind_id): New function.
9123 (get_prev_frame_1): New function.
9124 (frame_debug_got_null_frame): New function.
9125 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9126 code proper to prev_frame, update description.
9127 * infrun.c (step_over_function): Use frame_unwind_id.
9128
9129 2004-04-31 J. Brobecker <brobecker@gnat.com>
9130
9131 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9132 (hppa64_push_dummy_call): Likewise.
9133
9134 2004-03-30 Jim Blandy <jimb@redhat.com>
9135
9136 From Ulrich Weigand:
9137 * utils.c (query): Do not use a va_list variable multiple times.
9138
9139 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9140
9141 * Makefile.in (linux_nat_h): Update dependencies.
9142 * configure.in: Check for <gnu/libc-version.h>.
9143 * configure: Regenerate.
9144 * config.in: Regenerate.
9145 * linux-nat.h: Include "target.h". Add waitstatus field to
9146 struct lwp_info.
9147 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9148 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9149 to.
9150 (lin_lwp_handle_extended): New function. Handle clone events.
9151 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9152 thread exit events.
9153 (child_wait): Handle clone events.
9154 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9155 * linux-nat.c (linux_enable_event_reporting): Turn on
9156 PTRACE_O_TRACECLONE.
9157 (linux_handle_extended_wait): Handle clone events.
9158 * thread-db.c: Include <gnu/libc-version.h>.
9159 (struct private_thread_info): Add dying flag.
9160 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9161 higher.
9162 (attach_thread): Update comments. Handle dying threads.
9163 (detach_thread): Set the dying flag.
9164 (check_event): Always call attach_thread.
9165
9166 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9167
9168 * mips-tdep.c (mips_pdr_data): New.
9169 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9170 (_initialize_mips_tdep): Initialize mips_pdr_data.
9171
9172 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9173
9174 * minsyms.c (install_minimal_symbols): Move dropping leading
9175 char from linkage name from here...
9176 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9177 test for "__gnu_compiled*" symbols.
9178
9179 2004-03-28 Jim Blandy <jimb@redhat.com>
9180
9181 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9182 registers to temp register r0 and byte stores as prologue
9183 instructions.
9184
9185 2004-03-28 Andrew Cagney <cagney@redhat.com>
9186
9187 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9188 arm*-*-*.
9189
9190 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9191
9192 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9193 and switch the layout to force a display of register window.
9194
9195 2004-02-26 J. Brobecker <brobecker@gnat.com>
9196
9197 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9198 of the INTEGER class.
9199
9200 2004-03-26 Jim Blandy <jimb@redhat.com>
9201
9202 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9203 bytes long on PPC GNU/Linux.
9204
9205 2004-03-26 David Carlton <carlton@kealia.com>
9206
9207 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9208
9209 2004-03-25 Andrew Cagney <cagney@redhat.com>
9210
9211 * PROBLEMS: Add general section titles, remove references to
9212 specific releases.
9213
9214 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9215
9216 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9217 INT_REGISTER_SIZE.
9218 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9219 FP_REGISTER_VIRTUAL_SIZE.
9220 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9221 of DEPRECATED_REGISTER_RAW_SIZE.
9222 (arm_register_type): Add gdbarch argument.
9223 (arm_register_raw_size, arm_register_virtual_size): Delete.
9224 (arm_register_byte, arm_extract_return_value)
9225 (arm_store_return_value, arm_get_longjmp_target): Update references
9226 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9227 (arm_gdbarch_init): Likewise. Don't set
9228 deprecated_register_raw_size, deprecated_register_virtual_size,
9229 deprecated_max_register_raw_size,
9230 deprecated_max_register_virtual_size, or
9231 deprecated_max_register_virtual_type. Do set register_type.
9232 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9233 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9234 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9235 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9236 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9237 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9238 INT_REGISTER_SIZE.
9239 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9240 (remote_rdp_store_register): Likewise.
9241
9242 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9243
9244 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9245 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9246 to after osabi initialization.
9247 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9248 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9249 functions.
9250 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9251 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9252 variables.
9253 (mips_linux_init_abi): Append signal trampoline unwinders.
9254
9255 2004-03-24 Andrew Cagney <cagney@redhat.com>
9256
9257 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9258 * tramp-frame.c: Include "gdb_assert.h".
9259 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9260 correct sizeof.
9261 (tramp_frame_append): Validate the tramp frame's instructions.
9262 * Makefile.in (tramp-frame.o): Update dependencies.
9263
9264 2004-03-23 Andrew Cagney <cagney@redhat.com>
9265
9266 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9267
9268 2004-03-23 Andrew Cagney <cagney@redhat.com>
9269
9270 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9271 Nasser as past testsuite/lib/ (and other) maintainers.
9272
9273 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9274
9275 * infcmd.c (attach_command): Reread symbols if we already have
9276 an exec file.
9277
9278 2004-03-23 Andrew Cagney <cagney@redhat.com>
9279
9280 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9281
9282 2004-03-23 Andrew Cagney <cagney@redhat.com>
9283
9284 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9285 * gdbarch.h, gdbarch.c: Re-generate.
9286 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9287 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9288 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9289 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9290 (DEPRECATED_SIGTRAMP_START): Update.
9291 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9292 (DEPRECATED_SIGTRAMP_START): Update.
9293 * blockframe.c (find_pc_sect_partial_function): Update.
9294 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9295
9296 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9297
9298 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9299 if necessary.
9300
9301 2004-03-23 Andrew Cagney <cagney@redhat.com>
9302
9303 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9304 predicate, deprecate.
9305 * gdbarch.h, gdbarch.c: Re-generate.
9306 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9307 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9308 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9309 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9310 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9311 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9312 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9313 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9314 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9315 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9316 * blockframe.c (find_pc_partial_function): Update.
9317 * breakpoint.c (bpstat_what): Update.
9318 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9319 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9320 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9321 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9322 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9323 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9324 * i386-nto-tdep.c (i386nto_init_abi): Update.
9325 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9326 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9327 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9328 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9329 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9330 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9331 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9332 * infrun.c (pc_in_sigtramp): Update.
9333 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9334 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9335 * mips-tdep.c (mips_gdbarch_init): Update.
9336 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9337 * ppc-linux-tdep.c: Update comment.
9338 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9339 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9340 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9341 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9342 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9343 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9344 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9345 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9346 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9347 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9348
9349 2004-03-23 Andrew Cagney <cagney@redhat.com>
9350
9351 * tramp-frame.h, tramp-frame.h: New files.
9352 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9353 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9354
9355 * Makefile.in: Update all dependencies.
9356
9357 2004-03-23 Andrew Cagney <cagney@redhat.com>
9358
9359 * Makefile.in (trad_frame_h): Add $(frame_h).
9360 * trad-frame.h: Update copyright. Include "frame.h".
9361 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9362 (trad_frame_set_id, trad_frame_get_id): Declare.
9363 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9364 * trad-frame.c: Update copyright.
9365 (struct trad_frame_cache): Define.
9366 (trad_frame_cache_zalloc): New function.
9367 (trad_frame_set_id, trad_frame_get_id): New functions.
9368 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
9369
9370 2004-03-22 Andrew Cagney <cagney@redhat.com>
9371
9372 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9373 s390_pltstub_unwind_cache.
9374 (s390_stub_frame_unwind_cache): Rename
9375 s390_pltstub_frame_unwind_cache.
9376 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9377 (s390_stub_frame_prev_register): Rename
9378 s390_pltstub_frame_prev_register.
9379 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9380 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9381
9382 From Ulrich Weigand:
9383 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9384 pointer calls like PLT calls.
9385
9386 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9389 PC rather than the partial function start address. Use the start
9390 address to sanity check the found PDR.
9391
9392 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9395 linux_handle_extended_wait.
9396
9397 2004-03-22 Andrew Cagney <cagney@redhat.com>
9398
9399 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9400 function.
9401
9402 * frame.h (generic_pop_current_frame): Delete declaration.
9403 (deprecate_pop_dummy_frame): Deprecate
9404 generic_pop_dummy_frame.
9405 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9406 (generic_pop_current_frame): Delete function.
9407 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9408 generic_pop_current_frame.
9409 * v850-tdep.c (v850_pop_frame): Update.
9410 * mcore-tdep.c (mcore_pop_frame): Update.
9411 * sh64-tdep.c (sh64_pop_frame): Update.
9412 * h8300-tdep.c (h8300_pop_frame): Update.
9413
9414 2004-03-22 Andrew Cagney <cagney@redhat.com>
9415
9416 * frame.h (deprecated_pc_in_call_dummy): Rename
9417 generic_pc_in_call_dummy.
9418 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9419 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9420 generic_pc_in_call_dummy.
9421 (pc_in_dummy_frame): Make static.
9422 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9423 * gdbarch.h, gdbarch.c: Re-generate.
9424 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9425 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9426 (legacy_get_prev_frame): Ditto.
9427 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9428 comment.
9429
9430 2004-03-21 Andrew Cagney <cagney@redhat.com>
9431
9432 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9433 declaration and out-of-date comment.
9434 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9435 Delete function.
9436 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9437 deprecated_pc_in_call_dummy.
9438
9439 * infrun.c (handle_inferior_event): For non legacy frames, use the
9440 frame ID and frame type to identify a signal trampoline. Update
9441 comments.
9442
9443 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9444
9445 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9446 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9447
9448 2004-03-21 Andrew Cagney <cagney@redhat.com>
9449
9450 * frame-unwind.h: Update copyright.
9451 (struct frame_data): Add opaque declaration.
9452 (frame_sniffer_ftype): Declare.
9453 (struct frame_unwind): Add "unwind_data" and "sniffer".
9454 (frame_unwind_register_unwinder): Declare.
9455 (frame_unwind_find_by_frame): Add parameter "this_cache".
9456 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9457 (legacy_get_prev_frame, legacy_get_prev_frame)
9458 (get_frame_type): Pass the prologue_cache to
9459 frame_unwind_find_by_frame.
9460 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9461 "unwinder".
9462 (frame_unwind_register_unwinder): New function.
9463 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9464
9465 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9466
9467 * bcache.c (print_percentage): Use floating point to avoid
9468 incorrect results when portion*100 overflows.
9469
9470 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9471
9472 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9473 (ppc_linux_init_extra_frame_info)
9474 (ppc_linux_frameless_function_invocation)
9475 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9476 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9477 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9478 (rs6000_frame_chain): Delete declarations.
9479 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9480 (ppc_linux_init_extra_frame_info)
9481 (ppc_linux_frameless_function_invocation)
9482 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9483 (ppc_linux_init_abi): Remove registration of above deleted functions.
9484 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9485 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9486 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9487 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9488 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9489 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9490 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9491 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9492 frame management for all OSABIs.
9493
9494 2004-03-19 Andrew Cagney <cagney@redhat.com>
9495
9496 Committed by Kevin Buettner <kevinb@redhat.com>.
9497
9498 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9499 Update copyright.
9500 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9501 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9502 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9503 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9504 unwinders. #ifdef legacy frame code.
9505 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9506 "frame-base.h".
9507 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9508 (struct rs6000_frame_cache, rs6000_frame_cache)
9509 (rs6000_frame_this_id, rs6000_frame_prev_register)
9510 (rs6000_frame_sniffer, rs6000_frame_unwind)
9511 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9512 (rs6000_frame_base): Implement a traditional frame unwinder.
9513 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9514 frame unwinder.
9515
9516 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9517
9518 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9519 breakpoint address for watchpoints or the catch eventpoints.
9520 Add new paramter ``bptype''. Adjust all callers.
9521
9522 2004-03-19 Andrew Cagney <cagney@redhat.com>
9523
9524 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9525
9526 * PROBLEMS: Delete note that ARM does not use frame code, problem
9527 fixed.
9528
9529 2004-03-18 Andrew Cagney <cagney@redhat.com>
9530
9531 * stack.c (return_command): Delete code wrapped in #ifdef
9532 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9533
9534 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9535
9536 2004-03-18 Andrew Cagney <cagney@redhat.com>
9537
9538 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9539 DEPRECATED_IN_SIGTRAMP.
9540 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9541 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9542 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9543 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9544 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9545 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9546 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9547 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9548 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9549 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9550
9551 2004-03-18 Andrew Cagney <cagney@redhat.com>
9552
9553 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9554 (struct frame_base_table_entry): Define.
9555 (struct frame_base_table): Re-implement as a linked list.
9556 (frame_base_init): Re-implement.
9557 (frame_base_table): Delete function.
9558 (append_predicate): Delete function.
9559 (frame_base_append_sniffer): Update.
9560 (frame_base_set_default): Update.
9561 (frame_base_find_by_frame): Update.
9562 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9563 * Makefile.in (frame-base.o): Update dependencies.
9564
9565 2004-03-17 Andrew Cagney <cagney@redhat.com>
9566
9567 * frame.c (legacy_get_prev_frame): Pass correct frame to
9568 frame_unwind_find_by_frame.
9569
9570 2004-03-17 David Carlton <carlton@kealia.com>
9571
9572 * NEWS: Mention C++ nested types and namespaces
9573
9574 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9575
9576 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9577 and "Regressions since gdb 5.3.". Add known regressions since
9578 gdb 6.0.
9579
9580 2004-03-16 David Carlton <carlton@kealia.com>
9581
9582 * dwarf2read.c (process_structure_scope): Process children even
9583 when we're a declaration.
9584
9585 2004-03-16 Andrew Cagney <cagney@redhat.com>
9586
9587 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9588 * blockframe.c (find_pc_partial_function)
9589 (find_pc_sect_partial_function): Merge into a single
9590 find_pc_partial_function.
9591
9592 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9593
9594 * i386bsd-nat.c: s/regno/regnum/g.
9595 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9596 FP0_REGNUM.
9597 (store_inferior_registers): Likewise.
9598
9599 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9600
9601 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9602 of i387_fill_fsave.
9603 (store_inferior_registers): Call i387_collect_fsave and
9604 i387_collect_fxsave instead of i387_fill_fsave and
9605 i387_fill_fxsave.
9606
9607 2004-03-15 Andrew Cagney <cagney@redhat.com>
9608
9609 * Makefile.in (frame-unwind.o): Update dependencies.
9610 * frame-unwind.c: Include "gdb_obstack.h".
9611 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9612 parameter.
9613 (append_predicate): Delete function.
9614 (struct frame_unwind_table_entry): New structure.
9615 (struct frame_unwind_table): Replace "sniffer" with "head" and
9616 "tail".
9617 (frame_unwind_append_sniffer): Update.
9618 (frame_unwind_find_by_frame): Update.
9619 (_initialize_frame_unwind): Registe frame_unwind_init using
9620 gdbarch_data_register_pre_init.
9621
9622 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9623
9624 * i386bsd-nat.c: Update copyright year.
9625 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9626 define unconditionally.
9627
9628 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9629
9630 * i387-tdep.h (i387_collect_fsave): New prototype.
9631 * i387-tdep.c (i387_collect_fsave): New function containing most
9632 of the code from i387_fill_fsave.
9633 (i387_fill_fsave): Call i387_collect_fsave.
9634
9635 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9636
9637 * i386-linux-tdep.c: Update copyright year.
9638 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9639 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9640 svr4_ilp32_link_map_offsets instead of
9641 i386_linux_svr4_fetch_link_map_offsets.
9642
9643 2004-03-15 David Carlton <carlton@kealia.com>
9644
9645 Fix for PR c++/1553:
9646 * dwarf2read.c (read_structure_type): Determine type name by
9647 calling determine_class_name.
9648 (determine_class_name): New.
9649 (determine_prefix): Look at TYPE_TAG_NAME and call
9650 determine_class_name when appropriate.
9651 (determine_prefix_aux, class_name): Delete.
9652 (read_namespace): Set die->type.
9653
9654 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9655
9656 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9657 unused macro definition. The definition in target.h (or perhaps
9658 elsewhere) takes precedence.
9659
9660 2004-03-15 Andrew Cagney <cagney@redhat.com>
9661
9662 * ppc-tdep.h: Update copyright.
9663 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9664 function signatures to match "regsets.h".
9665 * ppc-linux-tdep.c: Include "regset.h".
9666 (ELF_GREGSET_SIZE): Delete.
9667 (right_supply_register): New function.
9668 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9669 using right_supply_register.
9670 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9671 functions.
9672 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9673 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9674 (_initialize_ppc_linux_tdep): Do not register
9675 ppc_linux_regset_core_fns.
9676 (ppc_linux_regset_from_core_section): Replace
9677 fetch_core_registers.
9678 (ppc_linux_regset_core_fns): Delete.
9679 * ppc-linux-nat.c: (right_fill_reg): New function.
9680 (supply_gregset): Update call to ppc_linux_supply_gregset.
9681 (fill_gregset): Clear the register set, use right_fill_reg.
9682 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9683 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9684
9685 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9686 unsigned.
9687
9688 2004-03-15 Andrew Cagney <cagney@redhat.com>
9689
9690 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9691 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9692 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9693 and register_gdbarch_data.
9694 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9695 (struct gdbarch_data): Replace "init" by "pre_init" and
9696 "post_init".
9697 * gdbarch.h, gdbarch.c: Re-generate.
9698 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9699 with"obstack", use OBSTACK_ZALLOC.
9700 (dwarf2_frame_ops): Delete.
9701 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9702 (dwarf2_frame_init_reg): Use gdbarch_data.
9703 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9704 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9705 (_initialize_svr4_solib): Update.
9706 * user-regs.c (_initialize_user_regs): Update.
9707 * reggroups.c (_initialize_reggroup): Update.
9708 * regcache.c (_initialize_regcache): Update.
9709 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9710 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9711 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9712 * frame-unwind.c (_initialize_frame_unwind): Update.
9713 * frame-base.c (_initialize_frame_base): Update.
9714 * user-regs.c (user_reg_add): Update.
9715 * reggroups.c (reggroup_add): Update.
9716 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9717 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9718 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9719 * frame-base.c (frame_base_table): Update.
9720 * remote.c (_initialize_remote): Update.
9721 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9722
9723 2004-03-15 Andrew Cagney <cagney@redhat.com>
9724
9725 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9726
9727 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9728
9729 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9730 * frv-linux-tdep.c: New file.
9731 * frv-tdep.c (struct gdbarch_tdep): Add new field
9732 ``sigcontext_reg_addr''.
9733 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9734 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9735 (frv_sigramp_frame_sniffer): New functions.
9736 (frv_sigtramp_frame_unwind): New static global.
9737 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9738 sniffers.
9739 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9740 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9741
9742 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9743
9744 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9745 but not via a call to error(), when unable to read memory.
9746
9747 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9748
9749 * frv-tdep.c (frv_call_dummy_words): Delete.
9750 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9751
9752 2004-03-15 Andrew Cagney <cagney@redhat.com>
9753
9754 * infrun.c (handle_step_into_function, step_over_function): Only
9755 update and use STEP_FRAME_ID when the system is using legacy
9756 frames. Update comments.
9757
9758 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9759
9760 * amd64-linux-tdep.h: Remove file.
9761 * amd64-linux-tdep.c: Don't include "inferior.h" and
9762 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9763 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9764 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9765 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9766 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9767 macros.
9768 (user_to_gdb_regmap): Remove variable.
9769 (amd64_linux_gregset_reg_offset): New variable.
9770 (amd64_core_fns): Remove variable.
9771 (fetch_core_registers): Remove function.
9772 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9773 functions.
9774 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9775 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9776 * Makefile.in (amd64_linux_tdep_h): Remove.
9777 (amd64-linux-nat.o): Update dependencies.
9778 (amd64-linux-tdep.o): Update dependencies.
9779
9780 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9781 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9782 functions.
9783 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9784
9785 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9786 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9787
9788 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * dwarf2read.c (read_structure_type): Rename from
9791 read_structure_scope. Don't create a symbol or call process_die.
9792 Return immediately if die->type is set. Call read_type_die before
9793 dwarf2_add_member_fn.
9794 (process_structure_scope): New function.
9795 (read_enumeration_type, process_enumeration_scope): New functions,
9796 broken out from read_enumeration. Don't create the enumeration
9797 type if it has already been created.
9798 (read_enumeration): Removed.
9799 (process_die): Call read_structure_type, process_structure_scope,
9800 read_enumeration_type, and process_enumeration_scope. Just call
9801 new_symbol for base and subrange types. Add a comment about other
9802 type dies.
9803 (read_type_die): Call read_enumeration_type.
9804 (add_partial_structure, new_symbol): Update comments.
9805
9806 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9807
9808 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9809
9810 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9811
9812 * tui/tui-win.h (tui_get_cmd_list): Declare.
9813 * tui/tui-win.c (tui_command): New function.
9814 (tui_get_cmd_list): New function.
9815 (_initialize_tui_win): Moved initialization of tui command in
9816 tui_get_cmd_list.
9817
9818 * tui/tui-data.c (init_content_element): Setup new data members.
9819 (init_win_info): Likewise.
9820 (free_content_elements): Free it.
9821 * tui/tui-data.h (struct tui_data_element): Store the register
9822 content to print.
9823 (struct tui_data_info): Keep the current register group.
9824
9825 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9826
9827 * tui/tui-regs.h (tui_show_registers): Update prototype.
9828 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9829 (tui_resize_all): No need to calculate anything for register window.
9830 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9831 (tui_set_register_element, tui_set_general_regs_content): Remove.
9832 (tui_set_special_regs_content): Remove.
9833 (tui_set_general_and_special_regs_content): Remove.
9834 (tui_set_float_regs_content): Remove.
9835 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9836 (tui_set_regs_content): Remove.
9837 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9838 (tui_v_show_registers_command_support): Remove.
9839 (tui_show_registers): Use a reggroup to specify the registers to show.
9840 (tui_show_register_group): New function.
9841 (tui_display_registers_from): Compute the layout of register window
9842 and refresh with new API; be sure to delete old register windows.
9843 (tui_check_register_values): Update to use tui_get_register and
9844 tui_display_data.
9845 (tui_display_register): Just refresh the register window part.
9846 (tui_register_format): Format registers and save in tui_data_element.
9847 (tui_get_register): New to combine tui_reg_value_has_changed and
9848 tui_get_register_raw_value; fix to use the new gdb API.
9849 (tui_show_float_command): Renamed tui_reg_float_command.
9850 (tui_show_general_command): Renamed tui_reg_general_command.
9851 (tui_show_special_command): Renamed tui_reg_system_command.
9852 (_initialize_tui_regs): Remove unused commands.
9853
9854 2004-03-13 Mark Kettenis <kettenis@gnu.org>
9855
9856 * NEWS (New native configurations): Mention OpenBSD/amd64.
9857
9858 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9859 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9860 Remove defines.
9861 * config/i386/nm-fbsd64.h: Likewise.
9862 * config/i386/nm-obsd.h: Likewise.
9863 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9864 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9865
9866 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9867
9868 * frv-tdep.c (set_variant_scratch_registers): New function.
9869 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9870 New constants.
9871
9872 From Richard Sandiford <rsandifo@redhat.com>:
9873 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9874
9875 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9876
9877 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9878 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9879 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9880 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9881 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9882 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9883 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9884 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9885 definitions from frv-tdep.c to frv-tdep.h.
9886
9887 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9888
9889 Add shared library support for FR-V FDPIC ABI:
9890 * Makefile.in (solib-frv.o): Add dependencies.
9891 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9892 New functions.
9893 (frv_push_dummy_call): Add support for FDPIC ABI.
9894 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9895 for FDPIC ABI.
9896 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9897 (frv_fdpic_find_canonical_descriptor): Declare.
9898 * solib-frv.c: New file.
9899 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9900 * config/frv/tm-frv.h (solib.h): Include.
9901
9902 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9903
9904 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9905 (frv-tdep.o): Update dependencies.
9906 * frv-tdep.h: New file.
9907 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9908 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9909 constants.
9910 (struct gdbarch_tdep): Add new member ``frv_abi''.
9911 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9912 functions.
9913 (new_variant): Set ``frv_abi'' field.
9914 (gdb_arch_init): Detect FDPIC executables.
9915
9916 2004-03-12 Mark Kettenis <kettenis@gnu.org>
9917
9918 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9919 wrapper.
9920
9921 2004-03-11 Andrew Cagney <cagney@redhat.com>
9922
9923 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9924
9925 2004-03-11 Kevin Buettner <kevinb@redhat.com>
9926
9927 * solist.h (master_so_list): New function.
9928 * solib.c (master_so_list): Likewise.
9929 * solib-svr4.c (enable_break): Iterate over so_list entries
9930 obtained from master list instead of entries obtained directly
9931 via svr4_current_sos().
9932
9933 2004-03-10 Ben Elliston <bje@gnu.org>
9934
9935 * MAINTAINERS: Update my mail address.
9936
9937 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9938
9939 * remote-m32r-sdi.c: Support hardware watchpoint.
9940
9941 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9942
9943 * user-regs.c: Update copyright years.
9944 (struct user_regs): Rename to gdb_user_regs.
9945 (append_user_reg, builtin_user_regs, user_regs_init)
9946 (user_reg_add, user_reg_map_name_to_regnum)
9947 (usernum_to_user_reg): Update.
9948
9949 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9950
9951 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9952 (skip_children): New functions.
9953 (locate_pdi_sibling): Call skip_children.
9954
9955 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9956
9957 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9958 * gdbtypes.c (check_typedef): Update comments.
9959
9960 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9961
9962 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9963 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9964 pointer. Update comment about comp_unit_head.
9965 (struct abbrev_info): Shorten two int flags.
9966 (dwarf_alloc_abbrev): Take a CU argument.
9967 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9968 each time through the loop. Update cleanup argument.
9969 (psymtab_to_symtab_1): Update cleanup call.
9970 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9971 abbrev_obstack.
9972 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9973 Just call obstack_free and clear the pointer.
9974
9975 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9976
9977 * infrun.c (handle_inferior_event): Remove short-circuit code for
9978 events in a different thread.
9979
9980 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9983 print the whole transfer.
9984 (initialize_targets): Update description of "set debug target".
9985
9986 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9987
9988 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9989
9990 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9991
9992 * MAINTAINERS (write after approval): Add myself.
9993
9994 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9995
9996 * sh-tdep.c (sh_print_registers_info): Use for loop.
9997 Don't skip multiple registers when a float register is encountered.
9998
9999 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10000
10001 Fix PR tdep/1291.
10002 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10003 to official SH documentation.
10004
10005 2004-03-07 Andrew Cagney <cagney@redhat.com>
10006
10007 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10008 unused function.
10009
10010 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10013 (arm_get_next_pc): Handle BX and BLX.
10014
10015 2004-03-07 Andrew Cagney <cagney@redhat.com>
10016
10017 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10018 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10019 HPPA_SP_REGNUM.
10020 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10021 (hppa_target_read_fp): Delete.
10022 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10023 register_virtual_size, max_register_raw_size,
10024 max_register_virtual_size, register_byte, register_size,
10025 target_read_fp, fp_regnum, and register_bytes. Set register_type
10026 instead of register_virtual_type.
10027 (hppa32_register_type, hppa64_register_type): Replace
10028 hppa32_register_virtual_type and hppa64_register_virtual_type.
10029 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10030 (HPPA_FP_REGNUM): Define.
10031
10032 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10033
10034 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10035 (pa_do_registers_info): Delete.
10036 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10037 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10038 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10039
10040 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10041 GDB_TARGET_IS_HPPA code.
10042 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10043 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10044 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10045 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10046 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10047 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10048 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10049 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10050 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10051 (hppa_frameless_function_invocation, hppa64_store_return_value)
10052 (hppa_store_struct_return, hppa64_extract_return_value)
10053 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10054 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10055 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10056 (find_proc_framesize, deposit_21, restore_pc_queue)
10057 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10058 (rp_saved, pc_in_linker_stub): Delete.
10059
10060 Unconditionally enable 64-bit frame and ABI code.
10061 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10062 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10063 push_dummy_frame, fix_call_dummy, push_arguments,
10064 call_dummy_location, extract_return_value, use_struct_convention,
10065 store_return_value, store_struct_return, saved_pc_after_call,
10066 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10067 frame_chain, frame_chain_valid, frameless_function_invocation,
10068 frame_saved_pc, and pop_frame.
10069
10070 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10071 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10072 (hppa_gdbarch_init): Do not set PC_REGNUM.
10073
10074 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10075
10076 * config/alpha/tm-fbsd.h: Remove file.
10077 * config/alpha/fbsd.mt: Tweak comment.
10078 (TM_FILE): Set to tm-alpha.h.
10079
10080 2004-03-05 Andrew Cagney <cagney@redhat.com>
10081
10082 * infrun.c (step_over_function): When non-legacy code, and no
10083 step_frame_id, use the unwinder to get the caller's frame ID.
10084
10085 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10086
10087 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10088 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10089 bfd_arch_unknown. Adjust comment.
10090
10091 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10092 * i386obsd-tdep.c: Correct spelling in comment.
10093 * i386nbsd-tdep.c: Correct spelling in comment.
10094 * sparc-tdep.c: Correct spelling in comments.
10095
10096 2004-03-05 David Carlton <carlton@kealia.com>
10097
10098 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10099 bug.
10100
10101 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10102
10103 * sparc-tdep.c: Fix typo in comment.
10104
10105 2004-03-04 J. Brobecker <brobecker@gnat.com>
10106
10107 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10108
10109 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10110
10111 * dwarf2read.c: Add comment describing memory lifetimes.
10112 (struct dwarf2_pinfo): Update comment.
10113 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10114 (read_enumeration, new_symbol): Don't use obsavestring.
10115
10116 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10117
10118 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10119 instead of amd64_fill_fxsave.
10120 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10121 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10122
10123 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10124 Reorganize code a bit.
10125
10126 2004-03-04 Orjan Friberg <orjanf@axis.com>
10127
10128 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10129 when the frame pointer is pushed. Don't set the frame pointer's
10130 address on the stack unless it's actually located there.
10131 Set the SRP's address on the stack correctly when the PC is still in
10132 the prologue.
10133 (cris_return_value): New function.
10134 (cris_gdbarch_init): Clear deprecated store_return_value,
10135 extract_return_value.
10136
10137 2004-03-02 Jim Blandy <jimb@redhat.com>
10138
10139 * stabsread.c (reg_value_complaint): The maximum register number
10140 is one less than the number of registers.
10141
10142 2004-03-02 Andrew Cagney <cagney@redhat.com>
10143
10144 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10145 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10146 trailing comma and redundant assignment of I386_ST0_REGNUM.
10147 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10148 32-bit segment registers.
10149
10150 2004-03-01 Andrew Cagney <cagney@redhat.com>
10151
10152 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10153 use frame_relative_level and get_next_frame.
10154
10155 2004-02-29 Andrew Cagney <cagney@redhat.com>
10156
10157 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10158 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10159 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10160 Delete macro.
10161
10162 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10163
10164 * inflow.c (terminal_inferior): Don't give up the terminal if we
10165 previously couldn't get the inferior's terminal state.
10166
10167 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10168
10169 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10170 PC_REGNUM.
10171
10172 2004-02-28 Andrew Cagney <cagney@redhat.com>
10173
10174 * NEWS: Refer to GDB 6.1.
10175 * README: Refer to GDB 6.1.
10176 * PROBLEMS: Refer to GDB 6.1.
10177
10178 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * thread-db.c (disable_thread_signals): Remove unused function.
10181
10182 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10183
10184 * amd64-nat.c: Include "gdb_string.h".
10185 (amd64_collect_native_gregset): Zero-extend the 32-bit
10186 general-purpose registers and %eip.
10187
10188 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10189 * amd64-tdep.c (amd64_collect_fxsave): New function.
10190 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10191
10192 * i387-tdep.h: Update copyright year.
10193 (i387_collect_fxsave): New prototype.
10194 * i387-tdep.c: Update copyright year.
10195 (i387_collect_fxsave): New function containing most of the code
10196 from i387_fill_fxsave.
10197 (i387_fill_fxsave): Call i387_collect_fxsave.
10198
10199 2004-02-28 Andrew Cagney <cagney@redhat.com>
10200
10201 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10202 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10203
10204 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10205
10206 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10207
10208 2004-02-28 Andrew Cagney <cagney@redhat.com>
10209
10210 * utils.c: Use "", instead of <>, to include readline.
10211 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10212 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10213 * source.c, solib.c, exec.c, event-top.c: Ditto.
10214 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10215 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10216 * Makefile.in: Update all dependencies.
10217 (readline_tilde_h, readline_history_h): Define.
10218 (readline_headers): Delete.
10219
10220 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10221
10222 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10223 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10224 "config/i386/tm-lx64.h".
10225
10226 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10227 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10228 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10229
10230 2004-02-28 Andrew Cagney <cagney@redhat.com>
10231
10232 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10233
10234 * breakpoint.c (_initialize_breakpoint): Use
10235 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10236 Add help to show command.
10237
10238 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10239
10240 * i386-nat.c: Reformat to be closer to coding standards.
10241 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10242 `retval'. Make variables `align' and `size' local to while-loop.
10243 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10244 (_initialize_i386_nat): New prototype.
10245
10246 * tui/tui.c: Include <readline/readline.h> instead of
10247 "readline/readline.h". Include it after <term.h> and
10248 "gdb_curses.h".
10249
10250 2004-02-27 Andrew Cagney <cagney@redhat.com>
10251
10252 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10253 the new frame unwind code.
10254 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10255 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10256 PCOQ_HEAD_REGNUM.
10257
10258 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10259 "return_value" and "push_dummy_call".
10260 (hppa32_use_struct_convention): Delete unused function.
10261 (hppa32_store_return_value): Delete unused function.
10262 (hppa32_extract_return_value): Delete unused function.
10263 (hppa32_stack_align): Delete function.
10264
10265 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10266
10267 * coffread.c (enter_linenos): Don't let rawptr reference memory
10268 outside linetab[]'s limits.
10269
10270 2004-02-27 Andrew Cagney <cagney@redhat.com>
10271
10272 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10273 inferior stack space - the stack needs to grow upwards.
10274 (hppa32_frame_align): New function.
10275 (hppa64_frame_align): Replace hppa_frame_align.
10276 (hppa_gdbarch_init): Update.
10277
10278 2004-02-26 Orjan Friberg <orjanf@axis.com>
10279
10280 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10281 (dwarf2-frame.h): Include.
10282 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10283 Remove static variables related to ABI setting.
10284 (struct gdbarch_tdep): Remove cris_abi member.
10285 (struct frame_extra_info): Remove.
10286 (cris_unwind_cache, stack_item): New structs.
10287 (cris_frame_unwind, cris_frame_base): New variables.
10288 (push_stack_item, pop_stack_item)
10289 (cris_frame_unwind_cache, cris_frame_this_id)
10290 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10291 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10292 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10293 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10294 (cris_reg_struct_has_addr): New functions.
10295 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10296 (cris_frame_saved_pc, cris_saved_pc_after_call,
10297 (cris_store_struct_return, cris_frameless_function_invocation)
10298 (cris_pop_frame, cris_skip_prologue_main)
10299 (cris_abi_original_store_return_value)
10300 (cris_abi_v2_store_return_value)
10301 (cris_abi_original_extract_return_value)
10302 (cris_abi_v2_extract_return_value)
10303 (cris_abi_original_reg_struct_has_addr)
10304 (cris_abi_v2_reg_struct_has_addr)
10305 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10306 (cris_push_return_address, cris_abi_update): Remove.
10307 (_initialize_cris_tdep): Remove ABI command.
10308 (cris_dump_tdep): Ditto.
10309 (cris_gdbarch_init): Remove ABI command.
10310 Set store_return_value, extract_return_value, push_dummy_code,
10311 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10312 frame_unwind_append_sniffer, frame_base_set_default.
10313 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10314 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10315 sizeof_call_dummy_words, get_saved_register, push_return_address,
10316 pop_frame, store_struct_return, frame_init_saved_regs,
10317 init_extra_frame_info, frameless_function_invocation, frame_chain,
10318 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10319 dummy_write_sp.
10320
10321 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10322
10323 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10324 * valprint.c (print_hex_chars): Change from static to external.
10325 (print_char_chars): New function.
10326 * printcmd.c (print_scalar_formatted): For integer and enum types
10327 that are longer than LONGEST, perform processing via appropriate
10328 print_*_chars routines.
10329
10330 2004-02-26 Andrew Cagney <cagney@redhat.com>
10331
10332 * Makefile.in: Update dependencies.
10333 Changes from Ulrich Weigand,
10334 * s390-tdep.c: Include "dwarf2-frame.h".
10335 (s390_dwarf2_frame_init_reg): New function.
10336 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10337 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10338
10339 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10340
10341 * breakpoint.c (pending_break_support): New setting variable.
10342 (break_command_1): Account for pending_break_support setting
10343 when creating pending breakpoints.
10344 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10345 (_initialize_breakpoint): Add "set breakpoint pending" and
10346 "show breakpoint pending" commands.
10347
10348 2004-02-26 Andrew Cagney <cagney@redhat.com>
10349
10350 Fix PR i18n/1570.
10351 * charset.c (backslashable, backslashed, represented): Remove 'e'
10352 from list of escaped characters, not part of ISO-C.
10353
10354 2004-02-25 J. Brobecker <brobecker@gnat.com>
10355
10356 From Peter Schauer <schauer@pdf.de>:
10357 * tui/tui.c: Move system header includes after local includes.
10358 Fixes a build failure on solaris systems.
10359
10360 2004-02-25 J. Brobecker <brobecker@gnat.com>
10361
10362 * configure.in: Refine the previous change.
10363 * configure: Regenerate.
10364
10365 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10366
10367 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10368 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10369 "amd64-tdep.h" instead of "x86-64-tdep.h".
10370 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10371 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10372 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10373 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10374 and "x86-64-tdep.c".
10375 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10376 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10377 and "x86-64-tdep.c".
10378 * amd64bsd-nat.c: Update copyright year.
10379 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10380 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10381 "x86-64-tdep.h".
10382 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10383 "x86-64-tdep.h".
10384 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10385 "x86-64-tdep.h".
10386 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10387 "x86-64-tdep.h".
10388 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10389 "x86-64-tdep.h".
10390 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10391 "x86-64-tdep.h".
10392 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
10393 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10394 * Makefile.in (amd64_linux_tdep_h): Renamed from
10395 x86_64_linux_tdep_h.
10396 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10397 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10398 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10399 (amd64obsd-tdep.o): Update dependencies.
10400 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10401 dependencies.
10402 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10403 dependencies.
10404 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10405 amd64-linux-nat.c amd64-linux-tdep.c.
10406 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10407 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10408 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10409 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10410 amd64-tdep.o and amd64-linux-tdep.o.
10411 (TM_FILE): Set to tm-linux64.h.
10412 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10413 (NAT_FILE): Set to nm-linux64.h.
10414 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10415 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10416 amd64-tdep.o.
10417 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10418 amd64-tdep.o.
10419 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10420 amd64-tdep.o.
10421
10422 2004-02-25 Roland McGrath <roland@redhat.com>
10423
10424 * remote.c (remote_protocol_qPart_auxv): New variable.
10425 (init_all_packet_configs): Initialize it.
10426 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10427 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10428 (show_remote_cmd): Call it.
10429 (_initialize_remote): Initialize commands.
10430 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10431 service TARGET_OBJECT_AUXV requests.
10432
10433 2004-02-25 J. Brobecker <brobecker@gnat.com>
10434
10435 * configure.in: Make sure that the wborder function is available.
10436 Otherwise, search for it in the cur_colr library.
10437 * configure: Regenerate.
10438
10439 2004-02-25 Andrew Cagney <cagney@redhat.com>
10440
10441 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10442
10443 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10444
10445 * config/i386/tm-x86-64linux.h: Tweak comments.
10446
10447 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10448
10449 * MAINTAINERS: Add self to write-after-approval list.
10450
10451 2004-02-25 Andrew Cagney <cagney@redhat.com>
10452
10453 PR cli/1566. Problem found, and fix suggested by David Allan.
10454 * cli/cli-script.c (execute_control_command): Unconditionally
10455 install a cleanup. Default "ret" to "invalid_control". Use
10456 "break" instead of "return" to escape from the switch.
10457
10458 2004-02-24 J. Brobecker <brobecker@gnat.com>
10459
10460 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10461 with the lines macro defined in term.h on AiX.
10462 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10463 a collision with the label_width macro defined in term.h on AiX.
10464
10465 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10466
10467 Committed by Kevin Buettner <kevinb@redhat.com>.
10468
10469 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10470 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10471 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10472 instead of ia64_write_pc().
10473 * ia64-linux-tdep.c (regcache.h): Include.
10474 (ia64_linux_write_pc): New function.
10475
10476 2004-02-23 Roland McGrath <roland@redhat.com>
10477
10478 * auxv.c (info_auxv_command): Fix typos in error messages.
10479
10480 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10481
10482 * x86-64-tdep.h: Tweak comment.
10483 (enum amd64_regnum): New.
10484 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10485 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10486 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10487 (X86_64_XMM1_REGNUM): Removed.
10488 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10489 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10490 prototypes for renamed functions.
10491 * x86-64-tdep.c: Fix typo.
10492 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10493 register numbers.
10494 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10495 Use constants from `enum amd64_regnum' for register numbers.
10496 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10497 (amd64_analyze_prologue, amd64_frame_cache,
10498 amd64_sigtramp_frame_cache): Use constants from `enum
10499 amd64_regnum' for register numbers.
10500 (amd64_supply_fpregset): Adjust for renamed functions.
10501 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10502 `enum amd64_regnum' for register numbers.
10503 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10504 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10505 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10506 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10507 (amd64_linux_fill_gregset): Adjust for renamed macros.
10508 (fetch_core_registers): Adjust for renamed functions.
10509 (amd64_linux_init_abi): Adjust for renamed functions.
10510 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10511 renamed functions.
10512 * amd64-nat.c: Adjust for renamed macros.
10513 * amd64bsd-nat.c (fetch_inferior_registers)
10514 (store_inferior_registers): Use constants from `enum amd64_regnum'
10515 for register numbers. Adjust for renamed variables.
10516 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10517 renamed variables.
10518 (_initialize_amd64fbsd_nat): Use constants from `enum
10519 amd64_regnum' for register numbers.
10520 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10521 `enum amd64_regnum' for register numbers.
10522 (amd64fbsd_init_abi): Adjust for renamed functions.
10523 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10524 `enum amd64_regnum' for register numbers.
10525 (amd64nbsd_init_abi): Adjust for renamed functions.
10526 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10527 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10528 `enum amd64_regnum' for register numbers.
10529 (amd64obsd_init_abi): Adjust for renamed functions.
10530 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10531
10532 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10533
10534 * breakpoint.c (print_one_breakpoint): Do not output spaces
10535 after printing <PENDING> for a pending breakpoint.
10536
10537 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10538
10539 * printcmd.c (print_scalar_formatted): Initialize val_long
10540 to remove compiler warning message.
10541
10542 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10543
10544 * defs.h (nquery, yquery): New prototypes.
10545 * breakpoint.c (break_command_1): Use new nquery interface.
10546 * utils.c (defaulted_query, nquery, yquery): New functions.
10547
10548 2004-02-23 Andrew Cagney <cagney@redhat.com>
10549
10550 * hppa-tdep.c (hppa_frame_align): New function.
10551 (hppa32_push_dummy_call): New function.
10552 (hppa64_push_dummy_call): New function.
10553 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10554 disabled.
10555
10556 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10557 FIX_CALL_DUMMY when push_dummy_call is available.
10558 (call_function_by_hand, push_dummy_code): Ditto.
10559
10560 2004-02-22 Andrew Cagney <cagney@redhat.com>
10561
10562 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10563 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10564 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10565 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10566 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10567 call_dummy_location to ON_STACK.
10568
10569 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10570
10571 * x86-64-linux-tdep.c: Tweak comment.
10572 (amd64_linux_supply_gregset): Renamed from
10573 x86_64_linux_supply_gresget.
10574 (amd64_linux_fill_gregset): Renamed from
10575 x86_64_linux_fill_gregset.
10576 (fetch_core_registers): Adjust for renamed functions.
10577 (amd64_core_fns): Renamed from x86_64_core_fns.
10578 (amd64_linux_sigtramp_start): Renamed from
10579 x86_64_linux_sigtramp_start.
10580 (amd64_linux_pc_in_sigtramp): Renamed from
10581 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10582 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10583 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10584 (amd64_linux_sigcontext_addr): Renamed from
10585 x86_64_linux_sigcontext_addr.
10586 (amd64_linux_sc_reg_offset): Renamed from
10587 x86_64_linux_sc_reg_offset.
10588 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10589 Adjust for renamed functions and variables.
10590 (_initialize_amd64_linux_tdep): Renamed from
10591 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10592 variables.
10593 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10594 Adjust for renamed functions.
10595
10596 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10597 from x86_64_linux_gregset64_reg_offset.
10598 (amd64_linux_gregset32_reg_offset): Rename from
10599 x86_64_linux_gregset64_reg_offset.
10600 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10601 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10602 (amd64_linux_dr_set_control): Renamed from
10603 x86_64_linux_dr_set_control. Adjust for renamed functions.
10604 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10605 Adjust for renamed functions.
10606 (amd64_linux_dr_reset_addr): Renamed from
10607 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10608 (amd64_linux_dr_get_status): Renamed from
10609 x86_64_linux_dr_get_status. Adjust for renamed functions.
10610 (_initialize_amd64_linux_nat): Renamed from
10611 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10612 functions.
10613 * config/i386/nm-x86-64linux.h: Update copyright year.
10614 Adjust for renamed functions.
10615
10616 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10617 amd64fbsd_sigtramp_start.
10618 (amd64fbsd_sigtramp_end_addr): Renamed from
10619 amd64fbsd_sigtramp_end.
10620 (amd64fbsd_init_abi): Adjust for renamed variables.
10621 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10622 variables.
10623 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10624 amd64fbsd_sigtramp_start.
10625 (amd64fbsd_sigtramp_end_addr): Renamed from
10626 amd64fbsd_sigtramp_end.
10627
10628 2004-02-22 Andrew Cagney <cagney@redhat.com>
10629
10630 * hppa-tdep.c (hppa32_return_value): New function.
10631 (hppa64_return_value): New function.
10632 (hppa_gdbarch_init): Set return_value; keep disabled.
10633
10634 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10635 struct-return and inferior function call methods.
10636
10637 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10638 "frame-base.h".
10639 (struct hppa_frame_cache): Define.
10640 (hppa_frame_cache, hppa_frame_this_id): New functions.
10641 (hppa_frame_prev_register): New function.
10642 (hppa_frame_unwind, hppa_frame_base): New variables.
10643 (hppa_frame_unwind_sniffer): New function.
10644 (hppa_frame_base_address, hppa_unwind_pc): New function.
10645 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10646 sniffer, and frame base sniffer; keep disabled.
10647 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10648 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10649
10650 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10651 to predicates for "seriously old code".
10652
10653 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10654 runtime if(0).
10655
10656 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10657 unsigned.
10658 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10659
10660 * config/pa/tm-hppa.h: Update copyright.
10661 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10662 (deprecated_init_frame_pc_default): Delete declaration.
10663 (hppa_frame_init_saved_regs): Delete declaration.
10664 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10665 * hppa-tdep.c: Include "arch-utils.h".
10666 (hppa_gdbarch_init): Set deprecated init_frame_pc
10667 and deprecated frame_init_saved_regs.
10668 (hppa_frame_init_saved_regs): Make static.
10669
10670 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10671
10672 Remove old 386BSD support.
10673 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10674 * configure.host: Remove i[34567]86-*-bsd*.
10675 * configure.tgt: Remove i[34567]86-*-bsd*.
10676 * i386b-nat.c: Removed.
10677 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10678 (i386b-nat.o): Remove dependencies.
10679
10680 * config/i386/i386bsd.mh: Removed.
10681 * config/i386/i386bsd.mt: Removed.
10682 * config/i386/nm-i386bsd.h: Removed.
10683 * config/i386/tm-i386bsd.h: Removed.
10684 * config/i386/xm-i386bsd.h: Removed.
10685
10686 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10687
10688 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10689 (amd64fbsd_init_abi): Set link map offsets.
10690 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10691 (amd64nbsd_init_abi): Set link map offsets.
10692 * amd64obsd-tdep.c: Include "solib-svr4.h".
10693 (amd64obsd_init_abi): Set link map offsets.
10694 * i386fbsd-tdep.c: Include "solib-svr4.h".
10695 (i386fbsd_init_abi): Set link map offsets.
10696 * i386nbsd-tdep.c: Include "solib-svr4.h".
10697 (i386nbsdelf_init_abi): Set link map offsets.
10698 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10699 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10700 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10701 solib-legacy.o and core-aout.o. Reformat.
10702 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10703 solib-svr4.o, solib-legacy.o. Reformat.
10704 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10705 * config/i386/nbsdelf.mh: Reformat.
10706 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10707 solib-svr4.o, solib-legacy.o and corelow.o.
10708 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10709 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10710 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10711 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10712 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10713 (TM_FILE): Set to tm-fbsd.h.
10714 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10715 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10716 solib-svr4.o.
10717 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10718 solib-svr4.o.
10719 (TM_FILE): Set to nm-nbsd.h.
10720 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10721 Simplify shared library support. Don't include "elf/common.h".
10722 (SVR4_SHARED_LIBS): Don't define.
10723 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10724 "solib.h".
10725 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10726 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10727 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10728 Don't include "i386/tm-i386.h". Include "solib.h".
10729 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10730 Don't include "i386/tm-i386.h".
10731 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10732 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10733 Include "i386/xm-i386.h".
10734 (HOST_LONG_DOUBLE_FORMAT): Remove.
10735
10736 Fix OpenBSD/i386 sigtramp recognition.
10737 * i386-tdep.h: Update copyright year.
10738 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10739 (i386bsd_sigtramp_end): New prototypes.
10740 (i386fbsd_sigtramp_start_addr): Renamed from
10741 i386fbsd_sigtramp_start.
10742 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10743 (i386obsd_sigtramp_start_addr): Renamed from
10744 i386obsd_sigtramp_start.
10745 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10746 * i386bsd-tdep.c: Update copyright year.
10747 (i386bsd_pc_in_sigtramp): Make public.
10748 * i386fbsd-nat.c: Update copyright year.
10749 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10750 * i386fbsd-tdep.c: Update copyright year.
10751 (i386fbsd_sigtramp_start_addr): Renamed from
10752 i386fbsd_sigtramp_start.
10753 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10754 (i386fbsdaout_init_abi): Adjust for renamed variables.
10755 * i386obsd-nat.c: Update copyright year.
10756 (_initialize_i386obsd_nat): Adjust for renamed variables.
10757 * i386obsd-tdep.c: Include "target.h".
10758 (i386obsd_page_size): New variable.
10759 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10760 (i386obsd_sigtramp_end): New functions.
10761 (i386obsd_sigtramp_start_addr): Renamed from
10762 i386obsd_sigtramp_start.
10763 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10764 (i386obsd_init_abi): Adjust for renamed variables. Set
10765 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10766 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10767
10768 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10769 trampoline change in OpenBSD kernel.
10770
10771 * amd64-nat.c: Update copyright year.
10772 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10773 architecture from REGCACHE.
10774
10775 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10776 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10777
10778 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10779
10780 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10781 i[34567]86-*-openbsd3.[0-3].
10782 * config/i386/obsdaout.mh: New file.
10783
10784 * config/i386/obsd.mh (MH_FLAGS): Remove.
10785
10786 Fix PR build/1549.
10787 * i386obsd-tdep.c: Update copyright years. Include
10788 "solib-svr4.h".
10789 (i386obsd_init_abi): Don't set regset_from_core_section here.
10790 (i386obsd_aout_init_abi): New function. Set
10791 regset_from_core_section here.
10792 (i386obsd_elf_init_abi): New function.
10793 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10794 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10795 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10796 (TM_FILE): Set to tm-nbsd.h.
10797
10798 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10799 solib-sunos.o.
10800
10801 * solib-svr4.h: Update copyright year.
10802 (svr4_ilp32_fetch_link_map_offsets)
10803 (svr4_lp64_fetch_link_map_offsets): New prototype.
10804 * solib-svr4.c: Update copyright year.
10805 (svr4_ilp32_fetch_link_map_offsets)
10806 (svr4_lp64_fetch_link_map_offsets): New function.
10807
10808 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10811 to the partial symbol table.
10812
10813 2004-02-20 J. brobecker <brobecker@gnat.com>
10814
10815 * PROBLEMS: Add description of problem documented under gdb/1560.
10816
10817 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10818
10819 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10820 comments.
10821 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10822 functions.
10823 (amd64obsd_init_abi): Reorder initializations. Use
10824 amd64obsd_r_reg_offset to initialize the general-purpose register
10825 set details. Set regset_from_core_section.
10826 (_initialize_amd64obsd_tdep): Rename from
10827 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10828 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10829 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10830
10831 * NEWS (New native configurations): Mention OpenBSD/alpha.
10832 * configure.tgt: Add alpha*-*-openbsd*.
10833 * configure.host: Add alpha*-*-openbsd*.
10834 * alphanbsd-tdep.c: Update copyright year.
10835 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10836
10837 2004-02-20 Andrew Cagney <cagney@redhat.com>
10838
10839 Fix PR tdep/1372.
10840 * configure.tgt: Delete target "none-*-*".
10841 * configure.host: Delete host "none-*-*".
10842 * config/none/none.mh: Delete file.
10843 * config/none/none.mt: Delete file.
10844 * config/none/xm-none.h: Delete file.
10845 * config/none/tm-none.h: Delete file.
10846 * config/none/nm-none.h: Delete file.
10847
10848 2004-02-19 Fred Fish <fnf@redhat.com>
10849
10850 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10851 cache->uses_fp prior to setting it.
10852
10853 2004-02-19 Fred Fish <fnf@redhat.com>
10854
10855 Fix for PR breakpoint/1558.
10856 * sh-tdep.c (IS_JSR): New macro.
10857 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10858
10859 2004-02-19 Jim Blandy <jimb@redhat.com>
10860
10861 * findvar.c (value_from_register): Doc fix.
10862
10863 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10864
10865 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10866 type being greater than sizeof of host's LONGEST. Always use
10867 unpack_long() unless format 'f' chosen.
10868
10869 2004-02-19 Joel Brobecker <brobecker@gnat.com>
10870
10871 Committed by Elena Zannoni <ezannoni@redhat.com>
10872
10873 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10874 contains a symbol wich is the best, non-exact match for the given
10875 pc. Update comments.
10876
10877 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10878
10879 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10880 macro, which was part of the now removed Mach 3 port.
10881 * utils.c (request_quit): Ditto.
10882
10883 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10884
10885 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10886 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10887
10888 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10889
10890 Committed by Mark Kettenis <kettenis@gnu.org>.
10891
10892 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10893 Define.
10894
10895 2004-02-18 Andrew Cagney <cagney@redhat.com>
10896
10897 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10898 CONFIG_INSTALL and CONFIG_UNINSTALL.
10899 * configure: Re-generate.
10900 * interps.h (INTERP_TUI): Define.
10901 * Makefile.in: Update dependencies.
10902 (TUI): New macro.
10903 (tui-main.o): Specify dependencies.
10904 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10905 * tui/tui-main.c: New file.
10906
10907 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10908
10909 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10910 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10911 dependencies.
10912 * configure.host: Add x86_64-*-openbsd*.
10913 * configure.tgt: Add x86_64-*-openbsd*.
10914 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10915
10916 * tui/tui.c: Don't include <malloc.h>.
10917
10918 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10919 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10920 amd64nbsd-tdep.c.
10921
10922 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
10923 static. Remove extraneous whitespace.
10924 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10925 static.
10926
10927 2004-02-17 Jim Blandy <jimb@redhat.com>
10928
10929 * findvar.c (value_from_register): Doc fix.
10930
10931 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10932
10933 Committed by Jim Blandy <jimb@redhat.com>.
10934
10935 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
10936 CORE_ADDR as type for selectors. Correct types for GNU run time
10937 message lookup function to use double indirection.
10938 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10939 * objc-lang.h (lookup_child_selector): Adapt prototype.
10940
10941 * s390-nat.c (SUBOFF): New macro.
10942 (supply_gregset, fill_gregset): Use it to handle debugging
10943 of 32-bit exectuables running under a 64-bit kernel.
10944 * s390-tdep.c: Include "solib-svr4.h".
10945 (s390_svr4_fetch_link_map_offset): New function.
10946 (s390x_svr_fetch_link_map_offset): Likewise.
10947 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10948 * Makefile.in (s390-tdep.o): Update dependencies.
10949
10950 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10951 "frame-unwind.h".
10952 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10953 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10954 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10955 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10956 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10957 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
10958 S390_SIGNAL_FRAMESIZE,
10959 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10960 (struct frame_extra_info): Remove.
10961 (s390_memset_extra_info): Remove.
10962 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10963 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10964 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
10965 (is_rse): Renamed to ...
10966 (is_rsy): ... this. Support long displacements.
10967 (is_rxe): Renamed to ...
10968 (is_rxy): ... this. Support long displacements.
10969 (compute_x_addr): Support long displacements.
10970 (struct s390_prologue_data): New data type.
10971 (s390_on_stack): Change API to use struct s390_prologue_data.
10972 (s390_store): Reimplement.
10973 (s390_load): New function.
10974 (s390_get_signal_frame_info): Remove.
10975 (s390_get_frame_info): Remove, replace by ...
10976 (s390_analyze_prolog): ... this new function.
10977 (s390_check_function_end): Remove.
10978 (s390_function_start): Remove.
10979 (s390_frameless_function_invokation): Remove.
10980 (s390_is_sigreturn): Remove.
10981 (s390_init_frame_pc_first): Remove.
10982 (s390_init_frame_extra_info): Remove.
10983 (s390_frame_init_saved_regs): Remove.
10984 (s390_frame_saved_pc_nofix): Remove.
10985 (s390_frame_saved_pc): Remove.
10986 (s390_frame_chain): Remove.
10987 (s390_fp_regnum, s390_read_fp): Remove.
10988 (s390_pop_frame_regular, s390_pop_frame): Remove.
10989 (s390_saved_pc_after_call): Remove.
10990 (s390_skip_prologue): Reimplement.
10991 (s390_in_function_epilogue_p): Support long displacements.
10992 (struct s390_unwind_cache): New data structure.
10993 (s390_frame_unwind_cache): New function.
10994 (s390_prologue_frame_unwind_cache): Likewise.
10995 (s390_backchain_frame_unwind_cache): Likewise.
10996 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10997 (s390_frame_unwind): Define.
10998 (s390_frame_sniffer): New function.
10999 (struct s390_pltstub_unwind_cache): New data structure.
11000 (s390_pltstub_frame_unwind_cache): New function.
11001 (s390_pltstub_frame_this_id): Likewise.
11002 (s390_pltstub_frame_prev_register): Likewise.
11003 (s390_pltstub_frame_unwind): Define.
11004 (s390_pltstub_frame_sniffer): New function.
11005 (struct s390_sigtramp_unwind_cache): New data structure.
11006 (s390_sigtramp_frame_unwind_cache): New function.
11007 (s390_sigtramp_frame_this_id): Likewise.
11008 (s390_sigtramp_frame_prev_register): Likewise.
11009 (s390_sigtramp_frame_unwind): Define.
11010 (s390_sigtramp_frame_sniffer): New function.
11011 (s390_frame_base_address, s390_local_base_address): New functions.
11012 (s390_frame_base): Define.
11013 (s390_unwind_pc, s390_unwind_sp): New function.
11014 (s390_push_dummy_call): Use new frame base location.
11015 (s390_unwind_dummy_id): Likewise.
11016 (s390_gdbarch_init): Remove calls to:
11017 set_gdbarch_frameless_function_invocation,
11018 set_gdbarch_deprecated_init_frame_pc,
11019 set_gdbarch_deprecated_frame_chain,
11020 set_gdbarch_deprecated_frame_init_saved_regs,
11021 set_gdbarch_deprecated_pop_frame,
11022 set_gdbarch_deprecated_init_extra_frame_info,
11023 set_gdbarch_deprecated_init_frame_pc_first,
11024 set_gdbarch_deprecated_target_read_fp,
11025 set_gdbarch_deprecated_frame_saved_pc,
11026 set_gdbarch_deprecated_saved_pc_after_call,
11027 set_gdbarch_deprecated_fp_regnum.
11028 Add calls to:
11029 set_gdbarch_in_solib_call_trampoline,
11030 frame_unwind_append_sniffer,
11031 frame_base_set_default,
11032 set_gdbarch_unwind_pc,
11033 set_gdbarch_unwind_sp.
11034 * Makefile.in (s390-tdep.o): Update dependencies.
11035
11036 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11037 (S390_STACK_FRAME_OVERHEAD): Remove.
11038 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11039 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11040 (s390_promote_integer_argument): Remove.
11041 (s390_cannot_extract_struct_value_address): Remove.
11042 (s390_use_struct_convention, s390_store_struct_return): Remove.
11043 (s390_extract_return_value, s390_store_return_value): Remove.
11044 (s390_return_value_convention, s390_return_value): New functions.
11045 (is_float_singleton): Handle typedefs.
11046 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11047 Remove, replace by ...
11048 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11049 s390_function_arg_integer): ... these new functions.
11050 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11051 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11052 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11053 Fill in tdep->abi.
11054 Remove calls to:
11055 set_gdbarch_deprecated_store_struct_return,
11056 set_gdbarch_deprecated_extract_return_value,
11057 set_gdbarch_deprecated_store_return_value,
11058 set_gdbarch_use_struct_convention,
11059 set_gdbarch_extract_struct_value_address,
11060 set_gdbarch_deprecated_pc_in_call_dummy,
11061 set_gdbarch_deprecated_push_arguments,
11062 set_gdbarch_deprecated_save_dummy_frame_tos,
11063 set_gdbarch_deprecated_push_return_address,
11064 set_gdbarch_deprecated_sizeof_call_dummy_words,
11065 set_gdbarch_deprecated_call_dummy_words,
11066 set_gdbarch_deprecated_dummy_write_sp.
11067 Add calls to:
11068 set_gdbarch_push_dummy_call,
11069 set_gdbarch_unwind_dummy_id,
11070 set_gdbarch_return_value.
11071
11072 * config/s390/nm-linux.h: Update comments.
11073 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11074 (STOPPED_BY_WATCHPOINT): Redefine.
11075 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11076 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11077 (s390_stopped_by_watchpoint): Likewise.
11078 (watch_area_cnt): Remove.
11079 * s390-nat.c: Update comments.
11080 (watch_area): Remove typedef.
11081 Global replace watch_area by struct watch_area.
11082 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11083 (s390_stopped_by_watchpoint): Remove pid argument,
11084 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11085 (s390_fix_watch_points): Remove pid argument,
11086 use s390_inferior_tid. Recompute area spanned by watchpoints.
11087 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11088 argument. Reimplement.
11089
11090 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11091 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11092 (FETCH_INFERIOR_REGISTERS): Define.
11093 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11094 core-regset.o.
11095 * config/s390/s390x.mt: Remove.
11096 * config/s390/tm-s390.h: Remove.
11097 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11098 (TARGET_ELF64): Remove.
11099 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11100 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11101 s390*-*-* case; always set gdb_target to s390.
11102 * regformats/reg-s390.dat: Remove control registers.
11103 * regformats/reg-s390x.dat: Likewise.
11104 * s390-tdep.h: New file.
11105 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11106 Include "inferior.h" and "s390-tdep.h".
11107 Remove private definition of offsetof.
11108 (s390_register_u_addr): Remove.
11109 (regmap_gregset, regmap_fpregset): Define.
11110 (supply_gregset, fill_gregset): Reimplement.
11111 (supply_fpregset, fill_fpregset): Likewise.
11112 (s390_inferior_tid): New function.
11113 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11114 (fetch_inferior_registers, store_inferior_registers): Likewise.
11115 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11116 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11117 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11118 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11119 (struct gdbarch_tdep): Define.
11120 (struct s390_register_info): Define.
11121 (s390_register_info): New variable.
11122 (s390_register_name): Reimplement.
11123 (s390_register_type): New function.
11124 (s390_register_raw_size, s390x_register_raw_size): Remove.
11125 (s390_cannot_fetch_register): Remove.
11126 (s390_register_byte): Remove.
11127 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11128 (s390_dwarf_regmap): New variable.
11129 (s390_dwarf_reg_to_regnum): New function.
11130 (s390_stab_reg_to_regnum): Remove.
11131 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11132 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11133 (s390_convert_register_p): Likewise.
11134 (s390_register_to_value, s390_value_to_register): Likewise.
11135 (s390_register_reggroup_p): Likewise.
11136 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11137 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11138 (s390_supply_regset, s390_regset_from_core_section): New functions.
11139 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11140 (S390_FPR_SIZE): Likewise.
11141 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11142 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11143 (S390_NUM_GPRS): Move here from tm-s390.h.
11144 (S390_NUM_FPRS): Likewise.
11145 (s390_in_function_epilogue_p): New function.
11146 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11147 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11148 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11149 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11150 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11151 Remove calls to:
11152 set_gdbarch_deprecated_max_register_raw_size,
11153 set_gdbarch_deprecated_max_register_virtual_size,
11154 set_gdbarch_deprecated_register_byte,
11155 set_gdbarch_cannot_fetch_register,
11156 set_gdbarch_cannot_store_register,
11157 set_gdbarch_deprecated_register_size,
11158 set_gdbarch_deprecated_register_raw_size,
11159 set_gdbarch_deprecated_register_virtual_size,
11160 set_gdbarch_deprecated_register_virtual_type,
11161 set_gdbarch_deprecated_register_bytes.
11162 Add calls to:
11163 set_gdbarch_num_pseudo_regs,
11164 set_gdbarch_register_type,
11165 set_gdbarch_convert_register_p,
11166 set_gdbarch_register_to_value,
11167 set_gdbarch_value_to_register,
11168 set_gdbarch_register_reggroup_p,
11169 set_gdbarch_regset_from_core_section,
11170 set_gdbarch_pseudo_register_read,
11171 set_gdbarch_pseudo_register_write,
11172 set_gdbarch_in_function_epilogue_p.
11173 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11174 (s390_tdep_h): New variable.
11175
11176 2004-02-17 Jim Blandy <jimb@redhat.com>
11177
11178 * findvar.c (value_from_register): If the type has no length, just
11179 return an acceptable value --- don't report an internal error.
11180
11181 * stabsread.c (read_type): If we find any type numbers that are
11182 forward references, complain if the references aren't resolved by
11183 the time we're finished reading.
11184 (cleanup_undefined_types): Make error message more appropriate for
11185 a complaint.
11186
11187 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11188
11189 * Makefile.in (defs_h): Remove dependency on progress_h.
11190 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11191 progress.h.
11192 * main.c (captured_main): Delete use of START_PROGRESS and
11193 END_PROGRESS.
11194
11195 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11196
11197 * objfiles.c (terminate_minimal_symbol_table): Add back
11198 initialization of MSYMBOL_TYPE.
11199
11200 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11201
11202 Committed by Andrew Cagney.
11203 * Makefile.in (ia64_tdep_h): New macro.
11204 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11205 (ia64-tdep.o): Likewise.
11206 * ia64-tdep.h: New file.
11207 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11208 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11209 (ia64_aix_sigcontext_register_address): Likewise.
11210 (ia64_linux_getunwind_table): Delete declaration.
11211 * ia64-linux-tdep.c: Likewise.
11212
11213 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11214
11215 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11216 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11217 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11218
11219 2004-02-17 Andrew Cagney <cagney@redhat.com>
11220
11221 * symtab.c (skip_prologue_using_sal): New function.
11222 * symtab.h (skip_prologue_using_sal): Declare.
11223 * frv-tdep.c: Include "symtab.h".
11224 (skip_prologue_using_sal): Delete function.
11225 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11226 * rs6000-tdep.c (refine_prologue_limit): Mention
11227 skip_prologue_using_sal.
11228 * ia64-tdep.c (refine_prologue_limit): Ditto.
11229 * Makefile.in: Update dependencies.
11230
11231 2004-02-16 Andrew Cagney <cagney@redhat.com>
11232
11233 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11234 START_INFERIOR_TRAPS_EXPECTED.
11235 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11236 START_INFERIOR_TRAPS_EXPECTED.
11237 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11238 Delete macro.
11239 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11240 macro, moved to "nm-osf.h". Update copyright.
11241 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11242 update copyright.
11243
11244 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11245 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11246 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11247 frameless_look_for_prologue.
11248 * frame.h (legacy_frameless_look_for_prologue): Rename
11249 frameless_look_for_prologue.
11250 * gdbarch.h, gdbarch.c: Re-generate.
11251 * sh64-tdep.c (sh64_gdbarch_init): Update.
11252 * sh-tdep.c (sh_gdbarch_init): Update.
11253 * s390-tdep.c (s390_gdbarch_init): Update.
11254 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11255 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11256 * m68k-tdep.c (m68k_gdbarch_init): Update.
11257 (delta68_frame_args_address): Update.
11258 * m32r-tdep.c (m32r_gdbarch_init): Update.
11259 * hppa-tdep.c (hppa_gdbarch_init): Update.
11260 * h8300-tdep.c (h8300_gdbarch_init): Update.
11261 * frv-tdep.c (frv_gdbarch_init): Update.
11262 (frv_frameless_function_invocation): Update.
11263 * cris-tdep.c (cris_gdbarch_init): Update.
11264 (cris_frameless_function_invocation): Update.
11265 * avr-tdep.c (avr_gdbarch_init): Update.
11266 * arm-tdep.c (arm_gdbarch_init): Update.
11267 * stack.c (frame_info): Update, call predicate.
11268 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11269 * frame.c (legacy_get_prev_frame): Update, call predicate..
11270 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11271 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11272 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11273 invocation.
11274 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11275 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11276 * vax-tdep.c (vax_gdbarch_init): Ditto.
11277
11278 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11279 function.
11280
11281 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11282
11283 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11284 initializations.
11285
11286 2004-02-16 Andrew Cagney <cagney@redhat.com>
11287
11288 * tui/tui-windata.c: Include "gdb_string.h".
11289 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11290 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11291 * Makefile.in: Update dependencies.
11292
11293 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11294
11295 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11296 * infrun.c: Include "gdb_assert.h".
11297 (singlestep_ptid, saved_singlestep_ptid)
11298 (stepping_past_singlestep_breakpoint): New variables.
11299 (resume): Set singlestep_ptid. Check for singlestep thread
11300 hop.
11301 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11302 (handle_inferior_event): Handle singlestep thread hop.
11303
11304 2004-02-16 Andrew Cagney <cagney@redhat.com>
11305
11306 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11307 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11308 (dwarf2_frame_init_reg): Ditto.
11309
11310 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11311 suggested by Joshua Neuheisel
11312
11313 * configure.in: Always check for curses, including pdcurses.
11314 Warn, instead of error, when no curses are found. Enable TUI when
11315 curses is available.
11316 * configure: Re-generate.
11317
11318 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11319
11320 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11321 sh_sh4_register_convert_to_virtual.
11322 (sh_register_convert_to_raw): Rename from
11323 sh_sh4_register_convert_to_raw.
11324 (sh_pseudo_register_read): Accomodate above name change.
11325 (sh_pseudo_register_write): Ditto.
11326
11327 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11328
11329 * sh-tdep.c (sh_generic_register_name): Remove.
11330 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11331
11332 2004-02-15 Andrew Cagney <cagney@redhat.com>
11333
11334 * configure.in (build_warnings): Add -Wunused-function.
11335 * configure: Re-generate.
11336
11337 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11338 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11339
11340 * procfs.c (procfs_init_inferior): Assume that
11341 START_INFERIOR_TRAPS_EXPECTED is defined.
11342 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11343 * config/ns32k/tm-nbsd.h: Delete file,
11344 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11345
11346 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11347 * config/vax/tm-vax.h: Delete file.
11348
11349 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11350 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11351 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11352 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11353 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11354 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11355 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11356
11357 2004-02-15 Mark Kettenis <kettenis@gnu.org>
11358
11359 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11360 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11361 (struct dwarf2_frame_ops): New.
11362 (dwarf2_frame_default_init_reg): New function, based on
11363 dwarf2_frame_init_reg.
11364 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11365 (dwarf2_frame_init_reg): Call architecture-specific function.
11366 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11367 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11368 instead of dwarf2_frame_data.
11369 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11370 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11371
11372 2004-02-15 Andrew Cagney <cagney@redhat.com>
11373
11374 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11375 register_gdbarch_swap.
11376 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11377 * f-lang.c (_initialize_f_language): Update, use
11378 DEPRECATED_REGISTER_GDBARCH_SWAP.
11379 * remote.c (_initialize_remote): Ditto.
11380 * regcache.c (_initialize_regcache): Ditto.
11381 * parse.c (_initialize_parse): Ditto.
11382 * infrun.c (_initialize_infrun): Ditto.
11383 * mi/mi-main.c (_initialize_mi_main): Ditto.
11384 * gdbtypes.c (_initialize_gdbtypes): Ditto.
11385
11386 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11387 poking .cacheable directly.
11388 * symfile.c (symfile_bfd_open): Ditto.
11389
11390 * Makefile.in: Update all dependencies.
11391
11392 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11393 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11394 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11395 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11396 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
11397
11398 2004-02-14 Andrew Cagney <cagney@redhat.com>
11399
11400 * arch-utils.c (legacy_convert_register_p): Check
11401 DEPRECATED_REGISTER_CONVERTIBLE_P.
11402 * findvar.c (value_of_register): Ditto.
11403
11404 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11405 * gdbarch.h, gdbarch.c: Re-generate.
11406 * arch-utils.c (deprecated_register_convertible_not): Delete.
11407 * arch-utils.h (deprecated_register_convertible_not): Delete.
11408 * mi/mi-main.c (get_register): Update. Update copyright.
11409 * infcmd.c (default_print_registers_info): Update.
11410
11411 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11412 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11413 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
11414 * gdbarch.h, gdbarch.c: Re-generate.
11415 * frame.c (deprecated_get_next_frame_hack): Delete function.
11416 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11417 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11418 Update.
11419 * infcall.c (call_function_by_hand): Update.
11420
11421 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11422
11423 * symfile.c (init_entry_point_info, entry_point_address): Move
11424 from here...
11425 * objfiles.c (init_entry_point_info, entry_point_address):..to
11426 here.
11427 * symfile.h (init_entry_point_info, entry_point_address): Remove
11428 prototypes.
11429 * objfiles.h (init_entry_point_info, entry_point_address):Add
11430 prototypes.
11431 * cris-tdep.c: Remove include of symfile.h. Add include of
11432 objfiles.h.
11433 * infcall.c: Ditto.
11434 * mcore-tdep.c: Ditto.
11435 * mn10300-tdep.c: Ditto.
11436 * sh64-tdep.c: Ditto.
11437 * v850-tdep.c: Ditto.
11438 * arm-tdep.c: Remove include of symfile.h.
11439 * blockframe.c: Ditto.
11440 * coffread.c: Ditto.
11441 * dbxread.c: Ditto.
11442 * dwarf2read.c: Ditto.
11443 * dwarfread.c: Ditto.
11444 * frv-tdep.c: Ditto.
11445 * ia64-tdep.c: Ditto.
11446 * mdebugread.c: Ditto.
11447 * mipsread.c: Ditto.
11448 * rs6000-tdep.c: Ditto.
11449 * s390-tdep.c: Ditto.
11450 * sh-tdep.c: Ditto.
11451 * xstormy16-tdep.c: Ditto.
11452 * gdbarch.sh: Remove include of symfile.h.
11453 * gdbarch.c: Regenerate.
11454 * solib-irix.c (enable_break): Use entry_point_address().
11455 Add comment about include file.
11456 * xcoffread.c: Add comment about include file.
11457 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11458 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11459 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11460 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11461 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11462
11463 2004-02-13 Andrew Cagney <cagney@redhat.com>
11464
11465 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11466 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11467 copyright.
11468 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11469
11470 2004-02-12 Fred Fish <fnf@redhat.com>
11471
11472 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11473 set_gdbarch_store_return_value.
11474
11475 2004-02-12 Andrew Cagney <cagney@redhat.com>
11476
11477 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11478 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11479 (interrupt_query): Ditto.
11480 (ofunc): Delete unused variable.
11481 * cris-tdep.c (cris_abi): Delete unused function.
11482 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11483 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11484 (cris_get_asr_quick_shift_steps): Ditto.
11485 (cris_skip_prologue_frameless_p): Ditto.
11486 * arm-tdep.c (arm_push_return_address): Delete unused function.
11487 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11488 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11489 * s390-tdep.c (s390_function_start): Delete unused function.
11490
11491 2004-02-12 Andrew Cagney <cagney@redhat.com>
11492
11493 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11494 gdbarch.h, gdbarch.c: Re-generate.
11495 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11496 to generic_prologue_frameless_p.
11497 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11498 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11499
11500 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11501
11502 * mips-linux-tdep.c: Include "frame.h".
11503 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11504 (mips_linux_skip_resolver): New functions.
11505 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11506 and set_gdbarch_in_solib_call_trampoline.
11507 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11508 to after set_gdbarch_in_solib_return_trampoline. Only set the
11509 solib hooks to mips16 functions if the OS ABI is unknown.
11510 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11511 including "config/tm-linux.h".
11512 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11513 * Makefile.in (mips-linux-tdep.o): Update.
11514
11515 2004-02-11 David Carlton <carlton@kealia.com>
11516
11517 * linespec.c (decode_compound): Only look for a class symbol when
11518 considering all but the rightmost component.
11519
11520 2004-02-11 Andrew Cagney <cagney@redhat.com>
11521
11522 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11523 abi code are are separatly grouped.
11524
11525 2004-02-11 Andrew Cagney <cagney@redhat.com>
11526
11527 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11528 * gdbarch.h, gdbarch.c: Re-generate.
11529 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11530 * v850-tdep.c (v850_gdbarch_init): Update.
11531 * sh64-tdep.c (sh64_gdbarch_init): Update.
11532 * sh-tdep.c (sh_gdbarch_init): Update.
11533 * s390-tdep.c (s390_gdbarch_init): Update.
11534 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11535 * mips-tdep.c (mips_gdbarch_init): Update.
11536 * mcore-tdep.c (mcore_gdbarch_init): Update.
11537 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11538 * m32r-tdep.c (m32r_gdbarch_init): Update.
11539 * ia64-tdep.c (ia64_gdbarch_init): Update.
11540 * hppa-tdep.c (hppa_gdbarch_init): Update.
11541 * h8300-tdep.c (h8300_gdbarch_init): Update.
11542 * frv-tdep.c (frv_gdbarch_init): Update.
11543 * d10v-tdep.c (d10v_gdbarch_init): Update.
11544 * cris-tdep.c (cris_gdbarch_init): Update.
11545 * avr-tdep.c (avr_gdbarch_init): Update.
11546 * arm-tdep.c (arm_gdbarch_init): Update.
11547 * alpha-tdep.c (alpha_gdbarch_init): Update.
11548
11549 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11550
11551 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11552 comma.
11553 (sh_sh4al_dsp_register_name): Ditto.
11554
11555 2004-02-10 Andrew Cagney <cagney@redhat.com>
11556
11557 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11558 (mips_init_frame_pc_first): Delete function.
11559 (mips_frame_saved_pc): Delete function.
11560 (mips_frame_chain): Delete function.
11561 (mips_init_extra_frame_info): Delete function.
11562 (mips_xfer_register): Delete unused variable "reg".
11563 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11564 (mips_n32n64_return_value): Delete unused variable "reg".
11565 (mips_n32n64_return_value): Delete unused variable "pos".
11566 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11567 (mips_o32_return_value): Delete unused variable "pos".
11568 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11569 (mips_print_fp_register): Delete unused variable "namelen"
11570 (mips_print_fp_register): Delete unused variable "flt2"
11571 (get_frame_pointer): Delete function.
11572 (cached_proc_desc): Delete static variable.
11573 (mips_pop_frame): Delete function.
11574 (mips_find_saved_regs): Delete function.
11575 (mips_get_saved_register): Delete function.
11576 (mips_saved_pc_after_call): Delete function.
11577 (SIGFRAME_BASE): Delete macro.
11578 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11579 (SIGFRAME_PC_OFF): Delete macro.
11580 (SIGFRAME_REGSAVE_OFF): Delete macro.
11581 (mips_dump_tdep): Do not print deleted macro definitions.
11582
11583 2004-02-10 Andrew Cagney <cagney@redhat.com>
11584
11585 * Makefile.in (SFILES): Remove explictly listed tui files.
11586 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11587
11588 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11589
11590 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11591 to use paddr functions to format ia64 addresses and long values.
11592 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11593 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11594 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11595 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11596 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11597
11598 2004-02-10 Andrew Cagney <cagney@redhat.com>
11599
11600 * defs.h: Do not include "tui.h".
11601 * gdb_curses.h: New file.
11602 * tui/tui-hooks.h: New file.
11603 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11604 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11605 (tui_initialize_io): Delete declaration.
11606 (tui_initialize_readline: Delete redundant declaration.
11607 (struct tui_point): Delete definition.
11608 * tui/tui-data.h (struct tui_point): Define.
11609 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11610 * utils.c: Include "tui/tui.h".
11611 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11612 * printcmd.c [TUI]: Include "tui/tui.h".
11613 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11614 * tui/tui-command.c: Include "gdb_curses.h".
11615 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11616 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11617 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11618 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11619 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11620 * Makefile.in: Update all dependencies.
11621 (tui_hooks_h, gdb_curses_h): Define.
11622 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11623
11624 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11625
11626 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11627 auxf2. Add comments about some other rarely used fields.
11628
11629 2004-02-10 Andrew Cagney <cagney@redhat.com>
11630
11631 * Makefile.in (init.c): Fix script removing duplicates. Problem
11632 reported by Peter Schauer.
11633
11634 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11635
11636 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11637 obstack_specify_allocation.
11638 * objfiles.c (allocate_objfile): Ditto.
11639 * solib-sunos.c (solib_add_common_symbols)
11640 (allocate_rt_common_objfile): Ditto.
11641 * symfile.c (reread_symbols): Ditto.
11642 * gdb_obstack.h: Add comment.
11643
11644 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11645
11646 * linespec.c (decode_line_1, locate_first_half)
11647 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11648 commented out code.
11649
11650 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11651
11652 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11653 obstack_free.
11654
11655 2004-02-09 Andrew Cagney <cagney@redhat.com>
11656
11657 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11658 fails, try find_pc_section. Fix PR c++/1267.
11659 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11660 instead of find_pc_mapped_section.
11661 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11662 not default to the section containing PC. Fix PR symtab/1519.
11663
11664 2004-02-09 Andrew Cagney <cagney@redhat.com>
11665
11666 * Makefile.in (mips-tdep.o): Update dependencies.
11667 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11668 "trad-frame.h".
11669 (mips_unwind_pc): Return the pseudo PC register.
11670 (mips_unwind_dummy_id): New function.
11671 (mips16_fetch_instruction): New function.
11672 (mips32_fetch_instruction): New function.
11673 (struct mips_frame_cache): Define.
11674 (mips_mdebug_frame_cache): New function.
11675 (mips_mdebug_frame_this_id): New function.
11676 (mips_mdebug_frame_prev_register): New function.
11677 (mips_mdebug_frame_unwind): Define.
11678 (mips_mdebug_frame_sniffer): New function.
11679 (mips_mdebug_frame_base_address): New function.
11680 (mips_mdebug_frame_base): Define.
11681 (mips_mdebug_frame_base_sniffer): New function.
11682 (mips_gdbarch_init): Append unwind and base sniffers. Set
11683 unwind_dummy_id.
11684
11685 2004-02-08 Andrew Cagney <cagney@redhat.com>
11686
11687 * frame.c: Print both the register number and name.
11688
11689 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11690 and a sed into a single sed. Make .c and .o patterns more robust.
11691 (OBS): Delete.
11692 (INIT_FILES): Replace OBS with COMMON_OBS.
11693 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11694
11695 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11696
11697 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11698 the PT_WCOOKIE request.
11699
11700 2004-02-08 Andrew Cagney <cagney@redhat.com>
11701
11702 * mips-tdep.c (mips_unwind_pc): New function.
11703 (mips_gdbarch_init): Set mips_unwind_pc.
11704
11705 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11706 (get_frame_id): Allow the UNKNOWN_FRAME.
11707 (frame_register_unwind, get_frame_type): Ditto.
11708
11709 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11710 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11711 unwind_dummy_id indicates a legacy frame.
11712
11713 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11714 * configure: Re-generate.
11715
11716 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11717 methods.
11718
11719 2004-02-08 Andrew Cagney <cagney@redhat.com>
11720
11721 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11722 makefile macro.
11723 * configure: Re-generate.
11724 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11725 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11726 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11727 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11728 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11729 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11730 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11731 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11732 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11733 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11734
11735 2004-02-07 Andrew Cagney <cagney@redhat.com>
11736
11737 * Makefile.in: Update all dependencies.
11738
11739 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11740 * configure: Re-generate.
11741 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11742 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11743 (COMMON_OBS): Add "main.o" and "annotate.o".
11744 (ANNOTATE_OBS): Delete.
11745 (OBS): Remove ANNOTATE_OBS.
11746 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11747 CONFIG_INITS.
11748 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11749 against CONFIG_OBS and "main.o".
11750 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11751 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11752
11753 * tui/tui-command.c: Include "gdb_string.h", delete register
11754 attribute, use ISO-C function signatures.
11755 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11756 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11757 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11758 * tui/tui.c: Ditto.
11759
11760 * tui/tui-command.c: Change variable and function names to lower
11761 case.
11762 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11763 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11764 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11765 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11766 * tui/tui-winsource.c, tui/tui.c: Ditto.
11767
11768 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11769
11770 * buildsym.c (free_pending_blocks, finish_block)
11771 (record_pending_block, make_blockvector, end_symtab): Replace
11772 symbol_obstack with objfile_obstack.
11773 * coffread.c (process_coff_symbol, coff_read_struct_type)
11774 (coff_read_enum_type): Ditto.
11775 * cp-namespace.c (initialize_namespace_symtab)
11776 (check_one_possible_namespace_symbol): Ditto.
11777 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11778 (dwarf2_symbol_mark_computed): Ditto.
11779 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11780 * elfread.c (elf_symtab_read): Ditto.
11781 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11782 (hpread_read_enum_type, hpread_read_function_type)
11783 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11784 Ditto.
11785 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11786 (java_link_class_type): Ditto.
11787 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11788 (new_symbol): Ditto.
11789 * minsyms.c (install_minimal_symbols): Ditto.
11790 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11791 (terminate_minimal_symbol_table): Replace symbol_obstack with
11792 objfile_obstack.
11793 (free_objfile): Remove freeing of symbol_obstack.
11794 * objfiles.h: Remove symbol_obstack field.
11795 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11796 objfile_obstack.
11797 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11798 symbol_obstack.
11799 (solib_add_common_symbols): Replace symbol_obstack with
11800 objfile_obstack.
11801 * somsolib.c (som_solib_add): Ditto.
11802 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11803 (common_block_start, common_block_end): Ditto.
11804 * symfile.c (reread_symbols): Remove freeing and init of
11805 symbol_obstack.
11806 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11807 * symfile.h: Update comment.
11808 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11809 stats printing.
11810 * symtab.c (symbol_set_names): Replace symbol_obstack with
11811 objfile_obstack.
11812 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11813 Update comments.
11814 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11815 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11816 objfile_obstack.
11817
11818 2004-02-07 Andrew Cagney <cagney@redhat.com>
11819
11820 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11821 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11822 fields and variables.
11823 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11824 (m_beInvisible): Delete macro.
11825 * tui/tui-data.h: Fix case case fields and variables.
11826 (m_genWinPtrIsNull): Delete macro.
11827 (tui_win_list): Rename winList.
11828 (TUI_SRC_WIN): Rename srcWin.
11829 (TUI_DISASM_WIN): Rename disassemWin.
11830 (TUI_DATA_WIN): Rename dataWin.
11831 (TUI_CMD_WIN): Rename cmdWin.
11832 (m_genWinPtrNotNull): Delete macro.
11833 (m_winPtrIsNull): Delete macro.
11834 (m_winPtrNotNull): Delete macro.
11835 (tui_win_is_source_type): Replace m_winIsSourceType
11836 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11837 (tui_win_has_locator): Replace m_hasLocator.
11838 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11839 m_setWinHighlightOff.
11840 * tui/tui-data.c: Update references.
11841 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11842 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11843 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11844 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11845 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11846 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11847 * tui/tui-winsource.c, tui/tui.c: Ditto.
11848
11849 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11850
11851 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11852 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11853 StackGhost.
11854
11855 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11856 variable `i6' to `i7'.
11857 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11858
11859 2004-02-07 Andrew Cagney <cagney@redhat.com>
11860
11861 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11862 (TuiPoint, TuiPointPtr): Ditto.
11863 (TuiStatus, TuiStatusPtr): Ditto.
11864 (TuiWinType, TuiWinTypePtr): Ditto.
11865 (struct tui_point): Rename _TuiPoint.
11866 (tui_get_low_disassembly_address): Rename
11867 tuiGetLowDisassemblyAddress.
11868 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11869 (tuiFree): Delete declaration.
11870 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11871 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11872 * tui/tui.c (tuiFree): Delete function.
11873 * cli/cli-cmds.c (disassemble_command): Update references.
11874 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11875 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11876 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11877 * tui/tui-winsource.c: Ditto.
11878
11879 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11880
11881 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11882 coffstab_build_psymtabs, elfstab_build_psymtabs)
11883 (stabsect_build_psymtabs): Replace psymbol_obstack with
11884 objfile_obstack.
11885 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11886 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11887 Ditto.
11888 * dwarfread.c (scan_compilation_units): Ditto.
11889 * elfread.c (elfstab_offset_sections): Ditto.
11890 * hppa-tdep.c (read_unwind_info): Ditto.
11891 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11892 (hpread_end_psymtab): Ditto.
11893 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11894 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11895 Ditto.
11896 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
11897 * objfiles.c (add_to_objfile_sections)
11898 (build_objfile_section_table): Ditto.
11899 (allocate_objfile): Remove init of psymbol_obstack.
11900 (free_objfile): Remove freeing of psymbol_obstack.
11901 * objfiles.h (struct objfile): Remove field
11902 psymbol_obstack. Update comments.
11903 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11904 psymbol_obstack with objfile_obstack.
11905 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11906 psymbol_obstack.
11907 * somread.c (som_symfile_offsets, init_import_symbols)
11908 (init_export_symbols): Replace psymbol_obstack with
11909 objfile_obstack.
11910 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11911 * symfile.c (default_symfile_offsets, syms_from_objfile)
11912 (reread_symbols): Remove freeing and init of psymbol_obstack.
11913 (cashier_psymtab): Update comment.
11914 * symmisc.c (print_objfile_statistics): Don't report stats for
11915 psymbol obstack.
11916 * symtab.h (struct general_symbol_info, struct partial_symtab):
11917 Update comments.
11918 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11919 (xcoff_symfile_offsets): Replace psymbol_obstack with
11920 objfile_obstack.
11921
11922 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11923
11924 * objfiles.h (struct objfile): Add objfile_obstack field.
11925 Remove type_obstack field.
11926
11927 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11928 read_structure_scope read_enumeration, new_symbol): Replace
11929 type_obstack with objfile_obstack.
11930 * dwarfread.c (struct_type, enum_type): Ditto.
11931 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
11932 (lookup_fundamental_type): Ditto.
11933 * gdbtypes.h (TYPE_ALLOC): Ditto.
11934 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11935 (hpread_read_doc_function_type, hpread_read_struct_type)
11936 (fix_static_member_physnames, hpread_read_array_type)
11937 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
11938 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
11939 (java_link_class_type): Ditto.
11940 * mdebugread.c (parse_type): Ditto.
11941 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11942 * solib-sunos.c (solib_add_common_symbols): Ditto.
11943 * stabsread.c (define_symbol, read_type, read_member_functions,
11944 read_cpp_abbrev, read_one_struct_field): Ditto.
11945 * symfile.c (reread_symbols): Ditto.
11946 * symmisc.c (print_objfile_statistics): Ditto.
11947
11948 2004-02-07 Andrew Cagney <cagney@redhat.com>
11949
11950 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11951 (tui_exec_info_content): Rename TuiExecInfoContent.
11952 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11953 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11954 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11955 (TuiList, TuiListPtr): Ditto.
11956 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11957 (TuiDataType, TuiDataTypePtr): Ditto.
11958 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11959 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11960 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11961 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11962 (TuiDataElement, TuiDataElementPtr): Ditto.
11963 (TuiWinElement, TuiWinElementPtr): Ditto.
11964 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11965 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11966 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11967 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11968 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11969 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11970 * tui/tui-command.c, tui/tui-data.c: Update references.
11971 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11972 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11973 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11974 * tui/tui-winsource.c, tui/tui.c: Ditto.
11975
11976 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11977
11978 * dwarf2-frame.h: Update copyright.
11979 (enum dwarf2_frame_reg_rule): New.
11980 (struct dwarf2_frame_state_reg): New.
11981 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11982 * dwarf2-frame.c: Update copyright.
11983 (enum dwarf2_reg_rule): Remove.
11984 (struct dwarf2_frame_state): Remove defenition of `struct
11985 dwarf2_frame_state_reg'.
11986 (read_reg): Call get_frame_arch to get the architecture instead of
11987 using CURRENT_GDBARCH.
11988 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11989 DWARF2_FRAME_.
11990 (dwarf2_frame_init_reg): New function.
11991 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11992 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11993 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11994 tags with DWARF2_FRAME_.
11995 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11996 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11997 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11998
11999 2004-02-06 Andrew Cagney <cagney@redhat.com>
12000
12001 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12002 (enum tui_data_type): Rename _TuiDataType.
12003 (struct tui_layout_def): Rename _TuiLayoutDef.
12004 (struct tui_source_element): Rename _TuiSourceElement.
12005 (struct tui_data_element): Rename _TuiDataElement.
12006 (struct tui_command_element): Rename _TuiCommandElement.
12007 (struct tui_locator_element): Rename _TuiLocatorElement.
12008 (union tui_which_element): Define.
12009 (struct tui_win_element): Rename _TuiWinElement.
12010 (struct tui_data_info): Rename _TuiDataInfo.
12011 (struct tui_source_info): Rename _TuiSourceInfo.
12012 (struct tui_command_info): Rename _TuiCommandInfo.
12013 (tui_initialize_static_data): Rename initializeStaticData.
12014 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12015 (tui_alloc_win_info): Rename allocWinInfo.
12016 (tui_init_generic_part): Rename initGenericPart.
12017 (tui_init_win_info): Rename initWinInfo.
12018 (tui_alloc_content): Rename allocContent.
12019 (tui_add_content_elements): Rename addContentElements.
12020 (tui_init_content_element): Rename initContentElement.
12021 (tui_free_window): Rename freeWindow.
12022 (tui_free_win_content): Rename freeWinContent.
12023 (tui_free_data_content): Rename freeDataContent.
12024 (tui_free_all_source_wins_content): Rename
12025 freeAllSourceWinsContent.
12026 (tui_del_window): Rename tuiDelWindow.
12027 (tui_del_data_windows): Rename tuiDelDataWindows.
12028 (tui_partial_win_by_name): Rename partialWinByName.
12029 (tui_win_name): Rename winName.
12030 (tui_current_layout): Rename currentLayout.
12031 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12032 (tui_term_height): Rename termHeight.
12033 (tui_set_term_height_to): Rename setTermHeightTo.
12034 (tui_term_width): Rename termWidth.
12035 (tui_set_term_width_to): Rename setTermWidthTo.
12036 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12037 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12038 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12039 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12040 (tui_source_windows): Rename sourceWindows.
12041 (tui_clear_source_windows): Rename clearSourceWindows.
12042 (tui_clear_source_windows_detail): Rename
12043 clearSourceWindowsDetail.
12044 (tui_clear_win_detail): Rename clearWinDetail.
12045 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12046 (tui_default_tab_len): Rename tuiDefaultTabLen.
12047 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12048 (tui_win_with_focus): Rename tuiWinWithFocus.
12049 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12050 (tui_layout_def): Rename tuiLayoutDef.
12051 (tui_win_resized): Rename tuiWinResized.
12052 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12053 (tui_next_win): Rename tuiNextWin.
12054 (tui_prev_win): Rename tuiPrevWin.
12055 (tui_add_to_source_windows): Rename addToSourceWindows.
12056 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12057 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12058 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12059 * tui/tui.c, tui/tui-data.c: Ditto.
12060 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12061 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12062
12063 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12064 (struct symtab): Declare.
12065 (tui_set_source_content): Rename tuiSetSourceContent.
12066 (tui_show_symtab_source): Rename tuiShowSource.
12067 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12068 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12069 * tui/tui-source.c: Update copyright. Update references.
12070 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12071 * tui/tui-stack.c: Update references.
12072
12073 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12074 (struct tui_win_info): Declare.
12075 (tui_scroll_forward): Rename tuiScrollForward.
12076 (tui_scroll_backward): Rename tuiScrollBackward.
12077 (tui_scroll_left): Rename tuiScrollLeft.
12078 (tui_scroll_right): Rename tuiScrollRight.
12079 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12080 (tui_resize_all): Rename tuiResizeAll.
12081 (tui_refresh_all_win): Rename tuiRefreshAll.
12082 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12083 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12084 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12085 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12086
12087 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12088 (tui_erase_data_content): Rename tuiEraseDataContent.
12089 (tui_display_all_data): Rename tuiDisplayAllData.
12090 (tui_check_data_values): Rename tuiCheckDataValues.
12091 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12092 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12093 (tui_first_data_element_no_in_line): Rename
12094 tuiFirstDataElementNoInLine.
12095 (tui_delete_data_content_windows): Rename
12096 tuiDeleteDataContentWindows.
12097 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12098 (tui_display_data_from): Rename tuiDisplayDataFrom.
12099 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12100 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12101 * tui/tui-win.c, tui/tui-regs.c: Update references.
12102 * tui/tui-layout.c, tui/tui.c: Update references.
12103
12104 * tui/tui-wingeneral.h: Update copyright.
12105 (m_allBeVisible): Delete macro.
12106 (m_allBeInvisible): Delete macro.
12107 (struct tui_gen_win_info): Declare.
12108 (struct tui_win_info): Declare.
12109 (tui_unhighlight_win): Rename unhighlightWin.
12110 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12111 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12112 (tui_make_window): Rename makeWindow.
12113 (tui_copy_win): Rename copyWin.
12114 (tui_box_win): Rename boxWin.
12115 (tui_highlight_win): Rename highlightWin.
12116 (tui_check_and_display_highlight_if_needed): Rename
12117 checkAndDisplayHighlightIfNeeded.
12118 (tui_refresh_all): Rename refreshAll.
12119 (tui_delete_win): Rename tuiDelwin.
12120 (tui_refresh_win): Rename tuiRefreshWin.
12121 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12122 (tui_make_visible, tui_make_invisible): New functions.
12123 (tui_make_all_visible, tui_make_all_invisible): New functions.
12124 (make_all_visible): Rename makeAllVisible.
12125 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12126 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12127 * tui/tui-windata.c, tui/tui-win.c: Update references.
12128 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12129 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12130
12131 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12132
12133 * proc-api.c (write_with_trace): Initialize local variable to
12134 silence compiler warning.
12135
12136 2004-02-06 Andrew Cagney <cagney@redhat.com>
12137
12138 * tui/tui-source.h: Do not include "defs.h".
12139 (struct tui_win_info): Declare.
12140 (tui_set_source_content_nil): Declare.
12141 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12142 (union tui_line_or_address): Rename _TuiLineOrAddress.
12143 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12144 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12145 (tui_update_source_window_as_is): Rename
12146 tuiUpdateSourceWindowAsIs.
12147 (tui_update_source_windows_with_addr): Rename
12148 tuiUpdateSourceWindowsWithAddr.
12149 (tui_update_source_windows_with_line): Rename
12150 tuiUpdateSourceWindowsWithLine.
12151 (tui_clear_source_content): Rename tuiClearSourceContent.
12152 (tui_erase_source_content): Rename tuiEraseSourceContent.
12153 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12154 (tui_show_source_content): Rename tuiShowSourceContent.
12155 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12156 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12157 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12158 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12159 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12160 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12161 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12162 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12163 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12164 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12165 (struct tui_win_info): Declare.
12166 * tui/tui-stack.c: Update references.
12167 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12168 * tui/tui-win.c, tui/tui-source.c: Ditto.
12169 * tui/tui.c, tui/tui-disasm.c: Ditto.
12170
12171 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12172
12173 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12174 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12175
12176 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12177
12178 * infrun.c (handle_inferior_event): Allow for breakpoint
12179 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12180 and SIGEMT. Update comments.
12181 * NEWS (Revised SPARC target): Mention support for non-executable
12182 stack.
12183
12184 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12185
12186 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12187 * inftarg.c: Update copyright year.
12188 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12189 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12190 (sparc_xfer_wcookie): New function.
12191 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12192 * Makefile.in (sparc-nat.o): Update dependencies.
12193 * config/sparc/nm-nbsd.h: Include "target.h".
12194 (NATIVE_XFER_WCOOKIE): New define.
12195 (sparc_xfer_wcookie): New prototype.
12196
12197 2004-02-04 Andrew Cagney <cagney@redhat.com>
12198
12199 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12200 SYSCALL_TRAP function.
12201 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12202
12203 2004-02-04 Andrew Cagney <cagney@redhat.com>
12204 Daniel Jacobowitz <drow@mvista.com>
12205
12206 * objfiles.h: Delete comments refering to inside_entry_func and
12207 DEPRECATED_FRAME_CHAIN_VALID.
12208 * defs.h (inside_entry_func): Update prototype..
12209 * blockframe.c (inside_entry_func): Rename to
12210 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12211 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12212
12213 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12214
12215 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12216 outside of #ifdef SOLIB_ADD region.
12217 (do_restore_lang_radix_cleanup): Ditto.
12218 (resolve_pending_breakpoint): Ditto.
12219
12220 2004-02-03 Andrew Cagney <cagney@redhat.com>
12221
12222 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12223 (process_note_abi_tag_sections): Delete unused function.
12224 (ia64_read_fp): Delete unused function.
12225 (gdbarch_extract_struct_value_address): Delete declaration.
12226
12227 2004-02-02 Andrew Cagney <cagney@redhat.com>
12228
12229 * vax-tdep.c (vax_frame_chain): Delete call to
12230 deprecated_inside_entry_file.
12231 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12232
12233 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12234
12235 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12236 column that's "empty" or "same value" when eliminating REG_RA
12237 rules.
12238
12239 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12240
12241 * NEWS: Add information about new pending breakpoint support.
12242
12243 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12244
12245 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12246 and pending fields for pending breakpoint support.
12247 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12248 (condition_command): Only parse condition if not a pending
12249 breakpoint.
12250 (print_one_breakpoint): Add support for pending breakpoints.
12251 (describe_other_breakpoints): Add checks to verify we are not
12252 dealing with pending breakpoints.
12253 (check_duplicates): Don't check pending breakpoints.
12254 (set_raw_breakpoint): Initialize pending flag.
12255 (do_restore_lang_radix_cleanup): New cleanup routine.
12256 (resolve_pending_breakpoint): New function.
12257 (re_enable_breakpoints_in_shlibs): Try and resolve any
12258 pending breakpoints via resolve_pending_breakpoint.
12259 (mention): Add pending breakpoint support.
12260 (parse_breakpoint_sals): Add new parameter to pass to
12261 decode_line_1 to indicate silent errors when files or functions
12262 are not found. Change all callers.
12263 (do_captured_parse_breakpoint): New function.
12264 (break_command_1): Change prototype to return an rc value and to
12265 take an optional pending breakpoint pointer. Support creating
12266 a pending breakpoint if a "not found" form of error occurs when
12267 parsing the breakpoint. Also support resolving an existing pending
12268 breakpoint and be silent if the resolution fails.
12269 (create_breakpoints): Change prototype to take pending breakpoint
12270 pointer. When resolving a pending breakpoint, use the new pointer
12271 to provide a conditional or commands added by the end-user.
12272 (delete_breakpoint): Add appropriate check for pending.
12273 (breakpoint_re_set_one): Ditto.
12274 (do_enable_breakpoint): Ditto.
12275
12276 2004-02-02 David Carlton <carlton@kealia.com>
12277
12278 * valops.c (enum oload_classification): New.
12279 (find_overload_match): Break implementation into separate
12280 functions; delete #if 0'd code; look for symbols within
12281 namespaces.
12282 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12283 (find_oload_champ,oload_method_static,classify_oload_match): New.
12284 * cp-support.h: Add declaration for cp_func_name; update
12285 declaration for make_symbol_overload_list.
12286 * cp-support.c (cp_func_name): New.
12287 (overload_list_add_symbol): Fix comment, use
12288 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12289 (make_symbol_overload_list): Take a function name and a namespace
12290 instead of a symbol; change implementation.
12291 (make_symbol_overload_list_using): New.
12292 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12293
12294 2004-02-02 Fred Fish <fnf@redhat.com>
12295
12296 * main.c (gdb_stdtarg): Move definition to group with other
12297 gdb_stdtarg definitions and update copyright years.
12298 * remote-sim.c (gdb_os_write_stderr): Write output to
12299 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12300 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12301 gdb_stderr stream and update copyright years.
12302
12303 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12304
12305 * Makefile.in (mips-linux-nat.o): Update dependencies.
12306 * mips-linux-nat.c: Include mips-tdep.h.
12307
12308 2004-02-01 Roland McGrath <roland@redhat.com>
12309
12310 * sol-thread.c (sol_thread_xfer_partial): New function.
12311 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12312 (init_sol_core_ops): Likewise.
12313
12314 * procfs.c (procfs_xfer_partial): New function.
12315 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12316 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12317
12318 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12319 procfs_xfer_auxv function.
12320
12321 * procfs.c (procfs_make_note_section): If we can read
12322 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12323 * linux-proc.c (linux_make_note_section): Likewise.
12324
12325 * auxv.h: New file.
12326 * auxv.c: New file.
12327 * Makefile.in (auxv_h): New variable.
12328 (COMMON_OBS): Add auxv.o here.
12329 (auxv.o): New target.
12330
12331 * corelow.c (core_xfer_partial): New function.
12332 (init_core_ops): Use it for core_ops.to_xfer_partial.
12333
12334 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12335 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12336 macro if that is defined.
12337
12338 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12339
12340 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12341 and check the specified thread for each breakpoint.
12342 * breakpoint.h (bpstat_stop_status): Update prototype.
12343 * infrun.c (handle_inferior_event): Update calls to
12344 bpstat_stop_status.
12345
12346 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12347
12348 * Makefile.in (cli-cmds.o): Add $(readline_h).
12349
12350 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12351
12352 * cli/cli-cmds.c: Include readline.h.
12353 (complete_command): Pass the start of the last word to
12354 complete_line.
12355
12356 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12357
12358 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12359 argument, and change first argument to a CORE_ADDR.
12360 * breakpoint.h (bpstat_stop_status): Update prototype.
12361 * infrun.c (adjust_pc_after_break): Add a new comment.
12362 (handle_inferior_event): Update calls to bpstat_stop_status.
12363
12364 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12365
12366 * breakpoint.h: Update copyright years.
12367
12368 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12369
12370 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12371 (bpstat_stop_status): Don't decrement PC.
12372 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12373 prototype.
12374 * infrun.c (adjust_pc_after_break): New function.
12375 (handle_inferior_event): Call it, early. Remove later references
12376 to DECR_PC_AFTER_BREAK.
12377 (normal_stop): Add commentary.
12378
12379 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12380
12381 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12382 2004-01-27 double-free fix.
12383
12384 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12385
12386 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12387 (sparc32_frame_prev_register): Handle StackGhost.
12388 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12389
12390 2004-01-29 Roland McGrath <roland@redhat.com>
12391
12392 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12393 * configure: Regenerated.
12394
12395 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12396 * Makefile.in (procfs.o): Add dep.
12397
12398 2004-01-28 Andrew Cagney <cagney@redhat.com>
12399
12400 * tui/tui-stack.h: Update copyright.
12401 (struct frame_info): Add opaque declaration.
12402 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12403 (tui_show_locator_content): Rename tuiShowLocatorContent.
12404 (tui_show_frame_info): Rename tuiShowFrameInfo.
12405 * tui/tui-stack.c: Update copyright. Update references.
12406 * tui/tui-winsource.c: Update references.
12407 * tui/tui-win.c: Update references.
12408 * tui/tui-layout.c: Update references.
12409 * tui/tui-hooks.c: Update copyright, update references.
12410 * tui/tui.c: Update copyright, update references.
12411 * tui/tui-disasm.c: Update references.
12412
12413 2004-01-28 David Carlton <carlton@kealia.com>
12414
12415 * dwarf2read.c (add_partial_structure): Use demangled name if
12416 namespace equals "".
12417
12418 2004-01-27 Jim Blandy <jimb@redhat.com>
12419
12420 Clean up misapplied patch:
12421 * dwarf2read.c (determine_prefix): Change one of the two forward
12422 declarations for 'determine_prefix_aux' to a declaration for this.
12423 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12424 argument to 'die_specification'.
12425
12426 * dwarf2read.c (read_func_scope): Re-indent comment.
12427
12428 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12429
12430 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12431 b->exp to NULL after freeing so that error during re-parsing or
12432 evaluation of expressions associated with breakpoint don't
12433 eventually lead to re-freeing of storage.
12434 Committed by Andrew Cagney.
12435
12436 2004-01-27 Andrew Cagney <cagney@redhat.com>
12437
12438 * source.c (ambiguous_line_spec): Delete undefined declaration.
12439 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12440 (m32r_set_server_address, m32r_set_download_path): Ditto.
12441 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12442
12443 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12444
12445 * dwarf2read.c: Update calls to changed and renamed functions, and
12446 references to moved variables.
12447
12448 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12449 language, language_defn, list_in_scope, and ftypes members.
12450 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12451 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12452 (baseaddr): Remove globals.
12453
12454 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12455 (set_cu_language, die_is_declaration, die_specification)
12456 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12457 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12458 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12459 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12460
12461 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12462 cu.list_in_scope. Don't initialize cu_header_offset.
12463 (add_partial_symbol): Add local baseaddr.
12464 (psymtab_to_symtab_1): Add local baseaddr. Use
12465 objfile->section_offsets for consistency. Don't initialize
12466 cu_header_offset; do initialize cu.header.offset and
12467 cu.list_in_scope.
12468 (read_file_scope, read_func_scope, read_lexical_block_scope)
12469 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12470
12471 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12472
12473 * PROBLEMS: Add gdb/1516.
12474
12475 2003-12-29 Robert Millan <robertmh@gnu.org>
12476
12477 Patch committed by Andrw Cagney.
12478 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12479 * configure.tgt: Match knetbsd*-gnu.
12480
12481 2004-01-26 Andrew Cagney <cagney@redhat.com>
12482
12483 * breakpoint.c (catch_command_1): Delete #ifdef code.
12484 (catch_fork_command_1): Delete #ifdef wrapper.
12485 (catch_exec_command_1): Ditto.
12486 (catch_load_command_1): Ditto.
12487 (catch_unload_command_1): Ditto.
12488
12489 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12490 (catch_breakpoint): Delete #if0ed function.
12491 (disable_catch_breakpoint): Ditto.
12492 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12493 (disable_catch, enable_catch, delete_catch): Ditto.
12494
12495 2004-01-26 Andrew Cagney <cagney@redhat.com>
12496
12497 * remote.c (echo_check, quit_flag): Delete variables.
12498 (cisco_kernel_mode): Delete variable.
12499 (minitelnet_return, tty_input, escape_count): Delete variables.
12500 (remote_cisco_mode): Delete variable.
12501 (remote_cisco_open, remote_cisco_close): Delete function.
12502 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12503 (init_remote_cisco_ops): Delete function.
12504 (_initialize_remote): Do not install "remote cisco" code.
12505 (read_frame): Delete cisco specific code.
12506 (remote_info_process): Delete function.
12507 (remote_wait): Delete cisco specific code.
12508 (remote_cisco_section_offsets): Delete function.
12509 (remote_cisco_objfile_relocate): Delete function.
12510 (remote_async_wait): Delete cisco specific code.
12511 (minitelnet, readtty, readsocket): Delete function.
12512
12513 2004-01-26 Andrew Cagney <cagney@redhat.com>
12514
12515 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12516 comments mentioning extract_returned_value_address.
12517 * infcmd.c (print_return_value): Update. Add comments on
12518 extract_returned_value_address.
12519 * stack.c (return_command): Add comments on
12520 extract_returned_value_address.
12521 * values.c: Update comment.
12522 * m32r-tdep.c: Update comment.
12523 * sparc-tdep.c: Update comment.
12524 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12525 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12526 * sh64-tdep.c (sh64_gdbarch_init): Update.
12527 * sh-tdep.c (sh_gdbarch_init): Update.
12528 * s390-tdep.c (s390_gdbarch_init): Update.
12529 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12530 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12531 * m68k-tdep.c (m68k_gdbarch_init): Update.
12532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12533 * m32r-tdep.c (m32r_gdbarch_init): Update.
12534 * ia64-tdep.c (ia64_gdbarch_init): Update.
12535 * h8300-tdep.c (h8300_gdbarch_init): Update.
12536 * frv-tdep.c (frv_gdbarch_init): Update.
12537 * arm-tdep.c (arm_gdbarch_init): Update.
12538 * alpha-tdep.c (alpha_gdbarch_init): Update.
12539
12540 2004-01-26 Andrew Cagney <cagney@redhat.com>
12541
12542 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12543 SYMBOL_LOCATION_FUNCS
12544 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12545 "struct symbol_ops".
12546 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12547 type to "struct symbol_ops".
12548 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12549 (struct symbol): Replace ".aux_value.loc.funcs" and
12550 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12551 (SYMBOL_OBJFILE): Delete macro.
12552 (SYMBOL_LOCATION_FUNCS): Delete macro.
12553 (SYMBOL_LOCATION_BATON): Update.
12554 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12555 intead of SYMBOL_LOCATION_FUNCS.
12556 * ax-gdb.c (gen_var_ref): Ditto.
12557 * printcmd.c (address_info): Ditto.
12558 * findvar.c (read_var_value): Ditto.
12559 (symbol_read_needs_frame): Ditto.
12560
12561 2004-01-26 Andrew Cagney <cagney@redhat.com>
12562
12563 * dwarf2read.c (read_func_scope): Document frame-base hack.
12564
12565 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12566
12567 * infcmd.c (print_return_value): Plug memory leak; delete
12568 ui_stream object. Rename argument `structure_return' to
12569 `struct_return'.
12570
12571 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12572
12573 * infcmd.c (print_return_value): Wrap long lines.
12574 (finish_command_continuation, finish_command): Remove unused
12575 variable `funcaddr'. Fix some coding-standards problems.
12576
12577 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12578 SECT_SIZE is large enough, not whether it's exactly the right size.
12579 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12580 TDEP->fpregset to zero.
12581
12582 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12583 floating-point registers for traditional NetBSD core files.
12584 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12585 TDEP->sizeof_fpregset here.
12586
12587 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12588
12589 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12590 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12591 function with code split out from
12592 sparc32nbsd_sigcontext_frame_cache.
12593 (sparc32nbsd_sigcontext_frame_cache): Use
12594 sparc32nbsd_sigcontext_saved_regs.
12595 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12596 OpenBSD.
12597 * sparcobsd-tdep.c: New file.
12598 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12599 (sparcobsd-tdep.o): New dependency.
12600 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12601 * config/sparc/obsd.mt: New file.
12602
12603 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12604 TDEP->fpregset to be initialized to enable core file register
12605 sets.
12606
12607 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12608
12609 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12610 Add opaque declarations.
12611 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12612 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12613 function with code split out from
12614 sparc64nbsd_sigcontext_frame_cache.
12615 (sparc64nbsd_sigcontext_frame_cache): Use
12616 sparc64nbsd_sigcontext_saved_regs.
12617 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12618 OpenBSD.
12619 * sparc64obsd-tdep.c: New file.
12620 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12621 (sparc64obsd-tdep.o): New dependency.
12622 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12623 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12624 * config/sparc/obsd64.mt: New file.
12625
12626 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12627 read the instruction at PC.
12628
12629 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12630 value of GDB_OSABI_DEFAULT.
12631 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12632 instead of GDB_OSABI_NETBSD_AOUT.
12633
12634 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12635
12636 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12637 copyright.
12638
12639 2004-01-23 Andrew Cagney <cagney@redhat.com>
12640
12641 * printcmd.c (display_command): Replace tui_set_display call with
12642 tui_set_layout_for_display_command.
12643 * tui/tui.h (enum tui_win_type): Define.
12644 (tui_set_layout): Delete declaration.
12645 (tui_set_layout_for_display_command): Rename set_tui_layout.
12646 * tui/tui-data.h (enum tui_layout_type): Define.
12647 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12648 "tui.h".
12649 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12650 (tui_default_win_height): Rename tuiDefaultWinHeight.
12651 (tui_default_win_viewport_height): Rename
12652 tuiDefaultWinViewportHeight.
12653 (tui_set_layout): RenametuiSetLayout.
12654 * tui/tui-layout.c: Update references.
12655 * tui/tui.c: Update references.
12656 * tui/tui-disasm.c: Update references.
12657
12658 2004-01-23 David Carlton <carlton@kealia.com>
12659
12660 Partial workaround for PR c++/1511:
12661 * cp-namespace.c: Include frame.h.
12662 (cp_lookup_transparent_type): New
12663 (cp_lookup_transparent_type_loop): New.
12664 * cp-support.h: Declare cp_lookup_transparent_type.
12665 * symtab.c (basic_lookup_transparent_type): Renamed from
12666 lookup_transparent_type.
12667 (lookup_transparent_type): Replace old body by a call to
12668 current_language->la_lookup_transparent_type.
12669 * symtab.h: Update copyright. Declare
12670 basic_lookup_transparent_type.
12671 * language.h: Update copyright.
12672 (struct language_defn): Add la_lookup_transparent_type.
12673 * language.c: Update copyright.
12674 (unknown_language_defn): Add basic_lookup_transparent_type.
12675 (auto_language_defn): Add basic_lookup_transparent_type.
12676 (local_language_defn): Add basic_lookup_transparent_type.
12677 * ada-lang.c: Update copyright.
12678 (ada_language_defn): Add basic_lookup_transparent_type.
12679 * c-lang.c: Update copyright.
12680 (c_language_defn): Add basic_lookup_transparent_type.
12681 (cplus_language_defn): Add basic_lookup_transparent_type.
12682 (asm_language_defn): Add basic_lookup_transparent_type.
12683 (minimal_language_defn): Add basic_lookup_transparent_type.
12684 * f-lang.c: Update copyright.
12685 (f_language_defn): Add basic_lookup_transparent_type.
12686 * jv-lang.c: Update copyright.
12687 (java_language_defn): Add basic_lookup_transparent_type.
12688 * m2-lang.c: Update copyright.
12689 (m2_language_defn): Add basic_lookup_transparent_type.
12690 * objc-lang.c: Update copyright.
12691 (objc_language_defn): Add basic_lookup_transparent_type.
12692 * p-lang.c: Update copyright.
12693 (p_language_defn): Add basic_lookup_transparent_type.
12694 * scm-lang.c: Update copyright.
12695 (scm_language_defn): Add basic_lookup_transparent_type.
12696 * Makefile.in (cp-namespace.o): Depend on frame.h.
12697
12698 2004-01-23 David Carlton <carlton@kealia.com>
12699
12700 Patch for PR c++/1520:
12701 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12702 properly if we have a specification die.
12703 (determine_prefix_aux): Rename from determine_prefix.
12704 (determine_prefix): Like the old determine_prefix, but never
12705 returns NULL.
12706
12707 2004-01-23 Theodore A. Roth <troth@openavr.org>
12708
12709 * avr-tdep.c: Update copyright.
12710 (avr_iaddr_p): Delete unused function.
12711 (avr_saddr_p): Delete unused function.
12712
12713 2004-01-23 David Carlton <carlton@kealia.com>
12714
12715 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12716 Fix for PR symtab/1534.
12717
12718 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12719
12720 * NEWS (New native configurations): Mention OpenBSD/sparc and
12721 OpenBSD/sparc64.
12722 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12723 * configure.host: Likewise.
12724 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12725 handler for OpenBSD.
12726 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12727
12728 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12729
12730 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12731 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12732
12733 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12734 * cli/cli-cmds.c (shell_escape): Likewise.
12735
12736 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12737 OpenBSD .note.openbsd.ident sections.
12738
12739 2004-01-22 David Carlton <carlton@kealia.com>
12740
12741 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12742 get_scope_pc_bounds.
12743 (read_file_scope): Ditto.
12744 (get_scope_pc_bounds): New function, produced by extracting code
12745 from the above two functions, consolidating it, and adding support
12746 for DW_TAG_namespace.
12747
12748 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12749
12750 * osabi.c (MAX_NOTESZ): New define.
12751 (check_note): New function.
12752 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12753 check_note.
12754
12755 2004-01-21 Roland McGrath <roland@redhat.com>
12756
12757 * MAINTAINERS (write after approval): Add myself.
12758
12759 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12760
12761 * utils.c (init_page_info): Move declarations of `rows' and
12762 `cols' before the __GO32__-specific code. Move the closing brace
12763 outside the #ifdef __GO32__..#endif block.
12764 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12765
12766 2004-01-21 Paul Brook <paul@codesourcery.com>
12767
12768 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12769 BPSTAT_WHAT_CHECK_SHLIBS.
12770
12771 2004-01-21 Paul Brook <paul@codesourcery.com>
12772
12773 * MAINTAINERS: Add myself to write-after-approval.
12774
12775 2004-01-20 Andrew Cagney <cagney@redhat.com>
12776
12777 * ax-gdb.c (print_axs_value): Delete unused function.
12778 * jv-lang.c (java_lookup_type): Delete unused function.
12779 * cli/cli-dump.c (dump_filetype): Delete unused function.
12780 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12781 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12782 (mips_getstring): Delete unused function.
12783 (pmon_insert_breakpoint): Delete #if0ed function.
12784 (PMON_MAX_BP): Delete #if0ed MACRO.
12785 (mips_pmon_bp_info): Delete #if0ed variable.
12786 (pmon_remove_breakpoint): Delete #if0ed function.
12787 * monitor.c (monitor_write_even_block): Delete unused function.
12788 (monitor_write_memory_block): Delete #if0ed code.
12789 * dink32-rom.c (dink32_load): Delete unused function.
12790 (_initialize_dink32_rom): Delete #if0ed code.
12791 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12792
12793 * tui/tui-command.c: Update references.
12794 * tui/tui-io.c: Update references.
12795 * tui/tui-command.h: Update copyright.
12796 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12797
12798 * source.c (ambiguous_line_spec): Delete never-defined function.
12799 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12800 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12801 * cli/cli-cmds.c (validate_comname): Ditto.
12802
12803 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12804 "tui-data.h".
12805 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12806 (tui_show_disassem): Rename tuiShowDisassem.
12807 (tui_show_disassem_and_update_source): Rename
12808 tuiVerticalDisassemScroll.
12809 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12810 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12811 * tui/tui.h: Update copyright.
12812 (enum tui_status): Define.
12813 * tui/tui-data.h (enum tui_scroll_direction): Define.
12814 * tui/tui-disasm.c: Update copyright. Update references.
12815 * tui/tui-winsource.c: Update copyright. Update references.
12816 * tui/tui-win.c: Update references.
12817 * tui/tui-layout.c: Update references.
12818
12819 2004-01-20 Andrew Cagney <cagney@redhat.com>
12820
12821 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12822 sym2 to start of block.
12823
12824 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12825
12826 * MAINTAINERS: Delete mmalloc.
12827 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12828 * NEWS: Mention removal of --with-malloc.
12829 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12830 * config.in: Regenerate.
12831 * configure: Regenerate.
12832 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12833 USE_MMALLOC, MMCHECK_FORCE.
12834 * gdbinit.in: Remove mmalloc.
12835 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12836 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12837 * config/i386/go32.mh: Likewise.
12838 * config/i386/interix.mh: Likewise.
12839 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12840
12841 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12842
12843 * linespec.c (decode_variable, symtab_from_filename): Call
12844 error_silent with error message instead of throwing an exception
12845 directly.
12846 * defs.h (error_silent, error_output_message): Add prototypes.
12847 (catch_exceptions_with_msg): Ditto.
12848 * utils.c (error_silent, error_output_message): New functions.
12849 * top.c (catch_exceptions_with_msg): New function.
12850
12851 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12852
12853 * mi/mi-cmds.h (enum print_values): Add definition.
12854
12855 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12856 type and value for simple data types and just the name and type
12857 for complex ones, if required.
12858
12859 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12860 children, if required.
12861
12862 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12863
12864 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12865 unused declarations.
12866
12867 2004-01-19 Andrew Cagney <cagney@redhat.com>
12868
12869 * top.h (mapped_symbol_files): Delete declaration.
12870 * main.c (captured_main): Delete option "m" and "mapped".
12871 * objfiles.c (mapped_symbol_files): Delete variable.
12872 * symfile.c (symbol_file_command): Delete mmap code.
12873 (symbol_file_add_with_addrs_or_offsets): Ditto.
12874 (add_symbol_file_command, reread_separate_symbols): Ditto.
12875 * objfiles.h (OBJF_MAPPED): Delete.
12876 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12877 (free_objfile) [USE_MMALLOC]: Ditto.
12878 (open_existing_mapped_file): Delete function.
12879 (open_mapped_file): Delete function.
12880 (map_to_file): Delete function.
12881
12882 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12883
12884 * infrun.c (step_into_function): Account for possible breakpoint
12885 adjustment when computing ``stop_func_start''.
12886
12887 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12888
12889 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12890 the region size against the size of a pointer, not the size of
12891 a register as given by DEPRECATED_REGISTER_SIZE.
12892
12893 2004-01-19 Andrew Cagney <cagney@redhat.com>
12894
12895 * tui/tui-regs.h: Include "tui-data.h".
12896 (tuiFirstRegElementNoInLine): Delete declaration.
12897 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12898 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12899 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12900 (tui_calculate_regs_column_count): Rename
12901 tuiCalculateRegsColumnCount.
12902 (tui_check_register_values): Rename tuiCheckRegisterValues.
12903 (tui_show_registers): Rename tuiShowRegisters.
12904 (tui_display_registers_from_line): Rename
12905 tuiDisplayRegistersFromLine.
12906 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12907 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12908 (tui_first_reg_element_no_inline): Rename
12909 tuiFirstRegElementNoInLine.
12910 * tui/tui-data.h: Update copyright.
12911 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12912 * tui/tui-windata.c: Update copyright, update references.
12913 * tui/tui-regs.c: Update copyright, update references.
12914 * tui/tui-win.c: Update copyright, update references.
12915 * tui/tui-layout.c: Update copyright, update references.
12916
12917 2004-01-18 Andrew Cagney <cagney@redhat.com>
12918
12919 * tui/tui-io.c: Update copyright.
12920 (key_is_end_sequence, key_is_backspace): New functions.
12921 (key_is_command_char, key_is_start_sequence): New function.
12922 (tui_getc): Update references.
12923 * tui/tui-io.h: Update copyright.
12924 (m_tuiStartNewLine): Delete macro.
12925 (m_isBackspace, m_isDeleteChar): Delete macros.
12926 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12927 (m_isNextPage, m_isPrevPage): Delete macros.
12928 (m_isLeftArrow, m_isRightArrow): Delete macros.
12929 (m_isXdbStyleCommandChar): Delete macro.
12930 (key_is_start_sequence): Declare, replace m_isStartSequence.
12931 (key_is_end_sequence): Declare, replace m_isEndSequence.
12932 (key_is_backspace): Declare ,replace m_isBackspace.
12933 (key_is_command_char): Declare, replace m_isCommandChar.
12934 * tui/tui-command.c: Update copyright.
12935 (tuiDispatchCtrlChar): Update references.
12936
12937 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12938 tuiSourceWin.h.
12939
12940 * tui/tui-command.c: Rename tui/tuiCommand.c.
12941 * tui/tui-command.h: Rename tui/tuiCommand.h.
12942 * tui/tui-data.c: Rename tui/tuiData.c.
12943 * tui/tui-data.h: Rename tui/tuiData.h.
12944 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12945 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12946 * tui/tui-io.c: Rename tui/tuiIO.c.
12947 * tui/tui-io.h: Rename tui/tuiIO.h.
12948 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12949 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12950 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12951 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12952 * tui/tui-source.c: Rename tui/tuiSource.c.
12953 * tui/tui-source.h: Rename tui/tuiSource.h.
12954 * tui/tui-stack.c: Rename tui/tuiStack.c.
12955 * tui/tui-stack.h: Rename tui/tuiStack.h.
12956 * tui/tui-win.c: Rename tui/tuiWin.c.
12957 * tui/tui-win.h: Rename tui/tuiWin.h.
12958 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12959 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12960 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12961 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12962 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12963 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12964 * tui/tui-file.c: Update includes.
12965 * tui/tui-hooks.c: Update includes.
12966 * tui/tui-interp.c: Update includes.
12967 * tui/tui.c: Update includes.
12968 * Makefile.in: Update all tui/ dependencies.
12969 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12970
12971 * Makefile.in: Update copyright. Update dependencies.
12972
12973 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12974 problem.
12975
12976 2004-01-18 Andrew Cagney <cagney@redhat.com>
12977
12978 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12979 instead of register_gdbarch_init.
12980
12981 * remote-sds.c (tohex): Delete unused function. Update copyright.
12982 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12983 * v850-tdep.c (v850_register_virtual_size): Ditto.
12984 * target.c (normal_target_post_startup_inferior): Ditto.
12985 * source.c (ambiguous_line_spec): Ditto.
12986 * remote.c (adapt_remote_get_threadinfo): Ditto.
12987 * mi/mi-out.c (out_field_fmt): Ditto.
12988 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12989 (output_control_change_notification): Ditto.
12990 * m68k-tdep.c (m68k_register_byte): Ditto.
12991 (m68k_remote_breakpoint_from_pc): Ditto.
12992 * ui-out.c (init_ui_out_state): Delete unused declaration.
12993 * stabsread.c (search_value): Ditto.
12994 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12995 * maint.c (print_section_table): Ditto.
12996 * infrun.c (set_follow_fork_mode_command): Ditto.
12997
12998 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12999
13000 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13001 DW_CFA_def_cfa_exporession. Add support for
13002 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13003 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13004
13005 2004-01-18 Andrew Cagney <cagney@redhat.com>
13006
13007 * ocd.c: Update copyright.
13008 (bdm_read_register_command): Delete unused function.
13009 (_initialize_remote_ocd): Delete commented out reference.
13010 (get_quoted_char, reset_packet): Delete #if0ed function.
13011 (output_packet, put_quoted_char): Delete #if0ed function.
13012 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13013 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13014 (BDM_BREAKPOINT): Delete #if0ed macro.
13015 (remote_timeout): Delete #if0ed variable.
13016
13017 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13018
13019 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13020 (core-sol2.o): Remove dependency.
13021 * core-sol2.c: Remove file.
13022
13023 2004-01-17 Andrew Cagney <cagney@redhat.com>
13024
13025 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13026 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13027 enums.
13028
13029 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13030
13031 * remote.c: Update copyright years.
13032
13033 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13034
13035 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13036
13037 2004-01-17 Andrew Cagney <cagney@redhat.com>
13038
13039 * mdebugread.c: Update copyright.
13040 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13041 (parse_type, parse_procedure): Ditto.
13042 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13043
13044 * cris-tdep.c (cris_store_struct_return): Put back accidently
13045 deleted function.
13046
13047 * gdbarch.sh: Update copyright year.
13048 * gdbarch.h, gdbarch.c: Re-generate.
13049
13050 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13051
13052 Suggested by George Anzinger.
13053 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13054 correct stack offset. Include unknown opcode numbers in the error
13055 message.
13056
13057 2004-01-17 Andrew Cagney <cagney@redhat.com>
13058
13059 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13060 extract_struct_value_address, i386 does not set it.
13061 * sparc64-tdep.c (sparc64_init_abi): Do not set
13062 extract_struct_value_address, never called.
13063 (sparc64_extract_struct_value_address): Delete function.
13064 * m68hc11-tdep.c: Update copyright.
13065 (m68hc11_gdbarch_init): Delete redundant assignment of
13066 extract_struct_value_address.
13067 * i386-tdep.c: Update copyright.
13068 (i386_gdbarch_init): Do not set extract_struct_value_address,
13069 never called.
13070 (i386_extract_struct_value_address): Delete function.
13071 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13072 extract_struct_value_address, never called.
13073 (sparc32_extract_struct_value_address): #if 0 function. Add
13074 comments explaining its future.
13075
13076 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13077
13078 * arm-tdep.c (arm_write_pc): New function.
13079 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13080
13081 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13082
13083 * breakpoint.c (must_shift_inst_regs): Delete.
13084 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13085 and SHIFT_INST_REGS.
13086 * infcmd.c (step_1, step_1_continuation): Delete references to
13087 SHIFT_INST_REGS.
13088 * infrun.c (keep_going): Likewise.
13089 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13090 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13091
13092 2004-01-17 Andrew Cagney <cagney@redhat.com>
13093
13094 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13095 * gdbarch.h, gdbarch.c: Re-generate.
13096 * infcmd.c (print_return_value): Delete reference to
13097 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13098
13099 * cris-tdep.c (cris_gdbarch_init): Do not set
13100 deprecated_extract_struct_value_address.
13101
13102 * xstormy16-tdep.c: Update copyright.
13103 (xstormy16_extract_struct_value_address): Update to current
13104 extract struct value address interface.
13105 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13106 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13107 current extract struct value address interface.
13108 (sh64_gdbarch_init): Set extract_struct_value_address.
13109
13110 * cris-tdep.c: Update copyright.
13111 (cris_extract_struct_value_address): Delete function.
13112 (struct_return_address): Delete variable.
13113 (cris_store_struct_return): Do not set struct_return_address.
13114
13115 * mcore-tdep.c: Update copyright.
13116 (mcore_extract_struct_value_address): Delete function. Update
13117 comments.
13118 (mcore_gdbarch_init): Update.
13119 * mn10300-tdep.c: Update copyright.
13120 (mn10300_extract_struct_value_address): Delete function.
13121 (mn10300_gdbarch_init): Update.
13122 * v850-tdep.c: Update copyright.
13123 (v850_extract_struct_value_address): Delete.
13124 (v850_gdbarch_init): Update.
13125 * ns32k-tdep.c: Update copyright.
13126 (ns32k_extract_struct_value_address): Delete.
13127 (ns32k_gdbarch_init): Update.
13128 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13129 (hppa_gdbarch_init): Update.
13130 * vax-tdep.c: Update copyright.
13131 (vax_extract_struct_value_address): Delete.
13132 (vax_gdbarch_init): Update.
13133
13134 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13135 * gdbarch.h, gdbarch.c: Re-generate.
13136 * procfs.c (procfs_fetch_registers): Delete reference to
13137 DEPRECATED_NPC_REGNUM.
13138 (procfs_store_registers): Ditto.
13139 * regcache.c (generic_target_write_pc): Simplify.
13140 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13141
13142 * core-sol2.c (fetch_core_registers): Replace
13143 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13144
13145 * hppa-tdep.c: Update copyright year.
13146 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13147 NPC_REGNUM.
13148 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13149
13150 * mips-tdep.c (mips_write_pc): New function.
13151 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13152 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13153 (mips_find_saved_regs, mips_software_single_step: Ditto.
13154 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13155 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13156
13157 2004-01-17 Andrew Cagney <cagney@redhat.com>
13158
13159 * mips-tdep.c: Re-indent. Group functions by ABI.
13160
13161 2004-01-17 Andrew Cagney <cagney@redhat.com>
13162
13163 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13164 * gdbarch.c: Re-generate.
13165 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13166 DECR_PC_AFTER_BREAK to zero.
13167 * vax-tdep.c (vax_gdbarch_init): Ditto.
13168 * v850-tdep.c (v850_gdbarch_init): Ditto.
13169 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13170 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13171 * sh-tdep.c (sh_gdbarch_init): Ditto.
13172 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13173 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13174 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13175 * mips-tdep.c (mips_gdbarch_init): Ditto.
13176 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13177 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13178 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13179 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13180 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13181 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13182 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13183 * frv-tdep.c (frv_gdbarch_init): Ditto.
13184 * cris-tdep.c (cris_gdbarch_init): Ditto.
13185 * avr-tdep.c (avr_gdbarch_init): Ditto.
13186 * arm-tdep.c (arm_gdbarch_init): Ditto.
13187 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13188
13189 2004-01-17 J. Brobecker <brobecker@gnat.com>
13190
13191 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13192 Delete, no longer used.
13193 (read_subrange_type): New function, mostly extracted from
13194 read_array_type().
13195 (read_array_type): Replace extracted code by call to
13196 read_subrange_type().
13197 (dwarf2_get_attr_constant_value): New function.
13198 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13199 (add_partial_symbol): Likewise.
13200 (process_die): Likewise.
13201 (new_symbol): Likewise.
13202 (read_type_die): Likewise.
13203
13204 2004-01-16 Andrew Cagney <cagney@redhat.com>
13205
13206 * symfile.c: Update copyright year.
13207 (compare_symbols): Delete unused function.
13208 * stabsread.c: Update copyright year.
13209 (lrs_general_complaint): Delete unused function.
13210 (ref_search_value): Ditto.
13211 (get_substring): Delete declaration.
13212 * sh64-tdep.c: Update copyright year.
13213 (sh64_get_gdb_regnum): Delete unused function.
13214 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13215 Delete unused function.
13216
13217 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13218
13219 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13220 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13221
13222 2004-01-16 Andrew Cagney <cagney@redhat.com>
13223
13224 Changes from Peter Schauer.
13225 * rs6000-tdep.c: Update copyright year.
13226 (rs6000_push_dummy_call): Update the stack pointer before
13227 accessing the corresponding stack region.
13228 * rs6000-nat.c: Update copyright year.
13229 (set_host_arch): Set "info.abfd" to "exec_bfd".
13230
13231 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13232
13233 * blockframe.c: Update copyright year.
13234 (inside_entry_func): Don't treat a zero PC specially.
13235
13236 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13237
13238 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13239 variable.
13240 (gcore_create_callback): Ditto. Skip any memory segment that has
13241 no permissions set.
13242
13243 2004-01-14 David Carlton <carlton@kealia.com>
13244
13245 Change symbols for C++ nested types to contain the fully qualified
13246 name, if possible. (At least in the DWARF-2 case.) Partial fix
13247 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13248 c++/895.
13249 * c-exp.y (qualified_type): Handle types nested within classes.
13250 * cp-namespace.c: Update comments.
13251 (cp_set_block_scope): Delete #if 0.
13252 (cp_lookup_nested_type): Handle types nested within classes.
13253 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13254 when appropriate.
13255 (add_partial_symbol): Add the name of the enclosing namespace to
13256 types.
13257 (pdi_needs_namespace): New.
13258 (add_partial_namespace): Tweak comment.
13259 (add_partial_structure): New.
13260 (psymtab_to_symtab_1): Initialize processing_current_prefix
13261 here...
13262 (process_die): instead of here.
13263 (read_structure_scope): Try to figure out the name of the class or
13264 namespace that the structure might be defined within.
13265 (read_enumeration): Generate fully-qualified names, if possible.
13266 (read_namespace): Don't set name to NULL.
13267 (die_specification): New.
13268 (new_symbol): Generate fully-qualified names for types.
13269 (read_type_die): Determine appropriate prefix.
13270 (determine_prefix): New.
13271 (typename_concat): New.
13272 (class_name): New.
13273 * valops.c (value_aggregate_elt): Pass NOSIDE to
13274 value_struct_elt_for_reference.
13275 (value_struct_elt_for_reference): Make static, add NOSIDE
13276 parameter, call value_maybe_namespace_elt as a last resort.
13277 (value_namespace_elt): Break out code into
13278 value_maybe_namespace_elt.
13279 (value_maybe_namespace_elt): New.
13280
13281 2004-01-12 Andrew Cagney <cagney@redhat.com>
13282
13283 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13284 cooked floating-point registers.
13285 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13286 and value_to_register.
13287
13288 2004-01-13 Andrew Cagney <cagney@redhat.com>
13289
13290 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13291 * gdbarch.c: Re-generate.
13292 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13293 FUNCTION_START_OFFSET.
13294 * v850-tdep.c (v850_gdbarch_init): Ditto.
13295 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13296 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13297 * sh-tdep.c (sh_gdbarch_init): Ditto.
13298 * s390-tdep.c (s390_gdbarch_init): Ditto.
13299 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13300 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13301 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13302 * mips-tdep.c (mips_gdbarch_init): Ditto.
13303 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13304 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13305 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13306 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13307 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13308 * i386-tdep.c (i386_gdbarch_init): Ditto.
13309 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13310 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13311 * frv-tdep.c (frv_gdbarch_init): Ditto.
13312 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13313 * cris-tdep.c (cris_gdbarch_init): Ditto.
13314 * avr-tdep.c (avr_gdbarch_init): Ditto.
13315 * arm-tdep.c (arm_gdbarch_init): Ditto.
13316 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13317
13318 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13319
13320 * infrun.c (follow_fork_mode_ask): Remove.
13321 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13322 (follow_fork): Simplify and remove internal error for
13323 follow_fork_mode_ask.
13324 (_initialize_infrun): Update "set follow-fork-mode" help text.
13325
13326 2004-01-13 Andrew Cagney <cagney@redhat.com>
13327
13328 * configure.in: Update copyright year.
13329 (build_warnings): Add -Wunused-label.
13330 * configure: Re-generate.
13331
13332 2004-01-12 Andrew Cagney <cagney@redhat.com>
13333
13334 * exec.h (exec_ops): Make "extern".
13335
13336 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13337 the function is void.
13338 (mips_pseudo_register_write): Ditto.
13339
13340 2004-01-12 Andrew Cagney <cagney@redhat.com>
13341
13342 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13343 call. Never defined.
13344 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13345 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13346 (struct sparc_gregset, struct regcache): Ditto.
13347 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13348
13349 2004-01-12 Andrew Cagney <cagney@redhat.com>
13350
13351 * mi/ChangeLog: Delete file. Renamed to ...
13352 * mi/ChangeLog-1999-2003: New file.
13353 * tui/ChangeLog: Delete file. Renamed to ...
13354 * tui/ChangeLog-1998-2003: New file.
13355
13356 2004-01-11 Mark Kettenis <kettenis@gnu.org>
13357
13358 * sparc64nbsd-tdep.c: Include "regset.h".
13359 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13360 Remove variables.
13361 (fetch_core_registers): Remove function.
13362 (sparc64nbsd_core_fns): Remove variable.
13363 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13364 functions.
13365 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13366 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13367 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13368
13369 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13370 sparc_extract_struct_value_address.
13371 (sparc32_gdbarch_init): Set extract_struct_value_address.
13372 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13373 function.
13374 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13375 return_value_on_stack.
13376
13377 * NEWS: Mention that %cs and %ss have been added to the AMD64
13378 configurations
13379
13380 * frame.c: Update copyright year.
13381 (get_prev_frame): Improve comment.
13382
13383 * sparc64fbsd-tdep.c: Include "regset.h".
13384 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13385 Remove variables.
13386 (fetch_core_registers): Remove function.
13387 (sparc64fbsd_core_fns): Remove variable.
13388 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13389 functions.
13390 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13391 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13392 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
13393
13394 * sparcnbsd-tdep.c: Include "regset.h".
13395 (fetch_core_registers): Remove function.
13396 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13397 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13398 functions.
13399 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13400 TDEP->fpregset.
13401 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13402
13403 * sparc-tdep.h (struct regset): Provide opaque declaration.
13404 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13405 fpregset and sizeof_fpregset members.
13406 * sparc-tdep.c (struct regset): Provide opaque declaration.
13407 (sparc_regset_from_core_section): New function.
13408 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13409 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13410 Set regset_from_core_section when appropriate.
13411
13412 2004-01-10 Mark Kettenis <kettenis@gnu.org>
13413
13414 * x86-64-tdep.c (amd64_non_pod_p): New function.
13415 (amd64_classify_aggregate): Return class memory for non-POD
13416 C++ structure types.
13417
13418 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13419 argument. Use it to reserve a register if necessary.
13420 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13421 amd64_push_arguments.
13422
13423 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13424
13425 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13426 register numbers in comments.
13427 * x86-64-tdep.h: Update copyright year.
13428 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13429 Adjust for addition of %cs and %ss.
13430 * amd64fbsd-nat.c: Update copyright year.
13431 (reg_offset): Add register offsets for %cs and %ss.
13432 * amd64fbsd-tdep.c: Update copyright year.
13433 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13434 (amd64fbsd_sc_reg_offset): Likewise.
13435 * x86-64-linux-nat.c: Update copyright year.
13436 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13437 and %ss.
13438 * amd64nbsd-nat.c: Update copyright year.
13439 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13440 * amd64nbsd-tdep.c: Update copyright year.
13441 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13442 * x86-64-linux-tdep.c: Update copyright year.
13443 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13444 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13445 * regformats/reg-x86-64.dat: Add %cs and %ss.
13446
13447 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13448 variables to prevent long lines. Update comments to reflect
13449 reality.
13450
13451 2004-01-09 David Carlton <carlton@kealia.com>
13452
13453 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13454 * dwarf2read.c (read_namespace): Pull out name-generating code
13455 into namespace_name. Rename previous_namespace to previous_prefix
13456 and processing_current_namespace to processing_current_prefix..
13457 (namespace_name): New function.
13458 (add_partial_symbol): Substitute uses of pdi->name with
13459 actual_name.
13460 * cp-support.h: Rename processing_current_namespace to
13461 processing_current_prefix.
13462 Update copyright year.
13463 * cp-namespace.c: Rename processing_current_namespace to
13464 processing_current_prefix.
13465 Update copyright year.
13466
13467 2004-01-09 Andrew Cagney <cagney@redhat.com>
13468
13469 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13470
13471 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13472
13473 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13474 complaining.
13475 (process_one_symbol): Deal with N_PATCH stabs.
13476
13477 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13478
13479 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13480 ifdeffed code.
13481 Update copyright year.
13482
13483 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13484
13485 * config/pa/tm-hppa.h: Update extern declarations for
13486 hppa32_hpux_frame_saved_pc_in_sigtramp,
13487 hppa32_hpux_frame_base_before_sigtramp, and
13488 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13489
13490 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13491
13492 * config/pa/tm-hppah.h: Update copyright years.
13493
13494 2004-01-08 Andrew Cagney <cagney@redhat.com>
13495
13496 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13497 (mips_o32_reg_struct_has_addr): Delete function.
13498 (mips_gdbarch_init): Update.
13499 (mips_extract_struct_value_address): Delete function.
13500
13501 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13502
13503 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13504 reality.
13505
13506 2004-01-07 Andrew Cagney <cagney@redhat.com>
13507
13508 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13509 architecture's elf flags (when available).
13510
13511 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13512 FPU to the start, check the MIPS FPU when looking for an old
13513 architecture.
13514 (set_mipsfpu_single_command): Update the architecture.
13515 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13516
13517 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13518 (mips_mask_address_p): Add "tdep" parameter.
13519 (show_mask_address, mips_addr_bits_remove): Update.
13520 (mips_dump_tdep): Update.
13521 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13522 (MIPS_STACK_ARGSIZE): Delete macro.
13523 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13524 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13525 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13526 (mips_dump_tdep): Update.
13527 (MIPS_SAVED_REGSIZE): Delete macro.
13528 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13529 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13530 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13531 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13532 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13533 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13534 (mips_pop_frame, return_value_location): Update.
13535 (mips_n32n64_return_value, mips_dump_tdep): Update.
13536
13537 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13538 MIPS ABI.
13539
13540 * mips-tdep.c: Update copyright.
13541 (mips_gdbarch_init): Merge two code blocks handling the register
13542 name and number layout.
13543
13544 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13545
13546 * tracepoint.c (validate_actionline): Fix segv at EOF
13547
13548 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13549
13550 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13551 properly for static fields.
13552
13553 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13554 Jason Molenda <jmolenda@apple.com>
13555
13556 * disasm.c: Update copyright to include 2004.
13557 (do_mixed_source_and_assembly): For uiout asm list
13558 and tuple cleanups, initialize to null_cleanup instead of
13559 NULL and do so prior to loop. Only reset when we close off
13560 the tuple/list. Move check for whether to close off the
13561 asm tuple/list to after dump_insns call where it will be run
13562 on each loop iteration.
13563
13564 2004-01-05 Andrew Cagney <cagney@redhat.com>
13565
13566 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13567 should be a switch case and not a label.
13568 * mips-tdep.c (mips32_next_pc): Delete unused labels
13569 "greater_equal_branch" and "less_zero_branch".
13570 * jv-valprint.c (java_print_value_fields): Delete unused label
13571 "flush_it".
13572
13573 * target.c (unpush_target): Only close a target that is in the
13574 target stack.
13575
13576 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13577
13578 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13579 address from [sp + 64] instead of %o2.
13580
13581 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13582 fixes PR backtrace/1476.
13583
13584 2004-01-05 Andrew Cagney <cagney@redhat.com>
13585
13586 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13587 move to start of file.
13588 * i386-tdep.h (struct regcache): Add opaque declaration.
13589 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13590 declaration.
13591 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13592 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13593 * win32-nat.c (fake_create_process): Use ISO C style definition.
13594 * stabsread.c (define_symbol): Delete #ifndef
13595 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13596 stabs_argument_has_addr call, macro never defined.
13597
13598 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13599
13600 * op50-rom.c: Delete.
13601 * w89k-rom.c: Delete.
13602 * Makefile.in: Remove references.
13603
13604 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13605
13606 * x86-64-tdep.c: Update copyright year.
13607 (struct amd64_register_info): Rename from x86_64_register_info.
13608 (amd64_register_info): Rename from x86_64_register_info.
13609 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13610 (amd64_register_name): Rename from x86_64_register_name.
13611 (amd64_register_type): Rename from x86_64_register_type.
13612 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13613 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13614 (amd64_dwarf_reg_to_regnum): Rename from
13615 x86_64_dwarf_reg_to_regnum.
13616 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13617 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13618 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13619 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13620 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13621 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13622 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13623 (amd64_frame_cache): Rename from x86_64_frame_cache.
13624 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13625 (amd64_frame_prev_register): Rename from
13626 x86_64_frame_prev_register.
13627 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13628 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13629 (amd64_sigtramp_frame_cache): Rename from
13630 x86_64_sigtramp_frame_cache.
13631 (amd64_sigtramp_frame_prev_register): Rename from
13632 x86_64_sigtramp_frame_prev_register.
13633 (amd64_sigtramp_frame_unwind): Rename from
13634 x86_64_sigtramp_frame_unwind.
13635 (amd64_sigtramp_frame_sniffer): Rename from
13636 x86_64_sigtramp_frame_sniffer.
13637 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13638 (amd64_frame_base): Rename from x86_64_frame_base.
13639 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13640 (amd64_frame_align): Rename from x86_64_frame_align.
13641 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13642 (amd64_regset_from_core_section): Rename from
13643 x86_64_regset_from_core_section.
13644 (x86_64_init_abi): Update comments.
13645
13646 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13647
13648 * MAINTAINERS (write after approval): Add myself.
13649
13650 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13651
13652 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13653 `float' arguments.
13654
13655 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13656
13657 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13658 such that it mentions a specific version of GCC that exhibits this
13659 bug.
13660
13661 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13662
13663 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13664 structure that has a single `float' member, store it in %f1 in
13665 addition to %f0.
13666
13667 * sparc-sol2-nat.c: Add missing '\'.
13668
13669 * sparc-tdep.c (sparc32_return_value): New function.
13670 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13671 Remove functions.
13672 (sparc32_gdbarch_init): Set return_value, don't set
13673 extract_return_value, store_return_value, use_struct_convention
13674 and return_value_on_stack.
13675
13676 * sparc-sol2-nat.c: Add missing ')'.
13677
13678 2004-01-03 J. Brobecker <brobecker@gnat.com>
13679
13680 * infrun.c (handle_step_into_function): New function.
13681 (handle_inferior_event): Extract out some code into the new
13682 function above.
13683
13684 2004-01-03 J. Brobecker <brobecker@gnat.com>
13685
13686 * infrun.c (handle_inferior_event): Move the declaration of
13687 real_stop_pc inside the if blocks where it is used.
13688
13689 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13690
13691 * sparc64-tdep.c (sparc64_16_byte_align_p)
13692 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13693 Use check_typedef to get subtypes of structures and unions.
13694 (sparc64_store_return_value): Fix calculation of the appropriate
13695 offset into VALBUF when storing a structure or union.
13696 (sparc64_return_value): New function.
13697 (sparc64_use_struct_convention): Remove function.
13698 (sparc64_init_abi): Set return_value, don't set
13699 extract_return_value, store_return_value and
13700 use_struct_convention.
13701
13702 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13703
13704 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13705 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13706 gdb/config/alpha/xm-alphaosf.h,
13707 gdb/config/powerpc/tm-ppcle-eabi.h,
13708 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13709 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13710 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13711 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13712 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13713 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13714 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13715 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13716 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13717 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13718 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13719 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13720 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13721 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13722 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13723 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13724 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13725 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13726 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13727 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13728 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13729 Remove lines for .cvsignore files.
13730
13731 2004-01-03 J. Brobecker <brobecker@gnat.com>
13732
13733 * infrun.c: Back out the previous change.
13734
13735 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13736
13737 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13738 sparc-*-sunos4* to the list of REMOVED configurations.
13739
13740 * configure.tgt: Add back sparc-*-vxworks*.
13741 * remote-vxsparc.c: Remove all includes except for "defs.h",
13742 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13743 Include "sparc-tdep.h".
13744 (SPARC_R_G1): New define.
13745 (vxsparc_gregset): New variable.
13746 (ext_format_sparc): Remove extern declaration.
13747 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13748 sparc32_supply_fpregset.
13749 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13750 sparc_collect_rwindow and sparc32_collect_fpregset.
13751 * config/sparc/tm-vxworks.h: New file, based on recently removed
13752 tm-vxsparc.h.
13753 * config/sparc/vxworks.mt: New file, based on recently removed
13754 vxworks.mt.
13755
13756 2004-01-03 J. Brobecker <brobecker@gnat.com>
13757
13758 * infrun.c (handle_step_into_function): New function.
13759 (handle_inferior_event): Extract out some code into the new
13760 function above.
13761
13762 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13763
13764 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13765 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13766 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13767 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13768 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13769 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13770 (sparc_nat_h): New variable.
13771 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13772 (tm-sun4os4.h): Remove dependency.
13773 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13774 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13775 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13776 sparc-tdep.o): Update dependencies.
13777 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13778 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13779 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13780 dependencies.
13781 * configure.host: Remove existing sparc-*-lynxos*,
13782 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13783 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13784 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13785 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13786 triplets.
13787 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13788 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13789 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13790 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13791 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13792 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13793 sparc64-*-solaris2* and sparc64-*-* triplets.
13794 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13795 "symtab.h" and "objfiles.h".
13796 (BIAS): Remove define.
13797 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13798 (X_DISP19): Remove macros.
13799 (sparc_fetch_instruction): Remove function.
13800 (struct gdbarch_tdep): Remove definition.
13801 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13802 (sparc_breakpoint_from_pc): Remove function.
13803 (struct sparc64_frame_cache): Remove definition.
13804 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13805 sparc64_unwind_pc): Remove functions.
13806 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13807 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13808 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13809 (sparc64_frame_cache): Change return type to `struct
13810 sparc_frame_cache *'. Simply call sparc_frame_cache.
13811 (sparc64_frame_this_id, sparc64_frame_prev_register,
13812 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13813 instead of `struct sparc64_frame_cache.
13814 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13815 sparc_analyze_control_transfer, sparc_software_single_step,
13816 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13817 _initialize_sparc64_tdep): Remove functions.
13818 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13819 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13820 macros.
13821 (sparc64_supply_gregset, sparc64_collect_gregset,
13822 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13823 (sparc64_init_abi): New function.
13824 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13825 inclusion guard. Include "sparc-tdep.h".
13826 (BIAS): Define.
13827 (r_tstate_offset, r_fprs_offset): New defines.
13828 (enum sparc_regnum): Remove defenition.
13829 (enum sparc64_regnum): Reformat.
13830 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13831 (sparc64_init_abi, sparc64_supply_gregset,
13832 sparc64_collect_gregset, sparc64_supply_fpregset,
13833 sparc64_collect_fpregset): New prototypes.
13834 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13835 Add extern declarations.
13836 (sparc64_sol2_init_abi): New prototype.
13837 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13838 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13839 prototypes.
13840 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13841 "sparnbsd-nat.h".
13842 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13843 functions.
13844 (_initialize_sparc64fbsd_nat): Remove initialization of
13845 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13846 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13847 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13848 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13849 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13850 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13851 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13852 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13853 (sparc64fbsd_r_y_offset): Remove variables.
13854 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13855 Make static and const.
13856 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13857 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13858 functions.
13859 (sparc64fbsd_gregset): New variable.
13860 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13861 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13862 and sparc64_supply_fpregset.
13863 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13864 (sparc64fbsd_sigtramp_frame_this_id)
13865 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13866 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13867 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13868 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13869 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13870 * sparcnbsd-tdep.c: Update copyright year. Include
13871 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13872 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13873 "value.h" and "sparcnbsd-tdep.h".
13874 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13875 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13876 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13877 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13878 defines.
13879 (sparcnbsd_gregset): New variable.
13880 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13881 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13882 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13883 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13884 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13885 variables.
13886 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13887 (sparc32nbsd_sigcontext_frame_this_id)
13888 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13889 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13890 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13891 (sparcnbsd_get_longjmp_target_32,
13892 sparcnbsd_get_longjmp_target_64): Remove functions.
13893 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13894 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13895 sparcnbsd_init_elf): Remove.
13896 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13897 (sparcnbsd_elf_init_abi): New functions.
13898 (_initialize_sparcnbsd_tdep): New prototype.
13899 (_initialize_sparnbsd_tdep): Update.
13900 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13901 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13902 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13903 * config/sparc/linux.mh: Update comment.
13904 (XM_FILE, HOST_IPC): Remove variables.
13905 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13906 sparc-linux-nat.o.
13907 * config/sparc/linux.mt: Update comment.
13908 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13909 * config/sparc/nbsd.mt: Reformat.
13910 * config/sparc/nbsd64.mh: Update comment.
13911 (NATDEPFILES): Add sparc-nat.o.
13912 * config/sparc/nbsd64.mt: Update comment.
13913 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13914 (TM_FILE): Set to tm-nbsd.h.
13915 * config/sparc/nbsdelf.mh: Update comment.
13916 (NATDEPFILES): Add sparc-nat.o.
13917 (XM_FILE): Delete.
13918 * config/sparc/nbsdaout.mh: Update comment.
13919 (NATDEPFILES): Add sparc-nat.o
13920 (XM_FILE): Delete.
13921 * config/sparc/nm-linux.h: Update copyright year. Don't include
13922 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13923 inclusion.
13924 (KERNEL_U_SIZE): Remove define.
13925 (kernel_u_size): Remove prototype.
13926 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13927 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13928 "regcache.h".
13929 (CHILD_PREPARE_TO_STORE): Remove define.
13930 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13931 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13932 sparcnbsd-nat.c: Rewrite files.
13933 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13934 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13935 sparcnbsd-tdep.h: Remove files.
13936 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13937 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13938 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13939 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13940 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13941 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13942 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13943 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13944 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13945 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13946 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13947 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13948 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13949 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13950 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13951 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13952 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13953 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13954 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13955
13956 2004-01-02 Andrew Cagney <cagney@redhat.com>
13957
13958 From 2003-12-18 Kazuhiro Inaoka:
13959 * configure.host: Add m32r-linux target.
13960
13961 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13962
13963 * top.c (print_gdb_version): Update year to 2004.
13964
13965 2004-01-02 Mark Mitchell <mark@codesourcery.com>
13966
13967 * MAINTAINERS: Add myself to the write-after-approval category.
13968
13969 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
13970
13971 From Bernardo Innocenti <bernie@develer.com>:
13972 * configure.tgt: Add uClinux target.
13973
13974 2004-01-02 Andrew Cagney <cagney@redhat.com>
13975
13976 * utils.c (do_my_cleanups): Make static, add forward declaration.
13977 * defs.h (do_my_cleanups): Delete declaration.
13978
13979 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
13980
13981 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13982 bfd/ChangeLog-0203.
13983
13984 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13985
13986 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13987 in <machine/reg.h>.
13988 * configure, config.in: Regenerate.
13989
13990 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13991 tui/ChangeLog-1998-2003.
13992 \f
13993 Local Variables:
13994 mode: change-log
13995 left-margin: 8
13996 fill-column: 74
13997 version-control: never
13998 End:
This page took 0.353294 seconds and 3 git commands to generate.