* rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-07-20 Jim Blandy <jimb@redhat.com>
2
3 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4 bfd_mach_ppc has no segment registers.
5
6 Include PowerPC SPR numbers for special-purpose registers.
7 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
8 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
9 new member in initializer.
10 (S, S4, SN4, S64): New macros for defining special-purpose
11 registers.
12 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
13 registers_403, registers_403GC, registers_505, registers_860,
14 registers_601, registers_602, registers_603, registers_604,
15 registers_750, registers_e500): Use them.
16
17 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
18 replace references with expression used to initialize variable.
19
20 2004-07-20 Andrew Cagney <cagney@gnu.org>
21
22 * breakpoint.c (deprecated_read_memory_nobpt): Rename
23 read_memory_nobpt.
24 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
25 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
26 (s390_sigtramp_frame_sniffer): Update.
27 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
28 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
29 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
30 (mips32_fetch_instruction): Update.
31 * mcore-tdep.c (get_insn): Update.
32 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
33 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
34 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
35 * i386-linux-tdep.c (i386_linux_sigtramp_start)
36 (i386_linux_rt_sigtramp_start): Update.
37 * i386-linux-nat.c (child_resume): Update.
38 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
39 * hppa-linux-tdep.c (insns_match_pattern): Update.
40 * gdbcore.h: Update.
41 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
42 * frame.c (safe_frame_unwind_memory): Update.
43 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
44 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
45 * alpha-tdep.c (alpha_read_insn): Update.
46
47 2004-07-20 Andrew Cagney <cagney@gnu.org>
48
49 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
50 containing both bytes and mask. Add "frame_type".
51 * tramp-frame.c (tramp_frame_start): Update.
52 (tramp_frame_prepend_unwinder): Update.
53 * mips-linux-tdep.c (mips_linux_o32_sigframe)
54 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
55 (mips_linux_n64_rt_sigframe): Update. Make "static const".
56 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
57
58 2004-07-19 Eli Zaretskii <eliz@gnu.org>
59
60 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
61 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
62 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
63 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
64
65 2004-07-17 Andrew Cagney <cagney@gnu.org>
66
67 * NEWS, PROBLEMS: Update for 6.2.
68
69 * README: Update to 6.2.
70
71 * utils.c (xvasprintf): Call xstrvprintf.
72
73 * parse.c: Update copyright.
74 (null_post_parser): Eliminate ARGSUSED.
75
76 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
77 * tui/tui-win.c (tui_get_cmd_list): Ditto.
78 * symfile-mem.c (_initialize_symfile_mem): Ditto.
79
80 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
81 * ppc-linux-nat.c: Use "Linux kernel".
82 * hppa-linux-tdep.c: Use GNU/Linux.
83 * hppa-linux-nat.c: Use GNU/Linux.
84 * dwarfread.c: Add [sic] to use of Linux.
85
86 * hppa-linux-nat.c: Do not include <string.h>.
87 (supply_fpregset): Remove "register" attribute.
88
89 * solib-frv.c (fetch_loadmap): Use xfree, not free.
90
91 2004-07-17 Mark Kettenis <kettenis@gnu.org>
92
93 * configure.in: Define _MSE_INT_H on Solaris 9 too.
94 * configure, config.in: Regenerated.
95
96 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
97 "bsd-kvm.h".
98 (vaxbsd_supply_pcb): New function.
99 (_initialize_vaxbsd_nat): New prototype and function.
100 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
101 solib-sunos.o.
102 (LOADLIBES): New variable.
103 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
104 (LOADLIBES): New variable.
105 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
106 (LOADLIBES): New variable.
107 * Makefile.in (vaxbsd-nat.o): Update dependencies.
108
109 2004-07-16 Andrew Cagney <cagney@gnu.org>
110
111 * defs.h (event_loop_p): Replace variable declaration with macro,
112 always 1.
113 * main.c (captured_main): Delete options "-async" and "-noasync".
114 (event_loop_p): Delete variable.
115 * NEWS: Mention that "-async" and "-noasync" were removed.
116
117 2004-07-16 Andrew Cagney <cagney@gnu.org>
118
119 * remote-m32r-sdi.c: Re-indent.
120
121 2004-07-16 Jim Blandy <jimb@redhat.com>
122
123 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
124 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
125 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
126 missing MPC823 SPRs.
127 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
128 incorrect. (This was corrected in GDB's register name tables on
129 2004-07-14.)
130
131 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
132 should be "esasrr" ("ESA Save and Restore Register").
133
134 2004-07-16 Andrew Cagney <cagney@gnu.org>
135
136 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
137 calls, no longer applicable. Update comments and rename parameter
138 "step_frame" to "return_frame".
139
140 2004-07-16 Andrew Cagney <cagney@gnu.org>
141
142 * frame.c (fprint_field): New function.
143 (fprint_frame_id): Use fprint_field.
144
145 2004-07-15 Joel Brobecker <brobecker@gnat.com>
146
147 * ada-lang.c (ada_language_defn): Remove commented out code.
148
149 2004-07-15 Jim Blandy <jimb@redhat.com>
150
151 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
152 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
153
154 2004-07-14 Jim Blandy <jimb@redhat.com>
155
156 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
157
158 * ppc-tdep.h (ppc_num_vrs): New enum constant.
159
160 * ppc-tdep.h (ppc_num_srs): New enum constant.
161
162 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
163 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
164 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
165 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
166 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
167 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
168 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
169 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
170 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
171 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
172 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
173 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
174 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
175 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
176 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
177 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
178 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
179 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
180 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
181 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
182 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
183 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
184 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
185 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
186 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
187 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
188 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
189 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
190 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
191 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
192 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
193 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
194 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
195 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
196 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
197 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
198 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
199 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
200 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
201 special-purpose register numbers.
202
203 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
204 manual mentions 'md_twb', but many mention 'm_twb', and at that
205 point in the register list.)
206
207 2004-07-14 Andrew Cagney <cagney@gnu.org>
208
209 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
210 instead of "internal-error".
211
212 2004-07-10 Joel Brobecker <brobecker@gnat.com>
213
214 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
215 that was inserted inside a comment.
216
217 2004-07-10 Randolph Chung <tausq@debian.org>
218
219 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
220 function.
221 (hppa_hpux_push_dummy_code): New function.
222 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
223 Set find_global_pointer method.
224
225 2004-07-10 Mark Kettenis <kettenis@gnu.org>
226
227 * NEWS: Mention BSD libkvm interface.
228
229 2004-07-10 Michael Snyder <msnyder@redhat.com>
230
231 * symfile.c (generic_load): Comment typo.
232 * stack.c (get_selected_block): Ditto.
233 * regcache.c (regcache_cooked_read): Ditto.
234 * monitor.c (monitor_debug): Ditto.
235 * mips-tdep.c (mips_read_pc): Ditto.
236 * i386-linux-nat.c (ps_get_thread_area): Ditto.
237 * gdb_mbuild.sh: Ditto.
238 * gdbarch.sh: Ditto.
239 * gdbarch.h: Ditto.
240
241 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
242
243 * ada-tasks.c: Remove file.
244
245 Remove ARI problems:
246
247 * ada-exp.y (write_var_from_sym): Reformat to put operator at
248 beginning of line.
249
250 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
251 Add comment.
252 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
253 (MIN_OF_SIZE): Rename min_of_size. Add comment.
254 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
255 (UMIN_OF_SIZE): Remove.
256 (max_of_type): New function to replace orphan macro in gdbtypes.h
257 (min_of_type): Ditto.
258 (discrete_type_high_bound): Use max_of_type.
259 (discrete_type_low_bound): Use min_of_type.
260 (possible_user_operator_p): Move operator to beginning of line.
261 (ada_is_variant_part): Ditto.
262 (ensure_lval): Rewrite to avoid deprecated operations.
263 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
264 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
265 (ada_enum_name): Remove assignments in 'if' statements.
266 (build_ada_types): Add gdbarch parameter.
267 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
268 with gdbarch_data_register_post_init.
269 Use add_setshow_uinteger_cmd rather than add_set_cmd and
270 add_show_from_set.
271
272 * ada-valprint.c (inspect_it): Remove declaration.
273 (repeat_count_threshold): Remove declaration.
274 (ada_print_floating): Remove assignments in 'if' statements.
275 (print_str): Move operator to beginning of line.
276
277 2004-07-08 Jim Blandy <jimb@redhat.com>
278
279 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
280
281 2004-07-08 Bob Rossi <bob@brasko.net>
282
283 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
284
285 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
286
287 * language.h (struct_language_defn): Add new function pointer:
288 la_class_name_from_physname. Also add new prototype for
289 language_class_name_from_physname.
290 * language.c (language_class_name_from_physname): New function.
291 (unk_lang_class_name): Ditto.
292 (unknown_language_defn, auto_language_defn): Change
293 to add unk_lang_class_name function pointer for
294 la_class_name_from_physname.
295 (local_language_defn): Ditto.
296 * dwarf2read.c (guess_structure_name): Change to call
297 language_class_name_from_physname.
298 (determine_class_name): Ditto.
299 * cp-support.c (class_name_from_physname): Renamed.
300 (cp_class_name_from_physname): New name of function.
301 * cp-support.h: Ditto.
302 * c-lang.c (c_language_defn): Change to add NULL
303 for class_name_from_physname function pointer.
304 (cplus_language_defn): Change to add cp_class_name_from_physname.
305 * jv-lang.c (java_class_name_physname): New function.
306 (java_find_last_component): New static routine.
307 (java_language_defn): Add java_class_name_from_physname pointer.
308 * ada-lang.c (ada_language_defn): Change to add NULL
309 for class_name_from_physname function pointer.
310 * f-lang.c (f_language_defn): Ditto.
311 * m2-lang.c (m2_language_defn): Ditto.
312 * objc-lang.c (objc_language_defn): Ditto.
313 * p-lang.c (pascal_language_defn): Ditto.
314 * scm-lang.c (scm_language_defn): Ditto.
315
316 2004-07-06 Andrew Cagney <cagney@gnu.org>
317
318 Patch from Bart Robinson.
319 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
320 (O_LARGEFILE): Define to 0, if not defined.
321
322 2004-07-03 Mark Kettenis <kettenis@gnu.org>
323
324 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
325 <machine/pcb.h> and "bsd-kvm.h".
326 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
327 (m68kbsd_supply_pcb): New function.
328 (_initialize_m68kbsd_nat): New prototype and function.
329 * Makefile.in (m68kbsd-nat.o): Update dependencies.
330 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
331 (LOADLIBES): New variable.
332 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
333 (LOADLIBES): New variable.
334
335 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
336
337 2004-07-03 Mark Kettenis <kettenis@gnu.org>
338
339 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
340 <sys/proc.h>.
341 (bsd_kvm_cmdlist): New variable.
342 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
343 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
344 command and "kvm proc" command.
345 * Makefile.in (bsd-kvm.o): Update dependencies.
346
347 2004-07-02 Mark Kettenis <kettenis@gnu.org>
348
349 * osabi.c: Update copyright year.
350 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
351 notes if EI_OSABI is set to ELFOSABI_HPUX.
352
353 2004-07-01 Michael Snyder <msnyder@redhat.com>
354
355 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
356 that seems to have gotten whacked out of line.
357
358 2004-07-01 Mark Kettenis <kettenis@gnu.org>
359
360 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
361 code.
362
363 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
364
365 * ada-lang.c (decode_packed_array): Minor change to comment.
366 (ada_value_slice_ptr): New function.
367 (ada_value_slice): New function.
368 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
369 test. Don't know why it is there.
370 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
371 to avoid dereferencing huge arrays from which one is slicing.
372 (empty_array): Correct to return an array rather than
373 a subrange value.
374 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
375 on empty arrays (let'em use 'FIRST instead).
376
377 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
378
379 Address complaints from gdb_ari.sh:
380
381 * ada-exp.y: Include gdb_string.h rather than string.h.
382 (convert_char_literal): Reformat declaration.
383 * ada-lang.h: Include opaque struct declaration for struct frame_info.
384 * ada-lex.l: Change use of free to xfree (the macro would do so
385 anyway, but this is harmless).
386 Include gdb_string.h rather than string.h.
387 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
388
389 * ada-lang.c (parse): Remove K&Rism in parameter list.
390 (is_name_suffix): Correct Linux => GNU/Linux in comment.
391
392 2004-06-30 Mark Kettenis <kettenis@gnu.org>
393
394 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
395 dead code.
396
397 2004-06-30 Mark Kettenis <kettenis@gnu.org>
398
399 * alphabsd-nat.c: Update copyright year.
400 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
401
402 2004-06-29 Joel Brobecker <brobecker@gnat.com>
403
404 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
405 (i386_cygwin_in_solib_call_trampoline): New function.
406 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
407 and skip_trampoline_code gdbarch methods.
408
409 2004-06-29 Jim Blandy <jimb@redhat.com>
410
411 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
412 name actually used in the dependency lists.
413
414 2004-06-29 Randolph Chung <tausq@debian.org>
415
416 * NEWS (New native configurations): Mention GNU/Linux/hppa.
417
418 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
419
420 * win32-nat.c (child_pid_to_exec_file): New function.
421 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
422 functionality.
423
424 2004-06-28 Andrew Cagney <cagney@gnu.org>
425
426 * defs.h (xstrvprintf): Declare.
427 * utils.c (xstrvprintf): New function.
428 (internal_vproblem, xstrprintf, xasprintf)
429 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
430 * serial.c (serial_printf): Ditto.
431 * complaints.c (vcomplaint): Ditto.
432
433 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
434
435 * infcmd.c (attach_command): Move call to target_terminal_inferior
436 behind loading symbol table.
437
438 2004-06-28 Andrew Cagney <cagney@gnu.org>
439
440 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
441 change - add back extern deprecated_ui_loop_hook declaration.
442
443 2004-06-28 Andrew Cagney <cagney@gnu.org>
444
445 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
446 xstrprintf.
447 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
448 (c_value_of_variable): Ditto.
449 * utils.c (internal_vproblem): Ditto.
450 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
451 * remote.c (add_packet_config_cmd): Ditto.
452 * remote-rdp.c (rdp_set_command_line): Ditto.
453 * regcache.c (regcache_dump): Ditto.
454 * frv-tdep.c (new_variant, new_variant): Ditto.
455 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
456 (fbsd_find_memory_regions): Ditto.
457 * breakpoint.c (create_thread_event_breakpoint)
458 (create_breakpoints): Ditto.
459 * aix-thread.c (aix_thread_pid_to_str): Ditto.
460 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
461
462 2004-06-28 Joel Brobecker <brobecker@gnat.com>
463
464 * ada-lang.c: Re-indent file, with some massaging to help indent
465 a bit when the result is otherwise really too ugly.
466
467 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
468
469 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
470 code_addr_p and special_addr_p to 'unsigned int'.
471
472 2004-06-27 Mark Kettenis <kettenis@gnu.org>
473
474 * i386v4-nat.c: Update copyright year and tweak comment.
475 (regmap): Remove trailing comma.
476 (supply_gregset): Rename local variable i to regnum. Call
477 regcache_raw_supply instead of supply_register.
478 (fill_gregset): Rename argument regno to regnum. Call
479 regcache_raw_collect instead of regcache_collect.
480
481 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
482
483 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
484 and special_addr_p.
485 (frame_id_build, frame_id_build_special): Update comments.
486 (frame_id_build_wild): New prototype.
487 * frame.c (frame_id_build, frame_id_build_special): Fill in new
488 struct frame_id fields.
489 (frame_id_build_wild): New function.
490 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
491
492 2004-06-27 Mark Kettenis <kettenis@gnu.org>
493
494 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
495 hppabsd-tdep.c.
496
497 2004-06-27 Joel Brobecker <brobecker@gnat.com>
498
499 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
500
501 2004-06-27 Joel Brobecker <brobecker@gnat.com>
502
503 * ada-lang.c: Re-indent file.
504
505 2004-06-27 Joel Brobecker <brobecker@gnat.com>
506
507 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
508 (no_symtab_msg): Likewise.
509
510 2004-06-27 Andreas Schwab <schwab@suse.de>
511
512 * source.c: Fix whitespace.
513
514 2004-06-27 Mark Kettenis <kettenis@gnu.org>
515
516 * configure.in: Include <sys/param.h> for td_pcb test.
517 * configure: Regenerated.
518
519 * i386nbsd-nat.c: New file.
520 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
521 i386obsd-nat.c and i386obsd-tdep.c.
522 (i386nbsd-nat.o): New dependency.
523 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
524 bsd-kvm.o.
525 (LOADLIBES): New variable.
526 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
527 bsd-kvm.o.
528 (LOADLIBES): New variable.
529
530 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
531 (LOADLIBES): New variable.
532
533 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
534 fetching from BSD_KVM_PADDR. Correctly lookup address for
535 "_thread0".
536
537 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
538 "bsd-kvm.h".
539 (amd64fbsd_supply_pcb): New funcion.
540 (_initialize_amd64fbsd_nat): Enable libkvm interface.
541
542 2004-06-27 <david@streamline-computing.com>
543
544 Partial fix for PR cli/1056.
545 * valarith.c: Check for zero in division and remainder
546 evaluation.
547
548 2004-06-27 Mark Kettenis <kettenis@gnu.org>
549
550 * i387-tdep.c: Remove excessive whitespace.
551
552 2004-06-26 Andrew Cagney <cagney@gnu.org>
553
554 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
555 * gdb-events.h, gdb-events.c: Re-generate.
556 * tui/tui-hooks.c (tui_install_hooks): Update.
557 (tui_remove_hooks): Update.
558 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
559
560 2004-06-26 Mark Kettenis <kettenis@gnu.org>
561
562 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
563 (gregset_t, fpregset_t): Remove typedefs.
564 (REG_OFFSET): Rename argument.
565 (amd64bsd_r_reg_offset): Rename from reg_offset.
566 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
567 Remove functions.
568 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
569 of reg_offset.
570 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
571
572 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
573
574 * vax-tdep.c: Tweak comment.
575
576 Add OpenBSD/hppa support.
577 * NEWS (New native configurations): Mention OpenBSD/hppa.
578 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
579 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
580 files.
581 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
582 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
583 * configure.host: Add hppa*-*-openbsd*.
584 * configure.tgt: Add hppa*-*-openbsd*.
585
586 2004-06-25 Andrew Cagney <cagney@gnu.org>
587
588 * defs.h (deprecated_ui_loop_hook): Deprecated.
589 * wince.c (child_wait): Update.
590 * win32-nat.c (child_wait): Update.
591 * v850ice.c (v850ice_wait): Update.
592 * top.c (deprecated_ui_loop_hook): Update.
593 * serial.h: Update.
594 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
595 (do_unix_readchar): Update.
596 * ser-tcp.c (net_open): Update.
597 * remote-sim.c (gdb_os_poll_quit): Update.
598 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
599
600 2004-06-24 Andrew Cagney <cagney@gnu.org>
601
602 * defs.h (deprecated_pre_add_symbol_hook)
603 (deprecated_post_add_symbol_hook): Deprecated.
604 * symfile.c (symbol_file_add_with_addrs_or_offsets)
605 (symbol_file_add_with_addrs_or_offsets): Update references.
606
607 2004-06-24 Andrew Cagney <cagney@gnu.org>
608
609 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
610 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
611 * wince.c (ui_loop_hook): Delete extern declaration.
612 * win32-nat.c (ui_loop_hook): Delete extern declaration..
613 * v850ice.c (ui_loop_hook): Delete extern declaration..
614 * ser-unix.c (ui_loop_hook): Delete extern declaration..
615 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
616 * remote-sim.c (ui_loop_hook): Delete extern declaration..
617 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
618 ui_loop_hook declaration.
619
620 2004-06-24 Andrew Cagney <cagney@gnu.org>
621
622 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
623 entry_func_highpc fields.
624 * objfiles.c (init_entry_point_info): Do not clear
625 entry_func_lowpc and entry_func_highpc.
626 (objfile_relocate): Do not relocate entry_func_lowpc and
627 entry_func_highpc.
628 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
629 entry_func_highpc.
630 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
631 entry_func_highpc.
632 * blockframe.c (legacy_frame_chain_valid): Replace tests against
633 entry_func_lowpc and entry_func_highpc with call to
634 inside_entry_func.
635
636 2004-06-24 Mark Kettenis <kettenis@gnu.org>
637
638 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
639 quad-precision floating point arguments in registers.
640
641 2004-06-24 Mark Kettenis <kettenis@gnu.org>
642
643 From Michael Mueller <m.mueller99@kay-mueller.de>:
644 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
645 account.
646
647 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
648
649 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
650 to -1.
651 * breakpoint.c (bpstat_stop_status): Move check for ignoring
652 untriggered watchpoints to a separate if clause. Update function
653 comment regarding STOPPED_BY_WATCHPOINT argument.
654
655 2004-06-22 Jim Blandy <jimb@redhat.com>
656
657 * gdbarch.sh: Doc fix.
658
659 2004-06-21 Martin Hunt <hunt@redhat.com>
660 Kevin Buettner <kevinb@redhat.com>
661
662 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
663 * mips-tdep.h (MIPS_SP_REGNUM): Define.
664 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
665 to set_gdbarch_sp_regnum(). Use cooked register number.
666 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
667
668 2004-06-21 Andrew Cagney <cagney@gnu.org>
669
670 * gdbarch.sh: When the macro field is empty, do not generate a
671 macro definition. When the macro field is "=", generate the macro
672 name from the upper-case function name.
673 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
674 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
675 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
676 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
677 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
678 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
679 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
680 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
681 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
682 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
683 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
684 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
685 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
686 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
687 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
688 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
689 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
690 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
691 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
692 (DEPRECATED_USE_STRUCT_CONVENTION)
693 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
694 (DEPRECATED_FRAME_INIT_SAVED_REGS)
695 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
696 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
697 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
698 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
699 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
700 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
701 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
702 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
703 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
704 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
705 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
706 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
707 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
708 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
709 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
710 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
711
712 2004-06-21 Andrew Cagney <cagney@gnu.org>
713
714 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
715 macro name, and the function rather than macro value. Only wrap
716 macro print statements in #ifdef. Move format logic to where it
717 is needed.
718 * gdbarch.c: Re-generate.
719
720 * gdbarch.sh (read): Delete "print_p" and "description", add
721 "garbage_at_eol". Check for non-empty garbage at end-of-line.
722 Delete references to print_p.
723 (TARGET_ARCHITECTURE): Delete print predicate.
724 * gdbarch.c: Re-generate.
725
726 * gdbarch.sh: Check that multi-arch methods do not provide a
727 macro.
728 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
729 (print_registers_info, print_float_info, print_vector_info)
730 (adjust_breakpoint_address, remote_translate_xfer_address)
731 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
732 (address_class_type_flags_to_name, unwind_sp): Remove the macro
733 name from the multi-arch definition.
734
735 2004-06-20 Andrew Cagney <cagney@gnu.org>
736
737 * gdbarch.sh: Sort by the function, instead of macro name.
738 * gdbarch.c: Re-generate.
739
740 2004-06-20 Andrew Cagney <cagney@gnu.org>
741
742 * gdbarch.sh: Use the function, instead of macro name in
743 errors and the log file.
744 (return_value): Remove stray ":" in spec.
745
746 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
747 * gdbarch.h, gdbarch.c: Re-generate.
748 * Makefile.in (arch-utils.o): Update dependencies.
749 * values.c (using_struct_return): Move code calling
750 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
751 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
752 to legacy_return_value, simplify.
753 * infcmd.c (print_return_value): Move code calling
754 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
755 to legacy_return_value, simplify.
756 * infcall.c (call_function_by_hand): Move code calling
757 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
758 * arch-utils.c: Update copyright. Include "gdbcore.h".
759 (legacy_return_value): New function.
760 * arch-utils.h: Update copyright.
761 (legacy_return_value): Declare.
762
763 2004-06-20 Andrew Cagney <cagney@gnu.org>
764
765 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
766 * gdbarch.h, gdbarch.c: Re-generate.
767 * values.c (using_struct_return): Update call.
768 * mcore-tdep.c: Update comment.
769 * infcall.c (call_function_by_hand): Update comment.
770 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
771 * arch-utils.h (always_use_struct_convention): Update.
772 * v850-tdep.c (v850_gdbarch_init): Update.
773 * sh64-tdep.c (sh64_gdbarch_init): Update.
774 * sh-tdep.c (sh_gdbarch_init): Update.
775 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
776 * mips-tdep.c (mips_gdbarch_init): Update.
777 * mcore-tdep.c (mcore_gdbarch_init): Update.
778 * m32r-tdep.c (m32r_gdbarch_init): Update.
779 * ia64-tdep.c (ia64_gdbarch_init): Update.
780 * h8300-tdep.c (h8300_gdbarch_init): Update.
781 * frv-tdep.c (frv_gdbarch_init): Update.
782 * cris-tdep.c (cris_gdbarch_init): Update.
783 * arm-tdep.c (arm_gdbarch_init): Update.
784 * alpha-tdep.c (alpha_gdbarch_init): Update.
785
786 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
787
788 * PROBLEMS: Add more specific information, and a work-around,
789 for PR gdb/1458.
790
791 2004-06-18 Andrew Cagney <cagney@gnu.org>
792
793 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
794 * gdbarch.h, gdbarch.c: Re-generate.
795 * ada-lang.c (ada_finish_decode_line_1): Update.
796 * infrun.c (handle_inferior_event): Update.
797 * infcall.c (find_function_addr): Update.
798 * linespec.c (minsym_found): Update.
799 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
800 Update.
801 * blockframe.c (legacy_frameless_look_for_prologue): Update.
802 * cli/cli-cmds.c (disassemble_command): Update.
803 * vax-tdep.c (vax_gdbarch_init): Update.
804
805 2004-06-18 Mark Kettenis <kettenis@gnu.org>
806
807 * i386-tdep.c (i386_collect_fpregset): Fix comment.
808
809 2004-06-17 Andrew Cagney <cagney@gnu.org>
810
811 GDB 6.1.1 released from the GDB 6.1 branch.
812 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
813 * PROBLEMS: Ditto.
814
815 2004-06-16 Daniel Jacobowitz <dan@debian.org>
816
817 PR gdb/1658
818 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
819 operation as a uleb128. Found by Michael Coulter.
820
821 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
822
823 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
824 make it non-static.
825 * ada-lang.h (task_control_block): declaration moved from ada-task.c
826 to ada-lang.h; this is needed to be able to implement the kill command
827 in multi-task mode.
828 (task_ptid): Ditto.
829 (task_entry): Ditto.
830 (task_list): Ditto.
831 (ada_build_task_list): Ditto.
832
833 * ada-lang.c: Conditionalize routines and data structures related
834 to breakpoints, exceptions, completion, and symbol caching on
835 GNAT_GDB, since these are not yet used in the submitted public sources.
836 (ada_main_name): Editorial: Move definition out of exception-related
837 code.
838
839 2004-06-15 Andrew Cagney <cagney@gnu.org>
840
841 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
842 deprecated_pc_in_call_dummy.
843
844 2004-06-15 Alan Modra <amodra@bigpond.net.au>
845
846 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
847 bfd_get_section_size_before_reloc or _raw_size.
848 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
849 * dwarf2read.c (dwarf2_locate_sections): Likewise.
850 (dwarf2_read_section): Likewise.
851 * elfread.c (elf_locate_sections): Likewise.
852 * gcore.c (derive_heap_segment): Likewise.
853 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
854 * remote-e7000.c (e7000_load): Likewise.
855 * remote-m32r-sdi.c (m32r_load): Likewise.
856 * remote-mips.c (mips_load_srec): Likewise.
857 (pmon_load_fast): Likewise.
858 * remote.c (compare_sections_command): Likewise.
859 * symfile.c (add_section_size_callback): Likewise.
860 (load_section_callback): Likewise.
861 (pc_in_unmapped_range): Likewise.
862 (pc_in_mapped_range): Likewise.
863 (sections_overlap): Likewise.
864 (list_overlays_command): Likewise.
865 (simple_overlay_update_1): Likewise.
866 (simple_overlay_update): Likewise.
867 * tracepoint.c (remote_set_transparent_ranges): Likewise.
868 * win32-nat.c (core_section_load_dll_symbols): Likewise.
869
870 2004-06-14 Randolph Chung <tausq@debian.org>
871
872 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
873 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
874 static.
875 (hppa_hpux_inferior_created): New function.
876 (hppa_hpux_init_abi): Register observer.
877 * symfile.c (hp_cxx_exception_support_initialized)
878 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
879 (symbol_file_add_main_1, symbol_file_clear): Likewise.
880
881 2004-06-14 Randolph Chung <tausq@debian.org>
882
883 * MAINTAINERS (Write After Approval): Alphabetize my entry
884 correctly.
885
886 2004-06-14 Andrew Cagney <cagney@gnu.org>
887
888 * MAINTAINERS (testsuite): List Michael Chastain as the lead
889 testsuite maintainer.
890
891 2004-06-13 Andrew Cagney <cagney@gnu.org>
892
893 * infcmd.c (print_return_value): Fix logic, allow
894 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
895
896 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
897 defining any macros.
898 * gdbarch.h: Re-generate.
899
900 * gdbarch.sh: Delete "level" attribute. Only check for a macro
901 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
902 * gdbarch.h: Re-generate.
903
904 * values.c (generic_use_struct_convention): Don't check gcc_p.
905
906 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
907 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
908 * gdbarch.h, gdbarch.c: Regenerate.
909 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
910 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
911 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
912 deprecated_max_register_raw_size and
913 deprecated_max_register_virtual_size.
914 * v850-tdep.c (v850_gdbarch_init): Ditto.
915 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
916 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
917 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
918 * cris-tdep.c (cris_gdbarch_init): Ditto.
919
920 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
921 * gdbarch.h, gdbarch.c: Re-generate.
922 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
923 (m68hc11_use_struct_convention): Delete function.
924 (m68hc11_extract_struct_value_address): Delete function.
925 (m68hc11_return_value): New function.
926 (m68hc11_gdbarch_init): Instead of store_return_value,
927 extract_return_value, return_value_on_stack,
928 deprecated_extract_struct_value_address and use_struct_convention,
929 set return_value.
930 * values.c (using_struct_return): Do not call
931 RETURN_VALUE_ON_STACK.
932 * arch-utils.h (generic_return_value_on_stack_not): Delete
933 declaration.
934 * arch-utils.c (generic_return_value_on_stack_not): Delete
935 function.
936
937 2004-06-12 Andrew Cagney <cagney@gnu.org>
938
939 * values.c (register_value_being_returned): Delete function.
940 * infcmd.c (legacy_return_value): Delete function.
941 * infcall.c (call_function_by_hand): Inline
942 "register_value_being_returned", simplify.
943 * values.c (using_struct_return): Update comment, refer to
944 print_return_value instead of register_value_being_returned.
945 * infcmd.c (print_return_value): Inline calls to
946 register_value_being_returned and legacy_return_value. Simplify.
947
948 2004-06-11 Randolph Chung <tausq@debian.org>
949
950 * somread.c (som_symtab_read): Exclude gcc local symbols.
951
952 2004-06-11 Randolph Chung <tausq@debian.org>
953
954 * infrun.c (handle_inferior_event): Handle the case when a
955 trampoline ends up in the runtime resolver, and if the trampoline
956 has no name. Rearrange the code so that all the trampoline
957 processing happens before other step-out-of-range handling.
958
959 2004-06-11 Martin Hunt <hunt@redhat.com>
960
961 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
962 has no fpu.
963
964 2004-06-10 Andrew Cagney <cagney@gnu.org>
965
966 * blockframe.c (legacy_inside_entry_func): Delete.
967 (legacy_frame_chain_valid): Inline call to
968 legacy_inside_entry_func, simplify.
969
970 2004-06-10 Bob Rossi <bob@brasko.net>
971
972 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
973 * dwarf2read.c (partial_die_info): Add dirname field.
974 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
975 (read_partial_die): Save away DW_AT_comp_dir.
976 * defs.h (symtab_to_filename): Removed.
977 * source.c (find_and_open_source): Added.
978 (open_source_file): Just calls find_and_open_source.
979 (symtab_to_filename): Removed.
980 (symtab_to_fullname, psymtab_to_fullname): Added.
981 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
982 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
983 symtab_to_filename.
984 * symtab.h (partial_symtab): Add dirname field.
985 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
986 (mi_cmd_file_list_exec_source_file): Call new function
987 symtab_to_fullname to find fullname.
988 (mi_cmd_file_list_exec_source_files): Added.
989 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
990 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
991
992 2004-06-10 Andrew Cagney <cagney@gnu.org>
993
994 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
995 to generic_use_struct_convention, the default value.
996
997 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
998 of abort.
999
1000 * ns32k-tdep.c (ns32k_push_arguments): New function.
1001 (ns32k_gdbarch_init): Set deprecated_push_arguments.
1002 * infcall.c (call_function_by_hand): Call error instead of
1003 legacy_push_arguments.
1004 * value.h (legacy_push_arguments): Delete declaration.
1005 * valops.c (legacy_push_arguments): Delete function.
1006 (value_push): Delete function.
1007
1008 2004-06-10 Brian Ford <ford@vss.fsi.com>
1009
1010 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
1011 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
1012 info.
1013 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
1014
1015 2004-06-10 Andrew Cagney <cagney@gnu.org>
1016
1017 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
1018 * gdbarch.h, gdbarch.c: Re-generate.
1019 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
1020 parameters.
1021 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
1022 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
1023 deprecated_pc_in_call_dummy instead of
1024 DEPRECATED_PC_IN_CALL_DUMMY.
1025 (arm_skip_prologue): Ditto.
1026 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
1027 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
1028 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
1029 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
1030 Ditto.
1031 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
1032 (sh64_init_extra_frame_info, sh64_get_saved_register)
1033 (sh64_pop_frame): Ditto.
1034 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
1035 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
1036 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
1037 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
1038 (h8300_pop_frame): Ditto.
1039 * blockframe.c (legacy_inside_entry_func)
1040 (legacy_frame_chain_valid): Ditto.
1041 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
1042 to deprecated_pc_in_call_dummy.
1043
1044 2004-06-09 Andrew Cagney <cagney@gnu.org>
1045
1046 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
1047 provide a default value.
1048 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
1049 * gdbarch.h, gdbarch.c: Re-generate.
1050 * arch-utils.c (generic_convert_register_p): Rename
1051 legacy_convert_register_p
1052 (legacy_register_to_value, legacy_value_to_register): Delete
1053 functions.
1054 * arch-utils.h (generic_convert_register_p): Rename
1055 legacy_convert_register_p.
1056 (legacy_register_to_value, legacy_value_to_register): Delete
1057 declarations.
1058
1059 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
1060 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
1061 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
1062 * gdbarch.h, gdbarch.c: Re-generate.
1063 * infcmd.c (default_print_registers_info): Simplify.
1064 * findvar.c (value_of_register): Simplify.
1065 * mi/mi-main.c (get_register): Simplify.
1066 * arch-utils.c (legacy_convert_register_p): Always return 0.
1067 (legacy_register_to_value, legacy_value_to_register): Always call
1068 internal_error.
1069
1070 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
1071 #ifdef CLEAR_INSN_CACHE code.
1072 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
1073 Delete #ifdef CLEAR_DEFERRED_STORES code.
1074
1075 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
1076
1077 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
1078 copyright.
1079 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
1080
1081 * config/mips/mipsv4.mh: Delete file.
1082
1083 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
1084 unreferenced macro.
1085 (hpread_adjust_stack_address): Delete declaration.
1086
1087 2004-06-08 Andrew Cagney <cagney@gnu.org>
1088
1089 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
1090 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
1091 PTRACE_ATTACH / PTRACE_DETACH available call error.
1092 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
1093 * infttrace.c (update_thread_state_after_attach, attach, detach):
1094 Remove #ifdef wrappers.
1095 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
1096 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
1097 * config/nm-bsd.h (ATTACH_DETACH): Delete.
1098 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
1099 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
1100 * config/nm-linux.h (ATTACH_DETACH): Delete.
1101 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
1102 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
1103 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
1104 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
1105 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
1106
1107 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
1108
1109 * configure.in: Set $configdir to the right OS specific value.
1110 Use value when setting $tcldir and $tkdir.
1111 * configure: Regenerate.
1112
1113 2004-06-06 Paul Brook <paul@codesourcery.com>
1114
1115 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
1116 records.
1117
1118 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
1119
1120 * ada-lang.c (lookup_symbol_in_language): New function to allow
1121 re-use of another language's symbol lookup code. (Placed here
1122 temporarily while Ada support is being integrated into the public
1123 tree).
1124 (restore_language): New auxiliary function for
1125 lookup_symbol_in_language.
1126 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
1127 temporarily while Ada support is being integrated into the public
1128 tree).
1129
1130 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
1131
1132 * Makefile.in (check//%): New.
1133
1134 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
1135 (mn10300_store_return_value): Rewrite.
1136 (mn10300_type_align): New.
1137 (mn10300_use_struct_convention): Rewrite.
1138 (mn10300_return_value): New, using all of the above.
1139 (mn10300_pop_frame_regular): Add saved_regs_size.
1140 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
1141
1142 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
1143 regs if PC is on movm.
1144
1145 2004-06-07 Jim Blandy <jimb@redhat.com>
1146
1147 Add native Linux support for the PowerPC E500.
1148 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
1149 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
1150 all architectures except the E500.
1151 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
1152 #definitions.
1153 (struct gdb_evrregset_t): New type.
1154 (have_ptrace_getsetevrregs): New variable.
1155 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
1156 fetch_spe_registers): New functions.
1157 (fetch_register): Call fetch_spe_register as appropriate.
1158 Assert that we're only passed raw register numbers.
1159 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
1160 Don't fetch gprs if they're pseudoregisters.
1161 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
1162 store_spe_registers): New functions.
1163 (store_register): Call store_spe_register as appropriate.
1164 Assert that we're only passed raw register numbers.
1165 (store_ppc_registers): Call store_spe_registers as appropriate.
1166 Don't store gprs if they're pseudoregisters.
1167
1168 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
1169
1170 * thread-db.c (thread_get_info_callback): Fill in the thread_info
1171 struct if one exists, even if we are dealing with a zombie thread.
1172
1173 2004-06-07 Andrew Cagney <cagney@gnu.org>
1174
1175 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
1176 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
1177 Rename PC_REQUIRES_RUN_BEFORE_USE.
1178 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
1179 #ifdef.
1180
1181 2004-06-07 Randolph Chung <tausq@debian.org>
1182
1183 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
1184 unwinding after sp has been saved to the stack but before the end
1185 of the prologue, and after the fp has been modified but before it has
1186 been saved to the stack.
1187 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
1188 Remove superfluous definitions.
1189 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
1190
1191 2004-06-07 Guy Martin <gmsoft@gentoo.org>
1192
1193 Committed by Randolph Chung.
1194 * hppa-linux-nat.c: Include the correct version of the header file
1195 depending on the kernel version.
1196
1197 2004-06-06 Randolph Chung <tausq@debian.org>
1198
1199 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
1200 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
1201
1202 2004-06-06 Randolph Chung <tausq@debian.org>
1203
1204 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
1205 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
1206 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
1207 * hppa-tdep.c (hppa_symbol_address): New function definition.
1208 * hppa-tdep.h (hppa_symbol_address): New function declaration.
1209
1210 2004-06-06 Randolph Chung <tausq@debian.org>
1211
1212 * hppa-tdep.h (struct value): Forward declaration.
1213 (gdbarch_tdep): Define tdep find_global_pointer method.
1214 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
1215 associated with the function we are trying to call, and write it
1216 to the gp register.
1217 (hppa32_convert_from_funct_ptr_addr): New function.
1218 (hppa_find_global_pointer): New function.
1219 (hppa_gdbarch_init): Set default find_global_pointer method; set
1220 convert_from_func_ptr_addr method.
1221 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
1222 (hppa_linux_init_abi): Set find_global_pointer method.
1223 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
1224
1225 2004-06-06 Randolph Chung <tausq@debian.org>
1226
1227 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
1228 to struct value *function.
1229 * gdbarch.c: Regenerate.
1230 * gdbarch.h: Likewise.
1231 * infcall.c (call_function_by_hand): Pass entire function value
1232 to push_dummy_call.
1233
1234 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
1235 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
1236 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
1237 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
1238 * arm-tdep.c (arm_push_dummy_call): Likewise.
1239 * avr-tdep.c (avr_push_dummy_call): Likewise.
1240 * cris-tdep.c (cris_push_dummy_call): Likewise.
1241 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
1242 * frv-tdep.c (frv_push_dummy_call): Likewise.
1243 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1244 * hppa-tdep.c (hppa32_push_dummy_call)
1245 (hppa64_push_dummy_call): Likewise.
1246 * i386-tdep.c (i386_push_dummy_call): Likewise.
1247 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1248 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1249 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1250 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1251 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
1252 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1253 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
1254 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
1255 (ppc64_sysv_abi_push_dummy_call): Likewise.
1256 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
1257 (ppc64_sysv_abi_push_dummy_call): Likewise.
1258 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
1259 * s390-tdep.c (s390_push_dummy_call): Likewise.
1260 * sh-tdep.c (sh_push_dummy_call_fpu)
1261 (sh_push_dummy_call_nofpu): Likewise.
1262 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
1263 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
1264 * vax-tdep.c (vax_push_dummy_call): Likewise.
1265
1266 2004-06-04 Jim Blandy <jimb@redhat.com>
1267
1268 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
1269 gdbarch argument to register_size.
1270
1271 * rs6000-tdep.c (rs6000_store_return_value): Use
1272 regcache_cooked_write_part instead of
1273 deprecated_write_register_bytes.
1274 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
1275 not gdbarch_deprecated_store_return_value.
1276
1277 * ppc-linux-nat.c (store_register, fetch_register): Remove
1278 incorrect assertions. Simplify and generalize handling of
1279 transfers whose sizes are not multiples of, or less than, sizeof
1280 (PTRACE_XFER_TYPE).
1281
1282 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
1283
1284 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
1285 as a new thread event.
1286 * thread-db.c (thread_get_info_callback): If the thread is a
1287 zombie, return TD_THR_ZOMBIE.
1288 (thread_from_lwp): If thread_get_info_callback returns
1289 TD_THR_ZOMBIE, check if the thread is still on the thread list
1290 and return a -1 ptid if not found.
1291 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
1292 change the status to TARGET_WAITKIND_SPURIOUS.
1293
1294 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
1295
1296 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
1297 double values in little endian mode.
1298
1299 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
1300
1301 Committed by Andrew Cagney.
1302 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
1303 after last enum constant to avoid error from IBM C
1304 compiler.
1305
1306 2004-06-02 Jim Blandy <jimb@redhat.com>
1307
1308 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
1309 to 'message', and make it local to the lone block that uses it.
1310
1311 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
1312
1313 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
1314
1315 * ada-exp.y: Update copyright notice.
1316 Include block.h.
1317
1318 Replace REGNAME, LAST, INTERNAL_VARIABLE with
1319 SPECIAL_VARIABLE and unify the treatment of these cases.
1320
1321 (write_attribute_call0): Remove.
1322 (write_attribute_call1): Remove.
1323 (write_attribute_calln): Remove.
1324 (save_qualifier): Add missing semicolon.
1325
1326 (simple_exp,exp): Decomment (i.e., reactivate) code that was
1327 temporarily disabled to allow compilation with FSF head version.
1328
1329 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
1330 use individual operators (OP_*) for all attributes.
1331 (exp syntax): Use write_int.
1332 Handle STRING literals with OP_STRING.
1333 (variable syntax): Add limit parameter to calls to
1334 write_object_renaming.
1335
1336 (temp_parse_space): New definition to hold entities that need
1337 only live until the next call to ada_parse.
1338 (string_to_operator): Rename fields of ada_opname_table entries.
1339
1340 (write_var_from_sym): Record block.
1341 (write_var_from_name): Minor reformatting.
1342 Make sure saved name is properly encoded in the case of multiple
1343 matches, and set its language to Ada.
1344 Update comment.
1345 Modify to indicate unresolved name as symbol in the UNRESOLVED
1346 namespace, allocated in temp_parse_space.
1347 (write_int): New function.
1348
1349 (write_object_renaming): Add max_depth parameter to limit
1350 chains of object renamings.
1351 Handle case where root of renaming expression is itself a renaming.
1352 Use temp_parse_space for temporary name buffer.
1353 Handle renamings to dereferenced pointers (___XEXA suffices).
1354
1355 (ada_parse, yyerror, string_to_operator,
1356 write_var_from_sym, write_var_from_name, write_attribute_call0,
1357 write_attribute_call1, write_attribute_calln,
1358 write_object_renaming): Protoize.
1359
1360 (_initialize_ada_exp): New function.
1361
1362 * ada-lang.c: Update copyright notice.
1363 General terminology change to conform to GNAT compiler usage:
1364 mangle => encode, demangle => decode
1365 Include gdb_obstack.h.
1366 Include gdb_regex.h
1367 Include frame.h
1368 Include hashtab.h
1369 Include completer.h
1370 Include gdb_stat.h
1371 Include block.h
1372 Include infcall.h
1373
1374 (ADA_RETAIN_DOTS): Make sure this is defined.
1375 (TRUNCATION_TOWARDS_ZERO): Define.
1376 (struct string_vector): Define.
1377 (unresolved_names): Remove definition.
1378 (xnew_string_vector): New function.
1379 (string_vector_append): New function.
1380 (extract_string): Make static.
1381 (ada_unqualified_name): New function.
1382 (add_angle_brackets): New function.
1383 (function_name_from_pc): New function.
1384 (place_on_stack): Rename to ensure_lval.
1385
1386 (ensure_lval): Renamed from place_on_stack.
1387 Make identity on lvals.
1388 Update comment.
1389 (is_nonfunction): New interface.
1390 Only symbols in LOC_CONST class can be enumerals.
1391 (fill_in_ada_prototype): Remove; now independent of language.
1392 (add_defn_to_vec): Add obstack and symtab arguments.
1393 Use obstack to hold collected definitions.
1394 (num_defns_collected): New function.
1395 (defns_collected): New function.
1396 (ada_resolve_subexp): Rename to resolve_subexp.
1397 (resolve_subexp): Renamed from ada_resolve_subexp.
1398 (ada_op_name): Return non-const result.
1399 (ada_decoded_op_name): Renamed from ada_op_name, now used for
1400 other purposes.
1401
1402 (to_fixed_array_type): Add declaration.
1403 (coerce_unspec_val_to_type): Remove offset parameter.
1404 (find_sal_from_funcs_and_line): New interface.
1405 (find_line_in_linetable): Ditto.
1406
1407 (all_sals_for_line): Rename to ada_sals_for_line and make
1408 global.
1409 Add new parameter. When set, do not ask the user to choose the
1410 instance, but use the first one found instead.
1411 Use given line number in returned sals.
1412 Fix comment.
1413 Skip the prologue if funfirstline is set.
1414 Correct for memory leak when 0 lines found.
1415
1416 (value_pos_atr): Use pos_atr.
1417 (pos_atr): New function.
1418 (standard_lookup): Add block parameter.
1419
1420 (makeTimeStart): Remove declaration and uses.
1421 (makeTimeStop): Remove declaration and uses.
1422
1423 (ada_completer_word_break_characters): Allow for VMS.
1424 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
1425 (raise_sym_name): New constant.
1426 (raise_unhandled_sym_name): New constant.
1427 (raise_assert_sym_name): New constant.
1428 (process_raise_exception_name): New constant.
1429 (longest_exception_template): New constant.
1430 (warning_limit): New variable to limit warnings during expression
1431 evaluation.
1432 (warnings_issued): New variable to keep track of warnings issued.
1433 (known_runtime_file_name_patterns): New constant.
1434 (known_auxiliary_function_name_patterns): New constant.
1435 (symbol_list_obstack): New variable.
1436
1437 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
1438 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
1439 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
1440 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
1441 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
1442 ada_variant_discrim_name, field_alignment, dynamic_template_type,
1443 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
1444 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
1445 and strcmp.
1446
1447 (ada_get_field_index): New function.
1448 (lim_warning): New function.
1449 (ada_translate_error_message): New function.
1450 (MAX_OF_SIZE): New function.
1451 (MIN_OF_SIZE): New function.
1452 (UMAX_OF_SIZE): New function.
1453 (UMIN_OF_SIZE): New function.
1454 (discrete_type_high_bound): New function.
1455 (discrete_type_low_bound): New function.
1456 (base_type): New function.
1457 (do_command): Remove.
1458
1459 (ada_update_initial_language): Use language_ada, not language_unknown.
1460 (ada_encode): Renamed from ada_mangle.
1461 Obey ADA_RETAIN_DOTS.
1462 (ada_decode): Renamed from ada_demangle.
1463 Update coding conventions.
1464 (decoded_names_store): New hash table.
1465 (ada_decode_symbol): New function.
1466 (ada_la_decode): New function.
1467
1468 (modify_general_field): Correct computations of offset and bit
1469 position.
1470 (desc_base_type): Handle ref types, too.
1471 (ada_is_direct_array_type): New function.
1472
1473 (ada_is_simple_array): Rename to ada_is_simple_array_type.
1474 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
1475 (ada_is_bogus_array_descriptor,ada_type_of_array,
1476 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
1477 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
1478 ada_is_array_descriptor_type.
1479
1480 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
1481 (ada_is_packed_array_type): Handle pointers or
1482 references to packed arrays as well.
1483 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
1484 (decode_packed_array_type): Search for the packed array type
1485 symbol in the currently selected block and associated
1486 superblocks too.
1487 Use lookup_symbol again.
1488
1489 (decode_packed_array): Handle pointers and references.
1490 Update call to coerce_unspec_val_to_type.
1491 (decode_packed_array_type,value_subscript_packed): Limit warnings.
1492 (ada_value_primitive_packed_val): Improve comment.
1493
1494 (ada_index_type): Substitute int type for "undefined".
1495 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
1496 ada_array_langth, ada_is_string_type): Use renamed
1497 ada_is_simple_array_type.
1498 (empty_array): New function.
1499
1500 (ada_resolve): Rename to resolve.
1501 (resolve): Make static.
1502 Call renamed resolve_subexp.
1503 Update comment.
1504 (ada_resolve_subexp): Rename to resolve_subexp.
1505 (resolve_subexp): Update comment.
1506 Decomment disabled code.
1507 Add LOC_COMPUTED* cases.
1508 Modify to use temporary struct symbols (marked as being in
1509 UNDEF_NAMESPACE) to indicate unresolved names, instead of
1510 OP_UNRESOLVED_VALUE.
1511 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
1512 Add OP_STRING case.
1513 Remove OP_ARRAY.
1514 Use SYMBOL_PRINT_NAME instead of ada_demangle.
1515 Use new ada_lookup_symbol_list interface.
1516 Use new ada_resolve_function interface.
1517 Remove OP_TYPE case.
1518
1519 (ada_args_match): Idiot proof against null actuals.
1520 Use intermediate variables to clarify.
1521 (ada_resolve_function): Update comment and interface.
1522 (mangled_ordered_before): Rename to encoded_ordered_before and
1523 update comment.
1524 (sort_choices): Update comment and interface.
1525 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
1526 (user_select_syms): New interface.
1527 Use new sort_choices interface.
1528 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
1529 (possible_user_operator_p): Idiot-proof against null values.
1530 (ada_simple_renamed_entity): Don't make cleanup; rely on
1531 caller to free result string.
1532 Remove const from return type.
1533 (make_array_descriptor): Rename uses of place_on_stack to
1534 ensure_lval.
1535 Make sure that arrays are on stack.
1536
1537 (HASH_SIZE): Define.
1538 (struct cache_entry): Define.
1539 (cache_space): Define.
1540 (cache): Define.
1541 (clear_ada_sym_cache): New function.
1542 (find_entry): New function.
1543 (lookup_cached_symbol): New function.
1544 (defn_vector_size): Define.
1545 (cache_symbol): New function.
1546 (defn_symbols): Remove.
1547
1548 (standard_lookup): Use lookup_symbol_in_language to get effect of
1549 C lookup.
1550 Cache results.
1551
1552 (symbol_completion_match): New function.
1553 (symbol_completion_add): New function.
1554 (ada_make_symbol_completion_list): New function.
1555
1556 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
1557 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
1558 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1559 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
1560
1561 (ada_lookup_simple_minsym): New function.
1562 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
1563
1564 (add_symbols_from_enclosing_procs): New interface.
1565 Conditionalize more helpfully.
1566 Don't bother if program isn't running.
1567 Use new interface to get_frame_block.
1568 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
1569
1570 (remove_extra_symbols): New interface.
1571 (xget_renaming_scope): New function.
1572 (is_package_name): New function.
1573 (renaming_is_visible): New function.
1574 (remove_out_of_scope_renamings): New function.
1575
1576 (ada_lookup_symbol_list): New interface.
1577 Properly reinitialize the symbol list obstack.
1578 Don't call add_symbols_from_enclosing_procs if we start from a
1579 static or global block.
1580 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
1581 add_symbols_from_enclosing_procs.
1582 Add symtab data to cached entries.
1583 Handle symbols prefixed with
1584 "standard__" specially; strip prefix and don't look in local symbols.
1585 Do not include out of scope renaming symbols in list of
1586 symbols returned.
1587 Add const to block parameter.
1588 Move check for non-local, non-global symbols earlier.
1589 Remove timing stuff.
1590 (ada_lookup_symbol): New interface.
1591 Find symtab as well.
1592 (ada_lookup_symbol_nonlocal): New function.
1593
1594 (is_name_suffix): Enhance suffix detection to recognize
1595 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
1596 (is_dot_digits_suffix): New function.
1597 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
1598
1599 (ada_add_block_symbols): New interface. Use obstack to return results
1600 in a vector of struct ada_symbol_infos. Add symtab argument.
1601 Use new interface to add_defn_to_vec.
1602 Remove calls to fill_in_ada_prototype.
1603 Use BLOCK_BUCKETS, BLOCK_BUCKET.
1604
1605 (ada_finish_decode_line_1): Add const qualification to local to fix
1606 warning.
1607 Start looking in static block for functions to avoid attempts
1608 to search frame chain for up-level variables.
1609 Adapt to new ada_sals_for_line interface.
1610 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
1611 Handle quoting of the function name inside the spec string.
1612 Skip prologue when funfirstline is set and update the
1613 function documentation to that effect.
1614
1615 (debug_print_lines, debug_print_block, debug_print_blocks,
1616 debug_print_symtab): Remove.
1617
1618 (ada_main_name): New function.
1619 (ada_exception_breakpoint_type): New function.
1620 (is_known_support_routine): New function.
1621 (ada_find_printable_frame): Renamed from find_printable_frame and made
1622 global.
1623 Remove level parameter.
1624 Use new interface to select_frame.
1625
1626 (begin_command): Remove.
1627 (ada_adjust_exception_stop): New function.
1628 (ada_print_exception_stop): New function.
1629 (exception_name_from_cond): New function.
1630 (ada_report_exception_break): Replace disabled code with
1631 conditionalization on GNAT_GDB.
1632 Get the exception name from the condition string.
1633 Remove and move functionality into new functions
1634 ada_print_exception_breakpoint_task and
1635 ada_print_exception_breakpoint_nontask.
1636 (error_breakpoint_runtime_sym_not_found): New function.
1637 (is_runtime_sym_defined): New function.
1638 (ada_breakpoint_rewrite): Uncomment suppressed code.
1639 Use symbolic error-message and runtime-symbol names.
1640 Surround runtime symbol names in quotes.
1641 Allow non-specific breakpoints on exceptions and assertions before
1642 program starts.
1643
1644 (ada_is_tagged_type): Add parameter.
1645 (ada_is_tag_type): New function.
1646 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
1647 (ada_variant_discrim_type): Ditto.
1648 (value_tag_from_contents_and_address): New function.
1649 (type_from_tag): New function.
1650 (struct tag_args): New structure used to communicate with
1651 ada_tag_name_1.
1652 (ada_tag_name_1): New function.
1653 (ada_tag_name): New function.
1654
1655 (ada_scan_number): Update comment.
1656 (find_struct_field): New function.
1657 (ada_search_struct_field): Make static.
1658 (ada_value_struct_elt): New version that returns references when
1659 given pointers or references to structs.
1660 (ada_lookup_struct_elt_type): Add 'refok' parameter.
1661 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
1662 interface.
1663 (ada_value_ind): Use new ada_to_fixed_value interface.
1664 (ada_coerce_ref): Ditto.
1665 (field_offset): Remove.
1666
1667 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
1668 (ada_find_renaming_symbol): New function.
1669 (ada_prefer_type): Prefer named types over unnamed ones.
1670 (variant_field_index): New function.
1671 (contains_variant_part): Removed: subsumed by variant_field_index.
1672 (ada_template_to_fixed_record_type): New function, mostly from
1673 template_to_fixed_record_type.
1674 (template_to_fixed_record_type):
1675 Do not scan the type fields beyond the last one; prevents a
1676 potential SEGV.
1677 Handle case where variant field is listed BEFORE discriminant it
1678 depends on.
1679 Fix calculation of record length when bit length is
1680 not evenly divisible by char length.
1681 Move code to ada_template_to_fixed_record_type and call it.
1682
1683 (template_to_static_fixed_type): Revise comment.
1684 Modify to work on ordinary record types as well as templates,
1685 so as to handle fields that use ___XVE or ___XVU encodings.
1686 (to_record_with_fixed_variant_part): Fill out comment.
1687 Initialize C++ stuff in right type.
1688 Allow case where DVAL is null.
1689 Handle case where variant field is not last.
1690 Fix typo concerning record length.
1691 (to_fixed_record_type): Decomment disabled code.
1692 (to_fixed_record_type): Use variant_field_index instead of
1693 contains_variant_part.
1694 (to_fixed_variant_branch_type): Ditto.
1695 (to_fixed_array_type): Decomment disabled code.
1696 (ada_to_fixed_type): Convert tagged types to the specific type.
1697 Deactivate the size-check for array types in order to avoid
1698 some false size alarms.
1699 (to_static_fixed_type): Decomment disabled code.
1700 Modify to call template_to_static_fixed_type
1701 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
1702 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
1703 Remove valaddr argument, as it is never really used.
1704 (ada_to_fixed_value): Change interface to act on single struct value*
1705 operand.
1706 (adjust_pc_past_prologue): New function.
1707 (ada_attribute_name): Modify to take enum exp_opcode argument.
1708
1709 (ada_enum_name): Recognize new homonym-distinguishing convention.
1710 Adjust local variable's type to remove compiler warning.
1711 Fix a small problem in the part that unqualifies the enumeration name.
1712 (ada_value_binop): New function.
1713 (ada_value_equal): New function.
1714
1715 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
1716 Don't give error message when not doing normal evaluation
1717 and a tagged type doesn't seem to contain a structure member.
1718 Give error message for packed arrays.
1719 For indexing arrays, handle pointers to packed arrays correctly.
1720 Handle case of 'first and 'last attributes of bare integral type
1721 without encoded subtype info.
1722 Remove some unnecessary casts.
1723 Fix uninitialized value of type in computing 'first, 'last, or 'length
1724 of array object.
1725 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
1726 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
1727 calls.
1728 Attributes are now exp_opcode values.
1729 Correct treatment of 'modulus.
1730 Better error message for taking 'length of wrong kind of type;
1731 improve comment.
1732 Change EVAL_NORMAL to noside for consistency.
1733 Use ada_value_binop for DIV, MOD, REM.
1734 Make special case out of array of length 0, since an argument
1735 of 0 upsets some platforms' malloc.
1736 Use OP_STRING instead of OP_ARRAY.
1737 For slice, add check that we have an array type before extracting
1738 a slice out of it. Avoids a SEGV.
1739 When evaluating an array slice, if the array type is a reference to
1740 an aligner type, then replace the aligner type by the actual type.
1741 Decomment disabled code.
1742 Remove some dead code.
1743 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
1744 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
1745 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
1746 and UNOP_MBR to UNOP_IN_RANGE.
1747 If an array type has a parallel ___XVE type, then use it.
1748 Turn arrays into pointers for lvalue arrays.
1749 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
1750 bounds error and handle 0-length slices.
1751 Use lim_warning.
1752 When selecting fields, apply ada_to_fixed_value (because the fields
1753 might have ___XVU or ___XVE encodings even if not dynamic.)
1754 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
1755 (ada_is_system_address_type): New function.
1756
1757 (get_var_value): Use new interface to ada_lookup_symbol_list.
1758 (get_int_var_value): New interface.
1759 (to_fixed_range_type): Allow unknown bound, with warning.
1760 (ada_is_modular_type): Decomment disabled code.
1761 (ADA_OPERATORS): New definition.
1762 (ada_operator_length): New function.
1763 (ada_expr_op_name): New function.
1764 (ada_forward_operator_length): New function.
1765 (ada_dump_subexp_body): New function.
1766 (ada_print_subexp): New function.
1767 (ada_exp_descriptor): New constant.
1768 (ada_op_print_tab): Add 'size. Remove FIXMEs.
1769 (ada_language_defn): Add ada_exp_descriptor entry.
1770 Change ada_parse => parse.
1771 Add post-parser entry.
1772 Use ada-specific non-local symbol lookup.
1773 Don't use C-style arrays.
1774 String lower-bound is 1.
1775 Decomment disabled code.
1776 (parse): New function.
1777 New fields ada_translate_error_message, ada_lookup_symbol,
1778 ada_lookup_minimal_symbol.
1779
1780 * ada-lang.h: Update copyright dates.
1781 Replace the mangle/demangle terminology throughout by the
1782 more appropriate encode/decode one.
1783 Include breakpoint.h.
1784 Forward declare struct partial_symbol, struct block.
1785 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
1786 (EXTRACT_ADDRESS): Remove.
1787 (EXTRACT_INT): Remove.
1788 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
1789 (MAX_ENCLOSING_FRAME_LEVELS): Define.
1790 (MAX_RENAMING_CHAIN_LENGTH): Define.
1791 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
1792
1793 (enum task_states): Remove.
1794 ada_task_states: Remove.
1795 (fat_string): Remove.
1796 (struct entry_call): Remove.
1797 (struct task_fields): Remove.
1798 (struct task_entry): Remove.
1799
1800 (struct ada_symbol_info): Define.
1801 (enum ada_attribute): Remove.
1802 (enum ada_operator): Define.
1803
1804 (ada_get_field_index): Declare.
1805 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
1806 (ada_is_simple_array): Rename to ada_is_simple_array_type.
1807 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
1808 (ada_lookup_symbol_list): New interface.
1809 (ada_decode_symbol): Declare.
1810 (ada_decode): Declare.
1811 (ada_lookup_symbol): New interface.
1812 (ada_update_initial_language): Declare.
1813 (ada_lookup_simple_minsym): Declare.
1814 (user_select_syms): New interface.
1815 (ada_sals_for_line): Declare.
1816 (ada_is_tagged_type): New interface.
1817 (ada_tag_name): Declare.
1818 (ada_lookup_struct_elt_type): Remove declaration.
1819 (ada_search_struct_field): Remove declaration.
1820 (ada_attribute_name): New interface.
1821 (ada_is_system_address_type): Declare.
1822 (ada_to_fixed_value): Remove declaration.
1823 (ada_template_to_fixed_record_type_1): Declare.
1824 (get_int_var_value): New interface.
1825 (ada_find_any_symbol): Declare.
1826 (ada_find_renaming_symbol): Declare.
1827 (ada_mangle): Rename to ada_encode.
1828 (ada_simple_renamed_entity): Remove const.
1829 (ada_main_name): Declare.
1830 (get_current_task): Rename to ada_get_current_task.
1831 (get_entry_number): Remove declaration.
1832 (ada_report_exception_break): Remove declaration.
1833 (ada_print_exception_breakpoint_nontask): Declare.
1834 (ada_print_exception_breakpoint_task): Declare.
1835 (ada_find_printable_frame): Declare.
1836
1837 * ada-lex.l: Update copyright notices.
1838 Use xmalloc and xfree instead of malloc and free.
1839 Use new interface to name_lookup.
1840 Use new interface to
1841 ada_mangle=>ada_encode.
1842 Redo handling of '$...' variable to parallel current treatment
1843 in c-exp.y.
1844 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
1845 digit_to_int, strtoulst, processInt, processReal, processId,
1846 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
1847 yywrap): Protoize.
1848
1849 (processInt): Use cast to remove harmless warning.
1850 (processReal): Modify to get rid of compiler warning on scan formats.
1851
1852 (processId): Replace xmalloc with obstack_alloc for name and remove
1853 call to ada_name_string_cleanup.
1854 Remove obsolete disabled code.
1855 (name_lookup): Ditto.
1856 New interface.
1857 Use obsavestring on temp_parse_space instead of savestring
1858 on name, and remove call to ada_name_string_cleanup.
1859 Free string returned from ada_simple_renamed_entity.
1860 Use new interface to ada_lookup_symbol_list.
1861 Decomment disabled code.
1862 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
1863 not types.
1864 When a type name lookup succeeds as a result of
1865 lookup_primitive_typename, check for regular type entry that has not
1866 yet been read in.
1867 Limit length of chain of renamed symbols we are willing to follow.
1868 Do not break names beginning with "standard__" into segments.
1869 (block_lookup): Use new interface to ada_lookup_symbol_list.
1870
1871 * ada-typeprint.c: Update copyright notice.
1872 (demangled_type_name): Rename to decoded_type_name.
1873 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
1874 (print_range_bound): Correct handling of negative
1875 bounds that make the index type looked unsigned under STABS.
1876 (print_dynamic_range_bound): Use new interface to get_int_var_value.
1877 (print_range_type_named): Use the builtin int type if no type
1878 corresponding to the given type name could be found.
1879 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
1880 Add some bullet-proofing.
1881 (print_variant_clauses): Allow for variant branches with ___XVU
1882 encodings that are not dynamic fields.
1883 Use new interface to ada_is_tagged_type.
1884 (print_record_type): Allow for fields with ___XVE encodings that
1885 are not dynamic fields.
1886 Use new interface to ada_is_tagged_type.
1887 (ada_print_type): ada_is_array_descriptor =>
1888 ada_is_array_descriptor_type.
1889
1890 * ada-valprint.c: Update copyright notice.
1891 Include gdb_string.h
1892 Include infcall.h
1893 (ui_memcpy): New function.
1894 (ada_print_floating): New function.
1895 (ada_print_str): Order arguments correctly.
1896 Correct handling of empty arrays and arrays of 0-length items.
1897 ada_is_array_descriptor => ada_is_array_descriptor_type
1898 Print values of type System.Address in hexadecimal format.
1899 Use ada_print_floating to print floating-point numbers in Ada format.
1900 Print class tag values with type names.
1901 No longer print the address of reference values. Avoids
1902 a potential confusion.
1903 (ada_value_print): Stop printing the object type for reference
1904 values, but preserve that behavior for access types. Avoids
1905 a potential confusion.
1906 Simplify one conditional expression, as the first part is now
1907 necessarily true.
1908 ada_is_array_descriptor => ada_is_array_descriptor_type
1909 Add check for arrays for null records, and print them by hand.
1910
1911 2004-06-01 Jim Blandy <jimb@redhat.com>
1912
1913 * ppc-tdep.h: Delete unused 'regoff' member.
1914 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
1915
1916 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
1917
1918 Fix PR symtab/1661.
1919 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
1920 (hpread_read_struct_type): Likewise.
1921
1922 2004-06-01 Andrew Cagney <cagney@gnu.org>
1923
1924 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
1925 instead of xasprintf.
1926 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
1927 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
1928 (mi_cmd_data_list_register_names)
1929 (mi_cmd_data_list_changed_registers)
1930 (mi_cmd_data_list_register_values)
1931 (get_register, mi_cmd_data_write_register_values)
1932 (mi_cmd_data_write_register_values)
1933 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
1934 (mi_cmd_target_download, mi_cmd_target_select)
1935 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
1936 (mi_execute_cli_command, mi_execute_async_cli_command)
1937 (mi_execute_async_cli_command): Ditto.
1938 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
1939 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
1940
1941 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
1942 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
1943 error_last_message instead of mi_error_last_message.
1944 * mi/mi-main.c (mi_error_last_message): Delete function.
1945
1946 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
1947 "invalid number of columns" error. Delete redundant "out of
1948 memory" check.
1949
1950 2004-05-31 Mark Kettenis <kettenis@gnu.org>
1951
1952 * i386bsd-nat.c: Don't include <sys/procfs.h>.
1953 (gregset_t, fpregset_t): Remove typedefs.
1954 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
1955 (REG_OFFSET): Rename argument.
1956 (i386bsd_r_reg_offset): Rename from reg_offset.
1957 (REG_ADDR): Remove macro.
1958 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
1959 functions.
1960 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
1961 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
1962 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
1963 instead of supply_gregset.
1964 (store_inferior_registers): Use `struct reg' and `struct fpreg'
1965 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
1966 instead of fill_gregset.
1967 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
1968
1969 * i386bsd-nat.c: Don't include "gregset.h".
1970 (supply_gregset, fill_gregset): Make static.
1971 (supply_fpregset, fill_fpregset): Remove.
1972 * Makefile.in (i386bsd-nat.o): Update dependencies.
1973
1974 2004-05-30 Mark Kettenis <kettenis@gnu.org>
1975
1976 * fbsd-proc.c: Include "regcache.h", "regset.h" and
1977 "gdb_assert.h". Con't include "gregset.h".
1978 (fbsd_make_corefile_notes): Use regset-based core file support
1979 instead off fill_gregset and fill_fpregset.
1980 * Makefile.in (fbsd-proc.o): Update dependencies.
1981
1982 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
1983 instructions.
1984 (m88k_frame_prev_register): Simplify code a bit.
1985
1986 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
1987 (amd64_collect_fpregset): New function.
1988 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
1989
1990 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
1991
1992 * i386-tdep.c (i386_supply_gregset): Adjust comment.
1993 (i386_collect_gregset): New function.
1994 (i386_supply_fpregset): Adjust comment.
1995 (i386_collect_fpregset): New function.
1996 (i386_regset_from_core_section): Use i386_collect_gregset and
1997 i386_collect_fpregset.
1998
1999 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
2000 handle VALUEP being null.
2001
2002 * regset.h (collect_regset_ftype): Unconstify fourth argument.
2003
2004 2004-05-29 Mark Kettenis <kettenis@gnu.org>
2005
2006 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
2007
2008 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
2009 assembler in OpenBSD 3.5-current.
2010 (amd64obsd_sigcontext_addr): Likewise.
2011
2012 2004-05-28 Jim Blandy <jimb@redhat.com>
2013
2014 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
2015 register set, so our regcache isn't declared "legacy" and our E500
2016 pseudoregister read and write functions aren't ignored.
2017 (rs6000_register_byte, rs6000_register_raw_size,
2018 rs6000_register_virtual_type, rs6000_register_convertible,
2019 rs6000_register_convert_to_virtual,
2020 rs6000_register_convert_to_raw): Deleted.
2021 (rs6000_register_type, rs6000_convert_register_p,
2022 rs6000_register_to_value, rs6000_value_to_register): New
2023 functions.
2024 (rs6000_gdbarch_init): Don't register
2025 gdbarch_deprecated_register_size,
2026 gdbarch_deprecated_register_bytes,
2027 gdbarch_deprecated_register_byte,
2028 gdbarch_deprecated_register_raw_size,
2029 gdbarch_deprecated_register_virtual_type,
2030 gdbarch_deprecated_register_convertible,
2031 gdbarch_deprecated_register_convert_to_virtual, or
2032 gdbarch_deprecated_register_convert_to_raw methods. Instead,
2033 register gdbarch_register_type, gdbarch_convert_register_p,
2034 gdbarch_register_to_value, and gdbarch_value_to_register methods.
2035
2036 2004-05-26 Jim Blandy <jimb@redhat.com>
2037
2038 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
2039 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
2040 functions, updated to match the register numberings used in GCC.
2041 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
2042 rs6000_dwarf2_reg_to_regnum as register number conversions
2043 functions for STABS and Dwarf2.
2044
2045 2004-05-26 Randolph Chung <tausq@debian.org>
2046
2047 * infttrace.h (target_waitkind): Forward declare type instead of pulling
2048 in header file.
2049
2050 2004-05-25 Joel Brobecker <brobecker@gnat.com>
2051
2052 * NEWS: Document new "start" command.
2053
2054 2004-05-25 Randolph Chung <tausq@debian.org>
2055
2056 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
2057 hppa-linux.
2058
2059 2004-05-25 Randolph Chung <tausq@debian.org>
2060
2061 * hppa-hpux-tdep.c (offsetof): Define.
2062 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
2063 (hppa32_hpux_frame_base_before_sigtramp)
2064 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
2065 (hppa64_hpux_frame_saved_pc_in_sigtramp)
2066 (hppa64_hpux_frame_base_before_sigtramp)
2067 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
2068 functions.
2069 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
2070 (hppa_hpux_sigtramp_frame_unwind_cache)
2071 (hppa_hpux_sigtramp_frame_this_id)
2072 (hppa_hpux_sigtramp_frame_prev_register)
2073 (hppa_hpux_sigtramp_frame_unwind)
2074 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
2075 (hppa_hpux_init_abi): Register sigtramp unwinder.
2076 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
2077
2078 2004-05-25 Randolph Chung <tausq@debian.org>
2079
2080 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
2081 and multiple stack unwinds.
2082 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
2083
2084 2004-05-25 Andrew Cagney <cagney@gnu.org>
2085
2086 * symfile.h (symbol_file_add_from_memory): Delete declaration.
2087 * symfile-mem.h: Delete file.
2088 * symfile-mem.c: Do not include "symfile-mem.h".
2089 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
2090 "struct bfd_section". When an error do not bother returning NULL.
2091 (add_symbol_file_from_memory_command): Use "struct bfd" and
2092 "struct bfd_section".
2093 * Makefile.in (symfile_mem_h): Delete.
2094 (symfile-mem.o): Update dependencies.
2095
2096 2004-05-25 Nick Roberts <nickrob@gnu.org>
2097
2098 * gdb-mi.el: New file.
2099
2100 2004-05-25 Andrew Cagney <cagney@gnu.org>
2101
2102 * inftarg.c: Include "observer.h".
2103 (child_attach, child_create_inferior): Notify inferior_created.
2104 * corelow.c: Include "observer.h".
2105 (core_open): Notify inferior_created.
2106 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
2107
2108 2004-05-25 Andrew Cagney <cagney@gnu.org>
2109
2110 * target.h (struct target_ops): Add from_tty to
2111 to_create_inferior.
2112 (target_create_inferior, find_default_create_inferior): Update.
2113 * infcmd.c (run_command): Update.
2114 * wince.c (child_create_inferior): Update.
2115 * win32-nat.c (child_create_inferior): Update.
2116 * uw-thread.c (uw_thread_create_inferior): Update.
2117 * thread-db.c (thread_db_create_inferior): Update.
2118 * target.c (debug_to_create_inferior)
2119 (find_default_create_inferior): Update.
2120 (maybe_kill_then_create_inferior): Update.
2121 * sol-thread.c (sol_thread_create_inferior): Update.
2122 * remote.c (extended_remote_async_create_inferior)
2123 (extended_remote_create_inferior): Update.
2124 * remote-vx.c (vx_create_inferior): Update.
2125 * remote-st.c (st2000_create_inferior): Update.
2126 * remote-sim.c (gdbsim_create_inferior): Update.
2127 * remote-sds.c (sds_create_inferior): Update.
2128 * remote-rdp.c (remote_rdp_create_inferior): Update.
2129 * remote-rdi.c (arm_rdi_create_inferior): Update.
2130 * remote-m32r-sdi.c (m32r_create_inferior): Update.
2131 * remote-e7000.c (e7000_create_inferior): Update.
2132 * procfs.c (procfs_create_inferior): Update.
2133 * ocd.c (ocd_create_inferior): Update.
2134 * ocd.h (ocd_create_inferior): Update.
2135 * nto-procfs.c (procfs_create_inferior): Update.
2136 * monitor.c (monitor_create_inferior): Update.
2137 * lin-lwp.c (lin_lwp_create_inferior): Update.
2138 * inftarg.c (child_create_inferior): Update.
2139 * hpux-thread.c (hpux_thread_create_inferior): Update.
2140 * gnu-nat.c (gnu_create_inferior): Update.
2141
2142 2004-05-25 Andrew Cagney <cagney@gnu.com>
2143
2144 * MAINTAINERS: Update e-mail address.
2145
2146 2004-05-24 Randolph Chung <tausq@debian.org>
2147
2148 * thread.c (info_threads_command, thread_apply_all_command)
2149 (thread_apply_command, thread_command, do_captured_thread_select):
2150 Remove HPUXHPPA-specific code.
2151
2152 2004-05-24 Randolph Chung <tausq@debian.org>
2153
2154 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
2155 unused symbols.
2156 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
2157 references.
2158
2159 2004-05-24 Joel Brobecker <brobecker@gnat.com>
2160
2161 * infcmd.c (kill_if_already_running): New function, extracted
2162 from run_command().
2163 (run_command): Replace extracted code by call to
2164 kill_if_already_running().
2165 (start_command): New function.
2166 (_initialize_infcmd): Add "start" command.
2167
2168 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2169
2170 Add OpenBSD/m88k support.
2171 * NEWS (New native configurations): Mention OpenBSD/m88k.
2172 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
2173 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
2174 * Makefile.in (m88k_tdep_h): New variable.
2175 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
2176 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
2177 * configure.host: Add m88*-*-openbsd*.
2178 * configure.tgt: Add m88*-*-openbsd*.
2179
2180 2004-05-24 Jim Blandy <jimb@redhat.com>
2181
2182 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
2183 to approve changes.
2184
2185 2004-05-24 Kevin Buettner <kevinb@redhat.com>
2186
2187 * symtab.c (fixup_section): Search section table when lookup by
2188 name fails.
2189
2190 2004-05-24 Randolph Chung <tausq@debian.org>
2191
2192 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
2193 be "small_struct".
2194
2195 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2196
2197 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
2198 register number in regcache_raw_collect call.
2199 (m68kbsd_collect_fpregset): Likewise.
2200 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
2201
2202 * regset.h (struct regset): Add back `regset' member.
2203
2204 2004-05-23 Mark Kettenis <kettenis@gnu.org>
2205
2206 * configure.in: Check for td_pcb in `struct thread'.
2207 * configure, config.in: Regenerated.
2208
2209 * dpx2-nat.c: Remove file.
2210 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
2211 (dpx2-nat.o): Remove dependencies.
2212
2213 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
2214 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
2215 (amd64obsd_supply_pcb): New function.
2216 (_initialize_amd64obsd_nat): Enable libkvm interface.
2217 * Makefile.in (amd64obsd-nat.o): Update dependencies.
2218 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
2219 (LOADLIBES): New variable.
2220
2221 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
2222 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
2223 (sparc32nbsd_supply_pcb): New function.
2224 (_initialize_sparcnbsd_nat): Enable libkvm interface.
2225 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
2226 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2227 (LOADLIBES): New variable.
2228
2229 2004-05-22 Mark Kettenis <kettenis@gnu.org>
2230
2231 * bsd-kvm.c, bsd-kvm.h: New files.
2232 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2233 "bsd-kvm.h".
2234 (i386fbsd_supply_pcb): New function.
2235 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
2236 (i386fbsd-nat.o): Update dependencies.
2237 (bsd_kvm_h): New variable.
2238 (bsd-kvm.o): New dependency.
2239 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2240 (LOADLIBES): New variable.
2241
2242 * regset.c: Tweak comment.
2243 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
2244 macro.
2245 * regset.h: Update copyright year.
2246 (struct regset): Remove `descr' member, add `gdbarch' member.
2247 (regset_alloc): Adjust prototype and comment.
2248 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
2249 (i386_supply_fpregset): Likewise.
2250 (i386_regset_from_core_section): Update call to regset_alloc.
2251 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
2252 REGSET->arch.
2253 (i386obsd_aout_regset_from_core_section): Update call to
2254 regset_alloc.
2255 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
2256 REGSET->arch.
2257 (i386nbsd_aout_regset_from_core_section): Update call to
2258 regset_alloc.
2259 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
2260 REGSET->arch.
2261 (amd64_regset_from_core_section): Update call to regset_alloc.
2262 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
2263 REGSET->arch.
2264 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
2265 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
2266 &sparc32nbsd_gregset in sparc32_supply_gregset call.
2267 (sparc32nbsd_init_abi): Update call to regset_alloc.
2268 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
2269 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
2270 (sparc64obsd_init_abi): Update call to regset_alloc.
2271 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
2272 &sparc64nbsd_gregset in sparc64_supply_gregset call.
2273 (sparc64nbsd_init_abi): Update call to regset_alloc.
2274 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
2275 &sparc64fbsd_gregset in sparc64_supply_gregset call.
2276 (sparc64fbsd_init_abi): Update call to regset_alloc.
2277
2278 2004-05-22 Jim Blandy <jimb@redhat.com>
2279
2280 * ppc-tdep.h (spe_register_p): New declaration.
2281 (struct gdbarch_tdep): New members: ppc_acc_regnum and
2282 ppc_spefscr_regnum.
2283 * rs6000-tdep.c (spe_register_p): New function.
2284 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
2285 spefscr.
2286 (rs6000_gdbarch_init): Initialize the new members of the tdep
2287 structure.
2288
2289 2004-05-21 Jim Blandy <jimb@redhat.com>
2290
2291 * ppc-linux-nat.c (fetch_register): Move code back to be next
2292 to the comment that describes it. (Moved code, instead of
2293 comment, for symmetry with store_register.)
2294
2295 Allocate regset structures in the gdbarch's obstack, not using
2296 xmalloc.
2297 * regset.c (regset_alloc): Renamed from regset_xmalloc.
2298 Add 'arch' argument. Allocate the regset on arch's obstack, not
2299 using xmalloc.
2300 * regset.h (regset_alloc): Update declaration.
2301 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
2302 gdbarch argument.
2303 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
2304 * i386-tdep.c (i386_regset_from_core_section): Same.
2305 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
2306 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
2307 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
2308 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
2309 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
2310 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
2311
2312 2004-05-21 Joel Brobecker <brobecker@gnat.com>
2313
2314 * config/djgpp/fnchange.lst: Undo previous change, was useless.
2315
2316 2004-05-21 Jim Blandy <jimb@redhat.com>
2317
2318 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
2319 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
2320
2321 2004-05-20 Jim Blandy <jimb@redhat.com>
2322
2323 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
2324
2325 2004-05-20 Mark Kettenis <kettenis@gnu.org>
2326
2327 * regset.h: Make prototype const-correct.
2328 * regset.c (regset_xmalloc): Make const-correct.
2329
2330 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
2331
2332 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
2333 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
2334 (symbol_search_name): Declare.
2335
2336 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
2337 (iter_name_next_hashed): Ditto.
2338 (iter_name_next_linear): Ditto.
2339 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
2340
2341 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
2342 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
2343 (symbol_search_name): New function.
2344
2345 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
2346
2347 * minsyms.c (build_minimal_symbol_hash_tables): Change
2348 test for adding to demangled hash table to check for difference
2349 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
2350
2351 2004-05-19 Jim Blandy <jimb@redhat.com>
2352
2353 Use a constructor function to create regset structures.
2354 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
2355 (struct regset): Use supply_regset_ftype. Add new
2356 'collect_regset' member.
2357 (regset_xmalloc): New declaration.
2358 * regset.c: New file.
2359 * am64-tdep.c (amd64_regset_from_core_section): Use
2360 regset_xmalloc to construct regset structures.
2361 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
2362 * i386-tdep.c (i386_regset_from_core_section): Same.
2363 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
2364 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
2365 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
2366 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
2367 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
2368 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
2369 * Makefile.in (COMMON_OBS): Add regset.o.
2370 (regset.o): New rule.
2371
2372 2004-05-19 Joel Brobecker <brobecker@gnat.com>
2373
2374 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
2375 and pthread_cond_wait.c.
2376
2377 2004-05-18 Jim Blandy <jimb@redhat.com>
2378
2379 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
2380 before the mach-specific switch, and then let the individual cases
2381 override the defaults, rather than leaving them uninitialized
2382 until the switch and then setting them in each case.
2383
2384 2004-05-18 Randolph Chung <tausq@debian.org>
2385
2386 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
2387 millicode functions.
2388
2389 2004-05-18 Randolph Chung <tausq@debian.org>
2390
2391 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
2392 references to dld_flags_buffer consistent.
2393
2394 2004-05-18 Randolph Chung <tausq@debian.org>
2395
2396 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
2397 it for unwinding the stack.
2398
2399 2004-05-18 Randolph Chung <tausq@debian.org>
2400
2401 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
2402 Undefine these so we can overide them using gdbarch.
2403
2404 2004-05-18 Randolph Chung <tausq@debian.org>
2405
2406 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
2407 handling for 64-bit HPUX (elf).
2408
2409 2004-05-18 Daniel Jacobowitz <dan@debian.org>
2410
2411 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
2412 constants.
2413 * amd64-tdep.c (amd64_skip_prologue): Likewise.
2414 * ia64-tdep.c (examine_prologue): Likewise.
2415 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
2416 * v850-tdep.c (v850_fix_call_dummy): Likewise.
2417
2418 2004-05-18 Mark Kettenis <kettenis@gnu.org>
2419
2420 * vax-tdep.c (vax_return_value): Implement
2421 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2422
2423 2004-05-17 Mark Kettenis <kettenis@gnu.org>
2424
2425 * vax-tdep.c (vax_return_value): Fix typo.
2426
2427 2004-05-17 Andrew Cagney <cagney@redhat.com>
2428
2429 * MAINTAINERS: Mark Salter was also responsible for
2430 testsuite/config/
2431
2432 * NEWS: Mention signal fixes.
2433
2434 2004-05-17 Randolph Chung <tausq@debian.org>
2435
2436 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
2437 check to see if we are unwinding an export stub. Export stubs clobber
2438 the %rp in the call path and stores the original rp in a stack slot.
2439
2440 2004-05-17 Jim Blandy <jimb@redhat.com>
2441
2442 * MAINTAINERS: Update address for J.T. Conklin.
2443
2444 2004-05-17 Randolph Chung <tausq@debian.org>
2445
2446 * hppa-tdep.c: Remove superfluous #include's.
2447 * Makefile.in (hppa-tdep.o): Update dependencies.
2448
2449 2004-05-17 Randolph Chung <tausq@debian.org>
2450
2451 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
2452 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
2453 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
2454 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
2455 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
2456 Remove static function declarations.
2457
2458 2004-05-17 Mark Kettenis <kettenis@gnu.org>
2459
2460 * alphabsd-nat.c: Update copyright year.
2461 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
2462
2463 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
2464 and M68K_A2_REGNUM.
2465
2466 * m68k-tdep.c (m68k_svr4_return_value): Implement
2467 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2468
2469 2004-05-16 Mark Kettenis <kettenis@gnu.org>
2470
2471 * sol-thread.c Update copyright year. Fix various coding
2472 standards violations. Tweak a few comments.
2473 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
2474 Delete prototypes.
2475
2476 2004-05-15 Randolph Chung <tausq@debian.org>
2477
2478 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
2479 as pointer instead of array reference since HPUX compiler does
2480 not accept unsized array arguments.
2481 * somsolib.c (dld_flags_buffer): Use constant array size.
2482
2483 2004-05-15 Mark Kettenis <kettenis@gnu.org>
2484
2485 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
2486 offset with decimal offset.
2487 (amd64obsd_sigcontext_addr): Return correct address for entire
2488 signal trampoline.
2489
2490 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
2491 instead of get_frame_base.
2492
2493 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
2494 (fill_gregset): Use regcache_raw_collect.
2495
2496 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
2497 ppcobsd-tdep.c.
2498
2499 * config/sparc/tm-nbsd64.h: Remove file.
2500 * config/tm-sunos.h: Remove file.
2501
2502 2004-05-15 Joel Brobecker <brobecker@gnat.com>
2503
2504 * rs6000-tdep.c (store_param_on_stack_p): New function,
2505 an improved version of some code extracted from skip_prologue().
2506 (skip_prologue): Use store_param_on_stack_p() to detect
2507 instructions saving a parameter on the stack. Detect when r0
2508 is used to save a parameter.
2509 Do not mark "li rx, SIMM" instructions as part of the prologue,
2510 unless the following instruction is also part of the prologue.
2511
2512 2004-05-14 Andrew Cagney <cagney@redhat.com>
2513
2514 * infrun.c (handle_inferior_event): Simplify
2515 STEP_OVER_UNDEBUGGABLE.
2516
2517 * infrun.c (handle_step_into_function): Delete function.
2518 (handle_inferior_event): Inline calls to
2519 handle_step_into_function.
2520
2521 2004-05-14 Jerome Guitton <guitton@rome.act-europe.fr>
2522
2523 * rs6000-nat.c: Fix a comment.
2524
2525 2004-05-12 David Anderson <davea@sgi.com>
2526
2527 Committed by Jim Blandy <jimb@redhat.com>:
2528 * regcache.c (struct regcache_descr): fix comment spelling.
2529
2530 2004-05-13 J. Brobecker <brobecker@gnat.com>
2531
2532 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
2533 Fixes a link link failure.
2534
2535 2004-05-13 J. Brobecker <brobecker@gnat.com>
2536
2537 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
2538 error that was causing the build to fail.
2539
2540 2004-05-13 J. Brobecker <brobecker@gnat.com>
2541
2542 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
2543 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
2544
2545 2004-05-13 Andrew Cagney <cagney@redhat.com>
2546
2547 * infrun.c (handle_inferior_event): Check for
2548 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
2549 calls. Update comments.
2550
2551 2004-05-13 Jim Blandy <jimb@redhat.com>
2552
2553 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
2554 (fetch_regs_user_thread, fetch_regs_kernel_thread)
2555 (store_regs_user_thread, store_regs_kernel_thread): Use
2556 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
2557 * ppc-linux-nat.c (fill_gregset): Same.
2558 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
2559 (ppc_linux_sigtramp_cache): Same.
2560 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
2561 (ppcnbsd_sigtramp_cache_init): Same.
2562 * rs6000-nat.c (fetch_core_registers): Same.
2563 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
2564 (rs6000_frame_cache): Same.
2565
2566 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
2567 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
2568 of assuming that the gprs are numbered starting with zero.
2569 * ppc-linux-nat.c (fill_gregset): Same.
2570 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
2571 * ppcnbsd-nat.c (getregs_supplies): Same.
2572 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
2573 * rs6000-nat.c (fetch_core_registers): Same.
2574 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
2575
2576 2004-05-07 Michael Snyder <msnyder@redhat.com>
2577
2578 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
2579 LOC_COMPUTED_ARG, and LOC_INDIRECT.
2580
2581 2004-05-13 Andrew Cagney <cagney@redhat.com>
2582
2583 * infrun.c (handle_inferior_event): Use frame_unwind_id.
2584
2585 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
2586
2587 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
2588 base_address for shared libraries.
2589
2590 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
2591
2592 * MAINTAINERS (write after approval): Add myself.
2593
2594 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
2595
2596 * breakpoint.c (bpstat_stop_status): Add new argument
2597 STOPPED_BY_WATCHPOINT. Use it instead of testing
2598 target_stopped_data_address agaist 0 to check whether
2599 or not we stopped due to a hardware watchpoint.
2600 * breakpoint.h (bpstat_stop_status): Adapt prototype.
2601 * infrun.c (handle_inferior_event): Call bpstat_stop_status
2602 with new argument.
2603
2604 2004-05-12 Jim Blandy <jimb@redhat.com>
2605
2606 * configure.in: When checking whether we should use the -bbigtoc
2607 option, don't forget to restore the original value of LDFLAGS.
2608 * configure: Regenerated.
2609
2610 2004-05-12 Andrew Cagney <cagney@redhat.com>
2611
2612 * thread.c (load_infrun_state): Delete step_sp.
2613 * infrun.c (context_switch): Ditto.
2614 * inferior.h (step_sp): Ditto.
2615 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
2616 * gdbthread.h (struct thread_info, save_infrun_state)
2617 (restore_infrun_state): Ditto.
2618
2619 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
2620
2621 * MAINTAINERS (write after approval): Add myself.
2622
2623 2004-05-12 Andrew Cagney <cagney@redhat.com>
2624
2625 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
2626 eliminate reference to step_sp.
2627 (struct execution_control_state, init_execution_control_state)
2628 (handle_inferior_event, keep_going): Delete update_step_sp and
2629 step_sp.
2630 * infcmd.c (step_sp): Note that variable is unused.
2631
2632 2004-05-11 Andrew Cagney <cagney@redhat.com>
2633
2634 * infrun.c (step_over_function): Delete function.
2635 (handle_step_into_function): Use insert_step_resume_breakpoint.
2636 (insert_step_resume_breakpoint): Fix assertion.
2637
2638 2004-05-11 Nick Roberts <nickrob@gnu.org>
2639
2640 * utils.c (defaulted_query): Just use the normal query input type
2641 when printing the annotations.
2642
2643 2004-05-11 Andrew Cagney <cagney@redhat.com>
2644
2645 * infrun.c (handle_inferior_event): Simplify code handling
2646 step-into or return-from a signal trampoline.
2647
2648 2004-05-11 Andrew Cagney <cagney@redhat.com>
2649
2650 * ppcnbsd-tdep.c: Include "gdb_assert.h".
2651 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
2652
2653 2004-05-10 Jim Blandy <jimb@redhat.com>
2654
2655 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
2656 with a call to internal_error.
2657
2658 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
2659 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
2660 processor variant lacks those registers.
2661 (ppc_floating_point_unit_p): Change description to make it clear
2662 that this returns info about the ISA, not the ABI.
2663 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
2664 return true or false by checking tdep->ppc_fp0_regnum and
2665 tdep->ppc_fpscr_regnum. The original code replicated the BFD
2666 arch/mach switching done in rs6000_gdbarch_init; it's better to
2667 keep that logic there, and just check the results here.
2668 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
2669 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
2670 floating-point registers.
2671 (ppc_supply_fpregset, ppc_collect_fpregset)
2672 (rs6000_push_dummy_call, rs6000_extract_return_value)
2673 (rs6000_store_return_value): Assert that we have floating-point
2674 registers.
2675 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
2676 (rs6000_frame_cache): Don't note the locations at which
2677 floating-point registers were saved if we have no fprs.
2678 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
2679 registers.
2680 (fetch_regs_user_thread, fetch_regs_kernel_thread)
2681 (store_regs_user_thread, store_regs_kernel_thread): Only call
2682 supply_fprs / fill_fprs if we actually have floating-point
2683 registers.
2684 (special_register_p): Check ppc_fpscr_regnum before matching
2685 against it.
2686 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
2687 supply / collect fpscr if we don't have it.
2688 * ppc-bdm.c: #include "gdb_assert.h".
2689 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
2690 have floating-point registers, since I can't test this code on
2691 FP-free systems to adapt it.
2692 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
2693 fpscr and floating point register numbers if they don't exist.
2694 (fetch_register): Assert that we have floating-point registers
2695 before we reach the code that handles them.
2696 (store_register): Same. And use tdep instead of calling
2697 gdbarch_tdep again.
2698 (fill_fpregset): Don't try to collect FP registers and fpscr if we
2699 don't have them.
2700 (ppc_linux_sigtramp_cache): Don't record the saved locations of
2701 fprs and fpscr if we don't have them.
2702 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
2703 don't have them.
2704 * ppcnbsd-nat.c: #include "gdb_assert.h".
2705 (getfpregs_supplies): Assert that we have floating-point registers.
2706 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
2707 * ppcobsd-tdep.c: #include "gdb_assert.h".
2708 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
2709 have floating-point registers.
2710 * rs6000-nat.c (regmap): Don't match against the fpscr and
2711 floating point register numbers if they don't exist.
2712 (fetch_inferior_registers, store_inferior_registers,
2713 fetch_core_registers): Only fetch / store / supply the
2714 floating-point registers and the fpscr if we have them.
2715 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
2716 (ppcobsd-tdep.o): Update dependencies.
2717
2718 2004-05-10 Andrew Cagney <cagney@redhat.com>
2719
2720 * infrun.c (through_sigtramp_breakpoint): Delete variable.
2721 (context_switch): Do not switch through_sigtramp_breakpoint.
2722 * gdbthread.h (save_infrun_state, load_infrun_state)
2723 (struct thread_info): Delete through_sigtramp_breakpoint parameter
2724 and structure member.
2725 * thread.c (load_infrun_state, save_infrun_state): Update.
2726
2727 2004-05-10 Mark Kettenis <kettenis@gnu.org>
2728
2729 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
2730
2731 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2732
2733 * acinclude.m4: Quote macro names being defined by AC_DEFUN
2734 throughout.
2735 * aclocal.m4: Regenerate.
2736
2737 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
2738
2739 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
2740
2741 2004-05-10 Andrew Cagney <cagney@redhat.com>
2742
2743 * infrun.c (check_sigtramp2): Delete function.
2744 (handle_inferior_event): When single stepping, and taking a
2745 signal, set a breakpoint at the signal return address. Delete
2746 redundant calls to check_sigtramp2.
2747 (insert_step_resume_breakpoint): New function.
2748 (through_sigtramp_breakpoint, handle_inferior_event)
2749 (follow_exec, wait_for_inferior, fetch_inferior_event)
2750 (currently_stepping, keep_going): Delete most uses of
2751 through_sigtramp_breakpoint, not that it should be deleted.
2752 (delete_breakpoint_current_contents): Delete function.
2753
2754 2004-05-10 Randolph Chung <tausq@debian.org>
2755
2756 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
2757 target.
2758 * config/pa/tm-linux.h: New file.
2759
2760 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
2761
2762 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
2763 of prefixes. Don't print the prefix twice in the CLI.
2764
2765 2004-05-10 Jim Blandy <jimb@redhat.com>
2766
2767 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
2768 collect all the gprs.
2769
2770 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
2771 loop collecting gprs.
2772
2773 2004-05-09 Andrew Cagney <cagney@redhat.com>
2774
2775 * remote-vx.c (net_step): Delete step-range code.
2776 * remote.c (remote_resume, init_all_packet_configs)
2777 (set_remote_protocol_E_packet_cmd)
2778 (show_remote_protocol_E_packet_cmd)
2779 (remote_protocol_E, show_remote_cmd, _initialize_remote)
2780 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
2781 (show_remote_protocol_e_packet_cmd): Ditto.
2782
2783 2004-05-09 Mark Kettenis <kettenis@gnu.org>
2784
2785 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
2786
2787 * hppa-tdep.h: Update copyright year.
2788 (struct trad_frame_saved_reg): Add opaque declaration.
2789
2790 * amd64-tdep.c (amd64_return_value): Implement
2791 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2792
2793 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
2794 (m68k_value_to_register): New functions.
2795 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
2796 value_to_register.
2797
2798 * defs.h (enum return_value_convention): Add
2799 RETURN_VALUE_ABI_RETURNS_ADDRESS and
2800 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
2801 * infcmd.c (legacy_return_value): New function.
2802 (print_return_value): Rwerite to implement
2803 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2804 * values.c (using_struct_return): Check for inequality to
2805 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
2806 RETURN_VALUE_STRUCT_CONVENTION.
2807 * i386-tdep.c (i386_return_value): Implement
2808 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2809
2810 * vax-tdep.c: Tweak comments. Reorder include files. Don't
2811 include "symtab.h", "opcode/vax.h" and "inferior.h".
2812 (vax_skip_prologue): Replace calls to read_memory_integer by calls
2813 to read_memory_unsigned_integer.
2814 (vax_gdbarch_init): Reorder.
2815 (_initialize_vax_tdep): Spell out prototype.
2816 * Makefile.in (vax-tdep.o): Update dependencies.
2817
2818 2004-05-08 Andrew Cagney <cagney@redhat.com>
2819
2820 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
2821 * target.c (target_detach, target_disconnect): Ditto.
2822
2823 * infcall.c (call_function_by_hand): When no
2824 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
2825 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
2826 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
2827 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2828 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2829
2830 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
2831 * gdbarch.h, gdbarch.c: Re-generate.
2832 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2833 deprecated_fix_call_dummy.
2834 * v850-tdep.c (v850_gdbarch_init): Ditto.
2835 * infcall.c (call_function_by_hand): Do not call
2836 DEPRECATED_FIX_CALL_DUMMY.
2837
2838 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
2839 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
2840 * gdbarch.h, gdbarch.c: Re-generate.
2841 * arm-linux-tdep.c (arm_linux_call_dummy_words)
2842 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
2843 deprecated_sizeof_call_dummy_words.
2844 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
2845 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2846 * v850-tdep.c (v850_gdbarch_init): Ditto.
2847 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2848 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
2849 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2850 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2851 * arch-utils.h (legacy_call_dummy_words)
2852 (legacy_sizeof_call_dummy_words): Delete declarations.
2853 * arch-utils.c (legacy_call_dummy_words)
2854 (legacy_sizeof_call_dummy_words): Delete variables.
2855
2856 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
2857 * gdbarch.h, gdbarch.c: Re-generate.
2858 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
2859 * infcall.c (call_function_by_hand): Eliminate call to
2860 DEPRECATED_PUSH_DUMMY_FRAME.
2861 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
2862 push_dummy_frame.
2863 (ns32k_push_dummy_frame): Delete function.
2864
2865 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2866 deprecated_call_dummy_breakpoint_offset or
2867 deprecated_call_dummy_start_offset.
2868 * dummy-frame.c, arm-tdep.c: Update comments.
2869 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
2870 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
2871 * gdbarch.h, gdbarch.c: Re-generate.
2872
2873 * infcall.c (legacy_push_dummy_code): Delete function.
2874 (push_dummy_code): Delete call.
2875
2876 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
2877 * gdbarch.h, gdbarch.c: Re-generate.
2878 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
2879 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
2880 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
2881 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
2882
2883 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
2884 (struct frame_info): Delete opaque declaration.
2885 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
2886 * frame.c (get_frame_type): Delete call.
2887
2888 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
2889 pc_in_call_dummy.
2890 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
2891 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
2892
2893 2004-05-08 Mark Kettenis <kettenis@gnu.org>
2894
2895 * alphanbsd-tdep.c: Include "gdb_string.h".
2896 * armnbsd-tdep.c: Update copyright year.
2897 Include "gdb_string.h".
2898 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
2899 dependencies.
2900
2901 * delta68-nat.c: Remove file.
2902 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
2903 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
2904 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
2905 (delta68-nat.o): Remove dependency.
2906
2907 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
2908 function.
2909 (m68k_gdbarch_init): Don't set
2910 deprecated_frameless_function_invocation.
2911
2912 2004-05-07 Randolph Chung <tausq@debian.org>
2913
2914 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
2915 read_memory_nobpt for code reading when doing frame unwinding.
2916 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
2917
2918 2004-05-07 Randolph Chung <tausq@debian.org>
2919
2920 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
2921 instead of sp, handle sigaltstack case.
2922 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
2923 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
2924 signal handler and not that of the caller.
2925 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
2926 hppa_linux_sigtramp_find_sigcontext.
2927
2928 2004-05-07 Randolph Chung <tausq@debian.org>
2929
2930 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
2931 hppa-linux-nat.c.
2932 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
2933 * hppa-linux-nat.c (fetch_register, store_register): Define.
2934 (fetch_inferior_registers, store_inferior_registers): Define.
2935 (supply_gregset): Add comment and clean up some unneeded code.
2936 (fill_gregset): Add comment and fix so that it saves registers in
2937 the right place in the gregset.
2938 (fill_fpregset): Fix buffer overrun problem.
2939 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
2940
2941 2004-05-07 Randolph Chung <tausq@debian.org>
2942
2943 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
2944 do common handling of the pcoqt register.
2945 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
2946 to use helper function.
2947 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
2948 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
2949 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
2950 generic fallback unwinder when all else fails.
2951 (hppa_gdbarch_init): Add fallback sniffer.
2952 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
2953 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
2954 to use helper function.
2955
2956 2004-05-08 Joel Brobecker <brobecker@gnat.com>
2957
2958 * config/djgpp/fnchange.lst: Add translation rules for
2959 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
2960
2961 2004-05-08 Mark Kettenis <kettenis@gnu.org>
2962
2963 * frame.c (get_prev_frame_1): Work around GCC bug.
2964 * frame.h: Add comment about GCC bug.
2965
2966 2004-05-07 Andrew Cagney <cagney@redhat.com>
2967
2968 * observer.c: Include "commands.h" and "gdbcmd.h".
2969 (observer_debug, _initialize_observer): Add the
2970 command "set/show debug observer".
2971 * observer.sh: When observer debugging, log notify calls.
2972 * Makefile.in (observer.o): Update dependencies.
2973
2974 2004-05-07 Jason Molenda (jmolenda@apple.com)
2975
2976 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
2977
2978 2004-05-07 Jim Blandy <jimb@redhat.com>
2979
2980 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
2981 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
2982 to recognize gpr regnums, instead of assuming that
2983 tdep->ppc_fp0_regnum marks the end of the general-purpose
2984 registers.
2985
2986 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
2987 the given architecture has floating-point registers.
2988
2989 2004-05-07 Andrew Cagney <cagney@redhat.com>
2990
2991 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
2992 macro defined to 1.
2993 * gdbarch.h, gdbarch.c: Re-generate.
2994 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2995 deprecated_use_generic_dummy_frames.
2996
2997 2004-05-07 Brian Ford <ford@vss.fsi.com>
2998
2999 * NEWS: Mention Cygwin DWARF 2 support.
3000
3001 2004-05-07 Andrew Cagney <cagney@redhat.com>
3002
3003 * objfiles.h (struct entry_info): Delete unused fields
3004 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
3005 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
3006 * mipsread.c (mipscoff_symfile_read): Update.
3007 * mdebugread.c (parse_partial_symbols): Update.
3008 * dwarfread.c (read_file_scope): Update.
3009 * dwarf2read.c (read_file_scope): Update.
3010 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
3011 * coffread.c (complete_symtab): Update.
3012
3013 2004-05-07 Mark Kettenis <kettenis@gnu.org>
3014
3015 * infcall.c (_initialize_infcall): Fix typo.
3016
3017 2004-05-07 Andrew Cagney <cagney@redhat.com>
3018
3019 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
3020 * command.h (add_setshow_zinteger_cmd): Declare.
3021
3022 2004-05-06 Randolph Chung <tausq@debian.org>
3023
3024 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
3025 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
3026 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
3027 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
3028 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
3029 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
3030 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
3031 definitions ...
3032 * hppa-tdep.h: ... to here, with HPPA_ prefix.
3033 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
3034 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
3035 (hppa64_hpux_frame_find_saved_regs_in_sig)
3036 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
3037 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
3038 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
3039 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
3040 (hppa_linux_sigtramp_frame_prev_register): Likewise.
3041 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
3042 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
3043 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
3044 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
3045 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
3046 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
3047 (hppa32_register_type, hppa_cannot_store_register)
3048 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
3049 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
3050 * hpread.c (hpread_process_one_debug_symbol): Likewise.
3051 * pa64solib.c (pa64_solib_have_load_event)
3052 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
3053 (pa64_solib_unloaded_library_pathname): Likewise.
3054 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
3055 (som_solib_library_pathname): Likewise.
3056
3057 2004-05-05 Jim Ingham <jingham@apple.com>
3058
3059 * breakpoint.c (create_breakpoints): Copy the ignore count and
3060 thread id over from the pended breakpoint to the actual
3061 breakpoint.
3062
3063 2004-05-05 Andrew Cagney <cagney@redhat.com>
3064
3065 * gdbarch.sh (PARM_BOUNDARY): Delete.
3066 gdbarch.h, gdbarch.c: Re-generate.
3067 * valops.c (PARM_BOUNDARY): Delete macro.
3068 (value_push): Delete PARM_BOUNDARY code.
3069 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
3070
3071 2004-05-04 Jim Blandy <jimb@redhat.com>
3072
3073 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
3074 Don't assume that the gprs, fprs, and UISA sprs are
3075 contiguous, start at register number zero, and end with fpscr.
3076 Instead, use the numbers from the tdep structure.
3077
3078 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
3079 should no longer be used in code specific to the RS6000 and its
3080 derivatives.
3081 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
3082 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
3083 tdep->ppc_fp0_regnum.
3084 (ppc_supply_fpregset, ppc_collect_fpregset)
3085 (rs6000_push_dummy_call, rs6000_extract_return_value)
3086 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
3087 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
3088 FP0_REGNUM.
3089 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
3090 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
3091 Same.
3092 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
3093 bdm_ppc_store_registers): Same.
3094 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
3095 (store_register, fill_fpregset): Same.
3096 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
3097 (ppc_linux_supply_fpregset): Same.
3098 * ppcnbsd-nat.c (getfpregs_supplies): Same.
3099 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
3100 Same.
3101 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
3102 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
3103 ppc64_sysv_abi_return_value): Same.
3104 * rs6000-nat.c (regmap, fetch_inferior_registers)
3105 (store_inferior_registers, fetch_core_registers): Same.
3106
3107 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3108
3109 * m68knbsd-nat.c: Remove file.
3110 * m68knbsd-tdep.c: Remove file.
3111 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
3112 dependencies.
3113 * configure.host: Add m68k-*-netbsdelf*.
3114 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
3115 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
3116 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
3117 (XM_FILE): Remove.
3118 * config/m68k/nbsdelf.mh: New file.
3119 * config/m68k/nbsd.mt: New file.
3120 * config/m68k/nbsdaout.mt: Remove file.
3121 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
3122 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
3123 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
3124 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
3125 (use_struct_convention): Remove prototype.
3126 (USE_STRUCT_CONVENTION): Remove define.
3127 * config/m68k/xm-nbsd.h: Remove file.
3128
3129 2004-05-04 Michael Snyder <msnyder@redhat.com>
3130
3131 * m68k-tdep.c (m68k_gdbarch_init): Default to using
3132 reg_struct_return method (as gcc usually does for cross targets).
3133
3134 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3135
3136 Committed by Andrew Cagney.
3137 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
3138 alignment padding when accessing ucontext struct members.
3139
3140 2004-05-04 Jim Blandy <jimb@redhat.com>
3141
3142 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
3143 'ppc_gplast_regnum' member.
3144 (ppc_num_gprs): New enum constant.
3145 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
3146 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
3147 * rs6000-nat.c (regmap, fetch_inferior_registers,
3148 store_inferior_registers): Same.
3149 * rs6000-tdep.c (e500_pseudo_register_read)
3150 (e500_pseudo_register_write): Same.
3151 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
3152
3153 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
3154 * ppc-tdep.h (ppc_num_fprs): New enum constant.
3155 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
3156 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
3157 FPLAST_REGNUM.
3158 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3159 Same.
3160 * ppc-linux-nat.c (ppc_register_u_addr): Same.
3161 * rs6000-nat.c (regmap, fetch_inferior_registers)
3162 (store_inferior_registers): Same.
3163
3164 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
3165 with FPLAST_REGNUM.
3166
3167 2004-05-03 Joel Brobecker <brobecker@gnat.com>
3168
3169 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
3170 failure detected by recent versions of GCC.
3171 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
3172 to be consistent with the usage in dwarf2_create_include_psymtab.
3173
3174 2004-05-03 Michael Snyder <msnyder@redhat.com>
3175
3176 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
3177 (heuristic_proc_start): Whitespace cleanup.
3178
3179 2004-05-04 Mark Kettenis <kettenis@gnu.org>
3180
3181 * sun3-nat.c: Remove file.
3182 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
3183 dependencies.
3184 (ALLDEPFILES): Remove sun3-nat.c.
3185 (sun3-nat.o): Remove dependencies.
3186
3187 * i386-interix-nat.c, i386-interix-tdep.c,
3188 config/i386/nm-interix.h, config/i386/interix.mh,
3189 config/i386/interix.mt: Remove files.
3190 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
3191 dependencies.
3192
3193 2004-05-03 Mark Kettenis <kettenis@gnu.org>
3194
3195 * m68k-tdep.h (struct gdbarch_tdep): Add member
3196 struct_value_regnum.
3197 (m68k_svr4_init_abi): New prototype.
3198 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
3199 different calling conventions.
3200 (m68k_extract_return_value): Remove code dealing with single-field
3201 structs.
3202 (m68k_store_return_value): Remove code dealing with single-field
3203 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
3204 (m68k_extract_struct_value_address): Remove function.
3205 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
3206 (m68k_reg_struct_return_p, m68k_return_value)
3207 (m68k_svr4_return_value): New functions.
3208 (m68k_use_struct_convention): Remove function.
3209 (m68k_push_dummy_call): Use new struct_value_regnum member of
3210 `struct gdbarch_tdep' instead of hardcoded register number to
3211 store STRUCT_ADDR.
3212 (m68k_svr4_init_abi): New function.
3213 (m68k_gdbarch_init): Don't set extract_return_value,
3214 store_return_values, deprecated_extract_struct_value_address and
3215 use_struct_convention. Set return_value instead. Initialize new
3216 struct_value_regnum member of `struct gdbarch_tdep'.
3217 * m68klinux-tdep.c: Update copyright year.
3218 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
3219 (m68k_linux_extract_struct_value_address): Remove function.
3220 (m68k_linux_init_abi): Don't set extract_return_value,
3221 store_return_values, deprecated_extract_struct_value_address and
3222 use_struct_convention. Call m68k_svr4_init_abi but override the
3223 new struct_value_regnum member of `struct gdbarch_tdep'.
3224 * Makefile.in (m68k-tdep.o): Update dependencies.
3225
3226 2004-05-03 J. Brobecker <brobecker@gnat.com>
3227
3228 * dwarf2read.c (line_header): Add new included_p field in
3229 field file_names.
3230 (partial_die_info): New field has_stmt_list. New field line_offset.
3231 (dwarf2_create_include_psymtab): New function.
3232 (dwarf2_build_include_psymtabs): New function.
3233 (add_file_name): Add forward declaration. Initialize new field.
3234 (dwarf_decode_lines): Add new parameter. Enhance this procedure
3235 to be able to determine the list of files included by the
3236 given unit, and build their associated psymtabs.
3237 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
3238 files as well.
3239 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
3240 (read_file_scope): Update call to dwarf_decode_lines.
3241 (read_partial_die): Handle DW_AT_stmt_list attributes.
3242
3243 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
3244
3245 Unfix PR gdb/1626.
3246 * configure.in: Revert special case for osf5.*.
3247 * configure: Regenerate.
3248
3249 2004-05-02 Jim Blandy <jimb@redhat.com>
3250
3251 Move the symbol-file-from-memory functions into their own file.
3252 * symfile-mem.c, symfile-mem.h: New files.
3253 * symfile.c (symbol_file_add_from_bfd): New function.
3254 (symbol_file_add): Call symbol_file_add_from_bfd.
3255 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
3256 Moved to symfile-mem.c.
3257 (_initialize_symfile): Move definition of
3258 add-symbol-file-from-memory command to symfile-mem.c.
3259 * symfile.h (symbol_file_add_from_bfd): New declaration.
3260 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
3261 * config/powerpc/linux.mt (TDEPFILES): Same.
3262 * Makefile.in (SFILES): Add symfile-mem.c.
3263 (symfile_mem_h): New variable.
3264 (HFILES_NO_SRCDIR): Add symfile-mem.h.
3265 (symfile-mem.o): New rule.
3266
3267 2004-05-01 Andrew Cagney <cagney@redhat.com>
3268
3269 * breakpoint.c (insert_bp_location): Use get_frame_id, and
3270 frame_find_by_id instead of frame_relative_level.
3271 (do_enable_breakpoint): Ditto.
3272 * thread.c: Update copyright.
3273 (info_threads_command): Ditto, simplify.
3274
3275 * frame.c (deprecated_generic_get_saved_register): Delete
3276 function, moved to "xstormy16-tdep.c".
3277 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
3278 deprecated_generic_get_saved_register from "frame.c".
3279 (xstormy16_frame_saved_register): Call
3280 xstormy16_get_saved_register.
3281 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
3282 static.
3283 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
3284 * frame.h (deprecated_generic_get_saved_register): Delete.
3285
3286 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
3287
3288 * dwarfread.c: Update documentation on the state of dwarf-1.
3289
3290 2004-05-01 Andrew Cagney <cagney@redhat.com>
3291
3292 * stack.c (select_frame_command): Delete call to
3293 frame_relative_level.
3294 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
3295 Delete #if0 code.
3296 (frame_info): Do not print FRAMELESS.
3297 (print_block_frame_labels): Replace DEPRECATED_STREQ.
3298 (catch_info): Delete #if0 code.
3299
3300 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
3301 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
3302 of frame_relative_level.
3303 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
3304 to SENTINEL_FRAME.
3305 * frame.h (enum frame_type): Add SENTINEL_FRAME.
3306 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
3307 frame_relative_level.
3308
3309 * frame.h (deprecated_set_frame_type): Delete declaration.
3310 * frame.c (deprecated_set_frame_type): Delete function, update
3311 comments.
3312
3313 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
3314 * gdbarch.h, gdbarch.c: Re-generate.
3315 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
3316 (shnbsd_pc_in_sigtramp): Delete.
3317 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
3318 pc_in_sigtramp.
3319 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
3320 pc_in_sigtramp.
3321 * frame.h: Update comments.
3322 * ppc-linux-tdep.c: Update comments.
3323 * breakpoint.c (bpstat_what): Update comments.
3324
3325 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
3326 m68klinux-tdep.o's dependencies, were previously added to
3327 m68klinux-nat.o.
3328
3329 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
3330 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
3331 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
3332 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
3333 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
3334
3335 * Makefile.in (m68klinux-nat.o): Update dependencies.
3336 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
3337 (m68k_linux_sigtramp_frame_cache)
3338 (m68k_linux_sigtramp_frame_this_id)
3339 (m68k_linux_sigtramp_frame_prev_register)
3340 (m68k_linux_sigtramp_frame_unwind)
3341 (m68k_linux_sigtramp_frame_sniffer)
3342 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
3343 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
3344 names, use trad-frame.h.
3345 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
3346 (struct m68k_sigtramp_info): Delete.
3347 * m68k-tdep.c (m68k_sigtramp_frame_cache)
3348 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
3349 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
3350 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
3351 "m68klinux-tdep.c".
3352
3353 * infrun.c (check_sigtramp2): Delete check for
3354 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
3355
3356 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3357
3358 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
3359
3360 2004-05-01 Andrew Cagney <cagney@redhat.com>
3361
3362 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
3363 (frv_linux_sigtramp_frame_cache)
3364 (frv_linux_sigtramp_frame_this_id)
3365 (frv_linux_sigtramp_frame_prev_register)
3366 (frv_linux_sigtramp_frame_unwind)
3367 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
3368 include "linux" in function and variable names, directly call
3369 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
3370 the latest trad-frame code.
3371 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
3372 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
3373 * Makefile.in (frv-linux-tdep.o): Update dependencies.
3374 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
3375 * frv-tdep.c (frv_sigtramp_frame_cache)
3376 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
3377 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
3378 frv-linux-tdep.c.
3379 (frv_gdbarch_init): Do not append a sigtramp sniffer.
3380 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
3381 (frv_set_sigcontext_reg_addr): Delete function.
3382
3383 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
3384 (DEPRECATED_SIGTRAMP_END): Delete.
3385 * gdbarch.h, gdbarch.c: Re-generate.
3386 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
3387 * config/vax/tm-vaxbsd.h: Update copyright.
3388 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
3389 (DEPRECATED_IN_SIGTRAMP): Define.
3390 * config/m68k/tm-nbsd.h: Update copyright.
3391 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
3392 (DEPRECATED_IN_SIGTRAMP): Define.
3393
3394 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3395
3396 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
3397 encondings. Fixes PR gdb/1628.
3398
3399 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
3400 DW_CFA_restore state without a matching DW_CFA_remember_state
3401 instead of aborting. Fixes PR backtrace/1589.
3402
3403 2004-04-30 Joel Brobecker <brobecker@gnat.com>
3404
3405 * MAINTAINERS: Add self as AIX maintainer.
3406 Update my e-mail address in write-after-approval section.
3407
3408 2004-04-30 Andrew Cagney <cagney@redhat.com>
3409
3410 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
3411 (legacy_get_prev_frame): Ditto.
3412
3413 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
3414 (mips_gdbarch_init): Do not set pc_in_sigtramp.
3415 * mipsread.c (sigtramp_address): Delete extern variable.
3416 (mipscoff_new_init): Delete reference.
3417 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
3418 (fixup_sigtramp): Delete function.
3419 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
3420 (fixup_sigtramp): Delete declarations.
3421
3422 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
3423 deprecated_pc_in_sigtramp.
3424 (ppcnbsd_pc_in_sigtramp): Delete function.
3425
3426 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3427
3428 * config/m68k/nm-nbsd.h: Tweak comments.
3429 * config/m68k/nm-nbsdaout.h: Likewise.
3430
3431 2004-04-30 Andrew Cagney <cagney@redhat.com>
3432
3433 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
3434 legacy_pc_in_sigtramp.
3435 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
3436
3437 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3438
3439 Add OpenBSD/m68k support.
3440 * NEWS (New native configurations): Mention OpenBSD/m68k.
3441 * m68kbsd-tdep.c: New file.
3442 * m68kbsd-nat.c: New file.
3443 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
3444 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
3445 * configure.host: Add m68k-*-openbsd.
3446 * configure.tgt: Add m68k-*-openbsd.
3447 * config/m68k/tm-obsd.h: New file.
3448 * config/m68k/obsd.mt: New file.
3449 * config/m68k/obsd.mh: New file.
3450 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
3451 m68kbsd-tdep.c.
3452
3453 2004-04-30 Andrew Cagney <cagney@redhat.com>
3454
3455 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
3456 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
3457
3458 2004-04-30 Mark Kettenis <kettenis@gnu.org>
3459
3460 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
3461 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
3462
3463 2004-04-30 Brian Ford <ford@vss.fsi.com>
3464
3465 Revert 2004-04-16 change.
3466 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
3467 (i386_coff_init_abi): Remove.
3468 * i386-tdep.h (i386_coff_init_abi): Remove.
3469 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
3470
3471 2004-04-30 Andrew Cagney <cagney@redhat.com>
3472
3473 * blockframe.c (find_pc_partial_function): Delete use of
3474 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
3475 DEPRECATED_SIGTRAMP_END.
3476
3477 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
3478 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
3479 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
3480 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
3481 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
3482
3483 * defs.h (deprecated_inside_entry_file): Delete declaration.
3484 * blockframe.c (deprecated_inside_entry_file): Delete function.
3485 (legacy_frame_chain_valid): Delete call.
3486 * sh64-tdep.c (sh64_frame_chain): Delete call.
3487 * objfiles.h: Update comments.
3488 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
3489 call.
3490 * frame.c (get_prev_frame): Delete call, update comments.
3491
3492 2004-04-30 Brian Ford <ford@vss.fsi.com>
3493
3494 * MAINTAINERS (Write After Approval): Add myself.
3495
3496 2004-04-30 Andrew Cagney <cagney@redhat.com>
3497
3498 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
3499 * gdbarch.h, gdbarch.c: Re-generate.
3500 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
3501 code.
3502
3503 2004-04-30 Andrew Cagney <cagney@redhat.com>
3504
3505 * gdb-events.sh (selected_thread_changed)
3506 (selected_frame_level_changed, target_changed): Delete.
3507 * gdb-events.h, gdb-events.c: Re-generate.
3508 * valops.c (value_assign): Update.
3509 * stack.c (select_frame_command, up_silently_base)
3510 (down_silently_base): Update.
3511
3512 2004-04-29 Andrew Cagney <cagney@redhat.com>
3513
3514 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
3515 registers correctly.
3516 (print_gp_register_row, mips32_heuristic_proc_desc)
3517 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
3518 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
3519 references to mips_isa_regsize.
3520
3521 2004-04-29 Andrew Cagney <cagney@redhat.com>
3522
3523 * mips-tdep.c (struct gdbarch_tdep): Delete
3524 mips_fp_register_double.
3525 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
3526 mips_abi_regsize.
3527 (mips_gdbarch_init): Do not set mips_fp_register_double.
3528 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
3529
3530 2004-04-29 Joel Brobecker <brobecker@gnat.com>
3531
3532 Committed by Andrew Cagney.
3533 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
3534 function calls.
3535
3536 2004-04-29 Andrew Cagney <cagney@redhat.com>
3537
3538 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
3539 gdbarch, use mips_abi, update callers.
3540 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
3541 mips_abi_regsize, update callers.
3542 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
3543 mips_default_abi_regsize.
3544 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
3545 mips_default_abi_regsize.
3546
3547 2004-04-29 Andrew Cagney <cagney@redhat.com>
3548
3549 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
3550 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
3551 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
3552 mips_default_abi_regsize.
3553 (mips_isa_regsize): Rename mips_regisze.
3554 * mipsnbsd-tdep.c: Update.
3555 * mips-linux-tdep.c: Update.
3556 * irix5-nat.c: Update.
3557 * mips-tdep.h (mips_isa_regsize): Update.
3558
3559 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
3560 Delete all disabled code.
3561 * gdb-events.h, gdb-events.c: Re-generate.
3562
3563 2004-04-19 Jerome Guitton <guitton@gnat.com>
3564 Mark Kettenis <kettenis@gnu.org>
3565
3566 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
3567 the function begins with a branch instruction.
3568
3569 2004-04-29 Mark Kettenis <kettenis@gnu.org>
3570
3571 * i386-tdep.c: Fix spelling mistakes.
3572
3573 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3574 Andrew Cagney <cagney@redhat.com>
3575
3576 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
3577 <sys/proc.h>.
3578 * acconfig.h: Provide default _KMEMUSER value.
3579 * config.in, configure: Re-generate.
3580 * NEWS: Mention fix.
3581
3582 2004-04-24 Randolph Chung <tausq@debian.org>
3583
3584 * configure.host (hppa*-*-linux*): New target.
3585 * configure.tgt (hppa*-*-linux*): Likewise.
3586 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
3587 gdbarch_init_osabi() call earlier so that osabi-specific frame
3588 unwinders can be registered first.
3589 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
3590 hppa-linux-nat.c.
3591 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
3592 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
3593 * config/pa/linux.mh: New file.
3594 * config/pa/linux.mt: New file.
3595 * config/pa/nm-linux.h: New file.
3596 * config/pa/xm-linux.h: New file.
3597 * hppa-linux-nat.c: New file.
3598 * hppa-linux-tdep.c: New file.
3599
3600 2004-04-28 Randolph Chung <tausq@debian.org>
3601
3602 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
3603 return values.
3604 (hppa32_push_dummy_call): Fix small struct and floating point argument
3605 passing, and make sure the stack frame is properly aligned.
3606
3607 2004-04-28 Andrew Cagney <cagney@redhat.com>
3608
3609 * stack.c (print_stack_frame): Fix description.
3610
3611 * NEWS: Mention gdb/gdbserver/configure execute permission
3612 changed. PR server/519.
3613
3614 2004-04-28 Andrew Cagney <cagney@redhat.com>
3615
3616 * stack.c (print_stack_frame_stub): Delete declaration.
3617 (struct print_stack_frame_args, print_stack_frame)
3618 (print_frame_info, print_frame): Replace "source" with print what.
3619 Replace "print" with "print_level". Replace "args" with
3620 "print_args".
3621 * frame.h (show_and_print_stack_frame, print_stack_frame)
3622 (print_frame_info): Update declarations.
3623 * stack.c (select_and_print_frame, frame_command)
3624 (current_frame_command, up_command, down_command): Update calls -
3625 use get_selected_frame, pass "enum print_what" for source, do not
3626 call frame_relative_level.
3627 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
3628 * remote-rdp.c (remote_rdp_open): Ditto.
3629 * remote-mips.c (common_open): Ditto.
3630 * remote-e7000.c (e7000_start_remote): Ditto.
3631 * ocd.c (ocd_start_remote): Ditto.
3632 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
3633 * infrun.c (normal_stop): Ditto.
3634 * inflow.c (kill_command): Ditto.
3635 * infcmd.c (finish_command): Ditto.
3636 * corelow.c (core_open): Ditto.
3637 * tracepoint.c (finish_tfind_command): Ditto.
3638 * thread.c (info_threads_command, info_threads_command)
3639 (restore_current_thread, do_captured_thread_select): Ditto.
3640 * ada-tasks.c (task_command): Ditto.
3641
3642 2004-04-26 Orjan Friberg <orjanf@axis.com>
3643
3644 * frame.c: Include "observer.h".
3645 (frame_observer_target_changed): New function.
3646 (_initialize_frame): Attach target_changed observer.
3647 * regcache.c: Include "observer.h".
3648 (regcache_observer_target_changed): New function.
3649 (_initialize_regcache): Attach target_changed observer.
3650 * valops.c: Include "observer.h".
3651 (value_assign): Notify target_changed event when modifying register.
3652 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
3653
3654 2004-04-26 Orjan Friberg <orjanf@axis.com>
3655
3656 From Paul Koning <pkoning@equallogic.com>:
3657 * breakpoint.c (free_valchain): New function.
3658 (insert_bp_location, delete_breakpoint): Use free_valchain.
3659 (remove_breakpoint): Do not remove the valchain.
3660 (bpstat_stop_status): If not stopped by watchpoint, skip
3661 watchpoints when generating stop status list.
3662 * infrun.c (handle_inferior_event): Make
3663 stepped_after_stopped_by_watchpoint a global variable.
3664 * remote.c (remote_stopped_data_address): Return watch data
3665 address rather than zero if stepped_after_stopped_by_watchpoint is
3666 set.
3667
3668 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
3669
3670 Fix PR gdb/1626.
3671 * configure.in: Check for curses after termcap.
3672 On osf5.*, do not check for ncurses.
3673 * configure: Regenerate.
3674
3675 2004-04-25 Mark Kettenis <kettenis@gnu.org>
3676
3677 * ppcobsd-nat.c: Include "ppc-tdep.h".
3678 * Makefile.in (ppcobsd-nat.o): Update dependencies.
3679
3680 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
3681 Fixes PR tdep/1623 and PR tdep/1624.
3682
3683 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
3684
3685 * xmodem.h, xmodem.c: Remove files.
3686 * Makefile.in: Remove references to xmodem.h, xmodem.c.
3687
3688 2004-04-23 Randolph Chung <tausq@debian.org>
3689
3690 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
3691 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
3692 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
3693 for handling stackless frames.
3694 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
3695
3696 2004-04-23 Randolph Chung <tausq@debian.org>
3697
3698 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
3699 starts at a pc before the frame is created.
3700
3701 2004-04-23 Joel Brobecker <brobecker@gnat.com>
3702
3703 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
3704
3705 2004-04-23 Jerome Guitton <guitton@gnat.fr>
3706
3707 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
3708 use convert_typed_floating to get the appropriate format.
3709
3710 2004-04-22 Randolph Chung <tausq@debian.org>
3711
3712 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
3713 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
3714 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
3715 (hppa_sign_extend): Add prototype.
3716 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
3717 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
3718 (sign_extend): Rename with hppa_ prefix and make non-static. Other
3719 hppa targets will also use these functions.
3720 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
3721 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
3722 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
3723 (hppa_gdbarch_init): Remove gdbarch setting of
3724 skip_trampoline_code, in_solib_call_trampoline and
3725 in_solib_return_trampoline.
3726 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3727 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
3728 hppa_in_solib_call_trampoline.
3729 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
3730 Moved from hppa-tdep.c.
3731 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
3732 in_solib_call_trampoline and in_solib_return_trampoline.
3733
3734 2004-04-22 Randolph Chung <tausq@debian.org>
3735
3736 * hppa-tdep.c (hppa_debug): New variable.
3737 (find_unwind_entry, hppa_frame_cache): Add debug output.
3738 (_initialize_hppa_tdep): Add command to set debug flag.
3739
3740 2004-04-22 Andrew Cagney <cagney@redhat.com>
3741
3742 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
3743 "trad-frame.h".
3744 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
3745 signal trampoline unwinder.
3746 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
3747
3748 2004-04-22 Mark Kettenis <kettenis@gnu.org>
3749
3750 Add OpenBSD/powerpc support.
3751 * NEWS (New native configurations): Mention OpenBSD/powerpc.
3752 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
3753 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
3754 (ppc_collect_fpregset): New prototypes.
3755 * ppcobsd-nat.c: New file.
3756 * ppcobsd-tdep.c: New file.
3757 * ppcobsd-tdep.h: New file.
3758 * rs6000-tdep.c: Include "regset.h".
3759 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
3760 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
3761 New functions.
3762 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
3763 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
3764 (rs6000-tdep.o): Update dependencies.
3765 * configure.host: Add powerpc-*-openbsd.
3766 * configure.tgt: Add powerpc-*-openbsd.
3767 * config/powerpc/obsd.mh: New file.
3768 * config/powerpc/nm-obsd.h: New file.
3769 * config/powerpc/obsd.mt: New file.
3770
3771 2004-04-22 Andrew Cagney <cagney@redhat.com>
3772
3773 * frame.h (show_frame_info): Delete declaration.
3774
3775 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
3776 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
3777 * m32r-tdep.c (m32r_frame_this_id): Ditto.
3778 * frv-tdep.c (frv_frame_this_id): Ditto.
3779 * avr-tdep.c (avr_frame_this_id): Ditto.
3780
3781 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
3782
3783 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
3784
3785 2004-04-22 Jim Blandy <jimb@redhat.com>
3786
3787 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
3788 register number zero.
3789
3790 2004-04-21 Michael Snyder <msnyder@redhat.com>
3791
3792 * mips-tdep.c (heuristic_proc_start):
3793 Warning() already prefixes "Warning: ".
3794
3795 2004-04-21 Andrew Cagney <cagney@redhat.com>
3796
3797 * annotate.h (deprecated_annotate_starting_hook)
3798 (deprecated_annotate_stopped_hook)
3799 (deprecated_annotate_exited_hook)
3800 (deprecated_annotate_signal_hook)
3801 (deprecated_annotate_signalled_hook): Deprecate.
3802 * tracepoint.h (deprecated_create_tracepoint_hook)
3803 (deprecated_delete_tracepoint_hook)
3804 (deprecated_modify_tracepoint_hook)
3805 (deprecated_trace_find_hook)
3806 (deprecated_trace_start_stop_hook): Deprecate.
3807 * target.h (deprecated_target_new_objfile_hook): Deprecate.
3808 * remote.h (deprecated_target_resume_hook)
3809 (deprecated_target_wait_loop_hook): Deprecate.
3810 * gdbcore.h (deprecated_exec_file_display_hook)
3811 (deprecated_file_changed_hook): Deprecate.
3812 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
3813 * defs.h (deprecated_modify_breakpoint_hook)
3814 (deprecated_command_loop_hook, deprecated_show_load_progress)
3815 (deprecated_print_frame_info_listing_hook)
3816 (deprecated_query_hook, deprecated_warning_hook)
3817 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
3818 (deprecated_delete_breakpoint_hook)
3819 (deprecated_interactive_hook, deprecated_registers_changed_hook)
3820 (deprecated_readline_begin_hook, deprecated_readline_hook)
3821 (deprecated_readline_end_hook, deprecated_register_changed_hook)
3822 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
3823 (deprecated_context_hook, deprecated_target_wait_hook)
3824 (deprecated_attach_hook, deprecated_detach_hook)
3825 (deprecated_call_command_hook, deprecated_set_hook)
3826 (deprecated_error_hook, deprecated_error_begin_hook)
3827 (deprecated_ui_load_progress_hook): Deprecate.
3828 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
3829 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
3830 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
3831 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
3832 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
3833 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
3834 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
3835 * annotate.c, aix-thread.c: Update.
3836
3837 2004-04-21 Andrew Cagney <cagney@redhat.com>
3838
3839 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
3840 * vaxnbsd-tdep.c: Include "gdb_string.h".
3841
3842 * symfile.c (symbol_file_add_from_memory): #if 0 function.
3843 (add_symbol_file_from_memory_command): #if 0 function body, call
3844 error instead.
3845
3846 2004-04-21 Andrew Cagney <cagney@redhat.com>
3847
3848 * gdbcore.h: Update copyright.
3849 (deprecated_add_core_fns): Rename add_core_fns.
3850 * win32-nat.c (_initialize_core_win32): Update.
3851 * sun3-nat.c (_initialize_core_sun3): Update.
3852 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
3853 * rs6000-nat.c (_initialize_core_rs6000): Update.
3854 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
3855 * nto-tdep.c (_initialize_nto_tdep): Update.
3856 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
3857 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
3858 * mips-nat.c (_initialize_core_mips): Update.
3859 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
3860 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
3861 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
3862 * lynx-nat.c (_initialize_core_lynx): Update.
3863 * irix5-nat.c (_initialize_core_irix5): Update.
3864 * i386-interix-nat.c (_initialize_core_interix): Update.
3865 * cris-tdep.c (_initialize_cris_tdep): Update.
3866 * corelow.c (deprecated_add_core_fns): Update.
3867 * core-regset.c (_initialize_core_regset): Update.
3868 * core-aout.c (_initialize_core_aout): Update.
3869 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
3870 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
3871 * alpha-nat.c (_initialize_core_alpha): Update.
3872
3873 2004-04-21 Jim Blandy <jimb@redhat.com>
3874
3875 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
3876
3877 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
3878
3879 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
3880 Delete.
3881 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
3882 (read_attribute_value): Update calls to dwarf_alloc_block.
3883 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
3884 dwarf2_tmp_obstack.
3885 (psymtab_to_symtab_1): Likewise. Clean up using
3886 free_stack_comp_unit.
3887 (add_to_cu_func_list): Use the comp_unit_obstack.
3888
3889 2004-04-19 Joel Brobecker <brobecker@gnat.com>
3890
3891 * dwarf2read.c (dwarf2_flag_true_p): New function.
3892 (die_is_declaration): Use the function above. Add some comments.
3893
3894 2004-04-19 Mark Kettenis <kettenis@gnu.org>
3895
3896 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
3897 architecture when registering sparcnbsd_core_osabi_sniffer.
3898 Adjust comment.
3899
3900 2004-04-18 Mark Kettenis <kettenis@gnu.org>
3901
3902 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
3903 return value.
3904
3905 Based on a patch from Brian Ford <ford@vss.fsi.com>:
3906 * i386-tdep.c: Correct register numbering scheme comments
3907 throughout.
3908 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
3909 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
3910 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
3911 (i386_gdb_arch_init): Likewise.
3912
3913 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
3914 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
3915 ppcnbsd-tdep.o.
3916
3917 * m68k-tdep.h: Tweak comments.
3918 * m68k-tdep.c: Tweak comment.
3919
3920 2004-04-17 Randolph Chung <tausq@debian.org>
3921
3922 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
3923 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
3924 (hppa_hpux_som_init_abi): Set is_elf to 0.
3925 (hppa_hpux_elf_init_abi): Set is_elf to 1.
3926 * hppa-tdep.c (low_text_segment_address): Remove global.
3927 (record_text_segment_lowaddr): Pass in low address as parameter. Use
3928 section offset to calculate segment address.
3929 (internalize_unwinds): Define low_text_segment_address as local and
3930 pass to record_text_segment_lowaddr for ELF targets.
3931 (hppa_gdbarch_init): Zero fill tdep structure.
3932 (hppa_dump_tdep): Print tdep structure.
3933 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
3934
3935 2004-04-17 Randolph Chung <tausq@debian.org>
3936
3937 * hppa-tdep.c (hppa_pseudo_register_read): Define.
3938 (hppa_gdbarch_init): Set pseudo_register_read.
3939 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
3940 * regcache.c (supply_register): Remove check for
3941 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
3942
3943 2004-04-17 Randolph Chung <tausq@debian.org>
3944
3945 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
3946 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
3947 (hpread_adjust_stack_address): Move to hpread.c.
3948 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
3949 obj_private_struct): Move from tm-hppa.h.
3950 * hpread.c (hppa-tdep.h): Include.
3951 (hpread_adjust_stack_address): Move from hppa-tdep.c.
3952 (hpread_read_function_type, hpread_read_doc_function_type)
3953 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
3954 directly.
3955 * pa64solib.c (hppa-tdep.h): Include.
3956 * somsolib.c (hppa-tdep.h): Include.
3957 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
3958 inferior_status): Remove unused forward declarations.
3959 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
3960 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
3961 obj_private_struct): Move to hppa-tdep.h.
3962 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
3963
3964 2004-04-17 Randolph Chung <tausq@debian.org>
3965
3966 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
3967 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
3968 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
3969 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
3970 Remove forward declaration and make static.
3971 (hppa_reg_struct_has_addr): Remove.
3972
3973 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3974
3975 * observer.sh: Move comments in sed command to first column.
3976
3977 2004-04-16 Jason Molenda (jmolenda@apple.com)
3978
3979 * frame.c: Minor typeo corrections in comments.
3980
3981 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3982
3983 * observer.c (observer_test_first_notification_function): Update
3984 function profile.
3985 (observer_test_second_notification_function): Likewise.
3986 (observer_test_third_notification_function): Likewise.
3987
3988 2004-04-16 Mark Kettenis <kettenis@gnu.org>
3989
3990 From Brian Ford <ford@vss.fsi.com>:
3991 * i386-tdep.c (i386_coff_init_abi): New function.
3992 * i386-tdep.h (i386_coff_init_abi): New prototype.
3993 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
3994 register number translation functions for DWARF and DWARF 2.
3995
3996 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3997
3998 * dwarf2read.c: Back out my previous change, it was incorrect.
3999
4000 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
4001
4002 * dwarf2read.c: Include "hashtab.h".
4003 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
4004 has_namespace_info.
4005 (struct partial_die_info): Add comments. Use bitfields to reduce
4006 memory footprint. Add scope, scope_set, has_specification,
4007 spec_offset, die_parent, die_child, and die_sibling.
4008 (peek_die_abbrev): Add prototype.
4009 (partial_read_comp_unit_head): New function, broken out from
4010 dwarf2_build_psymtabs_hard.
4011 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
4012 Use partial_read_comp_unit_head. Initialize the CU and
4013 comp_unit_obstack. Update calls to read_partial_die and
4014 scan_partial_symbols. Use free_stack_comp_unit and
4015 load_partial_dies.
4016 (scan_partial_symbols): Change PDI to a pointer. Use the child and
4017 sibling pointers to walk partial DIEs. Call fixup_partial_die.
4018 Update calls to helper functions. Remove NAMESPACE argument.
4019 Update comments.
4020 (partial_die_parent_scope, partial_die_full_name): New functions.
4021 (add_partial_symbol): Remove namespace argument. Update call to
4022 pdi_needs_namespace. Use partial_die_full_name. Handle
4023 DW_TAG_namespace. Check has_namespace_info flag.
4024 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
4025 tag. Handle namespaces.
4026 (add_partial_namespace, add_partial_enumeration): Simplify.
4027 (guess_structure_name): New function, derived from
4028 add_partial_structure.
4029 (add_partial_structure): Remove.
4030 (determine_class_name): Update comment.
4031 (dwarf2_read_abbrevs): Set has_namespace_info flag.
4032 (is_type_tag_for_partial, load_partial_dies): New functions.
4033 (read_partial_die): Pass abbrev and abbrev_len as arguments.
4034 Record specifications instead of following them immediately.
4035 (find_partial_die_in_comp_unit, find_partial_die)
4036 (fixup_partial_die, free_stack_comp_unit)
4037 (hashtab_obstack_allocate, dummy_obstack_deallocate)
4038 (partial_die_hash, partial_die_eq): New functions.
4039 * Makefile.in (hashtab_h): Define.
4040 (dwarf2read.o): Update dependencies.
4041 (observer_inc, observer_h): Move to the correct section.
4042
4043 2004-04-15 Joel Brobecker <brobecker@gnat.com>
4044
4045 * dwarf2read.c (dwarf2_attribute_true_p): New function.
4046 (die_is_declaration): Use the function above. Add comment.
4047
4048 2004-04-15 Joel Brobecker <brobecker@gnat.com>
4049
4050 * dwarf2read.c (read_structure_scope): Identify stub types
4051 using die_is_declaration() only.
4052
4053 2004-04-15 Roland McGrath <roland@redhat.com>
4054
4055 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
4056 argument instead of NAME.
4057 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
4058 in call to symbol_file_add_with_addrs_or_offsets.
4059 (build_addr_info): New function, helper for ...
4060 (symbol_file_add_from_memory): New function.
4061 (add_symbol_file_from_memory_command): New function using that.
4062 (_initialize_symfile): Register it for add-symbol-file-from-memory.
4063 (pre_add_symbol_hook): Add const to argument type.
4064 * symfile.h (symbol_file_add_from_memory): Declare it.
4065
4066 2004-04-15 Mark Kettenis <kettenis@gnu.org>
4067
4068 * NEWS (New native configurations): Mention OpenBSD/vax.
4069 * configure.host: Add vax-*-openbsd*.
4070 * config/vax/obsd.mh: New file.
4071 * config/vax/nm-obsd.h: New file.
4072
4073 * vax-tdep.c: Include "regset.h".
4074 (vax_supply_gregset): New function.
4075 (vax_gregset): New variable.
4076 (vax_regset_from_core_section): New function.
4077 (vax_gdbarch_init): Set regset_from_core_section.
4078 * Makefile.in (vax-tdep.o): Update dependencies.
4079
4080 2004-04-15 Andrew Cagney <cagney@redhat.com>
4081
4082 * observer.c (normal_stop_subject, observer_notify_normal_stop)
4083 (observer_normal_stop_notification_stub)
4084 (observer_attach_normal_stop, observer_detach_normal_stop):
4085 Delete, replaced by #include "observer.inc".
4086 * infrun.c (normal_stop): Pass "stop_bpstat" to
4087 observer_notify_normal_stop.
4088 * Makefile.in (observer_inc): Define.
4089 (observer.o): Update dependencies.
4090 (observer.h, observer.inc): New rules.
4091 * observer.h: Delete file.
4092 * observer.sh: New file.
4093
4094 2004-04-15 Mark Kettenis <kettenis@gnu.org>
4095
4096 * vax-tdep.c (vax_frame_cache): Fix typo.
4097
4098 2004-04-14 Mark Kettenis <kettenis@gnu.org>
4099
4100 * NEWS (New native configurations): Mention NetBSD/vax.
4101 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
4102 * config/vax/nbsdelf.mh: New file.
4103 * config/vax/nbsdaout.mh: New file.
4104 * config/vax/nm-nbsd.h: New file.
4105 * config/vax/nm-nbsdaout.h: New file.
4106
4107 * vaxnbsd-tdep.c: New file.
4108 * Makefile.in (vaxnbsd-tdep.o): New dependency.
4109 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
4110 * config/vax/nbsd.mt: New file.
4111 * config/vax/tm-nbsd.h: New file.
4112
4113 * Makefile.in (vaxbsd-nat.o): New dependency.
4114
4115 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
4116 * vax-tdep.c (vax_store_arguments): Remove struct_return and
4117 struct_addr arguments. Don't push return value address.
4118 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
4119 arguments to vax_store_arguments. Store return value address in
4120 R1.
4121 (vax_store_struct_return, vax_extract_return_value)
4122 (vax_store_return_value): Remove functions.
4123 (vax_return_value): New function.
4124 (vax_gdbarch_init): Set return value. Don't set
4125 deprecated_store_struct_return, deprecated_extract_struct_return
4126 and deprecated_store_return_value.
4127
4128 2004-04-14 Andreas Schwab <schwab@suse.de>
4129
4130 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
4131 value buffer.
4132 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
4133
4134 2004-04-14 Mark Kettenis <kettenis@gnu.org>
4135
4136 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
4137 (vax_unwind_dummy_id): New functions.
4138 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
4139 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
4140 variables.
4141 (vax_fix_call_dummy): Remove function.
4142 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
4143 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
4144 call_dummy_location, deprecated_call_dummy_words,
4145 deprecated_sizeof_call_dummy_words,
4146 deprecated_call_dummy_breakpoint_offset,
4147 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
4148 and deprecated_dummy_write_sp.
4149
4150 2004-04-13 David Carlton <carlton@kealia.com>
4151
4152 * MAINTAINERS: Move myself to "paper trail" section.
4153
4154 2004-04-12 Mark Kettenis <kettenis@gnu.org>
4155
4156 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
4157 "trad-frame.h".
4158 (vax_frame_init_saved_regs): Remove function.
4159 (vax_sigtramp_saved_pc): Remove function.
4160 (vax_frame_saved_pc): Remove function.
4161 (vax_frame_args_address): Remove function.
4162 (vax_frame_num_args): Rewrite.
4163 (vax_frame_chain): Remove function.
4164 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
4165 VAX_FP_REGNUM.
4166 (vax_pop_frame): Likewise.
4167 (vax_saved_pc_after_call): Remove function.
4168 (struct vax_frame_cache): New structure.
4169 (vax_frame_cache): New function.
4170 (vax_frame_this_id): New function.
4171 (vax_frame_prev_register): New function.
4172 (vax_frame_unwind): New variable.
4173 (vax_frame_sniffer): New function.
4174 (vax_frame_base_address): New function.
4175 (vax_frame_args_address): New function.
4176 (vax_frame_base): New variable.
4177 (vax_unwind_pc): New function.
4178 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
4179 deprecated_fp_regnum, deprecated_saved_pc_after_call,
4180 deprecated_frame_chain, deprecated_frame_saved_pc,
4181 deprecated_frame_args_address and
4182 deprecated_frame_init_saved_regs.
4183 * Makefile.in (vax-tdep.o): Update dependencies.
4184
4185 * vaxbsd-nat.c: New file.
4186
4187 * vax-tdep.h: Update copyright year. Adjust comments.
4188 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
4189 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
4190 (vax_regnum): New enum. Replacing...
4191 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
4192 (VAX_PS_REGNUM): ... these removed macros.
4193 * vax-tdep.c (vax_register_name): Remove prototype.
4194 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
4195 (vax_register_byte, vax_register_raw_size,
4196 vax_register_virtual_size, vax_register_virtual_type): Remove
4197 functions.
4198 (vax_register_type): New function.
4199 (vax_breakpoint_from_pc): Reorganize.
4200 (vax_gdbarch_init): Set register_type. Don't set
4201 deprecated_register_size, deprecated_register_bytes,
4202 deprecated_register_byte, deprecated_register_raw_size,
4203 deprecated_max_register_raw_size,
4204 deprecated_register_virtual_size,
4205 deprecated_max_register_virtual_size and
4206 deprecated_register_virtual_type. Add comment on stack direction.
4207
4208 2004-04-11 Mark Kettenis <kettenis@gnu.org>
4209
4210 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
4211 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
4212 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
4213
4214 2004-04-10 Randolph Chung <tausq@debian.org>
4215
4216 * MAINTAINERS (write after approval): Add myself.
4217
4218 2004-04-07 Randolph Chung <tausq@debian.org>
4219
4220 * hppa-tdep.c (hppa_inner_than): Remove.
4221 (is_pa_2): Remove unused static variable.
4222 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
4223
4224 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
4225
4226 * language.h (language_defn): Add new la_post_parser field.
4227 * parser-defs.h (null_post_parser): New declaration (default for
4228 la_post_parser).
4229
4230 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
4231 insert call to that function.
4232 (parse_exp_in_context): New function, including code formerly in
4233 parse_exp_1. Calls language-dependent post-parser after
4234 prefixification.
4235 (parse_expression_in_context): New exported function.
4236 (null_post_parser): New definition.
4237 * expression.h (parse_expression_in_context): Add declaration.
4238
4239 * p-lang.c (pascal_language_defn): Add trivial post-parser.
4240 * c-lang.c (c_language_defn): Ditto.
4241 (cplus_language_defn): Ditto.
4242 (asm_language_defn): Ditto.
4243 (minimal_language_defn): Ditto.
4244 * f-lang.c (f_language_defn): Ditto.
4245 * jv-lang.c (java_language_defn): Ditto.
4246 * language.c (unknown_language_defn): Ditto.
4247 (auto_language_defn): Ditto.
4248 (local_language_defn): Ditto.
4249 * m2-lang.c (m2_language_defn): Ditto.
4250 * scm-lang.c (scm_language_defn): Ditto.
4251 * obj-lang.c (objc_language_defn): Ditto.
4252
4253 2004-04-10 Mark Kettenis <kettenis@gnu.org>
4254
4255 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
4256 (amd64nbsd_mcontext_addr): New function.
4257 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
4258 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
4259 with amd64nbsd_r_reg_offset, instead of building it on the fly.
4260
4261 * corelow.c (core_xfer_partial): Fix coding standards violation.
4262 Add support for TARGET_OBJECT_WCOOKIE.
4263
4264 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
4265 deprecated_pc_in_sigtramp.
4266 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
4267 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
4268 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
4269 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
4270 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
4271 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
4272 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
4273
4274 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
4275 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
4276 Fix typo.
4277
4278 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
4279 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
4280 (amd64_collect_fxsave): Likewise.
4281
4282 * i386-sol2-tdep.c: Include "gdb_string.h".
4283 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
4284 name.
4285 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
4286
4287 2004-04-10 Mark Kettenis <kettenis@gnu.org>
4288
4289 * i386-sol2-tdep.c: Include "solib-svr4.h".
4290 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4291 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
4292 * config/i386/tm-i386sol2.h: Include :solib.h".
4293 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
4294 solib-svr4.o and solib-legacy.o.
4295 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
4296 solib-svr4.o.
4297
4298 2004-04-09 Mark Kettenis <kettenis@gnu.org>
4299
4300 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
4301 whether a register is supplied by PTRACE_GETFPREGS.
4302 (store_inferior_registers): Likewise.
4303 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
4304 whether a register is supplied by PT_GETFPREGS.
4305 (store_inferior_registers): Likewise.
4306
4307 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
4308 * config/i386/linux64.mt (TDEPFILES): Likewise.
4309
4310 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
4311
4312 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
4313 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
4314 the program counter is in the range specified by `struct
4315 gdbarch_tdep'.
4316 * amd64-linux-tdep.c: Include "symtab.h".
4317 (amd64_linux_pc_in_sigtramp): Remove function.
4318 (amd64_linux_sigtramp_p): New function.
4319 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
4320 deprecated_pc_in_sigtramp.
4321 * amd64nbsd-tdep.c: Include "symtab.h".
4322 (amd64nbsd_sigtramp_p): New function.
4323 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
4324 deprecated_pc_in_sigtramp.
4325 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
4326 few comments.
4327 (amd64obsd_pc_in_sigtramp): Remove function.
4328 (amd64obsd_sigtramp_p): New function.
4329 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
4330 deprecated_pc_in_sigtramp.
4331 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
4332 (i386bsd_pc_ins_sigtramp): Remove prototype.
4333 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
4334 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
4335 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
4336 the program counter is in the range specified by `struct
4337 gdbarch_tdep'.
4338 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
4339 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
4340 (i386_go32_pc_in_sigtramp): Remove function.
4341 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
4342 Initialize TDEP->sigtramp_p.
4343 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
4344 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
4345 deprecated_pc_in_sigtramp.
4346 * i386-linux-tdep.c: Adjust comments.
4347 (i386_linux_pc_in_sigtramp): Remove function.
4348 (i386_linux_sigtramp_p): New function.
4349 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
4350 deprecated_pc_in_sigtramp.
4351 * i386-nto-tdep.c: Update copyright year.
4352 (i386nto_pc_in_sigtramp): Remove function.
4353 (i386nto_sigtramp_p): New function.
4354 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
4355 SP_REGNUM.
4356 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
4357 deprecated_pc_in_sigtramp.
4358 * i386-sol2-tdep.c: Update copyright year.
4359 (i386_sol2_pc_in_sigtramp): Remove function.
4360 (i386_sol2_sigtramp_p): New function.
4361 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
4362 deprecated_pc_in_sigtramp.
4363 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
4364 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
4365 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4366 deprecated_sigtramp_start and deprecated_sigtramp_end.
4367 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
4368 (i386nbsd_pc_in_sigtramp): Remove function.
4369 (i386nbsd_sigtramp_p): New function.
4370 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4371 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
4372 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
4373 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
4374 (i386obsd_pc_in_sigtramp): Remove function.
4375 (i386obsd_sigtramp_p): New function.
4376 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
4377 functions.
4378 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4379 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
4380 TDEP->sigtramp_p.
4381 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
4382 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
4383 dependencies.
4384
4385 * config/i386/i386aout.mt: Remove file.
4386
4387 * configure.tgt: Remove i[34567]86-*-go32*,
4388 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
4389 and i[34567]86-*-isc*. Set gdb_target to i386 for
4390 i[34567]86-*-netware* and i[34567]86-*-*.
4391 * config/i386/i386.mt: New file.
4392 * config/i386/embed.mt: Remove file.
4393 * config/i386/go32.mt: Remove file.
4394 * config/i386/i386nw.mt: Remove file.
4395 * config/i386/i386v.mt: Remove file.
4396 * config/i386/tm-go32.h: Remove file.
4397
4398 * tui/tui-hooks.c: Include "readline/readline.h" after
4399 "gdb_curses.h" instead of before.
4400 * tui/tui-io.c: Likewise.
4401
4402 * tui/tui.c: Fix typo in comment.
4403
4404 * sparc64-tdep.c (sparc_address_from_register): Remove function.
4405
4406 2004-04-08 Andrew Cagney <cagney@redhat.com>
4407
4408 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
4409 (deprecated_exception_support_initialized): Declare.
4410 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
4411 (initialize_hp_cxx_exception_support)
4412 (child_enable_exception_callback): Update.
4413 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
4414 (deprecated_exception_support_initialized): Rename
4415 deprecated_exception_catchpoints_are_fragile and
4416 deprecated_exception_support_initialized.
4417 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
4418
4419 * symtab.c (deprecated_hp_som_som_object_present): Rename
4420 hp_som_som_object_present.
4421 * symtab.h (deprecated_hp_som_som_object_present): Declare.
4422 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
4423 Update. Delete extern declaration.
4424 * valops.c (hp_som_som_object_present): Ditto.
4425 * parse.c (deprecated_hp_som_som_object_present)
4426 (parse_nested_classes_for_hpacc): Ditto.
4427 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
4428 * hppa-hpux-tdep.c (hp_som_som_object_present)
4429 (initialize_hp_cxx_exception_support): Ditto.
4430 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
4431 * cp-valprint.c (hp_som_som_object_present)
4432 (cp_print_class_method): Ditto.
4433 * c-typeprint.c (hp_som_som_object_present):
4434 (c_type_print_base): Ditto.
4435 * c-exp.y (hp_som_som_object_present): Ditto.
4436
4437 2004-04-08 Andrew Cagney <cagney@redhat.com>
4438
4439 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
4440 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
4441 (frame_unwind_find_by_frame): Re-implement the unwind code so
4442 that it can both prepend and append sniffers. Replace
4443 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
4444 * tramp-frame.c (tramp_frame_append): Use
4445 frame_unwind_prepend_unwinder.
4446 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
4447 frame_unwind_register_unwinder.
4448 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
4449 tramp_frame_append.
4450 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
4451 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
4452 (mips_linux_init_abi): Update.
4453
4454 2004-04-08 Kevin Buettner <kevinb@redhat.com>
4455
4456 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
4457 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
4458 file support.
4459
4460 2004-04-07 Kevin Buettner <kevinb@redhat.com>
4461
4462 * ia64-tdep.c (elf.h): Don't include.
4463 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
4464
4465 2004-04-07 Jason Molenda (jmolenda@apple.com)
4466
4467 * frame.h: Typeo corrections in comments.
4468
4469 2004-04-07 Jim Blandy <jimb@redhat.com>
4470
4471 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
4472 %esp and %ebp
4473
4474 2004-04-07 Mark Kettenis <kettenis@gnu.org>
4475
4476 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
4477 * config/sparc/linux64.mt (TDEPFILES): Likewise.
4478 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
4479 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
4480 and solib-legacy.o.
4481 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
4482 solib-svr4.o.
4483 * config/sparc/tm-sol2.h: Update copyright year. Include
4484 "solib.h".
4485
4486 * sparc-sol2-tdep.c: Update copyright year. Include
4487 "solib-svr4.h".
4488 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4489 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
4490 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4491 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
4492 dependencies.
4493
4494 2004-04-06 Andrew Cagney <cagney@redhat.com>
4495
4496 * infttrace.c: Include "infttrace.h".
4497 * infttrace.h: Include "target.h".
4498 * Makefile.in (infttrace_h): Update.
4499 (infttrace.o): Update.
4500
4501 2004-04-06 Andrew Cagney <cagney@redhat.com>
4502
4503 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
4504 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
4505 move extern declarations from here ...
4506 * infttrace.h: ... to here.
4507 * Makefile.in (hppah-nat.o): Update dependencies.
4508
4509 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
4510 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
4511 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
4512 (hppa_breakpoint_from_pc): Delete.
4513
4514 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
4515
4516 2004-04-05 Andrew Cagney <cagney@redhat.com>
4517
4518 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
4519 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
4520 <sys/file.h>.
4521
4522 2004-04-06 Randolph Chung <tausq@debian.org>
4523
4524 Committed by Andrew Cagney (mechanical change).
4525 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
4526 exception_catchpoints_are_fragile, find_stub_with_shl_get,
4527 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
4528 child_enable_exception_callback, current_ex_event,
4529 null_symtab_and_line, child_get_current_exception_event,
4530 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
4531 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
4532 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
4533 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
4534 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
4535 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
4536 Move hpux-specific definitions ...
4537 * hppa-hpux-tdep.c: ... to here.
4538
4539 2004-04-05 Andrew Cagney <cagney@redhat.com>
4540
4541 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
4542 skip_prologue_using_sal.
4543
4544 2004-04-05 Andrew Cagney <cagney@redhat.com>
4545
4546 * config/i386/tm-i386.h: Delete file.
4547 * config/i386/tm-vxworks.h: Update copyright, do not include
4548 "tm-i386.h".
4549 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
4550 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
4551 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
4552 * config/i386/ncr3000.mt (TM_FILE): Delete.
4553 * config/i386/interix.mt (TM_FILE): Delete.
4554 * config/i386/i386v.mt (TM_FILE): Delete.
4555 * config/i386/i386nw.mt (TM_FILE): Delete.
4556 * config/i386/i386gnu.mt (TM_FILE): Delete.
4557 * config/i386/i386aout.mt (TM_FILE): Delete.
4558 * config/i386/embed.mt (TM_FILE): Delete.
4559
4560 2004-04-05 Kevin Buettner <kevinb@redhat.com>
4561
4562 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
4563 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
4564 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
4565 (accg7_regnum): New constants.
4566 (last_spr_regnum, last_pseudo_regnum): Update.
4567 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
4568 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
4569 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
4570 for accg registers.
4571 (frv_register_sim_regno): Update spr_map[].
4572
4573 2004-04-04 Andrew Cagney <cagney@redhat.com>
4574
4575 * config/mips/xm-riscos.h: Delete.
4576 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
4577 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
4578 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
4579 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
4580 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
4581 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
4582 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
4583 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
4584 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
4585 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
4586 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
4587 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
4588 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
4589 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
4590 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
4591 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
4592 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
4593 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
4594 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
4595 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
4596 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
4597 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
4598 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
4599 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
4600 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
4601 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
4602
4603 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
4604 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
4605 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
4606 * configure.host: Remove m680[01]0-sun-sunos3*,
4607 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
4608 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
4609 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
4610 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
4611 mips-*-riscos*.
4612 * NEWS: Mention removed systems.
4613
4614 2004-04-04 Andrew Cagney <cagney@redhat.com>
4615
4616 GDB 6.1 release created from 6.1 branch.
4617
4618 2004-04-04 Andrew Cagney <cagney@redhat.com>
4619
4620 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
4621 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4622 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
4623
4624 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
4625 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
4626 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
4627
4628 2004-04-03 Jim Blandy <jimb@redhat.com>
4629
4630 * MAINTAINERS: Chris Faylor has changed employers; add him to
4631 "paper trail" section, and update his E-mail address.
4632
4633 2004-04-03 Andrew Cagney <cagney@redhat.com>
4634
4635 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
4636 generic dummy frames.
4637 * dummy-frame.c: Update copyright.
4638 (dummy_frame_sniffer): Delete check for generic dummy frames.
4639
4640 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
4641 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
4642 (REG_PARM_STACK_SPACE): Delete.
4643 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
4644 Inline reference to REG_PARM_STACK_SPACE.
4645
4646 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
4647 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
4648 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4649 (FRAME_BASE_BEFORE_SIGTRAMP)
4650 (hppa32_hpux_frame_base_before_sigtramp)
4651 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
4652 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
4653 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
4654 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
4655 (FRAME_BASE_BEFORE_SIGTRAMP)
4656 (hppa64_hpux_frame_base_before_sigtramp)
4657 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
4658
4659 2004-04-03 Andrew Cagney <cagney@redhat.com>
4660
4661 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
4662
4663 2004-04-02 Andrew Cagney <cagney@redhat.com>
4664
4665 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
4666 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
4667 * dummy-frame.h: Delete out-of-date comments.
4668 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
4669 * gdbarch.h, gdbarch.c: Re-generate.
4670
4671 2004-04-02 Joel Brobecker <brobecker@gnat.com>
4672
4673 Committed by Andrew Cagney <cagney@redhat.com>.
4674 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
4675 into account an instruction saving a register if we have already
4676 seen an earlier instruction saving that same register.
4677
4678 2004-04-02 Andrew Cagney <cagney@redhat.com>
4679
4680 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
4681 * gdbarch.h, gdbarch.c: Re-generate.
4682 * frame.c (legacy_get_prev_frame): Delete references to
4683 DEPRECATED_INIT_FRAME_PC_FIRST.
4684
4685 * infrun.c (pc_in_sigtramp): Delete function.
4686 (check_sigtramp2): Inline call to pc_in_sigtramp, use
4687 get_frame_type.
4688
4689 2004-04-02 Andrew Cagney <cagney@redhat.com>
4690
4691 * infrun.c (handle_step_into_function): Delete code conditional on
4692 legacy_frame_p.
4693 (handle_inferior_event, step_over_function): Ditto.
4694
4695 2004-04-02 Andrew Cagney <cagney@redhat.com>
4696
4697 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
4698 "previous frame inner to this frame" test.
4699
4700 2004-04-02 Andrew Cagney <cagney@redhat.com>
4701
4702 * frame.c (safe_frame_unwind_memory): New function.
4703 * frame.h (safe_frame_unwind_memory): Declare. Update description
4704 of /safe_/ methods.
4705 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
4706 "next_frame". Use safe_frame_unwind_memory.
4707 (tramp_frame_sniffer): Update call to tramp_frame_start.
4708
4709 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
4710
4711 * dwarf2read.c (dwarf2_objfile_data_key): New.
4712 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
4713 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
4714 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
4715 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
4716 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
4717 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
4718 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
4719 Remove variables.
4720 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
4721 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
4722 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
4723 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
4724 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
4725 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
4726 Remove macros.
4727 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
4728 data.
4729 (dwarf2_locate_sections, dwarf2_build_psymtabs)
4730 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
4731 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
4732 (read_partial_die, read_full_die, read_indirect_string)
4733 (dwarf_decode_line_header, dwarf_decode_macros)
4734 (dwarf2_symbol_mark_computed): Remove use of removed macros.
4735 Update uses of removed variables.
4736 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
4737 of removed macros.
4738 (_initialize_dwarf2_read): New function.
4739 * symfile.h (dwarf2_has_info): Update prototype.
4740 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
4741 * elfread.c (elf_symfile_read): Likewise.
4742
4743 2004-04-01 Jim Blandy <jimb@redhat.com>
4744
4745 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
4746 function for register numbers on all the rs6000-derived targets.
4747 (rs6000_gdbarch_init): Don't register a separate
4748 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
4749 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
4750 variants.
4751
4752 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
4753 numbering.
4754
4755 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4756
4757 * valarith.c: Update copyright notice.
4758 (value_add): Handle range types.
4759 (value_sub): Ditto.
4760 (value_equal): Ditto.
4761 (value_less): Ditto.
4762 (value_neg): Ditto.
4763 (value_complement): Ditto.
4764 (value_binop): Simplify slightly by using is_integral_type and
4765 eliminiating unnecessary COERCE_ENUMs.
4766
4767 2004-03-31 Andrew Cagney <cagney@redhat.com>
4768
4769 * frame.h (frame_unwind_id): Declare.
4770 * frame.c (frame_unwind_id): New function.
4771 (get_prev_frame_1): New function.
4772 (frame_debug_got_null_frame): New function.
4773 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
4774 code proper to prev_frame, update description.
4775 * infrun.c (step_over_function): Use frame_unwind_id.
4776
4777 2004-04-31 J. Brobecker <brobecker@gnat.com>
4778
4779 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
4780 (hppa64_push_dummy_call): Likewise.
4781
4782 2004-03-30 Jim Blandy <jimb@redhat.com>
4783
4784 From Ulrich Weigand:
4785 * utils.c (query): Do not use a va_list variable multiple times.
4786
4787 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
4788
4789 * Makefile.in (linux_nat_h): Update dependencies.
4790 * configure.in: Check for <gnu/libc-version.h>.
4791 * configure: Regenerate.
4792 * config.in: Regenerate.
4793 * linux-nat.h: Include "target.h". Add waitstatus field to
4794 struct lwp_info.
4795 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
4796 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
4797 to.
4798 (lin_lwp_handle_extended): New function. Handle clone events.
4799 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
4800 thread exit events.
4801 (child_wait): Handle clone events.
4802 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
4803 * linux-nat.c (linux_enable_event_reporting): Turn on
4804 PTRACE_O_TRACECLONE.
4805 (linux_handle_extended_wait): Handle clone events.
4806 * thread-db.c: Include <gnu/libc-version.h>.
4807 (struct private_thread_info): Add dying flag.
4808 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
4809 higher.
4810 (attach_thread): Update comments. Handle dying threads.
4811 (detach_thread): Set the dying flag.
4812 (check_event): Always call attach_thread.
4813
4814 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
4815
4816 * mips-tdep.c (mips_pdr_data): New.
4817 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
4818 (_initialize_mips_tdep): Initialize mips_pdr_data.
4819
4820 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
4821
4822 * minsyms.c (install_minimal_symbols): Move dropping leading
4823 char from linkage name from here...
4824 (prim_record_minimal_symbol_and_info): ...to here. Simplify
4825 test for "__gnu_compiled*" symbols.
4826
4827 2004-03-28 Jim Blandy <jimb@redhat.com>
4828
4829 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
4830 registers to temp register r0 and byte stores as prologue
4831 instructions.
4832
4833 2004-03-28 Andrew Cagney <cagney@redhat.com>
4834
4835 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
4836 arm*-*-*.
4837
4838 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4839
4840 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
4841 and switch the layout to force a display of register window.
4842
4843 2004-02-26 J. Brobecker <brobecker@gnat.com>
4844
4845 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
4846 of the INTEGER class.
4847
4848 2004-03-26 Jim Blandy <jimb@redhat.com>
4849
4850 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
4851 bytes long on PPC GNU/Linux.
4852
4853 2004-03-26 David Carlton <carlton@kealia.com>
4854
4855 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
4856
4857 2004-03-25 Andrew Cagney <cagney@redhat.com>
4858
4859 * PROBLEMS: Add general section titles, remove references to
4860 specific releases.
4861
4862 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
4863
4864 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
4865 INT_REGISTER_SIZE.
4866 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
4867 FP_REGISTER_VIRTUAL_SIZE.
4868 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
4869 of DEPRECATED_REGISTER_RAW_SIZE.
4870 (arm_register_type): Add gdbarch argument.
4871 (arm_register_raw_size, arm_register_virtual_size): Delete.
4872 (arm_register_byte, arm_extract_return_value)
4873 (arm_store_return_value, arm_get_longjmp_target): Update references
4874 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
4875 (arm_gdbarch_init): Likewise. Don't set
4876 deprecated_register_raw_size, deprecated_register_virtual_size,
4877 deprecated_max_register_raw_size,
4878 deprecated_max_register_virtual_size, or
4879 deprecated_max_register_virtual_type. Do set register_type.
4880 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
4881 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
4882 (FP_REGISTER_VIRTUAL_SIZE): Delete.
4883 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
4884 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
4885 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
4886 INT_REGISTER_SIZE.
4887 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
4888 (remote_rdp_store_register): Likewise.
4889
4890 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
4891
4892 * Makefile.in (mips-linux-tdep.o): Update dependencies.
4893 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
4894 to after osabi initialization.
4895 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
4896 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
4897 functions.
4898 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
4899 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
4900 variables.
4901 (mips_linux_init_abi): Append signal trampoline unwinders.
4902
4903 2004-03-24 Andrew Cagney <cagney@redhat.com>
4904
4905 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
4906 * tramp-frame.c: Include "gdb_assert.h".
4907 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
4908 correct sizeof.
4909 (tramp_frame_append): Validate the tramp frame's instructions.
4910 * Makefile.in (tramp-frame.o): Update dependencies.
4911
4912 2004-03-23 Andrew Cagney <cagney@redhat.com>
4913
4914 * trad-frame.h (trad_frame_set_reg_addr): Declare.
4915
4916 2004-03-23 Andrew Cagney <cagney@redhat.com>
4917
4918 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
4919 Nasser as past testsuite/lib/ (and other) maintainers.
4920
4921 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
4922
4923 * infcmd.c (attach_command): Reread symbols if we already have
4924 an exec file.
4925
4926 2004-03-23 Andrew Cagney <cagney@redhat.com>
4927
4928 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
4929
4930 2004-03-23 Andrew Cagney <cagney@redhat.com>
4931
4932 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
4933 * gdbarch.h, gdbarch.c: Re-generate.
4934 * i386obsd-tdep.c (i386obsd_init_abi): Update.
4935 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
4936 * i386bsd-tdep.c (i386bsd_init_abi): Update.
4937 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
4938 (DEPRECATED_SIGTRAMP_START): Update.
4939 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
4940 (DEPRECATED_SIGTRAMP_START): Update.
4941 * blockframe.c (find_pc_sect_partial_function): Update.
4942 * arch-utils.c (legacy_pc_in_sigtramp): Update.
4943
4944 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
4945
4946 * remote.c (remote_open_1): Reopen the exec file and reread symbols
4947 if necessary.
4948
4949 2004-03-23 Andrew Cagney <cagney@redhat.com>
4950
4951 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
4952 predicate, deprecate.
4953 * gdbarch.h, gdbarch.c: Re-generate.
4954 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4955 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4956 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
4957 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4958 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
4959 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
4960 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
4961 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
4962 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
4963 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
4964 * blockframe.c (find_pc_partial_function): Update.
4965 * breakpoint.c (bpstat_what): Update.
4966 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
4967 * frv-linux-tdep.c (frv_linux_init_abi): Update.
4968 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
4969 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
4970 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4971 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4972 * i386-nto-tdep.c (i386nto_init_abi): Update.
4973 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
4974 * i386-tdep.c (i386_sigtramp_frame_sniffer)
4975 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
4976 * i386bsd-tdep.c (i386bsd_init_abi): Update.
4977 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
4978 * i386obsd-tdep.c (i386obsd_init_abi): Update.
4979 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
4980 * infrun.c (pc_in_sigtramp): Update.
4981 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
4982 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4983 * mips-tdep.c (mips_gdbarch_init): Update.
4984 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
4985 * ppc-linux-tdep.c: Update comment.
4986 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
4987 * shnbsd-tdep.c (shnbsd_init_abi): Update.
4988 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
4989 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
4990 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
4991 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
4992 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
4993 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
4994 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
4995 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
4996
4997 2004-03-23 Andrew Cagney <cagney@redhat.com>
4998
4999 * tramp-frame.h, tramp-frame.h: New files.
5000 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
5001 Update rules to include "tramp-frame.h" and "tramp-frame.c".
5002
5003 * Makefile.in: Update all dependencies.
5004
5005 2004-03-23 Andrew Cagney <cagney@redhat.com>
5006
5007 * Makefile.in (trad_frame_h): Add $(frame_h).
5008 * trad-frame.h: Update copyright. Include "frame.h".
5009 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
5010 (trad_frame_set_id, trad_frame_get_id): Declare.
5011 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
5012 * trad-frame.c: Update copyright.
5013 (struct trad_frame_cache): Define.
5014 (trad_frame_cache_zalloc): New function.
5015 (trad_frame_set_id, trad_frame_get_id): New functions.
5016 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
5017
5018 2004-03-22 Andrew Cagney <cagney@redhat.com>
5019
5020 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
5021 s390_pltstub_unwind_cache.
5022 (s390_stub_frame_unwind_cache): Rename
5023 s390_pltstub_frame_unwind_cache.
5024 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
5025 (s390_stub_frame_prev_register): Rename
5026 s390_pltstub_frame_prev_register.
5027 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
5028 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
5029
5030 From Ulrich Weigand:
5031 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
5032 pointer calls like PLT calls.
5033
5034 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
5035
5036 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
5037 PC rather than the partial function start address. Use the start
5038 address to sanity check the found PDR.
5039
5040 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
5041
5042 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
5043 linux_handle_extended_wait.
5044
5045 2004-03-22 Andrew Cagney <cagney@redhat.com>
5046
5047 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
5048 function.
5049
5050 * frame.h (generic_pop_current_frame): Delete declaration.
5051 (deprecate_pop_dummy_frame): Deprecate
5052 generic_pop_dummy_frame.
5053 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
5054 (generic_pop_current_frame): Delete function.
5055 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
5056 generic_pop_current_frame.
5057 * v850-tdep.c (v850_pop_frame): Update.
5058 * mcore-tdep.c (mcore_pop_frame): Update.
5059 * sh64-tdep.c (sh64_pop_frame): Update.
5060 * h8300-tdep.c (h8300_pop_frame): Update.
5061
5062 2004-03-22 Andrew Cagney <cagney@redhat.com>
5063
5064 * frame.h (deprecated_pc_in_call_dummy): Rename
5065 generic_pc_in_call_dummy.
5066 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
5067 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
5068 generic_pc_in_call_dummy.
5069 (pc_in_dummy_frame): Make static.
5070 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
5071 * gdbarch.h, gdbarch.c: Re-generate.
5072 * dummy-frame.c (dummy_frame_sniffer): Simplify.
5073 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
5074 (legacy_get_prev_frame): Ditto.
5075 * inferior.h: Delete reference to generic_pc_in_call_dummy in
5076 comment.
5077
5078 2004-03-21 Andrew Cagney <cagney@redhat.com>
5079
5080 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
5081 declaration and out-of-date comment.
5082 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
5083 Delete function.
5084 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
5085 deprecated_pc_in_call_dummy.
5086
5087 * infrun.c (handle_inferior_event): For non legacy frames, use the
5088 frame ID and frame type to identify a signal trampoline. Update
5089 comments.
5090
5091 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
5092
5093 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
5094 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
5095
5096 2004-03-21 Andrew Cagney <cagney@redhat.com>
5097
5098 * frame-unwind.h: Update copyright.
5099 (struct frame_data): Add opaque declaration.
5100 (frame_sniffer_ftype): Declare.
5101 (struct frame_unwind): Add "unwind_data" and "sniffer".
5102 (frame_unwind_register_unwinder): Declare.
5103 (frame_unwind_find_by_frame): Add parameter "this_cache".
5104 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
5105 (legacy_get_prev_frame, legacy_get_prev_frame)
5106 (get_frame_type): Pass the prologue_cache to
5107 frame_unwind_find_by_frame.
5108 * frame-unwind.c (struct frame_unwind_table_entry): Add field
5109 "unwinder".
5110 (frame_unwind_register_unwinder): New function.
5111 (frame_unwind_find_by_frame): Handle an unwind sniffer.
5112
5113 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
5114
5115 * bcache.c (print_percentage): Use floating point to avoid
5116 incorrect results when portion*100 overflows.
5117
5118 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5119
5120 * ppc_tdep.h (ppc_linux_frame_saved_pc)
5121 (ppc_linux_init_extra_frame_info)
5122 (ppc_linux_frameless_function_invocation)
5123 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
5124 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
5125 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
5126 (rs6000_frame_chain): Delete declarations.
5127 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
5128 (ppc_linux_init_extra_frame_info)
5129 (ppc_linux_frameless_function_invocation)
5130 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
5131 (ppc_linux_init_abi): Remove registration of above deleted functions.
5132 * rs6000-tdep.c (rs6000_init_extra_frame_info)
5133 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
5134 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
5135 (rs6000_pop_frame, rs6000_frameless_function_invocation)
5136 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
5137 (rs6000_gdbarch_init): Remove registration of above deleted functions.
5138 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
5139 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
5140 frame management for all OSABIs.
5141
5142 2004-03-19 Andrew Cagney <cagney@redhat.com>
5143
5144 Committed by Kevin Buettner <kevinb@redhat.com>.
5145
5146 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
5147 Update copyright.
5148 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
5149 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
5150 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
5151 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
5152 unwinders. #ifdef legacy frame code.
5153 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
5154 "frame-base.h".
5155 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
5156 (struct rs6000_frame_cache, rs6000_frame_cache)
5157 (rs6000_frame_this_id, rs6000_frame_prev_register)
5158 (rs6000_frame_sniffer, rs6000_frame_unwind)
5159 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
5160 (rs6000_frame_base): Implement a traditional frame unwinder.
5161 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
5162 frame unwinder.
5163
5164 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5165
5166 * breakpoint.c (adjust_breakpoint_address): Don't adjust
5167 breakpoint address for watchpoints or the catch eventpoints.
5168 Add new paramter ``bptype''. Adjust all callers.
5169
5170 2004-03-19 Andrew Cagney <cagney@redhat.com>
5171
5172 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
5173
5174 * PROBLEMS: Delete note that ARM does not use frame code, problem
5175 fixed.
5176
5177 2004-03-18 Andrew Cagney <cagney@redhat.com>
5178
5179 * stack.c (return_command): Delete code wrapped in #ifdef
5180 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
5181
5182 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
5183
5184 2004-03-18 Andrew Cagney <cagney@redhat.com>
5185
5186 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
5187 DEPRECATED_IN_SIGTRAMP.
5188 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5189 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
5190 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5191 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5192 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5193 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5194 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5195 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5196 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
5197 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
5198
5199 2004-03-18 Andrew Cagney <cagney@redhat.com>
5200
5201 * frame-base.c: Update copyright. Include "gdb_obstack.h".
5202 (struct frame_base_table_entry): Define.
5203 (struct frame_base_table): Re-implement as a linked list.
5204 (frame_base_init): Re-implement.
5205 (frame_base_table): Delete function.
5206 (append_predicate): Delete function.
5207 (frame_base_append_sniffer): Update.
5208 (frame_base_set_default): Update.
5209 (frame_base_find_by_frame): Update.
5210 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
5211 * Makefile.in (frame-base.o): Update dependencies.
5212
5213 2004-03-17 Andrew Cagney <cagney@redhat.com>
5214
5215 * frame.c (legacy_get_prev_frame): Pass correct frame to
5216 frame_unwind_find_by_frame.
5217
5218 2004-03-17 David Carlton <carlton@kealia.com>
5219
5220 * NEWS: Mention C++ nested types and namespaces
5221
5222 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
5223
5224 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
5225 and "Regressions since gdb 5.3.". Add known regressions since
5226 gdb 6.0.
5227
5228 2004-03-16 David Carlton <carlton@kealia.com>
5229
5230 * dwarf2read.c (process_structure_scope): Process children even
5231 when we're a declaration.
5232
5233 2004-03-16 Andrew Cagney <cagney@redhat.com>
5234
5235 * symtab.h (find_pc_sect_partial_function): Delete declaration.
5236 * blockframe.c (find_pc_partial_function)
5237 (find_pc_sect_partial_function): Merge into a single
5238 find_pc_partial_function.
5239
5240 2004-03-16 Mark Kettenis <kettenis@gnu.org>
5241
5242 * i386bsd-nat.c: s/regno/regnum/g.
5243 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
5244 FP0_REGNUM.
5245 (store_inferior_registers): Likewise.
5246
5247 2004-03-16 Mark Kettenis <kettenis@gnu.org>
5248
5249 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
5250 of i387_fill_fsave.
5251 (store_inferior_registers): Call i387_collect_fsave and
5252 i387_collect_fxsave instead of i387_fill_fsave and
5253 i387_fill_fxsave.
5254
5255 2004-03-15 Andrew Cagney <cagney@redhat.com>
5256
5257 * Makefile.in (frame-unwind.o): Update dependencies.
5258 * frame-unwind.c: Include "gdb_obstack.h".
5259 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
5260 parameter.
5261 (append_predicate): Delete function.
5262 (struct frame_unwind_table_entry): New structure.
5263 (struct frame_unwind_table): Replace "sniffer" with "head" and
5264 "tail".
5265 (frame_unwind_append_sniffer): Update.
5266 (frame_unwind_find_by_frame): Update.
5267 (_initialize_frame_unwind): Registe frame_unwind_init using
5268 gdbarch_data_register_pre_init.
5269
5270 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5271
5272 * i386bsd-nat.c: Update copyright year.
5273 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
5274 define unconditionally.
5275
5276 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5277
5278 * i387-tdep.h (i387_collect_fsave): New prototype.
5279 * i387-tdep.c (i387_collect_fsave): New function containing most
5280 of the code from i387_fill_fsave.
5281 (i387_fill_fsave): Call i387_collect_fsave.
5282
5283 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5284
5285 * i386-linux-tdep.c: Update copyright year.
5286 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
5287 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
5288 svr4_ilp32_link_map_offsets instead of
5289 i386_linux_svr4_fetch_link_map_offsets.
5290
5291 2004-03-15 David Carlton <carlton@kealia.com>
5292
5293 Fix for PR c++/1553:
5294 * dwarf2read.c (read_structure_type): Determine type name by
5295 calling determine_class_name.
5296 (determine_class_name): New.
5297 (determine_prefix): Look at TYPE_TAG_NAME and call
5298 determine_class_name when appropriate.
5299 (determine_prefix_aux, class_name): Delete.
5300 (read_namespace): Set die->type.
5301
5302 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5303
5304 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
5305 unused macro definition. The definition in target.h (or perhaps
5306 elsewhere) takes precedence.
5307
5308 2004-03-15 Andrew Cagney <cagney@redhat.com>
5309
5310 * ppc-tdep.h: Update copyright.
5311 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
5312 function signatures to match "regsets.h".
5313 * ppc-linux-tdep.c: Include "regset.h".
5314 (ELF_GREGSET_SIZE): Delete.
5315 (right_supply_register): New function.
5316 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
5317 using right_supply_register.
5318 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
5319 functions.
5320 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
5321 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
5322 (_initialize_ppc_linux_tdep): Do not register
5323 ppc_linux_regset_core_fns.
5324 (ppc_linux_regset_from_core_section): Replace
5325 fetch_core_registers.
5326 (ppc_linux_regset_core_fns): Delete.
5327 * ppc-linux-nat.c: (right_fill_reg): New function.
5328 (supply_gregset): Update call to ppc_linux_supply_gregset.
5329 (fill_gregset): Clear the register set, use right_fill_reg.
5330 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
5331 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
5332
5333 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
5334 unsigned.
5335
5336 2004-03-15 Andrew Cagney <cagney@redhat.com>
5337
5338 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
5339 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
5340 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
5341 and register_gdbarch_data.
5342 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
5343 (struct gdbarch_data): Replace "init" by "pre_init" and
5344 "post_init".
5345 * gdbarch.h, gdbarch.c: Re-generate.
5346 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
5347 with"obstack", use OBSTACK_ZALLOC.
5348 (dwarf2_frame_ops): Delete.
5349 (dwarf2_frame_set_init_reg): Use gdbarch_data.
5350 (dwarf2_frame_init_reg): Use gdbarch_data.
5351 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
5352 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
5353 (_initialize_svr4_solib): Update.
5354 * user-regs.c (_initialize_user_regs): Update.
5355 * reggroups.c (_initialize_reggroup): Update.
5356 * regcache.c (_initialize_regcache): Update.
5357 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5358 * libunwind-frame.c (_initialize_libunwind_frame): Update.
5359 * gnu-v3-abi.c (init_gnuv3_ops): Update.
5360 * frame-unwind.c (_initialize_frame_unwind): Update.
5361 * frame-base.c (_initialize_frame_base): Update.
5362 * user-regs.c (user_reg_add): Update.
5363 * reggroups.c (reggroup_add): Update.
5364 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
5365 * libunwind-frame.c (libunwind_frame_set_descr): Update.
5366 * frame-unwind.c (frame_unwind_append_sniffer): Update.
5367 * frame-base.c (frame_base_table): Update.
5368 * remote.c (_initialize_remote): Update.
5369 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
5370
5371 2004-03-15 Andrew Cagney <cagney@redhat.com>
5372
5373 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
5374
5375 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5376
5377 * Makefile.in (frv-linux-tdep.o): Add dependencies.
5378 * frv-linux-tdep.c: New file.
5379 * frv-tdep.c (struct gdbarch_tdep): Add new field
5380 ``sigcontext_reg_addr''.
5381 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
5382 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5383 (frv_sigramp_frame_sniffer): New functions.
5384 (frv_sigtramp_frame_unwind): New static global.
5385 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
5386 sniffers.
5387 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
5388 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
5389
5390 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5391
5392 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
5393 but not via a call to error(), when unable to read memory.
5394
5395 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5396
5397 * frv-tdep.c (frv_call_dummy_words): Delete.
5398 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
5399
5400 2004-03-15 Andrew Cagney <cagney@redhat.com>
5401
5402 * infrun.c (handle_step_into_function, step_over_function): Only
5403 update and use STEP_FRAME_ID when the system is using legacy
5404 frames. Update comments.
5405
5406 2004-03-14 Mark Kettenis <kettenis@gnu.org>
5407
5408 * amd64-linux-tdep.h: Remove file.
5409 * amd64-linux-tdep.c: Don't include "inferior.h" and
5410 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
5411 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
5412 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
5413 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
5414 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
5415 macros.
5416 (user_to_gdb_regmap): Remove variable.
5417 (amd64_linux_gregset_reg_offset): New variable.
5418 (amd64_core_fns): Remove variable.
5419 (fetch_core_registers): Remove function.
5420 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
5421 functions.
5422 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
5423 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
5424 * Makefile.in (amd64_linux_tdep_h): Remove.
5425 (amd64-linux-nat.o): Update dependencies.
5426 (amd64-linux-tdep.o): Update dependencies.
5427
5428 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
5429 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
5430 functions.
5431 (fetch_inferior_registers, store_inferior_registers): Rewrite.
5432
5433 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
5434 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
5435
5436 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
5437
5438 * dwarf2read.c (read_structure_type): Rename from
5439 read_structure_scope. Don't create a symbol or call process_die.
5440 Return immediately if die->type is set. Call read_type_die before
5441 dwarf2_add_member_fn.
5442 (process_structure_scope): New function.
5443 (read_enumeration_type, process_enumeration_scope): New functions,
5444 broken out from read_enumeration. Don't create the enumeration
5445 type if it has already been created.
5446 (read_enumeration): Removed.
5447 (process_die): Call read_structure_type, process_structure_scope,
5448 read_enumeration_type, and process_enumeration_scope. Just call
5449 new_symbol for base and subrange types. Add a comment about other
5450 type dies.
5451 (read_type_die): Call read_enumeration_type.
5452 (add_partial_structure, new_symbol): Update comments.
5453
5454 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
5455
5456 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
5457
5458 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
5459
5460 * tui/tui-win.h (tui_get_cmd_list): Declare.
5461 * tui/tui-win.c (tui_command): New function.
5462 (tui_get_cmd_list): New function.
5463 (_initialize_tui_win): Moved initialization of tui command in
5464 tui_get_cmd_list.
5465
5466 * tui/tui-data.c (init_content_element): Setup new data members.
5467 (init_win_info): Likewise.
5468 (free_content_elements): Free it.
5469 * tui/tui-data.h (struct tui_data_element): Store the register
5470 content to print.
5471 (struct tui_data_info): Keep the current register group.
5472
5473 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
5474
5475 * tui/tui-regs.h (tui_show_registers): Update prototype.
5476 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
5477 (tui_resize_all): No need to calculate anything for register window.
5478 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
5479 (tui_set_register_element, tui_set_general_regs_content): Remove.
5480 (tui_set_special_regs_content): Remove.
5481 (tui_set_general_and_special_regs_content): Remove.
5482 (tui_set_float_regs_content): Remove.
5483 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
5484 (tui_set_regs_content): Remove.
5485 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
5486 (tui_v_show_registers_command_support): Remove.
5487 (tui_show_registers): Use a reggroup to specify the registers to show.
5488 (tui_show_register_group): New function.
5489 (tui_display_registers_from): Compute the layout of register window
5490 and refresh with new API; be sure to delete old register windows.
5491 (tui_check_register_values): Update to use tui_get_register and
5492 tui_display_data.
5493 (tui_display_register): Just refresh the register window part.
5494 (tui_register_format): Format registers and save in tui_data_element.
5495 (tui_get_register): New to combine tui_reg_value_has_changed and
5496 tui_get_register_raw_value; fix to use the new gdb API.
5497 (tui_show_float_command): Renamed tui_reg_float_command.
5498 (tui_show_general_command): Renamed tui_reg_general_command.
5499 (tui_show_special_command): Renamed tui_reg_system_command.
5500 (_initialize_tui_regs): Remove unused commands.
5501
5502 2004-03-13 Mark Kettenis <kettenis@gnu.org>
5503
5504 * NEWS (New native configurations): Mention OpenBSD/amd64.
5505
5506 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
5507 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
5508 Remove defines.
5509 * config/i386/nm-fbsd64.h: Likewise.
5510 * config/i386/nm-obsd.h: Likewise.
5511 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
5512 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
5513
5514 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5515
5516 * frv-tdep.c (set_variant_scratch_registers): New function.
5517 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
5518 New constants.
5519
5520 From Richard Sandiford <rsandifo@redhat.com>:
5521 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
5522
5523 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5524
5525 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
5526 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
5527 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
5528 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
5529 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
5530 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
5531 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
5532 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
5533 definitions from frv-tdep.c to frv-tdep.h.
5534
5535 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5536
5537 Add shared library support for FR-V FDPIC ABI:
5538 * Makefile.in (solib-frv.o): Add dependencies.
5539 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
5540 New functions.
5541 (frv_push_dummy_call): Add support for FDPIC ABI.
5542 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
5543 for FDPIC ABI.
5544 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
5545 (frv_fdpic_find_canonical_descriptor): Declare.
5546 * solib-frv.c: New file.
5547 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
5548 * config/frv/tm-frv.h (solib.h): Include.
5549
5550 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5551
5552 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
5553 (frv-tdep.o): Update dependencies.
5554 * frv-tdep.h: New file.
5555 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
5556 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
5557 constants.
5558 (struct gdbarch_tdep): Add new member ``frv_abi''.
5559 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
5560 functions.
5561 (new_variant): Set ``frv_abi'' field.
5562 (gdb_arch_init): Detect FDPIC executables.
5563
5564 2004-03-12 Mark Kettenis <kettenis@gnu.org>
5565
5566 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
5567 wrapper.
5568
5569 2004-03-11 Andrew Cagney <cagney@redhat.com>
5570
5571 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
5572
5573 2004-03-11 Kevin Buettner <kevinb@redhat.com>
5574
5575 * solist.h (master_so_list): New function.
5576 * solib.c (master_so_list): Likewise.
5577 * solib-svr4.c (enable_break): Iterate over so_list entries
5578 obtained from master list instead of entries obtained directly
5579 via svr4_current_sos().
5580
5581 2004-03-10 Ben Elliston <bje@gnu.org>
5582
5583 * MAINTAINERS: Update my mail address.
5584
5585 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5586
5587 * remote-m32r-sdi.c: Support hardware watchpoint.
5588
5589 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5590
5591 * user-regs.c: Update copyright years.
5592 (struct user_regs): Rename to gdb_user_regs.
5593 (append_user_reg, builtin_user_regs, user_regs_init)
5594 (user_reg_add, user_reg_map_name_to_regnum)
5595 (usernum_to_user_reg): Update.
5596
5597 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5598
5599 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
5600 (skip_children): New functions.
5601 (locate_pdi_sibling): Call skip_children.
5602
5603 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5604
5605 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
5606 * gdbtypes.c (check_typedef): Update comments.
5607
5608 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5609
5610 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
5611 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
5612 pointer. Update comment about comp_unit_head.
5613 (struct abbrev_info): Shorten two int flags.
5614 (dwarf_alloc_abbrev): Take a CU argument.
5615 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
5616 each time through the loop. Update cleanup argument.
5617 (psymtab_to_symtab_1): Update cleanup call.
5618 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
5619 abbrev_obstack.
5620 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
5621 Just call obstack_free and clear the pointer.
5622
5623 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5624
5625 * infrun.c (handle_inferior_event): Remove short-circuit code for
5626 events in a different thread.
5627
5628 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5629
5630 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
5631 print the whole transfer.
5632 (initialize_targets): Update description of "set debug target".
5633
5634 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5635
5636 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
5637
5638 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
5639
5640 * MAINTAINERS (write after approval): Add myself.
5641
5642 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
5643
5644 * sh-tdep.c (sh_print_registers_info): Use for loop.
5645 Don't skip multiple registers when a float register is encountered.
5646
5647 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
5648
5649 Fix PR tdep/1291.
5650 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
5651 to official SH documentation.
5652
5653 2004-03-07 Andrew Cagney <cagney@redhat.com>
5654
5655 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
5656 unused function.
5657
5658 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
5659
5660 * arm-tdep.c (thumb_get_next_pc): Handle BX.
5661 (arm_get_next_pc): Handle BX and BLX.
5662
5663 2004-03-07 Andrew Cagney <cagney@redhat.com>
5664
5665 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
5666 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
5667 HPPA_SP_REGNUM.
5668 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
5669 (hppa_target_read_fp): Delete.
5670 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
5671 register_virtual_size, max_register_raw_size,
5672 max_register_virtual_size, register_byte, register_size,
5673 target_read_fp, fp_regnum, and register_bytes. Set register_type
5674 instead of register_virtual_type.
5675 (hppa32_register_type, hppa64_register_type): Replace
5676 hppa32_register_virtual_type and hppa64_register_virtual_type.
5677 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
5678 (HPPA_FP_REGNUM): Define.
5679
5680 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
5681
5682 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
5683 (pa_do_registers_info): Delete.
5684 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
5685 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
5686 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
5687
5688 * infcall.c (legacy_push_dummy_code): Delete #ifdef
5689 GDB_TARGET_IS_HPPA code.
5690 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
5691 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
5692 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
5693 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
5694 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
5695 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
5696 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
5697 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
5698 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
5699 (hppa_frameless_function_invocation, hppa64_store_return_value)
5700 (hppa_store_struct_return, hppa64_extract_return_value)
5701 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
5702 (hppa32_call_dummy_length, hppa64_call_dummy_length)
5703 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
5704 (find_proc_framesize, deposit_21, restore_pc_queue)
5705 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
5706 (rp_saved, pc_in_linker_stub): Delete.
5707
5708 Unconditionally enable 64-bit frame and ABI code.
5709 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
5710 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
5711 push_dummy_frame, fix_call_dummy, push_arguments,
5712 call_dummy_location, extract_return_value, use_struct_convention,
5713 store_return_value, store_struct_return, saved_pc_after_call,
5714 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
5715 frame_chain, frame_chain_valid, frameless_function_invocation,
5716 frame_saved_pc, and pop_frame.
5717
5718 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
5719 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
5720 (hppa_gdbarch_init): Do not set PC_REGNUM.
5721
5722 2004-03-06 Mark Kettenis <kettenis@gnu.org>
5723
5724 * config/alpha/tm-fbsd.h: Remove file.
5725 * config/alpha/fbsd.mt: Tweak comment.
5726 (TM_FILE): Set to tm-alpha.h.
5727
5728 2004-03-05 Andrew Cagney <cagney@redhat.com>
5729
5730 * infrun.c (step_over_function): When non-legacy code, and no
5731 step_frame_id, use the unwinder to get the caller's frame ID.
5732
5733 2004-03-05 Mark Kettenis <kettenis@gnu.org>
5734
5735 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
5736 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
5737 bfd_arch_unknown. Adjust comment.
5738
5739 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
5740 * i386obsd-tdep.c: Correct spelling in comment.
5741 * i386nbsd-tdep.c: Correct spelling in comment.
5742 * sparc-tdep.c: Correct spelling in comments.
5743
5744 2004-03-05 David Carlton <carlton@kealia.com>
5745
5746 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
5747 bug.
5748
5749 2004-03-05 Mark Kettenis <kettenis@gnu.org>
5750
5751 * sparc-tdep.c: Fix typo in comment.
5752
5753 2004-03-04 J. Brobecker <brobecker@gnat.com>
5754
5755 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
5756
5757 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
5758
5759 * dwarf2read.c: Add comment describing memory lifetimes.
5760 (struct dwarf2_pinfo): Update comment.
5761 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
5762 (read_enumeration, new_symbol): Don't use obsavestring.
5763
5764 2004-03-04 Mark Kettenis <kettenis@gnu.org>
5765
5766 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
5767 instead of amd64_fill_fxsave.
5768 * amd64bsd-nat.c (store_inferior_registers): Likewise.
5769 * amd64fbsd-nat.c (fill_fpregset): Likewise.
5770
5771 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
5772 Reorganize code a bit.
5773
5774 2004-03-04 Orjan Friberg <orjanf@axis.com>
5775
5776 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
5777 when the frame pointer is pushed. Don't set the frame pointer's
5778 address on the stack unless it's actually located there.
5779 Set the SRP's address on the stack correctly when the PC is still in
5780 the prologue.
5781 (cris_return_value): New function.
5782 (cris_gdbarch_init): Clear deprecated store_return_value,
5783 extract_return_value.
5784
5785 2004-03-02 Jim Blandy <jimb@redhat.com>
5786
5787 * stabsread.c (reg_value_complaint): The maximum register number
5788 is one less than the number of registers.
5789
5790 2004-03-02 Andrew Cagney <cagney@redhat.com>
5791
5792 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
5793 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
5794 trailing comma and redundant assignment of I386_ST0_REGNUM.
5795 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
5796 32-bit segment registers.
5797
5798 2004-03-01 Andrew Cagney <cagney@redhat.com>
5799
5800 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
5801 use frame_relative_level and get_next_frame.
5802
5803 2004-02-29 Andrew Cagney <cagney@redhat.com>
5804
5805 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
5806 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
5807 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
5808 Delete macro.
5809
5810 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5811
5812 * inflow.c (terminal_inferior): Don't give up the terminal if we
5813 previously couldn't get the inferior's terminal state.
5814
5815 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5816
5817 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
5818 PC_REGNUM.
5819
5820 2004-02-28 Andrew Cagney <cagney@redhat.com>
5821
5822 * NEWS: Refer to GDB 6.1.
5823 * README: Refer to GDB 6.1.
5824 * PROBLEMS: Refer to GDB 6.1.
5825
5826 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
5827
5828 * thread-db.c (disable_thread_signals): Remove unused function.
5829
5830 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5831
5832 * amd64-nat.c: Include "gdb_string.h".
5833 (amd64_collect_native_gregset): Zero-extend the 32-bit
5834 general-purpose registers and %eip.
5835
5836 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
5837 * amd64-tdep.c (amd64_collect_fxsave): New function.
5838 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
5839
5840 * i387-tdep.h: Update copyright year.
5841 (i387_collect_fxsave): New prototype.
5842 * i387-tdep.c: Update copyright year.
5843 (i387_collect_fxsave): New function containing most of the code
5844 from i387_fill_fxsave.
5845 (i387_fill_fxsave): Call i387_collect_fxsave.
5846
5847 2004-02-28 Andrew Cagney <cagney@redhat.com>
5848
5849 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
5850 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
5851
5852 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5853
5854 * amd64-tdep.c (amd64_frame_cache): Fix comment.
5855
5856 2004-02-28 Andrew Cagney <cagney@redhat.com>
5857
5858 * utils.c: Use "", instead of <>, to include readline.
5859 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
5860 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
5861 * source.c, solib.c, exec.c, event-top.c: Ditto.
5862 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
5863 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
5864 * Makefile.in: Update all dependencies.
5865 (readline_tilde_h, readline_history_h): Define.
5866 (readline_headers): Delete.
5867
5868 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5869
5870 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
5871 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
5872 "config/i386/tm-lx64.h".
5873
5874 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
5875 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
5876 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
5877
5878 2004-02-28 Andrew Cagney <cagney@redhat.com>
5879
5880 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
5881
5882 * breakpoint.c (_initialize_breakpoint): Use
5883 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
5884 Add help to show command.
5885
5886 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5887
5888 * i386-nat.c: Reformat to be closer to coding standards.
5889 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
5890 `retval'. Make variables `align' and `size' local to while-loop.
5891 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
5892 (_initialize_i386_nat): New prototype.
5893
5894 * tui/tui.c: Include <readline/readline.h> instead of
5895 "readline/readline.h". Include it after <term.h> and
5896 "gdb_curses.h".
5897
5898 2004-02-27 Andrew Cagney <cagney@redhat.com>
5899
5900 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
5901 the new frame unwind code.
5902 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
5903 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
5904 PCOQ_HEAD_REGNUM.
5905
5906 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
5907 "return_value" and "push_dummy_call".
5908 (hppa32_use_struct_convention): Delete unused function.
5909 (hppa32_store_return_value): Delete unused function.
5910 (hppa32_extract_return_value): Delete unused function.
5911 (hppa32_stack_align): Delete function.
5912
5913 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
5914
5915 * coffread.c (enter_linenos): Don't let rawptr reference memory
5916 outside linetab[]'s limits.
5917
5918 2004-02-27 Andrew Cagney <cagney@redhat.com>
5919
5920 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
5921 inferior stack space - the stack needs to grow upwards.
5922 (hppa32_frame_align): New function.
5923 (hppa64_frame_align): Replace hppa_frame_align.
5924 (hppa_gdbarch_init): Update.
5925
5926 2004-02-26 Orjan Friberg <orjanf@axis.com>
5927
5928 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
5929 (dwarf2-frame.h): Include.
5930 (enum cris_regnums): New enum CRIS_FP_REGNUM.
5931 Remove static variables related to ABI setting.
5932 (struct gdbarch_tdep): Remove cris_abi member.
5933 (struct frame_extra_info): Remove.
5934 (cris_unwind_cache, stack_item): New structs.
5935 (cris_frame_unwind, cris_frame_base): New variables.
5936 (push_stack_item, pop_stack_item)
5937 (cris_frame_unwind_cache, cris_frame_this_id)
5938 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
5939 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
5940 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
5941 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
5942 (cris_reg_struct_has_addr): New functions.
5943 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
5944 (cris_frame_saved_pc, cris_saved_pc_after_call,
5945 (cris_store_struct_return, cris_frameless_function_invocation)
5946 (cris_pop_frame, cris_skip_prologue_main)
5947 (cris_abi_original_store_return_value)
5948 (cris_abi_v2_store_return_value)
5949 (cris_abi_original_extract_return_value)
5950 (cris_abi_v2_extract_return_value)
5951 (cris_abi_original_reg_struct_has_addr)
5952 (cris_abi_v2_reg_struct_has_addr)
5953 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
5954 (cris_push_return_address, cris_abi_update): Remove.
5955 (_initialize_cris_tdep): Remove ABI command.
5956 (cris_dump_tdep): Ditto.
5957 (cris_gdbarch_init): Remove ABI command.
5958 Set store_return_value, extract_return_value, push_dummy_code,
5959 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
5960 frame_unwind_append_sniffer, frame_base_set_default.
5961 Clear deprecated init_frame_pc, push_arguments, store_return_value,
5962 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
5963 sizeof_call_dummy_words, get_saved_register, push_return_address,
5964 pop_frame, store_struct_return, frame_init_saved_regs,
5965 init_extra_frame_info, frameless_function_invocation, frame_chain,
5966 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
5967 dummy_write_sp.
5968
5969 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5970
5971 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
5972 * valprint.c (print_hex_chars): Change from static to external.
5973 (print_char_chars): New function.
5974 * printcmd.c (print_scalar_formatted): For integer and enum types
5975 that are longer than LONGEST, perform processing via appropriate
5976 print_*_chars routines.
5977
5978 2004-02-26 Andrew Cagney <cagney@redhat.com>
5979
5980 * Makefile.in: Update dependencies.
5981 Changes from Ulrich Weigand,
5982 * s390-tdep.c: Include "dwarf2-frame.h".
5983 (s390_dwarf2_frame_init_reg): New function.
5984 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
5985 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
5986
5987 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5988
5989 * breakpoint.c (pending_break_support): New setting variable.
5990 (break_command_1): Account for pending_break_support setting
5991 when creating pending breakpoints.
5992 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
5993 (_initialize_breakpoint): Add "set breakpoint pending" and
5994 "show breakpoint pending" commands.
5995
5996 2004-02-26 Andrew Cagney <cagney@redhat.com>
5997
5998 Fix PR i18n/1570.
5999 * charset.c (backslashable, backslashed, represented): Remove 'e'
6000 from list of escaped characters, not part of ISO-C.
6001
6002 2004-02-25 J. Brobecker <brobecker@gnat.com>
6003
6004 From Peter Schauer <schauer@pdf.de>:
6005 * tui/tui.c: Move system header includes after local includes.
6006 Fixes a build failure on solaris systems.
6007
6008 2004-02-25 J. Brobecker <brobecker@gnat.com>
6009
6010 * configure.in: Refine the previous change.
6011 * configure: Regenerate.
6012
6013 2004-02-25 Mark Kettenis <kettenis@gnu.org>
6014
6015 * amd64-tdep.h: Renamed from x86-64-tdep.h.
6016 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
6017 "amd64-tdep.h" instead of "x86-64-tdep.h".
6018 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
6019 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
6020 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
6021 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
6022 and "x86-64-tdep.c".
6023 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
6024 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
6025 and "x86-64-tdep.c".
6026 * amd64bsd-nat.c: Update copyright year.
6027 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
6028 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
6029 "x86-64-tdep.h".
6030 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
6031 "x86-64-tdep.h".
6032 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
6033 "x86-64-tdep.h".
6034 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
6035 "x86-64-tdep.h".
6036 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
6037 "x86-64-tdep.h".
6038 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
6039 "x86-64-tdep.h".
6040 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
6041 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
6042 * Makefile.in (amd64_linux_tdep_h): Renamed from
6043 x86_64_linux_tdep_h.
6044 (amd64_tdep_h): Renamed from x86_64_tdep_h.
6045 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
6046 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
6047 (amd64obsd-tdep.o): Update dependencies.
6048 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
6049 dependencies.
6050 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
6051 dependencies.
6052 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
6053 amd64-linux-nat.c amd64-linux-tdep.c.
6054 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
6055 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
6056 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
6057 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
6058 amd64-tdep.o and amd64-linux-tdep.o.
6059 (TM_FILE): Set to tm-linux64.h.
6060 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
6061 (NAT_FILE): Set to nm-linux64.h.
6062 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
6063 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6064 amd64-tdep.o.
6065 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6066 amd64-tdep.o.
6067 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6068 amd64-tdep.o.
6069
6070 2004-02-25 Roland McGrath <roland@redhat.com>
6071
6072 * remote.c (remote_protocol_qPart_auxv): New variable.
6073 (init_all_packet_configs): Initialize it.
6074 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
6075 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
6076 (show_remote_cmd): Call it.
6077 (_initialize_remote): Initialize commands.
6078 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
6079 service TARGET_OBJECT_AUXV requests.
6080
6081 2004-02-25 J. Brobecker <brobecker@gnat.com>
6082
6083 * configure.in: Make sure that the wborder function is available.
6084 Otherwise, search for it in the cur_colr library.
6085 * configure: Regenerate.
6086
6087 2004-02-25 Andrew Cagney <cagney@redhat.com>
6088
6089 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
6090
6091 2004-02-25 Mark Kettenis <kettenis@gnu.org>
6092
6093 * config/i386/tm-x86-64linux.h: Tweak comments.
6094
6095 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
6096
6097 * MAINTAINERS: Add self to write-after-approval list.
6098
6099 2004-02-25 Andrew Cagney <cagney@redhat.com>
6100
6101 PR cli/1566. Problem found, and fix suggested by David Allan.
6102 * cli/cli-script.c (execute_control_command): Unconditionally
6103 install a cleanup. Default "ret" to "invalid_control". Use
6104 "break" instead of "return" to escape from the switch.
6105
6106 2004-02-24 J. Brobecker <brobecker@gnat.com>
6107
6108 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
6109 with the lines macro defined in term.h on AiX.
6110 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
6111 a collision with the label_width macro defined in term.h on AiX.
6112
6113 2004-02-23 David Mosberger <davidm@hpl.hp.com>
6114
6115 Committed by Kevin Buettner <kevinb@redhat.com>.
6116
6117 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
6118 * ia64-tdep.c (ia64_write_pc): Make it a global function.
6119 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
6120 instead of ia64_write_pc().
6121 * ia64-linux-tdep.c (regcache.h): Include.
6122 (ia64_linux_write_pc): New function.
6123
6124 2004-02-23 Roland McGrath <roland@redhat.com>
6125
6126 * auxv.c (info_auxv_command): Fix typos in error messages.
6127
6128 2004-02-23 Mark Kettenis <kettenis@gnu.org>
6129
6130 * x86-64-tdep.h: Tweak comment.
6131 (enum amd64_regnum): New.
6132 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
6133 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
6134 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
6135 (X86_64_XMM1_REGNUM): Removed.
6136 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
6137 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
6138 prototypes for renamed functions.
6139 * x86-64-tdep.c: Fix typo.
6140 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
6141 register numbers.
6142 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
6143 Use constants from `enum amd64_regnum' for register numbers.
6144 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
6145 (amd64_analyze_prologue, amd64_frame_cache,
6146 amd64_sigtramp_frame_cache): Use constants from `enum
6147 amd64_regnum' for register numbers.
6148 (amd64_supply_fpregset): Adjust for renamed functions.
6149 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
6150 `enum amd64_regnum' for register numbers.
6151 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
6152 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
6153 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
6154 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
6155 (amd64_linux_fill_gregset): Adjust for renamed macros.
6156 (fetch_core_registers): Adjust for renamed functions.
6157 (amd64_linux_init_abi): Adjust for renamed functions.
6158 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
6159 renamed functions.
6160 * amd64-nat.c: Adjust for renamed macros.
6161 * amd64bsd-nat.c (fetch_inferior_registers)
6162 (store_inferior_registers): Use constants from `enum amd64_regnum'
6163 for register numbers. Adjust for renamed variables.
6164 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
6165 renamed variables.
6166 (_initialize_amd64fbsd_nat): Use constants from `enum
6167 amd64_regnum' for register numbers.
6168 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
6169 `enum amd64_regnum' for register numbers.
6170 (amd64fbsd_init_abi): Adjust for renamed functions.
6171 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
6172 `enum amd64_regnum' for register numbers.
6173 (amd64nbsd_init_abi): Adjust for renamed functions.
6174 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
6175 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
6176 `enum amd64_regnum' for register numbers.
6177 (amd64obsd_init_abi): Adjust for renamed functions.
6178 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
6179
6180 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6181
6182 * breakpoint.c (print_one_breakpoint): Do not output spaces
6183 after printing <PENDING> for a pending breakpoint.
6184
6185 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6186
6187 * printcmd.c (print_scalar_formatted): Initialize val_long
6188 to remove compiler warning message.
6189
6190 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6191
6192 * defs.h (nquery, yquery): New prototypes.
6193 * breakpoint.c (break_command_1): Use new nquery interface.
6194 * utils.c (defaulted_query, nquery, yquery): New functions.
6195
6196 2004-02-23 Andrew Cagney <cagney@redhat.com>
6197
6198 * hppa-tdep.c (hppa_frame_align): New function.
6199 (hppa32_push_dummy_call): New function.
6200 (hppa64_push_dummy_call): New function.
6201 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
6202 disabled.
6203
6204 * infcall.c (legacy_push_dummy_code): Don't call deprecated
6205 FIX_CALL_DUMMY when push_dummy_call is available.
6206 (call_function_by_hand, push_dummy_code): Ditto.
6207
6208 2004-02-22 Andrew Cagney <cagney@redhat.com>
6209
6210 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
6211 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
6212 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
6213 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
6214 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
6215 call_dummy_location to ON_STACK.
6216
6217 2004-02-22 Mark Kettenis <kettenis@gnu.org>
6218
6219 * x86-64-linux-tdep.c: Tweak comment.
6220 (amd64_linux_supply_gregset): Renamed from
6221 x86_64_linux_supply_gresget.
6222 (amd64_linux_fill_gregset): Renamed from
6223 x86_64_linux_fill_gregset.
6224 (fetch_core_registers): Adjust for renamed functions.
6225 (amd64_core_fns): Renamed from x86_64_core_fns.
6226 (amd64_linux_sigtramp_start): Renamed from
6227 x86_64_linux_sigtramp_start.
6228 (amd64_linux_pc_in_sigtramp): Renamed from
6229 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
6230 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
6231 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
6232 (amd64_linux_sigcontext_addr): Renamed from
6233 x86_64_linux_sigcontext_addr.
6234 (amd64_linux_sc_reg_offset): Renamed from
6235 x86_64_linux_sc_reg_offset.
6236 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
6237 Adjust for renamed functions and variables.
6238 (_initialize_amd64_linux_tdep): Renamed from
6239 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
6240 variables.
6241 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
6242 Adjust for renamed functions.
6243
6244 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
6245 from x86_64_linux_gregset64_reg_offset.
6246 (amd64_linux_gregset32_reg_offset): Rename from
6247 x86_64_linux_gregset64_reg_offset.
6248 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
6249 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
6250 (amd64_linux_dr_set_control): Renamed from
6251 x86_64_linux_dr_set_control. Adjust for renamed functions.
6252 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
6253 Adjust for renamed functions.
6254 (amd64_linux_dr_reset_addr): Renamed from
6255 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
6256 (amd64_linux_dr_get_status): Renamed from
6257 x86_64_linux_dr_get_status. Adjust for renamed functions.
6258 (_initialize_amd64_linux_nat): Renamed from
6259 _initialize_x86_64_linux_nat. Adjust for renamed variables and
6260 functions.
6261 * config/i386/nm-x86-64linux.h: Update copyright year.
6262 Adjust for renamed functions.
6263
6264 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
6265 amd64fbsd_sigtramp_start.
6266 (amd64fbsd_sigtramp_end_addr): Renamed from
6267 amd64fbsd_sigtramp_end.
6268 (amd64fbsd_init_abi): Adjust for renamed variables.
6269 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
6270 variables.
6271 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
6272 amd64fbsd_sigtramp_start.
6273 (amd64fbsd_sigtramp_end_addr): Renamed from
6274 amd64fbsd_sigtramp_end.
6275
6276 2004-02-22 Andrew Cagney <cagney@redhat.com>
6277
6278 * hppa-tdep.c (hppa32_return_value): New function.
6279 (hppa64_return_value): New function.
6280 (hppa_gdbarch_init): Set return_value; keep disabled.
6281
6282 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
6283 struct-return and inferior function call methods.
6284
6285 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6286 "frame-base.h".
6287 (struct hppa_frame_cache): Define.
6288 (hppa_frame_cache, hppa_frame_this_id): New functions.
6289 (hppa_frame_prev_register): New function.
6290 (hppa_frame_unwind, hppa_frame_base): New variables.
6291 (hppa_frame_unwind_sniffer): New function.
6292 (hppa_frame_base_address, hppa_unwind_pc): New function.
6293 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
6294 sniffer, and frame base sniffer; keep disabled.
6295 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
6296 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
6297
6298 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
6299 to predicates for "seriously old code".
6300
6301 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
6302 runtime if(0).
6303
6304 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
6305 unsigned.
6306 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
6307
6308 * config/pa/tm-hppa.h: Update copyright.
6309 (DEPRECATED_INIT_FRAME_PC): Delete macro.
6310 (deprecated_init_frame_pc_default): Delete declaration.
6311 (hppa_frame_init_saved_regs): Delete declaration.
6312 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6313 * hppa-tdep.c: Include "arch-utils.h".
6314 (hppa_gdbarch_init): Set deprecated init_frame_pc
6315 and deprecated frame_init_saved_regs.
6316 (hppa_frame_init_saved_regs): Make static.
6317
6318 2004-02-22 Mark Kettenis <kettenis@gnu.org>
6319
6320 Remove old 386BSD support.
6321 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
6322 * configure.host: Remove i[34567]86-*-bsd*.
6323 * configure.tgt: Remove i[34567]86-*-bsd*.
6324 * i386b-nat.c: Removed.
6325 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
6326 (i386b-nat.o): Remove dependencies.
6327
6328 * config/i386/i386bsd.mh: Removed.
6329 * config/i386/i386bsd.mt: Removed.
6330 * config/i386/nm-i386bsd.h: Removed.
6331 * config/i386/tm-i386bsd.h: Removed.
6332 * config/i386/xm-i386bsd.h: Removed.
6333
6334 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
6335
6336 * amd64fbsd-tdep.c: Include "solib-svr4.h".
6337 (amd64fbsd_init_abi): Set link map offsets.
6338 * amd64nbsd-tdep.c: Include "slib-svr4.h".
6339 (amd64nbsd_init_abi): Set link map offsets.
6340 * amd64obsd-tdep.c: Include "solib-svr4.h".
6341 (amd64obsd_init_abi): Set link map offsets.
6342 * i386fbsd-tdep.c: Include "solib-svr4.h".
6343 (i386fbsd_init_abi): Set link map offsets.
6344 * i386nbsd-tdep.c: Include "solib-svr4.h".
6345 (i386nbsdelf_init_abi): Set link map offsets.
6346 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
6347 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
6348 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
6349 solib-legacy.o and core-aout.o. Reformat.
6350 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
6351 solib-svr4.o, solib-legacy.o. Reformat.
6352 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
6353 * config/i386/nbsdelf.mh: Reformat.
6354 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
6355 solib-svr4.o, solib-legacy.o and corelow.o.
6356 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
6357 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
6358 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
6359 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
6360 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
6361 (TM_FILE): Set to tm-fbsd.h.
6362 * config/i386/nbsd.mt (TDEPFILES): Reformat.
6363 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
6364 solib-svr4.o.
6365 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
6366 solib-svr4.o.
6367 (TM_FILE): Set to nm-nbsd.h.
6368 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
6369 Simplify shared library support. Don't include "elf/common.h".
6370 (SVR4_SHARED_LIBS): Don't define.
6371 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
6372 "solib.h".
6373 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
6374 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
6375 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
6376 Don't include "i386/tm-i386.h". Include "solib.h".
6377 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
6378 Don't include "i386/tm-i386.h".
6379 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
6380 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
6381 Include "i386/xm-i386.h".
6382 (HOST_LONG_DOUBLE_FORMAT): Remove.
6383
6384 Fix OpenBSD/i386 sigtramp recognition.
6385 * i386-tdep.h: Update copyright year.
6386 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
6387 (i386bsd_sigtramp_end): New prototypes.
6388 (i386fbsd_sigtramp_start_addr): Renamed from
6389 i386fbsd_sigtramp_start.
6390 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
6391 (i386obsd_sigtramp_start_addr): Renamed from
6392 i386obsd_sigtramp_start.
6393 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
6394 * i386bsd-tdep.c: Update copyright year.
6395 (i386bsd_pc_in_sigtramp): Make public.
6396 * i386fbsd-nat.c: Update copyright year.
6397 (_initialize_i386fbsd_nat): Adjust for renamed variables.
6398 * i386fbsd-tdep.c: Update copyright year.
6399 (i386fbsd_sigtramp_start_addr): Renamed from
6400 i386fbsd_sigtramp_start.
6401 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
6402 (i386fbsdaout_init_abi): Adjust for renamed variables.
6403 * i386obsd-nat.c: Update copyright year.
6404 (_initialize_i386obsd_nat): Adjust for renamed variables.
6405 * i386obsd-tdep.c: Include "target.h".
6406 (i386obsd_page_size): New variable.
6407 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
6408 (i386obsd_sigtramp_end): New functions.
6409 (i386obsd_sigtramp_start_addr): Renamed from
6410 i386obsd_sigtramp_start.
6411 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
6412 (i386obsd_init_abi): Adjust for renamed variables. Set
6413 pc_in_sigtramp, sigtramp_start and sigtramp_end.
6414 * Makefile.in (i386obsd-tdep.o): Update dependencies.
6415
6416 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
6417 trampoline change in OpenBSD kernel.
6418
6419 * amd64-nat.c: Update copyright year.
6420 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
6421 architecture from REGCACHE.
6422
6423 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
6424 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
6425
6426 2004-02-21 Mark Kettenis <kettenis@gnu.org>
6427
6428 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
6429 i[34567]86-*-openbsd3.[0-3].
6430 * config/i386/obsdaout.mh: New file.
6431
6432 * config/i386/obsd.mh (MH_FLAGS): Remove.
6433
6434 Fix PR build/1549.
6435 * i386obsd-tdep.c: Update copyright years. Include
6436 "solib-svr4.h".
6437 (i386obsd_init_abi): Don't set regset_from_core_section here.
6438 (i386obsd_aout_init_abi): New function. Set
6439 regset_from_core_section here.
6440 (i386obsd_elf_init_abi): New function.
6441 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
6442 * Makefile.in (i386obsd-tdep.o): Update dependecies.
6443 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6444 (TM_FILE): Set to tm-nbsd.h.
6445
6446 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
6447 solib-sunos.o.
6448
6449 * solib-svr4.h: Update copyright year.
6450 (svr4_ilp32_fetch_link_map_offsets)
6451 (svr4_lp64_fetch_link_map_offsets): New prototype.
6452 * solib-svr4.c: Update copyright year.
6453 (svr4_ilp32_fetch_link_map_offsets)
6454 (svr4_lp64_fetch_link_map_offsets): New function.
6455
6456 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
6457
6458 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
6459 to the partial symbol table.
6460
6461 2004-02-20 J. brobecker <brobecker@gnat.com>
6462
6463 * PROBLEMS: Add description of problem documented under gdb/1560.
6464
6465 2004-02-20 Mark Kettenis <kettenis@gnu.org>
6466
6467 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
6468 comments.
6469 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
6470 functions.
6471 (amd64obsd_init_abi): Reorder initializations. Use
6472 amd64obsd_r_reg_offset to initialize the general-purpose register
6473 set details. Set regset_from_core_section.
6474 (_initialize_amd64obsd_tdep): Rename from
6475 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
6476 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
6477 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
6478
6479 * NEWS (New native configurations): Mention OpenBSD/alpha.
6480 * configure.tgt: Add alpha*-*-openbsd*.
6481 * configure.host: Add alpha*-*-openbsd*.
6482 * alphanbsd-tdep.c: Update copyright year.
6483 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
6484
6485 2004-02-20 Andrew Cagney <cagney@redhat.com>
6486
6487 Fix PR tdep/1372.
6488 * configure.tgt: Delete target "none-*-*".
6489 * configure.host: Delete host "none-*-*".
6490 * config/none/none.mh: Delete file.
6491 * config/none/none.mt: Delete file.
6492 * config/none/xm-none.h: Delete file.
6493 * config/none/tm-none.h: Delete file.
6494 * config/none/nm-none.h: Delete file.
6495
6496 2004-02-19 Fred Fish <fnf@redhat.com>
6497
6498 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
6499 cache->uses_fp prior to setting it.
6500
6501 2004-02-19 Fred Fish <fnf@redhat.com>
6502
6503 Fix for PR breakpoint/1558.
6504 * sh-tdep.c (IS_JSR): New macro.
6505 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
6506
6507 2004-02-19 Jim Blandy <jimb@redhat.com>
6508
6509 * findvar.c (value_from_register): Doc fix.
6510
6511 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
6512
6513 * printcmd.c (print_scalar_formatted): Do not check for sizeof
6514 type being greater than sizeof of host's LONGEST. Always use
6515 unpack_long() unless format 'f' chosen.
6516
6517 2004-02-19 Joel Brobecker <brobecker@gnat.com>
6518
6519 Committed by Elena Zannoni <ezannoni@redhat.com>
6520
6521 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
6522 contains a symbol wich is the best, non-exact match for the given
6523 pc. Update comments.
6524
6525 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
6526
6527 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
6528 macro, which was part of the now removed Mach 3 port.
6529 * utils.c (request_quit): Ditto.
6530
6531 2004-02-18 Mark Kettenis <kettenis@gnu.org>
6532
6533 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
6534 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
6535
6536 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6537
6538 Committed by Mark Kettenis <kettenis@gnu.org>.
6539
6540 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
6541 Define.
6542
6543 2004-02-18 Andrew Cagney <cagney@redhat.com>
6544
6545 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
6546 CONFIG_INSTALL and CONFIG_UNINSTALL.
6547 * configure: Re-generate.
6548 * interps.h (INTERP_TUI): Define.
6549 * Makefile.in: Update dependencies.
6550 (TUI): New macro.
6551 (tui-main.o): Specify dependencies.
6552 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
6553 * tui/tui-main.c: New file.
6554
6555 2004-02-18 Mark Kettenis <kettenis@gnu.org>
6556
6557 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
6558 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
6559 dependencies.
6560 * configure.host: Add x86_64-*-openbsd*.
6561 * configure.tgt: Add x86_64-*-openbsd*.
6562 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
6563
6564 * tui/tui.c: Don't include <malloc.h>.
6565
6566 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
6567 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
6568 amd64nbsd-tdep.c.
6569
6570 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
6571 static. Remove extraneous whitespace.
6572 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
6573 static.
6574
6575 2004-02-17 Jim Blandy <jimb@redhat.com>
6576
6577 * findvar.c (value_from_register): Doc fix.
6578
6579 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6580
6581 Committed by Jim Blandy <jimb@redhat.com>.
6582
6583 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
6584 CORE_ADDR as type for selectors. Correct types for GNU run time
6585 message lookup function to use double indirection.
6586 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
6587 * objc-lang.h (lookup_child_selector): Adapt prototype.
6588
6589 * s390-nat.c (SUBOFF): New macro.
6590 (supply_gregset, fill_gregset): Use it to handle debugging
6591 of 32-bit exectuables running under a 64-bit kernel.
6592 * s390-tdep.c: Include "solib-svr4.h".
6593 (s390_svr4_fetch_link_map_offset): New function.
6594 (s390x_svr_fetch_link_map_offset): Likewise.
6595 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
6596 * Makefile.in (s390-tdep.o): Update dependencies.
6597
6598 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
6599 "frame-unwind.h".
6600 (s390_readinstruction): Reformat. Use read_memory_nobpt.
6601 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
6602 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
6603 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
6604 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
6605 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
6606 S390_SIGNAL_FRAMESIZE,
6607 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
6608 (struct frame_extra_info): Remove.
6609 (s390_memset_extra_info): Remove.
6610 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
6611 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
6612 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
6613 (is_rse): Renamed to ...
6614 (is_rsy): ... this. Support long displacements.
6615 (is_rxe): Renamed to ...
6616 (is_rxy): ... this. Support long displacements.
6617 (compute_x_addr): Support long displacements.
6618 (struct s390_prologue_data): New data type.
6619 (s390_on_stack): Change API to use struct s390_prologue_data.
6620 (s390_store): Reimplement.
6621 (s390_load): New function.
6622 (s390_get_signal_frame_info): Remove.
6623 (s390_get_frame_info): Remove, replace by ...
6624 (s390_analyze_prolog): ... this new function.
6625 (s390_check_function_end): Remove.
6626 (s390_function_start): Remove.
6627 (s390_frameless_function_invokation): Remove.
6628 (s390_is_sigreturn): Remove.
6629 (s390_init_frame_pc_first): Remove.
6630 (s390_init_frame_extra_info): Remove.
6631 (s390_frame_init_saved_regs): Remove.
6632 (s390_frame_saved_pc_nofix): Remove.
6633 (s390_frame_saved_pc): Remove.
6634 (s390_frame_chain): Remove.
6635 (s390_fp_regnum, s390_read_fp): Remove.
6636 (s390_pop_frame_regular, s390_pop_frame): Remove.
6637 (s390_saved_pc_after_call): Remove.
6638 (s390_skip_prologue): Reimplement.
6639 (s390_in_function_epilogue_p): Support long displacements.
6640 (struct s390_unwind_cache): New data structure.
6641 (s390_frame_unwind_cache): New function.
6642 (s390_prologue_frame_unwind_cache): Likewise.
6643 (s390_backchain_frame_unwind_cache): Likewise.
6644 (s390_frame_this_id, s390_frame_prev_register): Likewise.
6645 (s390_frame_unwind): Define.
6646 (s390_frame_sniffer): New function.
6647 (struct s390_pltstub_unwind_cache): New data structure.
6648 (s390_pltstub_frame_unwind_cache): New function.
6649 (s390_pltstub_frame_this_id): Likewise.
6650 (s390_pltstub_frame_prev_register): Likewise.
6651 (s390_pltstub_frame_unwind): Define.
6652 (s390_pltstub_frame_sniffer): New function.
6653 (struct s390_sigtramp_unwind_cache): New data structure.
6654 (s390_sigtramp_frame_unwind_cache): New function.
6655 (s390_sigtramp_frame_this_id): Likewise.
6656 (s390_sigtramp_frame_prev_register): Likewise.
6657 (s390_sigtramp_frame_unwind): Define.
6658 (s390_sigtramp_frame_sniffer): New function.
6659 (s390_frame_base_address, s390_local_base_address): New functions.
6660 (s390_frame_base): Define.
6661 (s390_unwind_pc, s390_unwind_sp): New function.
6662 (s390_push_dummy_call): Use new frame base location.
6663 (s390_unwind_dummy_id): Likewise.
6664 (s390_gdbarch_init): Remove calls to:
6665 set_gdbarch_frameless_function_invocation,
6666 set_gdbarch_deprecated_init_frame_pc,
6667 set_gdbarch_deprecated_frame_chain,
6668 set_gdbarch_deprecated_frame_init_saved_regs,
6669 set_gdbarch_deprecated_pop_frame,
6670 set_gdbarch_deprecated_init_extra_frame_info,
6671 set_gdbarch_deprecated_init_frame_pc_first,
6672 set_gdbarch_deprecated_target_read_fp,
6673 set_gdbarch_deprecated_frame_saved_pc,
6674 set_gdbarch_deprecated_saved_pc_after_call,
6675 set_gdbarch_deprecated_fp_regnum.
6676 Add calls to:
6677 set_gdbarch_in_solib_call_trampoline,
6678 frame_unwind_append_sniffer,
6679 frame_base_set_default,
6680 set_gdbarch_unwind_pc,
6681 set_gdbarch_unwind_sp.
6682 * Makefile.in (s390-tdep.o): Update dependencies.
6683
6684 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
6685 (S390_STACK_FRAME_OVERHEAD): Remove.
6686 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
6687 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
6688 (s390_promote_integer_argument): Remove.
6689 (s390_cannot_extract_struct_value_address): Remove.
6690 (s390_use_struct_convention, s390_store_struct_return): Remove.
6691 (s390_extract_return_value, s390_store_return_value): Remove.
6692 (s390_return_value_convention, s390_return_value): New functions.
6693 (is_float_singleton): Handle typedefs.
6694 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
6695 Remove, replace by ...
6696 (s390_function_arg_pass_by_reference, s390_function_arg_float,
6697 s390_function_arg_integer): ... these new functions.
6698 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
6699 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
6700 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
6701 Fill in tdep->abi.
6702 Remove calls to:
6703 set_gdbarch_deprecated_store_struct_return,
6704 set_gdbarch_deprecated_extract_return_value,
6705 set_gdbarch_deprecated_store_return_value,
6706 set_gdbarch_use_struct_convention,
6707 set_gdbarch_extract_struct_value_address,
6708 set_gdbarch_deprecated_pc_in_call_dummy,
6709 set_gdbarch_deprecated_push_arguments,
6710 set_gdbarch_deprecated_save_dummy_frame_tos,
6711 set_gdbarch_deprecated_push_return_address,
6712 set_gdbarch_deprecated_sizeof_call_dummy_words,
6713 set_gdbarch_deprecated_call_dummy_words,
6714 set_gdbarch_deprecated_dummy_write_sp.
6715 Add calls to:
6716 set_gdbarch_push_dummy_call,
6717 set_gdbarch_unwind_dummy_id,
6718 set_gdbarch_return_value.
6719
6720 * config/s390/nm-linux.h: Update comments.
6721 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
6722 (STOPPED_BY_WATCHPOINT): Redefine.
6723 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
6724 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
6725 (s390_stopped_by_watchpoint): Likewise.
6726 (watch_area_cnt): Remove.
6727 * s390-nat.c: Update comments.
6728 (watch_area): Remove typedef.
6729 Global replace watch_area by struct watch_area.
6730 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
6731 (s390_stopped_by_watchpoint): Remove pid argument,
6732 use s390_inferior_tid. Add short-cut for the no watchpoint case.
6733 (s390_fix_watch_points): Remove pid argument,
6734 use s390_inferior_tid. Recompute area spanned by watchpoints.
6735 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
6736 argument. Reimplement.
6737
6738 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
6739 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
6740 (FETCH_INFERIOR_REGISTERS): Define.
6741 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
6742 core-regset.o.
6743 * config/s390/s390x.mt: Remove.
6744 * config/s390/tm-s390.h: Remove.
6745 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
6746 (TARGET_ELF64): Remove.
6747 (SKIP_TRAMPOLINE_CODE): Do not undefine.
6748 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
6749 s390*-*-* case; always set gdb_target to s390.
6750 * regformats/reg-s390.dat: Remove control registers.
6751 * regformats/reg-s390x.dat: Likewise.
6752 * s390-tdep.h: New file.
6753 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
6754 Include "inferior.h" and "s390-tdep.h".
6755 Remove private definition of offsetof.
6756 (s390_register_u_addr): Remove.
6757 (regmap_gregset, regmap_fpregset): Define.
6758 (supply_gregset, fill_gregset): Reimplement.
6759 (supply_fpregset, fill_fpregset): Likewise.
6760 (s390_inferior_tid): New function.
6761 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
6762 (fetch_inferior_registers, store_inferior_registers): Likewise.
6763 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
6764 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
6765 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
6766 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
6767 (struct gdbarch_tdep): Define.
6768 (struct s390_register_info): Define.
6769 (s390_register_info): New variable.
6770 (s390_register_name): Reimplement.
6771 (s390_register_type): New function.
6772 (s390_register_raw_size, s390x_register_raw_size): Remove.
6773 (s390_cannot_fetch_register): Remove.
6774 (s390_register_byte): Remove.
6775 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
6776 (s390_dwarf_regmap): New variable.
6777 (s390_dwarf_reg_to_regnum): New function.
6778 (s390_stab_reg_to_regnum): Remove.
6779 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
6780 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
6781 (s390_convert_register_p): Likewise.
6782 (s390_register_to_value, s390_value_to_register): Likewise.
6783 (s390_register_reggroup_p): Likewise.
6784 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
6785 s390_gregset, s390x_gregset, s390_fpregset): New variables.
6786 (s390_supply_regset, s390_regset_from_core_section): New functions.
6787 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
6788 (S390_FPR_SIZE): Likewise.
6789 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
6790 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
6791 (S390_NUM_GPRS): Move here from tm-s390.h.
6792 (S390_NUM_FPRS): Likewise.
6793 (s390_in_function_epilogue_p): New function.
6794 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
6795 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
6796 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
6797 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
6798 Replace S390_FP_REGNUM by S390_SP_REGNUM.
6799 Remove calls to:
6800 set_gdbarch_deprecated_max_register_raw_size,
6801 set_gdbarch_deprecated_max_register_virtual_size,
6802 set_gdbarch_deprecated_register_byte,
6803 set_gdbarch_cannot_fetch_register,
6804 set_gdbarch_cannot_store_register,
6805 set_gdbarch_deprecated_register_size,
6806 set_gdbarch_deprecated_register_raw_size,
6807 set_gdbarch_deprecated_register_virtual_size,
6808 set_gdbarch_deprecated_register_virtual_type,
6809 set_gdbarch_deprecated_register_bytes.
6810 Add calls to:
6811 set_gdbarch_num_pseudo_regs,
6812 set_gdbarch_register_type,
6813 set_gdbarch_convert_register_p,
6814 set_gdbarch_register_to_value,
6815 set_gdbarch_value_to_register,
6816 set_gdbarch_register_reggroup_p,
6817 set_gdbarch_regset_from_core_section,
6818 set_gdbarch_pseudo_register_read,
6819 set_gdbarch_pseudo_register_write,
6820 set_gdbarch_in_function_epilogue_p.
6821 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
6822 (s390_tdep_h): New variable.
6823
6824 2004-02-17 Jim Blandy <jimb@redhat.com>
6825
6826 * findvar.c (value_from_register): If the type has no length, just
6827 return an acceptable value --- don't report an internal error.
6828
6829 * stabsread.c (read_type): If we find any type numbers that are
6830 forward references, complain if the references aren't resolved by
6831 the time we're finished reading.
6832 (cleanup_undefined_types): Make error message more appropriate for
6833 a complaint.
6834
6835 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
6836
6837 * Makefile.in (defs_h): Remove dependency on progress_h.
6838 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
6839 progress.h.
6840 * main.c (captured_main): Delete use of START_PROGRESS and
6841 END_PROGRESS.
6842
6843 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
6844
6845 * objfiles.c (terminate_minimal_symbol_table): Add back
6846 initialization of MSYMBOL_TYPE.
6847
6848 2004-02-17 David Mosberger <davidm@hpl.hp.com>
6849
6850 Committed by Andrew Cagney.
6851 * Makefile.in (ia64_tdep_h): New macro.
6852 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
6853 (ia64-tdep.o): Likewise.
6854 * ia64-tdep.h: New file.
6855 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
6856 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
6857 (ia64_aix_sigcontext_register_address): Likewise.
6858 (ia64_linux_getunwind_table): Delete declaration.
6859 * ia64-linux-tdep.c: Likewise.
6860
6861 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
6862
6863 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
6864 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
6865 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
6866
6867 2004-02-17 Andrew Cagney <cagney@redhat.com>
6868
6869 * symtab.c (skip_prologue_using_sal): New function.
6870 * symtab.h (skip_prologue_using_sal): Declare.
6871 * frv-tdep.c: Include "symtab.h".
6872 (skip_prologue_using_sal): Delete function.
6873 * mips-tdep.c (skip_prologue_using_sal): Delete function.
6874 * rs6000-tdep.c (refine_prologue_limit): Mention
6875 skip_prologue_using_sal.
6876 * ia64-tdep.c (refine_prologue_limit): Ditto.
6877 * Makefile.in: Update dependencies.
6878
6879 2004-02-16 Andrew Cagney <cagney@redhat.com>
6880
6881 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
6882 START_INFERIOR_TRAPS_EXPECTED.
6883 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
6884 START_INFERIOR_TRAPS_EXPECTED.
6885 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
6886 Delete macro.
6887 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
6888 macro, moved to "nm-osf.h". Update copyright.
6889 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
6890 update copyright.
6891
6892 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
6893 and function replacing FRAMELESS_FUNCTION_INVOCATION.
6894 * blockframe.c (legacy_frameless_look_for_prologue): Rename
6895 frameless_look_for_prologue.
6896 * frame.h (legacy_frameless_look_for_prologue): Rename
6897 frameless_look_for_prologue.
6898 * gdbarch.h, gdbarch.c: Re-generate.
6899 * sh64-tdep.c (sh64_gdbarch_init): Update.
6900 * sh-tdep.c (sh_gdbarch_init): Update.
6901 * s390-tdep.c (s390_gdbarch_init): Update.
6902 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6903 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6904 * m68k-tdep.c (m68k_gdbarch_init): Update.
6905 (delta68_frame_args_address): Update.
6906 * m32r-tdep.c (m32r_gdbarch_init): Update.
6907 * hppa-tdep.c (hppa_gdbarch_init): Update.
6908 * h8300-tdep.c (h8300_gdbarch_init): Update.
6909 * frv-tdep.c (frv_gdbarch_init): Update.
6910 (frv_frameless_function_invocation): Update.
6911 * cris-tdep.c (cris_gdbarch_init): Update.
6912 (cris_frameless_function_invocation): Update.
6913 * avr-tdep.c (avr_gdbarch_init): Update.
6914 * arm-tdep.c (arm_gdbarch_init): Update.
6915 * stack.c (frame_info): Update, call predicate.
6916 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
6917 * frame.c (legacy_get_prev_frame): Update, call predicate..
6918 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
6919 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
6920 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
6921 invocation.
6922 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6923 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6924 * vax-tdep.c (vax_gdbarch_init): Ditto.
6925
6926 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
6927 function.
6928
6929 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
6930
6931 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
6932 initializations.
6933
6934 2004-02-16 Andrew Cagney <cagney@redhat.com>
6935
6936 * tui/tui-windata.c: Include "gdb_string.h".
6937 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
6938 * tui/tui-layout.c, tui/tui-command.c: Ditto.
6939 * Makefile.in: Update dependencies.
6940
6941 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
6942
6943 * Makefile.in (infrun.o): Add $(gdb_assert_h).
6944 * infrun.c: Include "gdb_assert.h".
6945 (singlestep_ptid, saved_singlestep_ptid)
6946 (stepping_past_singlestep_breakpoint): New variables.
6947 (resume): Set singlestep_ptid. Check for singlestep thread
6948 hop.
6949 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
6950 (handle_inferior_event): Handle singlestep thread hop.
6951
6952 2004-02-16 Andrew Cagney <cagney@redhat.com>
6953
6954 * dwarf2-frame.c (dwarf2_frame_ops): New function.
6955 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
6956 (dwarf2_frame_init_reg): Ditto.
6957
6958 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
6959 suggested by Joshua Neuheisel
6960
6961 * configure.in: Always check for curses, including pdcurses.
6962 Warn, instead of error, when no curses are found. Enable TUI when
6963 curses is available.
6964 * configure: Re-generate.
6965
6966 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
6967
6968 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
6969 sh_sh4_register_convert_to_virtual.
6970 (sh_register_convert_to_raw): Rename from
6971 sh_sh4_register_convert_to_raw.
6972 (sh_pseudo_register_read): Accomodate above name change.
6973 (sh_pseudo_register_write): Ditto.
6974
6975 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
6976
6977 * sh-tdep.c (sh_generic_register_name): Remove.
6978 (sh_gdbarch_init): Use sh_sh_register_name in default case.
6979
6980 2004-02-15 Andrew Cagney <cagney@redhat.com>
6981
6982 * configure.in (build_warnings): Add -Wunused-function.
6983 * configure: Re-generate.
6984
6985 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
6986 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
6987
6988 * procfs.c (procfs_init_inferior): Assume that
6989 START_INFERIOR_TRAPS_EXPECTED is defined.
6990 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
6991 * config/ns32k/tm-nbsd.h: Delete file,
6992 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
6993
6994 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
6995 * config/vax/tm-vax.h: Delete file.
6996
6997 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6998 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6999 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7000 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7001 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
7002 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7003 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
7004
7005 2004-02-15 Mark Kettenis <kettenis@gnu.org>
7006
7007 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
7008 * dwarf2-frame.c (dwarf2_frame_data): New variable.
7009 (struct dwarf2_frame_ops): New.
7010 (dwarf2_frame_default_init_reg): New function, based on
7011 dwarf2_frame_init_reg.
7012 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
7013 (dwarf2_frame_init_reg): Call architecture-specific function.
7014 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
7015 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
7016 instead of dwarf2_frame_data.
7017 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
7018 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
7019
7020 2004-02-15 Andrew Cagney <cagney@redhat.com>
7021
7022 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
7023 register_gdbarch_swap.
7024 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
7025 * f-lang.c (_initialize_f_language): Update, use
7026 DEPRECATED_REGISTER_GDBARCH_SWAP.
7027 * remote.c (_initialize_remote): Ditto.
7028 * regcache.c (_initialize_regcache): Ditto.
7029 * parse.c (_initialize_parse): Ditto.
7030 * infrun.c (_initialize_infrun): Ditto.
7031 * mi/mi-main.c (_initialize_mi_main): Ditto.
7032 * gdbtypes.c (_initialize_gdbtypes): Ditto.
7033
7034 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
7035 poking .cacheable directly.
7036 * symfile.c (symfile_bfd_open): Ditto.
7037
7038 * Makefile.in: Update all dependencies.
7039
7040 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
7041 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
7042 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
7043 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
7044 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
7045
7046 2004-02-14 Andrew Cagney <cagney@redhat.com>
7047
7048 * arch-utils.c (legacy_convert_register_p): Check
7049 DEPRECATED_REGISTER_CONVERTIBLE_P.
7050 * findvar.c (value_of_register): Ditto.
7051
7052 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
7053 * gdbarch.h, gdbarch.c: Re-generate.
7054 * arch-utils.c (deprecated_register_convertible_not): Delete.
7055 * arch-utils.h (deprecated_register_convertible_not): Delete.
7056 * mi/mi-main.c (get_register): Update. Update copyright.
7057 * infcmd.c (default_print_registers_info): Update.
7058
7059 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
7060 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
7061 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
7062 * gdbarch.h, gdbarch.c: Re-generate.
7063 * frame.c (deprecated_get_next_frame_hack): Delete function.
7064 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
7065 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7066 Update.
7067 * infcall.c (call_function_by_hand): Update.
7068
7069 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
7070
7071 * symfile.c (init_entry_point_info, entry_point_address): Move
7072 from here...
7073 * objfiles.c (init_entry_point_info, entry_point_address):..to
7074 here.
7075 * symfile.h (init_entry_point_info, entry_point_address): Remove
7076 prototypes.
7077 * objfiles.h (init_entry_point_info, entry_point_address):Add
7078 prototypes.
7079 * cris-tdep.c: Remove include of symfile.h. Add include of
7080 objfiles.h.
7081 * infcall.c: Ditto.
7082 * mcore-tdep.c: Ditto.
7083 * mn10300-tdep.c: Ditto.
7084 * sh64-tdep.c: Ditto.
7085 * v850-tdep.c: Ditto.
7086 * arm-tdep.c: Remove include of symfile.h.
7087 * blockframe.c: Ditto.
7088 * coffread.c: Ditto.
7089 * dbxread.c: Ditto.
7090 * dwarf2read.c: Ditto.
7091 * dwarfread.c: Ditto.
7092 * frv-tdep.c: Ditto.
7093 * ia64-tdep.c: Ditto.
7094 * mdebugread.c: Ditto.
7095 * mipsread.c: Ditto.
7096 * rs6000-tdep.c: Ditto.
7097 * s390-tdep.c: Ditto.
7098 * sh-tdep.c: Ditto.
7099 * xstormy16-tdep.c: Ditto.
7100 * gdbarch.sh: Remove include of symfile.h.
7101 * gdbarch.c: Regenerate.
7102 * solib-irix.c (enable_break): Use entry_point_address().
7103 Add comment about include file.
7104 * xcoffread.c: Add comment about include file.
7105 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
7106 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
7107 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
7108 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
7109 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
7110
7111 2004-02-13 Andrew Cagney <cagney@redhat.com>
7112
7113 * corelow.c (core_xfer_partial): Use "struct bfd_section".
7114 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
7115 copyright.
7116 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
7117
7118 2004-02-12 Fred Fish <fnf@redhat.com>
7119
7120 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
7121 set_gdbarch_store_return_value.
7122
7123 2004-02-12 Andrew Cagney <cagney@redhat.com>
7124
7125 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
7126 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
7127 (interrupt_query): Ditto.
7128 (ofunc): Delete unused variable.
7129 * cris-tdep.c (cris_abi): Delete unused function.
7130 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
7131 (cris_get_wide_opcode, cris_get_short_size): Ditto.
7132 (cris_get_asr_quick_shift_steps): Ditto.
7133 (cris_skip_prologue_frameless_p): Ditto.
7134 * arm-tdep.c (arm_push_return_address): Delete unused function.
7135 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
7136 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
7137 * s390-tdep.c (s390_function_start): Delete unused function.
7138
7139 2004-02-12 Andrew Cagney <cagney@redhat.com>
7140
7141 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
7142 gdbarch.h, gdbarch.c: Re-generate.
7143 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
7144 to generic_prologue_frameless_p.
7145 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
7146 * arch-utils.c (generic_prologue_frameless_p): Delete function.
7147
7148 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
7149
7150 * mips-linux-tdep.c: Include "frame.h".
7151 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
7152 (mips_linux_skip_resolver): New functions.
7153 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
7154 and set_gdbarch_in_solib_call_trampoline.
7155 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
7156 to after set_gdbarch_in_solib_return_trampoline. Only set the
7157 solib hooks to mips16 functions if the OS ABI is unknown.
7158 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
7159 including "config/tm-linux.h".
7160 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
7161 * Makefile.in (mips-linux-tdep.o): Update.
7162
7163 2004-02-11 David Carlton <carlton@kealia.com>
7164
7165 * linespec.c (decode_compound): Only look for a class symbol when
7166 considering all but the rightmost component.
7167
7168 2004-02-11 Andrew Cagney <cagney@redhat.com>
7169
7170 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
7171 abi code are are separatly grouped.
7172
7173 2004-02-11 Andrew Cagney <cagney@redhat.com>
7174
7175 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
7176 * gdbarch.h, gdbarch.c: Re-generate.
7177 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7178 * v850-tdep.c (v850_gdbarch_init): Update.
7179 * sh64-tdep.c (sh64_gdbarch_init): Update.
7180 * sh-tdep.c (sh_gdbarch_init): Update.
7181 * s390-tdep.c (s390_gdbarch_init): Update.
7182 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7183 * mips-tdep.c (mips_gdbarch_init): Update.
7184 * mcore-tdep.c (mcore_gdbarch_init): Update.
7185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7186 * m32r-tdep.c (m32r_gdbarch_init): Update.
7187 * ia64-tdep.c (ia64_gdbarch_init): Update.
7188 * hppa-tdep.c (hppa_gdbarch_init): Update.
7189 * h8300-tdep.c (h8300_gdbarch_init): Update.
7190 * frv-tdep.c (frv_gdbarch_init): Update.
7191 * d10v-tdep.c (d10v_gdbarch_init): Update.
7192 * cris-tdep.c (cris_gdbarch_init): Update.
7193 * avr-tdep.c (avr_gdbarch_init): Update.
7194 * arm-tdep.c (arm_gdbarch_init): Update.
7195 * alpha-tdep.c (alpha_gdbarch_init): Update.
7196
7197 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
7198
7199 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
7200 comma.
7201 (sh_sh4al_dsp_register_name): Ditto.
7202
7203 2004-02-10 Andrew Cagney <cagney@redhat.com>
7204
7205 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
7206 (mips_init_frame_pc_first): Delete function.
7207 (mips_frame_saved_pc): Delete function.
7208 (mips_frame_chain): Delete function.
7209 (mips_init_extra_frame_info): Delete function.
7210 (mips_xfer_register): Delete unused variable "reg".
7211 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
7212 (mips_n32n64_return_value): Delete unused variable "reg".
7213 (mips_n32n64_return_value): Delete unused variable "pos".
7214 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
7215 (mips_o32_return_value): Delete unused variable "pos".
7216 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
7217 (mips_print_fp_register): Delete unused variable "namelen"
7218 (mips_print_fp_register): Delete unused variable "flt2"
7219 (get_frame_pointer): Delete function.
7220 (cached_proc_desc): Delete static variable.
7221 (mips_pop_frame): Delete function.
7222 (mips_find_saved_regs): Delete function.
7223 (mips_get_saved_register): Delete function.
7224 (mips_saved_pc_after_call): Delete function.
7225 (SIGFRAME_BASE): Delete macro.
7226 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
7227 (SIGFRAME_PC_OFF): Delete macro.
7228 (SIGFRAME_REGSAVE_OFF): Delete macro.
7229 (mips_dump_tdep): Do not print deleted macro definitions.
7230
7231 2004-02-10 Andrew Cagney <cagney@redhat.com>
7232
7233 * Makefile.in (SFILES): Remove explictly listed tui files.
7234 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
7235
7236 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
7237
7238 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
7239 to use paddr functions to format ia64 addresses and long values.
7240 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
7241 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
7242 (get_kernel_table, ia64_find_proc_info_x): Ditto.
7243 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
7244 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
7245
7246 2004-02-10 Andrew Cagney <cagney@redhat.com>
7247
7248 * defs.h: Do not include "tui.h".
7249 * gdb_curses.h: New file.
7250 * tui/tui-hooks.h: New file.
7251 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
7252 (tui_install_hooks, tui_remove_hooks): Delete declarations.
7253 (tui_initialize_io): Delete declaration.
7254 (tui_initialize_readline: Delete redundant declaration.
7255 (struct tui_point): Delete definition.
7256 * tui/tui-data.h (struct tui_point): Define.
7257 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
7258 * utils.c: Include "tui/tui.h".
7259 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
7260 * printcmd.c [TUI]: Include "tui/tui.h".
7261 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
7262 * tui/tui-command.c: Include "gdb_curses.h".
7263 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
7264 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
7265 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
7266 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
7267 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
7268 * Makefile.in: Update all dependencies.
7269 (tui_hooks_h, gdb_curses_h): Define.
7270 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
7271
7272 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
7273
7274 * objfiles.h (struct objfile): Remove unused fields auxf1 and
7275 auxf2. Add comments about some other rarely used fields.
7276
7277 2004-02-10 Andrew Cagney <cagney@redhat.com>
7278
7279 * Makefile.in (init.c): Fix script removing duplicates. Problem
7280 reported by Peter Schauer.
7281
7282 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
7283
7284 * bcache.c (bcache_xmalloc): Use obstack_init instead of
7285 obstack_specify_allocation.
7286 * objfiles.c (allocate_objfile): Ditto.
7287 * solib-sunos.c (solib_add_common_symbols)
7288 (allocate_rt_common_objfile): Ditto.
7289 * symfile.c (reread_symbols): Ditto.
7290 * gdb_obstack.h: Add comment.
7291
7292 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
7293
7294 * linespec.c (decode_line_1, locate_first_half)
7295 (decode_compound, lookup_prefix_sym): Update comments. Delete old
7296 commented out code.
7297
7298 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
7299
7300 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
7301 obstack_free.
7302
7303 2004-02-09 Andrew Cagney <cagney@redhat.com>
7304
7305 * blockframe.c (find_pc_partial_function): If find_pc_overlay
7306 fails, try find_pc_section. Fix PR c++/1267.
7307 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
7308 instead of find_pc_mapped_section.
7309 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
7310 not default to the section containing PC. Fix PR symtab/1519.
7311
7312 2004-02-09 Andrew Cagney <cagney@redhat.com>
7313
7314 * Makefile.in (mips-tdep.o): Update dependencies.
7315 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
7316 "trad-frame.h".
7317 (mips_unwind_pc): Return the pseudo PC register.
7318 (mips_unwind_dummy_id): New function.
7319 (mips16_fetch_instruction): New function.
7320 (mips32_fetch_instruction): New function.
7321 (struct mips_frame_cache): Define.
7322 (mips_mdebug_frame_cache): New function.
7323 (mips_mdebug_frame_this_id): New function.
7324 (mips_mdebug_frame_prev_register): New function.
7325 (mips_mdebug_frame_unwind): Define.
7326 (mips_mdebug_frame_sniffer): New function.
7327 (mips_mdebug_frame_base_address): New function.
7328 (mips_mdebug_frame_base): Define.
7329 (mips_mdebug_frame_base_sniffer): New function.
7330 (mips_gdbarch_init): Append unwind and base sniffers. Set
7331 unwind_dummy_id.
7332
7333 2004-02-08 Andrew Cagney <cagney@redhat.com>
7334
7335 * frame.c: Print both the register number and name.
7336
7337 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
7338 and a sed into a single sed. Make .c and .o patterns more robust.
7339 (OBS): Delete.
7340 (INIT_FILES): Replace OBS with COMMON_OBS.
7341 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
7342
7343 2004-02-08 Mark Kettenis <kettenis@gnu.org>
7344
7345 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
7346 the PT_WCOOKIE request.
7347
7348 2004-02-08 Andrew Cagney <cagney@redhat.com>
7349
7350 * mips-tdep.c (mips_unwind_pc): New function.
7351 (mips_gdbarch_init): Set mips_unwind_pc.
7352
7353 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
7354 (get_frame_id): Allow the UNKNOWN_FRAME.
7355 (frame_register_unwind, get_frame_type): Ditto.
7356
7357 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
7358 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
7359 unwind_dummy_id indicates a legacy frame.
7360
7361 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
7362 * configure: Re-generate.
7363
7364 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
7365 methods.
7366
7367 2004-02-08 Andrew Cagney <cagney@redhat.com>
7368
7369 * configure.in (CONFIG_ALL): Set to Makefile target, and not
7370 makefile macro.
7371 * configure: Re-generate.
7372 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
7373 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
7374 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
7375 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
7376 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
7377 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
7378 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
7379 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
7380 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
7381 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
7382
7383 2004-02-07 Andrew Cagney <cagney@redhat.com>
7384
7385 * Makefile.in: Update all dependencies.
7386
7387 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
7388 * configure: Re-generate.
7389 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
7390 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
7391 (COMMON_OBS): Add "main.o" and "annotate.o".
7392 (ANNOTATE_OBS): Delete.
7393 (OBS): Remove ANNOTATE_OBS.
7394 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
7395 CONFIG_INITS.
7396 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
7397 against CONFIG_OBS and "main.o".
7398 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
7399 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
7400
7401 * tui/tui-command.c: Include "gdb_string.h", delete register
7402 attribute, use ISO-C function signatures.
7403 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
7404 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
7405 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
7406 * tui/tui.c: Ditto.
7407
7408 * tui/tui-command.c: Change variable and function names to lower
7409 case.
7410 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
7411 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
7412 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
7413 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7414 * tui/tui-winsource.c, tui/tui.c: Ditto.
7415
7416 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7417
7418 * buildsym.c (free_pending_blocks, finish_block)
7419 (record_pending_block, make_blockvector, end_symtab): Replace
7420 symbol_obstack with objfile_obstack.
7421 * coffread.c (process_coff_symbol, coff_read_struct_type)
7422 (coff_read_enum_type): Ditto.
7423 * cp-namespace.c (initialize_namespace_symtab)
7424 (check_one_possible_namespace_symbol): Ditto.
7425 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
7426 (dwarf2_symbol_mark_computed): Ditto.
7427 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
7428 * elfread.c (elf_symtab_read): Ditto.
7429 * hpread.c (hpread_symfile_init, hpread_symfile_init)
7430 (hpread_read_enum_type, hpread_read_function_type)
7431 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
7432 Ditto.
7433 * jv-lang.c (get_java_class_symtab, add_class_symbol)
7434 (java_link_class_type): Ditto.
7435 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
7436 (new_symbol): Ditto.
7437 * minsyms.c (install_minimal_symbols): Ditto.
7438 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
7439 (terminate_minimal_symbol_table): Replace symbol_obstack with
7440 objfile_obstack.
7441 (free_objfile): Remove freeing of symbol_obstack.
7442 * objfiles.h: Remove symbol_obstack field.
7443 * pa64solib.c (add_to_solist): Replace symbol_obstack with
7444 objfile_obstack.
7445 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
7446 symbol_obstack.
7447 (solib_add_common_symbols): Replace symbol_obstack with
7448 objfile_obstack.
7449 * somsolib.c (som_solib_add): Ditto.
7450 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7451 (common_block_start, common_block_end): Ditto.
7452 * symfile.c (reread_symbols): Remove freeing and init of
7453 symbol_obstack.
7454 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
7455 * symfile.h: Update comment.
7456 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
7457 stats printing.
7458 * symtab.c (symbol_set_names): Replace symbol_obstack with
7459 objfile_obstack.
7460 * symtab.h (struct general_symbol_info, struct minimal_symbol):
7461 Update comments.
7462 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
7463 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
7464 objfile_obstack.
7465
7466 2004-02-07 Andrew Cagney <cagney@redhat.com>
7467
7468 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
7469 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
7470 fields and variables.
7471 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
7472 (m_beInvisible): Delete macro.
7473 * tui/tui-data.h: Fix case case fields and variables.
7474 (m_genWinPtrIsNull): Delete macro.
7475 (tui_win_list): Rename winList.
7476 (TUI_SRC_WIN): Rename srcWin.
7477 (TUI_DISASM_WIN): Rename disassemWin.
7478 (TUI_DATA_WIN): Rename dataWin.
7479 (TUI_CMD_WIN): Rename cmdWin.
7480 (m_genWinPtrNotNull): Delete macro.
7481 (m_winPtrIsNull): Delete macro.
7482 (m_winPtrNotNull): Delete macro.
7483 (tui_win_is_source_type): Replace m_winIsSourceType
7484 (tui_win_is_auxillary): Replace m_winIsAuzillary.
7485 (tui_win_has_locator): Replace m_hasLocator.
7486 (tui_set_win_highlight): Replace m_setWinHighlightOn and
7487 m_setWinHighlightOff.
7488 * tui/tui-data.c: Update references.
7489 (tui_win_is_source_type, tui_set_win_highlight): New functions.
7490 (tui_win_has_locator, tui_win_is_auxillary): New functions.
7491 * tui/tui-command.c, tui/tui-disasm.c: Update references.
7492 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
7493 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
7494 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7495 * tui/tui-winsource.c, tui/tui.c: Ditto.
7496
7497 2004-02-07 Mark Kettenis <kettenis@gnu.org>
7498
7499 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
7500 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
7501 StackGhost.
7502
7503 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
7504 variable `i6' to `i7'.
7505 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
7506
7507 2004-02-07 Andrew Cagney <cagney@redhat.com>
7508
7509 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
7510 (TuiPoint, TuiPointPtr): Ditto.
7511 (TuiStatus, TuiStatusPtr): Ditto.
7512 (TuiWinType, TuiWinTypePtr): Ditto.
7513 (struct tui_point): Rename _TuiPoint.
7514 (tui_get_low_disassembly_address): Rename
7515 tuiGetLowDisassemblyAddress.
7516 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
7517 (tuiFree): Delete declaration.
7518 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
7519 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
7520 * tui/tui.c (tuiFree): Delete function.
7521 * cli/cli-cmds.c (disassemble_command): Update references.
7522 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
7523 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
7524 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
7525 * tui/tui-winsource.c: Ditto.
7526
7527 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7528
7529 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
7530 coffstab_build_psymtabs, elfstab_build_psymtabs)
7531 (stabsect_build_psymtabs): Replace psymbol_obstack with
7532 objfile_obstack.
7533 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
7534 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
7535 Ditto.
7536 * dwarfread.c (scan_compilation_units): Ditto.
7537 * elfread.c (elfstab_offset_sections): Ditto.
7538 * hppa-tdep.c (read_unwind_info): Ditto.
7539 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
7540 (hpread_end_psymtab): Ditto.
7541 * mdebugread.c (mdebug_build_psymtabs, add_pending)
7542 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
7543 Ditto.
7544 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
7545 * objfiles.c (add_to_objfile_sections)
7546 (build_objfile_section_table): Ditto.
7547 (allocate_objfile): Remove init of psymbol_obstack.
7548 (free_objfile): Remove freeing of psymbol_obstack.
7549 * objfiles.h (struct objfile): Remove field
7550 psymbol_obstack. Update comments.
7551 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
7552 psymbol_obstack with objfile_obstack.
7553 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
7554 psymbol_obstack.
7555 * somread.c (som_symfile_offsets, init_import_symbols)
7556 (init_export_symbols): Replace psymbol_obstack with
7557 objfile_obstack.
7558 * somsolib.c (som_solib_add_solib_objfile): Ditto.
7559 * symfile.c (default_symfile_offsets, syms_from_objfile)
7560 (reread_symbols): Remove freeing and init of psymbol_obstack.
7561 (cashier_psymtab): Update comment.
7562 * symmisc.c (print_objfile_statistics): Don't report stats for
7563 psymbol obstack.
7564 * symtab.h (struct general_symbol_info, struct partial_symtab):
7565 Update comments.
7566 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
7567 (xcoff_symfile_offsets): Replace psymbol_obstack with
7568 objfile_obstack.
7569
7570 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7571
7572 * objfiles.h (struct objfile): Add objfile_obstack field.
7573 Remove type_obstack field.
7574
7575 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
7576 read_structure_scope read_enumeration, new_symbol): Replace
7577 type_obstack with objfile_obstack.
7578 * dwarfread.c (struct_type, enum_type): Ditto.
7579 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
7580 (lookup_fundamental_type): Ditto.
7581 * gdbtypes.h (TYPE_ALLOC): Ditto.
7582 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
7583 (hpread_read_doc_function_type, hpread_read_struct_type)
7584 (fix_static_member_physnames, hpread_read_array_type)
7585 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
7586 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
7587 (java_link_class_type): Ditto.
7588 * mdebugread.c (parse_type): Ditto.
7589 * objfiles.c (allocate_objfile, free_objfile): Ditto.
7590 * solib-sunos.c (solib_add_common_symbols): Ditto.
7591 * stabsread.c (define_symbol, read_type, read_member_functions,
7592 read_cpp_abbrev, read_one_struct_field): Ditto.
7593 * symfile.c (reread_symbols): Ditto.
7594 * symmisc.c (print_objfile_statistics): Ditto.
7595
7596 2004-02-07 Andrew Cagney <cagney@redhat.com>
7597
7598 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
7599 (tui_exec_info_content): Rename TuiExecInfoContent.
7600 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
7601 (TuiWinInfo, TuiWinInfoPtr): Ditto.
7602 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
7603 (TuiList, TuiListPtr): Ditto.
7604 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
7605 (TuiDataType, TuiDataTypePtr): Ditto.
7606 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
7607 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
7608 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
7609 (TuiSourceElement, TuiSourceElementPtr): Ditto.
7610 (TuiDataElement, TuiDataElementPtr): Ditto.
7611 (TuiWinElement, TuiWinElementPtr): Ditto.
7612 (TuiDataInfo, TuiDataInfoPtr): Ditto.
7613 (TuiCommandElement, TuiCommandElementPtr): Ditto.
7614 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
7615 (TuiWhichElement, TuiWhichElementPtr): Ditto.
7616 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
7617 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
7618 * tui/tui-command.c, tui/tui-data.c: Update references.
7619 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
7620 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
7621 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7622 * tui/tui-winsource.c, tui/tui.c: Ditto.
7623
7624 2004-02-07 Mark Kettenis <kettenis@gnu.org>
7625
7626 * dwarf2-frame.h: Update copyright.
7627 (enum dwarf2_frame_reg_rule): New.
7628 (struct dwarf2_frame_state_reg): New.
7629 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
7630 * dwarf2-frame.c: Update copyright.
7631 (enum dwarf2_reg_rule): Remove.
7632 (struct dwarf2_frame_state): Remove defenition of `struct
7633 dwarf2_frame_state_reg'.
7634 (read_reg): Call get_frame_arch to get the architecture instead of
7635 using CURRENT_GDBARCH.
7636 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
7637 DWARF2_FRAME_.
7638 (dwarf2_frame_init_reg): New function.
7639 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
7640 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
7641 initialize the register state. Prefix old `enum dwarf2_reg_rule'
7642 tags with DWARF2_FRAME_.
7643 (dwarf2_frame_prev_register): Call get_frame_arch to get the
7644 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
7645 dwarf2_reg_rule' tags with DWARF2_FRAME_.
7646
7647 2004-02-06 Andrew Cagney <cagney@redhat.com>
7648
7649 * tui/tui-data.h (struct tui_list): Rename _TuiList.
7650 (enum tui_data_type): Rename _TuiDataType.
7651 (struct tui_layout_def): Rename _TuiLayoutDef.
7652 (struct tui_source_element): Rename _TuiSourceElement.
7653 (struct tui_data_element): Rename _TuiDataElement.
7654 (struct tui_command_element): Rename _TuiCommandElement.
7655 (struct tui_locator_element): Rename _TuiLocatorElement.
7656 (union tui_which_element): Define.
7657 (struct tui_win_element): Rename _TuiWinElement.
7658 (struct tui_data_info): Rename _TuiDataInfo.
7659 (struct tui_source_info): Rename _TuiSourceInfo.
7660 (struct tui_command_info): Rename _TuiCommandInfo.
7661 (tui_initialize_static_data): Rename initializeStaticData.
7662 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
7663 (tui_alloc_win_info): Rename allocWinInfo.
7664 (tui_init_generic_part): Rename initGenericPart.
7665 (tui_init_win_info): Rename initWinInfo.
7666 (tui_alloc_content): Rename allocContent.
7667 (tui_add_content_elements): Rename addContentElements.
7668 (tui_init_content_element): Rename initContentElement.
7669 (tui_free_window): Rename freeWindow.
7670 (tui_free_win_content): Rename freeWinContent.
7671 (tui_free_data_content): Rename freeDataContent.
7672 (tui_free_all_source_wins_content): Rename
7673 freeAllSourceWinsContent.
7674 (tui_del_window): Rename tuiDelWindow.
7675 (tui_del_data_windows): Rename tuiDelDataWindows.
7676 (tui_partial_win_by_name): Rename partialWinByName.
7677 (tui_win_name): Rename winName.
7678 (tui_current_layout): Rename currentLayout.
7679 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
7680 (tui_term_height): Rename termHeight.
7681 (tui_set_term_height_to): Rename setTermHeightTo.
7682 (tui_term_width): Rename termWidth.
7683 (tui_set_term_width_to): Rename setTermWidthTo.
7684 (tui_set_gen_win_origin): Rename setGenWinOrigin.
7685 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
7686 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
7687 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
7688 (tui_source_windows): Rename sourceWindows.
7689 (tui_clear_source_windows): Rename clearSourceWindows.
7690 (tui_clear_source_windows_detail): Rename
7691 clearSourceWindowsDetail.
7692 (tui_clear_win_detail): Rename clearWinDetail.
7693 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
7694 (tui_default_tab_len): Rename tuiDefaultTabLen.
7695 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
7696 (tui_win_with_focus): Rename tuiWinWithFocus.
7697 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
7698 (tui_layout_def): Rename tuiLayoutDef.
7699 (tui_win_resized): Rename tuiWinResized.
7700 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
7701 (tui_next_win): Rename tuiNextWin.
7702 (tui_prev_win): Rename tuiPrevWin.
7703 (tui_add_to_source_windows): Rename addToSourceWindows.
7704 * tui/tui-winsource.c, tui/tui-win.c: Update references.
7705 * tui/tui-layout.c, tui/tui-source.c: Ditto.
7706 * tui/tui-stack.c, tui/tui-io.c: Ditto.
7707 * tui/tui.c, tui/tui-data.c: Ditto.
7708 * tui/tui-interp.c, tui/tui-data.c: Ditto.
7709 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
7710
7711 * tui/tui-source.h: Update copyright. Include "tui-data.h".
7712 (struct symtab): Declare.
7713 (tui_set_source_content): Rename tuiSetSourceContent.
7714 (tui_show_symtab_source): Rename tuiShowSource.
7715 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
7716 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
7717 * tui/tui-source.c: Update copyright. Update references.
7718 * tui/tui-win.c, tui/tui-winsource.c: Update references.
7719 * tui/tui-stack.c: Update references.
7720
7721 * tui/tui-win.h: Update copyright. Include "tui-data.h".
7722 (struct tui_win_info): Declare.
7723 (tui_scroll_forward): Rename tuiScrollForward.
7724 (tui_scroll_backward): Rename tuiScrollBackward.
7725 (tui_scroll_left): Rename tuiScrollLeft.
7726 (tui_scroll_right): Rename tuiScrollRight.
7727 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
7728 (tui_resize_all): Rename tuiResizeAll.
7729 (tui_refresh_all_win): Rename tuiRefreshAll.
7730 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
7731 * tui/tui-layout.c, * tui/tui-io.c: Update references.
7732 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
7733 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
7734
7735 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
7736 (tui_erase_data_content): Rename tuiEraseDataContent.
7737 (tui_display_all_data): Rename tuiDisplayAllData.
7738 (tui_check_data_values): Rename tuiCheckDataValues.
7739 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
7740 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
7741 (tui_first_data_element_no_in_line): Rename
7742 tuiFirstDataElementNoInLine.
7743 (tui_delete_data_content_windows): Rename
7744 tuiDeleteDataContentWindows.
7745 (tui_refresh_data_win): Rename tuiRefreshDataWin.
7746 (tui_display_data_from): Rename tuiDisplayDataFrom.
7747 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
7748 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
7749 * tui/tui-win.c, tui/tui-regs.c: Update references.
7750 * tui/tui-layout.c, tui/tui.c: Update references.
7751
7752 * tui/tui-wingeneral.h: Update copyright.
7753 (m_allBeVisible): Delete macro.
7754 (m_allBeInvisible): Delete macro.
7755 (struct tui_gen_win_info): Declare.
7756 (struct tui_win_info): Declare.
7757 (tui_unhighlight_win): Rename unhighlightWin.
7758 (tui_make_visible, tui_make_invisible): Replace makeVisible.
7759 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
7760 (tui_make_window): Rename makeWindow.
7761 (tui_copy_win): Rename copyWin.
7762 (tui_box_win): Rename boxWin.
7763 (tui_highlight_win): Rename highlightWin.
7764 (tui_check_and_display_highlight_if_needed): Rename
7765 checkAndDisplayHighlightIfNeeded.
7766 (tui_refresh_all): Rename refreshAll.
7767 (tui_delete_win): Rename tuiDelwin.
7768 (tui_refresh_win): Rename tuiRefreshWin.
7769 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
7770 (tui_make_visible, tui_make_invisible): New functions.
7771 (tui_make_all_visible, tui_make_all_invisible): New functions.
7772 (make_all_visible): Rename makeAllVisible.
7773 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
7774 * tui/tui-data.c, tui/tui-winsource.c: Update references.
7775 * tui/tui-windata.c, tui/tui-win.c: Update references.
7776 * tui/tui-regs.c, tui/tui-layout.c: Update references.
7777 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
7778
7779 2004-02-06 Mark Kettenis <kettenis@gnu.org>
7780
7781 * proc-api.c (write_with_trace): Initialize local variable to
7782 silence compiler warning.
7783
7784 2004-02-06 Andrew Cagney <cagney@redhat.com>
7785
7786 * tui/tui-source.h: Do not include "defs.h".
7787 (struct tui_win_info): Declare.
7788 (tui_set_source_content_nil): Declare.
7789 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
7790 (union tui_line_or_address): Rename _TuiLineOrAddress.
7791 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
7792 (tui_update_source_window): Rename tuiUpdateSourceWindow.
7793 (tui_update_source_window_as_is): Rename
7794 tuiUpdateSourceWindowAsIs.
7795 (tui_update_source_windows_with_addr): Rename
7796 tuiUpdateSourceWindowsWithAddr.
7797 (tui_update_source_windows_with_line): Rename
7798 tuiUpdateSourceWindowsWithLine.
7799 (tui_clear_source_content): Rename tuiClearSourceContent.
7800 (tui_erase_source_content): Rename tuiEraseSourceContent.
7801 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
7802 (tui_show_source_content): Rename tuiShowSourceContent.
7803 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
7804 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
7805 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
7806 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
7807 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
7808 (tui_update_exec_info): Rename tuiUpdateExecInfo.
7809 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
7810 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
7811 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
7812 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
7813 (struct tui_win_info): Declare.
7814 * tui/tui-stack.c: Update references.
7815 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
7816 * tui/tui-win.c, tui/tui-source.c: Ditto.
7817 * tui/tui.c, tui/tui-disasm.c: Ditto.
7818
7819 2004-02-06 Mark Kettenis <kettenis@gnu.org>
7820
7821 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
7822 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
7823
7824 2004-02-05 Mark Kettenis <kettenis@gnu.org>
7825
7826 * infrun.c (handle_inferior_event): Allow for breakpoint
7827 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
7828 and SIGEMT. Update comments.
7829 * NEWS (Revised SPARC target): Mention support for non-executable
7830 stack.
7831
7832 2004-02-04 Mark Kettenis <kettenis@gnu.org>
7833
7834 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
7835 * inftarg.c: Update copyright year.
7836 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
7837 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
7838 (sparc_xfer_wcookie): New function.
7839 * sparc-tdep.c (sparc_fetch_wcookie): New function.
7840 * Makefile.in (sparc-nat.o): Update dependencies.
7841 * config/sparc/nm-nbsd.h: Include "target.h".
7842 (NATIVE_XFER_WCOOKIE): New define.
7843 (sparc_xfer_wcookie): New prototype.
7844
7845 2004-02-04 Andrew Cagney <cagney@redhat.com>
7846
7847 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
7848 SYSCALL_TRAP function.
7849 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
7850
7851 2004-02-04 Andrew Cagney <cagney@redhat.com>
7852 Daniel Jacobowitz <drow@mvista.com>
7853
7854 * objfiles.h: Delete comments refering to inside_entry_func and
7855 DEPRECATED_FRAME_CHAIN_VALID.
7856 * defs.h (inside_entry_func): Update prototype..
7857 * blockframe.c (inside_entry_func): Rename to
7858 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
7859 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
7860
7861 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
7862
7863 * breakpoint.c (struct captured_parse_breakpoint_args): Move
7864 outside of #ifdef SOLIB_ADD region.
7865 (do_restore_lang_radix_cleanup): Ditto.
7866 (resolve_pending_breakpoint): Ditto.
7867
7868 2004-02-03 Andrew Cagney <cagney@redhat.com>
7869
7870 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
7871 (process_note_abi_tag_sections): Delete unused function.
7872 (ia64_read_fp): Delete unused function.
7873 (gdbarch_extract_struct_value_address): Delete declaration.
7874
7875 2004-02-02 Andrew Cagney <cagney@redhat.com>
7876
7877 * vax-tdep.c (vax_frame_chain): Delete call to
7878 deprecated_inside_entry_file.
7879 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
7880
7881 2004-02-02 Mark Kettenis <kettenis@gnu.org>
7882
7883 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
7884 column that's "empty" or "same value" when eliminating REG_RA
7885 rules.
7886
7887 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7888
7889 * NEWS: Add information about new pending breakpoint support.
7890
7891 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7892
7893 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
7894 and pending fields for pending breakpoint support.
7895 * breakpoint.c (breakpoint_enabled): Add check for not pending.
7896 (condition_command): Only parse condition if not a pending
7897 breakpoint.
7898 (print_one_breakpoint): Add support for pending breakpoints.
7899 (describe_other_breakpoints): Add checks to verify we are not
7900 dealing with pending breakpoints.
7901 (check_duplicates): Don't check pending breakpoints.
7902 (set_raw_breakpoint): Initialize pending flag.
7903 (do_restore_lang_radix_cleanup): New cleanup routine.
7904 (resolve_pending_breakpoint): New function.
7905 (re_enable_breakpoints_in_shlibs): Try and resolve any
7906 pending breakpoints via resolve_pending_breakpoint.
7907 (mention): Add pending breakpoint support.
7908 (parse_breakpoint_sals): Add new parameter to pass to
7909 decode_line_1 to indicate silent errors when files or functions
7910 are not found. Change all callers.
7911 (do_captured_parse_breakpoint): New function.
7912 (break_command_1): Change prototype to return an rc value and to
7913 take an optional pending breakpoint pointer. Support creating
7914 a pending breakpoint if a "not found" form of error occurs when
7915 parsing the breakpoint. Also support resolving an existing pending
7916 breakpoint and be silent if the resolution fails.
7917 (create_breakpoints): Change prototype to take pending breakpoint
7918 pointer. When resolving a pending breakpoint, use the new pointer
7919 to provide a conditional or commands added by the end-user.
7920 (delete_breakpoint): Add appropriate check for pending.
7921 (breakpoint_re_set_one): Ditto.
7922 (do_enable_breakpoint): Ditto.
7923
7924 2004-02-02 David Carlton <carlton@kealia.com>
7925
7926 * valops.c (enum oload_classification): New.
7927 (find_overload_match): Break implementation into separate
7928 functions; delete #if 0'd code; look for symbols within
7929 namespaces.
7930 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
7931 (find_oload_champ,oload_method_static,classify_oload_match): New.
7932 * cp-support.h: Add declaration for cp_func_name; update
7933 declaration for make_symbol_overload_list.
7934 * cp-support.c (cp_func_name): New.
7935 (overload_list_add_symbol): Fix comment, use
7936 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
7937 (make_symbol_overload_list): Take a function name and a namespace
7938 instead of a symbol; change implementation.
7939 (make_symbol_overload_list_using): New.
7940 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
7941
7942 2004-02-02 Fred Fish <fnf@redhat.com>
7943
7944 * main.c (gdb_stdtarg): Move definition to group with other
7945 gdb_stdtarg definitions and update copyright years.
7946 * remote-sim.c (gdb_os_write_stderr): Write output to
7947 gdb_stdtargerr stream instead of gdb_stdtarg stream.
7948 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
7949 gdb_stderr stream and update copyright years.
7950
7951 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7952
7953 * Makefile.in (mips-linux-nat.o): Update dependencies.
7954 * mips-linux-nat.c: Include mips-tdep.h.
7955
7956 2004-02-01 Roland McGrath <roland@redhat.com>
7957
7958 * sol-thread.c (sol_thread_xfer_partial): New function.
7959 (init_sol_thread_ops): Use that for to_xfer_partial hook.
7960 (init_sol_core_ops): Likewise.
7961
7962 * procfs.c (procfs_xfer_partial): New function.
7963 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
7964 * Makefile.in (procfs.o): Add $(auxv_h) dep.
7965
7966 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
7967 procfs_xfer_auxv function.
7968
7969 * procfs.c (procfs_make_note_section): If we can read
7970 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
7971 * linux-proc.c (linux_make_note_section): Likewise.
7972
7973 * auxv.h: New file.
7974 * auxv.c: New file.
7975 * Makefile.in (auxv_h): New variable.
7976 (COMMON_OBS): Add auxv.o here.
7977 (auxv.o): New target.
7978
7979 * corelow.c (core_xfer_partial): New function.
7980 (init_core_ops): Use it for core_ops.to_xfer_partial.
7981
7982 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
7983 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
7984 macro if that is defined.
7985
7986 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7987
7988 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
7989 and check the specified thread for each breakpoint.
7990 * breakpoint.h (bpstat_stop_status): Update prototype.
7991 * infrun.c (handle_inferior_event): Update calls to
7992 bpstat_stop_status.
7993
7994 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7995
7996 * Makefile.in (cli-cmds.o): Add $(readline_h).
7997
7998 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7999
8000 * cli/cli-cmds.c: Include readline.h.
8001 (complete_command): Pass the start of the last word to
8002 complete_line.
8003
8004 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8005
8006 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
8007 argument, and change first argument to a CORE_ADDR.
8008 * breakpoint.h (bpstat_stop_status): Update prototype.
8009 * infrun.c (adjust_pc_after_break): Add a new comment.
8010 (handle_inferior_event): Update calls to bpstat_stop_status.
8011
8012 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8013
8014 * breakpoint.h: Update copyright years.
8015
8016 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8017
8018 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
8019 (bpstat_stop_status): Don't decrement PC.
8020 * breakpoint.h (software_breakpoint_inserted_here_p): Add
8021 prototype.
8022 * infrun.c (adjust_pc_after_break): New function.
8023 (handle_inferior_event): Call it, early. Remove later references
8024 to DECR_PC_AFTER_BREAK.
8025 (normal_stop): Add commentary.
8026
8027 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8028
8029 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
8030 2004-01-27 double-free fix.
8031
8032 2004-01-31 Mark Kettenis <kettenis@gnu.org>
8033
8034 * sparc-tdep.c (sparc_fetch_wcookie): New function.
8035 (sparc32_frame_prev_register): Handle StackGhost.
8036 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8037
8038 2004-01-29 Roland McGrath <roland@redhat.com>
8039
8040 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
8041 * configure: Regenerated.
8042
8043 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
8044 * Makefile.in (procfs.o): Add dep.
8045
8046 2004-01-28 Andrew Cagney <cagney@redhat.com>
8047
8048 * tui/tui-stack.h: Update copyright.
8049 (struct frame_info): Add opaque declaration.
8050 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
8051 (tui_show_locator_content): Rename tuiShowLocatorContent.
8052 (tui_show_frame_info): Rename tuiShowFrameInfo.
8053 * tui/tui-stack.c: Update copyright. Update references.
8054 * tui/tui-winsource.c: Update references.
8055 * tui/tui-win.c: Update references.
8056 * tui/tui-layout.c: Update references.
8057 * tui/tui-hooks.c: Update copyright, update references.
8058 * tui/tui.c: Update copyright, update references.
8059 * tui/tui-disasm.c: Update references.
8060
8061 2004-01-28 David Carlton <carlton@kealia.com>
8062
8063 * dwarf2read.c (add_partial_structure): Use demangled name if
8064 namespace equals "".
8065
8066 2004-01-27 Jim Blandy <jimb@redhat.com>
8067
8068 Clean up misapplied patch:
8069 * dwarf2read.c (determine_prefix): Change one of the two forward
8070 declarations for 'determine_prefix_aux' to a declaration for this.
8071 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
8072 argument to 'die_specification'.
8073
8074 * dwarf2read.c (read_func_scope): Re-indent comment.
8075
8076 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
8077
8078 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
8079 b->exp to NULL after freeing so that error during re-parsing or
8080 evaluation of expressions associated with breakpoint don't
8081 eventually lead to re-freeing of storage.
8082 Committed by Andrew Cagney.
8083
8084 2004-01-27 Andrew Cagney <cagney@redhat.com>
8085
8086 * source.c (ambiguous_line_spec): Delete undefined declaration.
8087 * m32r-rom.c (m32r_set_board_address): Delete unused function.
8088 (m32r_set_server_address, m32r_set_download_path): Ditto.
8089 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
8090
8091 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
8092
8093 * dwarf2read.c: Update calls to changed and renamed functions, and
8094 references to moved variables.
8095
8096 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
8097 language, language_defn, list_in_scope, and ftypes members.
8098 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
8099 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
8100 (baseaddr): Remove globals.
8101
8102 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
8103 (set_cu_language, die_is_declaration, die_specification)
8104 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
8105 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
8106 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
8107 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
8108
8109 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
8110 cu.list_in_scope. Don't initialize cu_header_offset.
8111 (add_partial_symbol): Add local baseaddr.
8112 (psymtab_to_symtab_1): Add local baseaddr. Use
8113 objfile->section_offsets for consistency. Don't initialize
8114 cu_header_offset; do initialize cu.header.offset and
8115 cu.list_in_scope.
8116 (read_file_scope, read_func_scope, read_lexical_block_scope)
8117 (dwarf_decode_lines, new_symbol): Add local baseaddr.
8118
8119 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
8120
8121 * PROBLEMS: Add gdb/1516.
8122
8123 2003-12-29 Robert Millan <robertmh@gnu.org>
8124
8125 Patch committed by Andrw Cagney.
8126 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
8127 * configure.tgt: Match knetbsd*-gnu.
8128
8129 2004-01-26 Andrew Cagney <cagney@redhat.com>
8130
8131 * breakpoint.c (catch_command_1): Delete #ifdef code.
8132 (catch_fork_command_1): Delete #ifdef wrapper.
8133 (catch_exec_command_1): Ditto.
8134 (catch_load_command_1): Ditto.
8135 (catch_unload_command_1): Ditto.
8136
8137 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
8138 (catch_breakpoint): Delete #if0ed function.
8139 (disable_catch_breakpoint): Ditto.
8140 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
8141 (disable_catch, enable_catch, delete_catch): Ditto.
8142
8143 2004-01-26 Andrew Cagney <cagney@redhat.com>
8144
8145 * remote.c (echo_check, quit_flag): Delete variables.
8146 (cisco_kernel_mode): Delete variable.
8147 (minitelnet_return, tty_input, escape_count): Delete variables.
8148 (remote_cisco_mode): Delete variable.
8149 (remote_cisco_open, remote_cisco_close): Delete function.
8150 (remote_cisco_mourn, remote_cisco_wait): Delete function.
8151 (init_remote_cisco_ops): Delete function.
8152 (_initialize_remote): Do not install "remote cisco" code.
8153 (read_frame): Delete cisco specific code.
8154 (remote_info_process): Delete function.
8155 (remote_wait): Delete cisco specific code.
8156 (remote_cisco_section_offsets): Delete function.
8157 (remote_cisco_objfile_relocate): Delete function.
8158 (remote_async_wait): Delete cisco specific code.
8159 (minitelnet, readtty, readsocket): Delete function.
8160
8161 2004-01-26 Andrew Cagney <cagney@redhat.com>
8162
8163 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
8164 comments mentioning extract_returned_value_address.
8165 * infcmd.c (print_return_value): Update. Add comments on
8166 extract_returned_value_address.
8167 * stack.c (return_command): Add comments on
8168 extract_returned_value_address.
8169 * values.c: Update comment.
8170 * m32r-tdep.c: Update comment.
8171 * sparc-tdep.c: Update comment.
8172 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
8173 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8174 * sh64-tdep.c (sh64_gdbarch_init): Update.
8175 * sh-tdep.c (sh_gdbarch_init): Update.
8176 * s390-tdep.c (s390_gdbarch_init): Update.
8177 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8178 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8179 * m68k-tdep.c (m68k_gdbarch_init): Update.
8180 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8181 * m32r-tdep.c (m32r_gdbarch_init): Update.
8182 * ia64-tdep.c (ia64_gdbarch_init): Update.
8183 * h8300-tdep.c (h8300_gdbarch_init): Update.
8184 * frv-tdep.c (frv_gdbarch_init): Update.
8185 * arm-tdep.c (arm_gdbarch_init): Update.
8186 * alpha-tdep.c (alpha_gdbarch_init): Update.
8187
8188 2004-01-26 Andrew Cagney <cagney@redhat.com>
8189
8190 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
8191 SYMBOL_LOCATION_FUNCS
8192 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
8193 "struct symbol_ops".
8194 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
8195 type to "struct symbol_ops".
8196 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
8197 (struct symbol): Replace ".aux_value.loc.funcs" and
8198 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
8199 (SYMBOL_OBJFILE): Delete macro.
8200 (SYMBOL_LOCATION_FUNCS): Delete macro.
8201 (SYMBOL_LOCATION_BATON): Update.
8202 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
8203 intead of SYMBOL_LOCATION_FUNCS.
8204 * ax-gdb.c (gen_var_ref): Ditto.
8205 * printcmd.c (address_info): Ditto.
8206 * findvar.c (read_var_value): Ditto.
8207 (symbol_read_needs_frame): Ditto.
8208
8209 2004-01-26 Andrew Cagney <cagney@redhat.com>
8210
8211 * dwarf2read.c (read_func_scope): Document frame-base hack.
8212
8213 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8214
8215 * infcmd.c (print_return_value): Plug memory leak; delete
8216 ui_stream object. Rename argument `structure_return' to
8217 `struct_return'.
8218
8219 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8220
8221 * infcmd.c (print_return_value): Wrap long lines.
8222 (finish_command_continuation, finish_command): Remove unused
8223 variable `funcaddr'. Fix some coding-standards problems.
8224
8225 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
8226 SECT_SIZE is large enough, not whether it's exactly the right size.
8227 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
8228 TDEP->fpregset to zero.
8229
8230 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
8231 floating-point registers for traditional NetBSD core files.
8232 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
8233 TDEP->sizeof_fpregset here.
8234
8235 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8236
8237 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
8238 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
8239 function with code split out from
8240 sparc32nbsd_sigcontext_frame_cache.
8241 (sparc32nbsd_sigcontext_frame_cache): Use
8242 sparc32nbsd_sigcontext_saved_regs.
8243 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
8244 OpenBSD.
8245 * sparcobsd-tdep.c: New file.
8246 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
8247 (sparcobsd-tdep.o): New dependency.
8248 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
8249 * config/sparc/obsd.mt: New file.
8250
8251 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
8252 TDEP->fpregset to be initialized to enable core file register
8253 sets.
8254
8255 2004-01-24 Mark Kettenis <kettenis@gnu.org>
8256
8257 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
8258 Add opaque declarations.
8259 (sparc64nbsd_sigcontext_saved_regs): New prototype.
8260 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
8261 function with code split out from
8262 sparc64nbsd_sigcontext_frame_cache.
8263 (sparc64nbsd_sigcontext_frame_cache): Use
8264 sparc64nbsd_sigcontext_saved_regs.
8265 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
8266 OpenBSD.
8267 * sparc64obsd-tdep.c: New file.
8268 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
8269 (sparc64obsd-tdep.o): New dependency.
8270 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
8271 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
8272 * config/sparc/obsd64.mt: New file.
8273
8274 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
8275 read the instruction at PC.
8276
8277 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
8278 value of GDB_OSABI_DEFAULT.
8279 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
8280 instead of GDB_OSABI_NETBSD_AOUT.
8281
8282 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
8283
8284 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
8285 copyright.
8286
8287 2004-01-23 Andrew Cagney <cagney@redhat.com>
8288
8289 * printcmd.c (display_command): Replace tui_set_display call with
8290 tui_set_layout_for_display_command.
8291 * tui/tui.h (enum tui_win_type): Define.
8292 (tui_set_layout): Delete declaration.
8293 (tui_set_layout_for_display_command): Rename set_tui_layout.
8294 * tui/tui-data.h (enum tui_layout_type): Define.
8295 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
8296 "tui.h".
8297 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
8298 (tui_default_win_height): Rename tuiDefaultWinHeight.
8299 (tui_default_win_viewport_height): Rename
8300 tuiDefaultWinViewportHeight.
8301 (tui_set_layout): RenametuiSetLayout.
8302 * tui/tui-layout.c: Update references.
8303 * tui/tui.c: Update references.
8304 * tui/tui-disasm.c: Update references.
8305
8306 2004-01-23 David Carlton <carlton@kealia.com>
8307
8308 Partial workaround for PR c++/1511:
8309 * cp-namespace.c: Include frame.h.
8310 (cp_lookup_transparent_type): New
8311 (cp_lookup_transparent_type_loop): New.
8312 * cp-support.h: Declare cp_lookup_transparent_type.
8313 * symtab.c (basic_lookup_transparent_type): Renamed from
8314 lookup_transparent_type.
8315 (lookup_transparent_type): Replace old body by a call to
8316 current_language->la_lookup_transparent_type.
8317 * symtab.h: Update copyright. Declare
8318 basic_lookup_transparent_type.
8319 * language.h: Update copyright.
8320 (struct language_defn): Add la_lookup_transparent_type.
8321 * language.c: Update copyright.
8322 (unknown_language_defn): Add basic_lookup_transparent_type.
8323 (auto_language_defn): Add basic_lookup_transparent_type.
8324 (local_language_defn): Add basic_lookup_transparent_type.
8325 * ada-lang.c: Update copyright.
8326 (ada_language_defn): Add basic_lookup_transparent_type.
8327 * c-lang.c: Update copyright.
8328 (c_language_defn): Add basic_lookup_transparent_type.
8329 (cplus_language_defn): Add basic_lookup_transparent_type.
8330 (asm_language_defn): Add basic_lookup_transparent_type.
8331 (minimal_language_defn): Add basic_lookup_transparent_type.
8332 * f-lang.c: Update copyright.
8333 (f_language_defn): Add basic_lookup_transparent_type.
8334 * jv-lang.c: Update copyright.
8335 (java_language_defn): Add basic_lookup_transparent_type.
8336 * m2-lang.c: Update copyright.
8337 (m2_language_defn): Add basic_lookup_transparent_type.
8338 * objc-lang.c: Update copyright.
8339 (objc_language_defn): Add basic_lookup_transparent_type.
8340 * p-lang.c: Update copyright.
8341 (p_language_defn): Add basic_lookup_transparent_type.
8342 * scm-lang.c: Update copyright.
8343 (scm_language_defn): Add basic_lookup_transparent_type.
8344 * Makefile.in (cp-namespace.o): Depend on frame.h.
8345
8346 2004-01-23 David Carlton <carlton@kealia.com>
8347
8348 Patch for PR c++/1520:
8349 * dwarf2read.c (read_func_scope): Set processing_current_prefix
8350 properly if we have a specification die.
8351 (determine_prefix_aux): Rename from determine_prefix.
8352 (determine_prefix): Like the old determine_prefix, but never
8353 returns NULL.
8354
8355 2004-01-23 Theodore A. Roth <troth@openavr.org>
8356
8357 * avr-tdep.c: Update copyright.
8358 (avr_iaddr_p): Delete unused function.
8359 (avr_saddr_p): Delete unused function.
8360
8361 2004-01-23 David Carlton <carlton@kealia.com>
8362
8363 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
8364 Fix for PR symtab/1534.
8365
8366 2004-01-23 Mark Kettenis <kettenis@gnu.org>
8367
8368 * NEWS (New native configurations): Mention OpenBSD/sparc and
8369 OpenBSD/sparc64.
8370 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
8371 * configure.host: Likewise.
8372 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
8373 handler for OpenBSD.
8374 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
8375
8376 2004-01-22 Mark Kettenis <kettenis@gnu.org>
8377
8378 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
8379 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
8380
8381 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
8382 * cli/cli-cmds.c (shell_escape): Likewise.
8383
8384 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
8385 OpenBSD .note.openbsd.ident sections.
8386
8387 2004-01-22 David Carlton <carlton@kealia.com>
8388
8389 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
8390 get_scope_pc_bounds.
8391 (read_file_scope): Ditto.
8392 (get_scope_pc_bounds): New function, produced by extracting code
8393 from the above two functions, consolidating it, and adding support
8394 for DW_TAG_namespace.
8395
8396 2004-01-22 Mark Kettenis <kettenis@gnu.org>
8397
8398 * osabi.c (MAX_NOTESZ): New define.
8399 (check_note): New function.
8400 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
8401 check_note.
8402
8403 2004-01-21 Roland McGrath <roland@redhat.com>
8404
8405 * MAINTAINERS (write after approval): Add myself.
8406
8407 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8408
8409 * utils.c (init_page_info): Move declarations of `rows' and
8410 `cols' before the __GO32__-specific code. Move the closing brace
8411 outside the #ifdef __GO32__..#endif block.
8412 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
8413
8414 2004-01-21 Paul Brook <paul@codesourcery.com>
8415
8416 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
8417 BPSTAT_WHAT_CHECK_SHLIBS.
8418
8419 2004-01-21 Paul Brook <paul@codesourcery.com>
8420
8421 * MAINTAINERS: Add myself to write-after-approval.
8422
8423 2004-01-20 Andrew Cagney <cagney@redhat.com>
8424
8425 * ax-gdb.c (print_axs_value): Delete unused function.
8426 * jv-lang.c (java_lookup_type): Delete unused function.
8427 * cli/cli-dump.c (dump_filetype): Delete unused function.
8428 * remote-mips.c (remote_mips_insert_hw_breakpoint)
8429 (remote_mips_remove_hw_breakpoint): Delete unused functions.
8430 (mips_getstring): Delete unused function.
8431 (pmon_insert_breakpoint): Delete #if0ed function.
8432 (PMON_MAX_BP): Delete #if0ed MACRO.
8433 (mips_pmon_bp_info): Delete #if0ed variable.
8434 (pmon_remove_breakpoint): Delete #if0ed function.
8435 * monitor.c (monitor_write_even_block): Delete unused function.
8436 (monitor_write_memory_block): Delete #if0ed code.
8437 * dink32-rom.c (dink32_load): Delete unused function.
8438 (_initialize_dink32_rom): Delete #if0ed code.
8439 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
8440
8441 * tui/tui-command.c: Update references.
8442 * tui/tui-io.c: Update references.
8443 * tui/tui-command.h: Update copyright.
8444 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
8445
8446 * source.c (ambiguous_line_spec): Delete never-defined function.
8447 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
8448 * gdbtypes.c (add_name, add_mangled_type): Ditto.
8449 * cli/cli-cmds.c (validate_comname): Ditto.
8450
8451 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
8452 "tui-data.h".
8453 (tui_set_disassem_content): Rename tuiSetDisassemContent.
8454 (tui_show_disassem): Rename tuiShowDisassem.
8455 (tui_show_disassem_and_update_source): Rename
8456 tuiVerticalDisassemScroll.
8457 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
8458 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
8459 * tui/tui.h: Update copyright.
8460 (enum tui_status): Define.
8461 * tui/tui-data.h (enum tui_scroll_direction): Define.
8462 * tui/tui-disasm.c: Update copyright. Update references.
8463 * tui/tui-winsource.c: Update copyright. Update references.
8464 * tui/tui-win.c: Update references.
8465 * tui/tui-layout.c: Update references.
8466
8467 2004-01-20 Andrew Cagney <cagney@redhat.com>
8468
8469 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
8470 sym2 to start of block.
8471
8472 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8473
8474 * MAINTAINERS: Delete mmalloc.
8475 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
8476 * NEWS: Mention removal of --with-malloc.
8477 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
8478 * config.in: Regenerate.
8479 * configure: Regenerate.
8480 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
8481 USE_MMALLOC, MMCHECK_FORCE.
8482 * gdbinit.in: Remove mmalloc.
8483 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
8484 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
8485 * config/i386/go32.mh: Likewise.
8486 * config/i386/interix.mh: Likewise.
8487 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8488
8489 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
8490
8491 * linespec.c (decode_variable, symtab_from_filename): Call
8492 error_silent with error message instead of throwing an exception
8493 directly.
8494 * defs.h (error_silent, error_output_message): Add prototypes.
8495 (catch_exceptions_with_msg): Ditto.
8496 * utils.c (error_silent, error_output_message): New functions.
8497 * top.c (catch_exceptions_with_msg): New function.
8498
8499 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
8500
8501 * mi/mi-cmds.h (enum print_values): Add definition.
8502
8503 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
8504 type and value for simple data types and just the name and type
8505 for complex ones, if required.
8506
8507 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
8508 children, if required.
8509
8510 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8511
8512 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
8513 unused declarations.
8514
8515 2004-01-19 Andrew Cagney <cagney@redhat.com>
8516
8517 * top.h (mapped_symbol_files): Delete declaration.
8518 * main.c (captured_main): Delete option "m" and "mapped".
8519 * objfiles.c (mapped_symbol_files): Delete variable.
8520 * symfile.c (symbol_file_command): Delete mmap code.
8521 (symbol_file_add_with_addrs_or_offsets): Ditto.
8522 (add_symbol_file_command, reread_separate_symbols): Ditto.
8523 * objfiles.h (OBJF_MAPPED): Delete.
8524 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
8525 (free_objfile) [USE_MMALLOC]: Ditto.
8526 (open_existing_mapped_file): Delete function.
8527 (open_mapped_file): Delete function.
8528 (map_to_file): Delete function.
8529
8530 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8531
8532 * infrun.c (step_into_function): Account for possible breakpoint
8533 adjustment when computing ``stop_func_start''.
8534
8535 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8536
8537 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
8538 the region size against the size of a pointer, not the size of
8539 a register as given by DEPRECATED_REGISTER_SIZE.
8540
8541 2004-01-19 Andrew Cagney <cagney@redhat.com>
8542
8543 * tui/tui-regs.h: Include "tui-data.h".
8544 (tuiFirstRegElementNoInLine): Delete declaration.
8545 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
8546 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
8547 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
8548 (tui_calculate_regs_column_count): Rename
8549 tuiCalculateRegsColumnCount.
8550 (tui_check_register_values): Rename tuiCheckRegisterValues.
8551 (tui_show_registers): Rename tuiShowRegisters.
8552 (tui_display_registers_from_line): Rename
8553 tuiDisplayRegistersFromLine.
8554 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
8555 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
8556 (tui_first_reg_element_no_inline): Rename
8557 tuiFirstRegElementNoInLine.
8558 * tui/tui-data.h: Update copyright.
8559 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
8560 * tui/tui-windata.c: Update copyright, update references.
8561 * tui/tui-regs.c: Update copyright, update references.
8562 * tui/tui-win.c: Update copyright, update references.
8563 * tui/tui-layout.c: Update copyright, update references.
8564
8565 2004-01-18 Andrew Cagney <cagney@redhat.com>
8566
8567 * tui/tui-io.c: Update copyright.
8568 (key_is_end_sequence, key_is_backspace): New functions.
8569 (key_is_command_char, key_is_start_sequence): New function.
8570 (tui_getc): Update references.
8571 * tui/tui-io.h: Update copyright.
8572 (m_tuiStartNewLine): Delete macro.
8573 (m_isBackspace, m_isDeleteChar): Delete macros.
8574 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
8575 (m_isNextPage, m_isPrevPage): Delete macros.
8576 (m_isLeftArrow, m_isRightArrow): Delete macros.
8577 (m_isXdbStyleCommandChar): Delete macro.
8578 (key_is_start_sequence): Declare, replace m_isStartSequence.
8579 (key_is_end_sequence): Declare, replace m_isEndSequence.
8580 (key_is_backspace): Declare ,replace m_isBackspace.
8581 (key_is_command_char): Declare, replace m_isCommandChar.
8582 * tui/tui-command.c: Update copyright.
8583 (tuiDispatchCtrlChar): Update references.
8584
8585 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
8586 tuiSourceWin.h.
8587
8588 * tui/tui-command.c: Rename tui/tuiCommand.c.
8589 * tui/tui-command.h: Rename tui/tuiCommand.h.
8590 * tui/tui-data.c: Rename tui/tuiData.c.
8591 * tui/tui-data.h: Rename tui/tuiData.h.
8592 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
8593 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
8594 * tui/tui-io.c: Rename tui/tuiIO.c.
8595 * tui/tui-io.h: Rename tui/tuiIO.h.
8596 * tui/tui-layout.c: Rename tui/tuiLayout.c.
8597 * tui/tui-layout.h: Rename tui/tuiLayout.h.
8598 * tui/tui-regs.c: Rename tui/tuiRegs.c.
8599 * tui/tui-regs.h: Rename tui/tuiRegs.h.
8600 * tui/tui-source.c: Rename tui/tuiSource.c.
8601 * tui/tui-source.h: Rename tui/tuiSource.h.
8602 * tui/tui-stack.c: Rename tui/tuiStack.c.
8603 * tui/tui-stack.h: Rename tui/tuiStack.h.
8604 * tui/tui-win.c: Rename tui/tuiWin.c.
8605 * tui/tui-win.h: Rename tui/tuiWin.h.
8606 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
8607 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
8608 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
8609 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
8610 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
8611 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
8612 * tui/tui-file.c: Update includes.
8613 * tui/tui-hooks.c: Update includes.
8614 * tui/tui-interp.c: Update includes.
8615 * tui/tui.c: Update includes.
8616 * Makefile.in: Update all tui/ dependencies.
8617 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
8618
8619 * Makefile.in: Update copyright. Update dependencies.
8620
8621 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
8622 problem.
8623
8624 2004-01-18 Andrew Cagney <cagney@redhat.com>
8625
8626 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
8627 instead of register_gdbarch_init.
8628
8629 * remote-sds.c (tohex): Delete unused function. Update copyright.
8630 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
8631 * v850-tdep.c (v850_register_virtual_size): Ditto.
8632 * target.c (normal_target_post_startup_inferior): Ditto.
8633 * source.c (ambiguous_line_spec): Ditto.
8634 * remote.c (adapt_remote_get_threadinfo): Ditto.
8635 * mi/mi-out.c (out_field_fmt): Ditto.
8636 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
8637 (output_control_change_notification): Ditto.
8638 * m68k-tdep.c (m68k_register_byte): Ditto.
8639 (m68k_remote_breakpoint_from_pc): Ditto.
8640 * ui-out.c (init_ui_out_state): Delete unused declaration.
8641 * stabsread.c (search_value): Ditto.
8642 * mi/mi-cmd-env.c (env_cli_command): Ditto.
8643 * maint.c (print_section_table): Ditto.
8644 * infrun.c (set_follow_fork_mode_command): Ditto.
8645
8646 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8647
8648 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
8649 DW_CFA_def_cfa_exporession. Add support for
8650 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
8651 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
8652
8653 2004-01-18 Andrew Cagney <cagney@redhat.com>
8654
8655 * ocd.c: Update copyright.
8656 (bdm_read_register_command): Delete unused function.
8657 (_initialize_remote_ocd): Delete commented out reference.
8658 (get_quoted_char, reset_packet): Delete #if0ed function.
8659 (output_packet, put_quoted_char): Delete #if0ed function.
8660 (stu_put_packet, stu_get_packet): Delete #if0ed function.
8661 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
8662 (BDM_BREAKPOINT): Delete #if0ed macro.
8663 (remote_timeout): Delete #if0ed variable.
8664
8665 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8666
8667 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
8668 (core-sol2.o): Remove dependency.
8669 * core-sol2.c: Remove file.
8670
8671 2004-01-17 Andrew Cagney <cagney@redhat.com>
8672
8673 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
8674 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
8675 enums.
8676
8677 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8678
8679 * remote.c: Update copyright years.
8680
8681 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8682
8683 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
8684
8685 2004-01-17 Andrew Cagney <cagney@redhat.com>
8686
8687 * mdebugread.c: Update copyright.
8688 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
8689 (parse_type, parse_procedure): Ditto.
8690 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
8691
8692 * cris-tdep.c (cris_store_struct_return): Put back accidently
8693 deleted function.
8694
8695 * gdbarch.sh: Update copyright year.
8696 * gdbarch.h, gdbarch.c: Re-generate.
8697
8698 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8699
8700 Suggested by George Anzinger.
8701 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
8702 correct stack offset. Include unknown opcode numbers in the error
8703 message.
8704
8705 2004-01-17 Andrew Cagney <cagney@redhat.com>
8706
8707 * x86-64-tdep.c (x86_64_init_abi): No need to clear
8708 extract_struct_value_address, i386 does not set it.
8709 * sparc64-tdep.c (sparc64_init_abi): Do not set
8710 extract_struct_value_address, never called.
8711 (sparc64_extract_struct_value_address): Delete function.
8712 * m68hc11-tdep.c: Update copyright.
8713 (m68hc11_gdbarch_init): Delete redundant assignment of
8714 extract_struct_value_address.
8715 * i386-tdep.c: Update copyright.
8716 (i386_gdbarch_init): Do not set extract_struct_value_address,
8717 never called.
8718 (i386_extract_struct_value_address): Delete function.
8719 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
8720 extract_struct_value_address, never called.
8721 (sparc32_extract_struct_value_address): #if 0 function. Add
8722 comments explaining its future.
8723
8724 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8725
8726 * arm-tdep.c (arm_write_pc): New function.
8727 (arm_gdbarch_init): Call set_gdbarch_write_pc.
8728
8729 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8730
8731 * breakpoint.c (must_shift_inst_regs): Delete.
8732 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
8733 and SHIFT_INST_REGS.
8734 * infcmd.c (step_1, step_1_continuation): Delete references to
8735 SHIFT_INST_REGS.
8736 * infrun.c (keep_going): Likewise.
8737 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
8738 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
8739
8740 2004-01-17 Andrew Cagney <cagney@redhat.com>
8741
8742 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8743 * gdbarch.h, gdbarch.c: Re-generate.
8744 * infcmd.c (print_return_value): Delete reference to
8745 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8746
8747 * cris-tdep.c (cris_gdbarch_init): Do not set
8748 deprecated_extract_struct_value_address.
8749
8750 * xstormy16-tdep.c: Update copyright.
8751 (xstormy16_extract_struct_value_address): Update to current
8752 extract struct value address interface.
8753 (xstormy16_gdbarch_init): Set extract_struct_value_address.
8754 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
8755 current extract struct value address interface.
8756 (sh64_gdbarch_init): Set extract_struct_value_address.
8757
8758 * cris-tdep.c: Update copyright.
8759 (cris_extract_struct_value_address): Delete function.
8760 (struct_return_address): Delete variable.
8761 (cris_store_struct_return): Do not set struct_return_address.
8762
8763 * mcore-tdep.c: Update copyright.
8764 (mcore_extract_struct_value_address): Delete function. Update
8765 comments.
8766 (mcore_gdbarch_init): Update.
8767 * mn10300-tdep.c: Update copyright.
8768 (mn10300_extract_struct_value_address): Delete function.
8769 (mn10300_gdbarch_init): Update.
8770 * v850-tdep.c: Update copyright.
8771 (v850_extract_struct_value_address): Delete.
8772 (v850_gdbarch_init): Update.
8773 * ns32k-tdep.c: Update copyright.
8774 (ns32k_extract_struct_value_address): Delete.
8775 (ns32k_gdbarch_init): Update.
8776 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
8777 (hppa_gdbarch_init): Update.
8778 * vax-tdep.c: Update copyright.
8779 (vax_extract_struct_value_address): Delete.
8780 (vax_gdbarch_init): Update.
8781
8782 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
8783 * gdbarch.h, gdbarch.c: Re-generate.
8784 * procfs.c (procfs_fetch_registers): Delete reference to
8785 DEPRECATED_NPC_REGNUM.
8786 (procfs_store_registers): Ditto.
8787 * regcache.c (generic_target_write_pc): Simplify.
8788 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
8789
8790 * core-sol2.c (fetch_core_registers): Replace
8791 DEPRECATED_NPC_REGNUM with equivalent tdep value.
8792
8793 * hppa-tdep.c: Update copyright year.
8794 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
8795 NPC_REGNUM.
8796 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
8797
8798 * mips-tdep.c (mips_write_pc): New function.
8799 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
8800 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
8801 (mips_find_saved_regs, mips_software_single_step: Ditto.
8802 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
8803 mips_init_extra_frame_info, mips_pop_frame): Ditto.
8804
8805 2004-01-17 Andrew Cagney <cagney@redhat.com>
8806
8807 * mips-tdep.c: Re-indent. Group functions by ABI.
8808
8809 2004-01-17 Andrew Cagney <cagney@redhat.com>
8810
8811 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
8812 * gdbarch.c: Re-generate.
8813 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8814 DECR_PC_AFTER_BREAK to zero.
8815 * vax-tdep.c (vax_gdbarch_init): Ditto.
8816 * v850-tdep.c (v850_gdbarch_init): Ditto.
8817 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
8818 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8819 * sh-tdep.c (sh_gdbarch_init): Ditto.
8820 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8821 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8822 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8823 * mips-tdep.c (mips_gdbarch_init): Ditto.
8824 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8825 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8826 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
8827 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8828 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8829 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8830 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8831 * frv-tdep.c (frv_gdbarch_init): Ditto.
8832 * cris-tdep.c (cris_gdbarch_init): Ditto.
8833 * avr-tdep.c (avr_gdbarch_init): Ditto.
8834 * arm-tdep.c (arm_gdbarch_init): Ditto.
8835 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
8836
8837 2004-01-17 J. Brobecker <brobecker@gnat.com>
8838
8839 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
8840 Delete, no longer used.
8841 (read_subrange_type): New function, mostly extracted from
8842 read_array_type().
8843 (read_array_type): Replace extracted code by call to
8844 read_subrange_type().
8845 (dwarf2_get_attr_constant_value): New function.
8846 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
8847 (add_partial_symbol): Likewise.
8848 (process_die): Likewise.
8849 (new_symbol): Likewise.
8850 (read_type_die): Likewise.
8851
8852 2004-01-16 Andrew Cagney <cagney@redhat.com>
8853
8854 * symfile.c: Update copyright year.
8855 (compare_symbols): Delete unused function.
8856 * stabsread.c: Update copyright year.
8857 (lrs_general_complaint): Delete unused function.
8858 (ref_search_value): Ditto.
8859 (get_substring): Delete declaration.
8860 * sh64-tdep.c: Update copyright year.
8861 (sh64_get_gdb_regnum): Delete unused function.
8862 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
8863 Delete unused function.
8864
8865 2004-01-17 Mark Kettenis <kettenis@gnu.org>
8866
8867 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
8868 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
8869
8870 2004-01-16 Andrew Cagney <cagney@redhat.com>
8871
8872 Changes from Peter Schauer.
8873 * rs6000-tdep.c: Update copyright year.
8874 (rs6000_push_dummy_call): Update the stack pointer before
8875 accessing the corresponding stack region.
8876 * rs6000-nat.c: Update copyright year.
8877 (set_host_arch): Set "info.abfd" to "exec_bfd".
8878
8879 2004-01-15 Mark Kettenis <kettenis@gnu.org>
8880
8881 * blockframe.c: Update copyright year.
8882 (inside_entry_func): Don't treat a zero PC specially.
8883
8884 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
8885
8886 * gcore.c (gcore_copy_callback): Use paddr_d to print size
8887 variable.
8888 (gcore_create_callback): Ditto. Skip any memory segment that has
8889 no permissions set.
8890
8891 2004-01-14 David Carlton <carlton@kealia.com>
8892
8893 Change symbols for C++ nested types to contain the fully qualified
8894 name, if possible. (At least in the DWARF-2 case.) Partial fix
8895 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
8896 c++/895.
8897 * c-exp.y (qualified_type): Handle types nested within classes.
8898 * cp-namespace.c: Update comments.
8899 (cp_set_block_scope): Delete #if 0.
8900 (cp_lookup_nested_type): Handle types nested within classes.
8901 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
8902 when appropriate.
8903 (add_partial_symbol): Add the name of the enclosing namespace to
8904 types.
8905 (pdi_needs_namespace): New.
8906 (add_partial_namespace): Tweak comment.
8907 (add_partial_structure): New.
8908 (psymtab_to_symtab_1): Initialize processing_current_prefix
8909 here...
8910 (process_die): instead of here.
8911 (read_structure_scope): Try to figure out the name of the class or
8912 namespace that the structure might be defined within.
8913 (read_enumeration): Generate fully-qualified names, if possible.
8914 (read_namespace): Don't set name to NULL.
8915 (die_specification): New.
8916 (new_symbol): Generate fully-qualified names for types.
8917 (read_type_die): Determine appropriate prefix.
8918 (determine_prefix): New.
8919 (typename_concat): New.
8920 (class_name): New.
8921 * valops.c (value_aggregate_elt): Pass NOSIDE to
8922 value_struct_elt_for_reference.
8923 (value_struct_elt_for_reference): Make static, add NOSIDE
8924 parameter, call value_maybe_namespace_elt as a last resort.
8925 (value_namespace_elt): Break out code into
8926 value_maybe_namespace_elt.
8927 (value_maybe_namespace_elt): New.
8928
8929 2004-01-12 Andrew Cagney <cagney@redhat.com>
8930
8931 * mips-tdep.c (mips_convert_register_p): Handle both raw and
8932 cooked floating-point registers.
8933 (mips_gdbarch_init): Set convert_register_p, register_to_value,
8934 and value_to_register.
8935
8936 2004-01-13 Andrew Cagney <cagney@redhat.com>
8937
8938 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
8939 * gdbarch.c: Re-generate.
8940 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8941 FUNCTION_START_OFFSET.
8942 * v850-tdep.c (v850_gdbarch_init): Ditto.
8943 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
8944 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8945 * sh-tdep.c (sh_gdbarch_init): Ditto.
8946 * s390-tdep.c (s390_gdbarch_init): Ditto.
8947 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8948 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8949 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8950 * mips-tdep.c (mips_gdbarch_init): Ditto.
8951 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8952 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8953 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8954 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
8955 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8956 * i386-tdep.c (i386_gdbarch_init): Ditto.
8957 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8958 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8959 * frv-tdep.c (frv_gdbarch_init): Ditto.
8960 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8961 * cris-tdep.c (cris_gdbarch_init): Ditto.
8962 * avr-tdep.c (avr_gdbarch_init): Ditto.
8963 * arm-tdep.c (arm_gdbarch_init): Ditto.
8964 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8965
8966 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8967
8968 * infrun.c (follow_fork_mode_ask): Remove.
8969 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
8970 (follow_fork): Simplify and remove internal error for
8971 follow_fork_mode_ask.
8972 (_initialize_infrun): Update "set follow-fork-mode" help text.
8973
8974 2004-01-13 Andrew Cagney <cagney@redhat.com>
8975
8976 * configure.in: Update copyright year.
8977 (build_warnings): Add -Wunused-label.
8978 * configure: Re-generate.
8979
8980 2004-01-12 Andrew Cagney <cagney@redhat.com>
8981
8982 * exec.h (exec_ops): Make "extern".
8983
8984 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
8985 the function is void.
8986 (mips_pseudo_register_write): Ditto.
8987
8988 2004-01-12 Andrew Cagney <cagney@redhat.com>
8989
8990 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
8991 call. Never defined.
8992 * sparc-tdep.h (struct frame_info): Add opaque declaration.
8993 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
8994 (struct sparc_gregset, struct regcache): Ditto.
8995 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
8996
8997 2004-01-12 Andrew Cagney <cagney@redhat.com>
8998
8999 * mi/ChangeLog: Delete file. Renamed to ...
9000 * mi/ChangeLog-1999-2003: New file.
9001 * tui/ChangeLog: Delete file. Renamed to ...
9002 * tui/ChangeLog-1998-2003: New file.
9003
9004 2004-01-11 Mark Kettenis <kettenis@gnu.org>
9005
9006 * sparc64nbsd-tdep.c: Include "regset.h".
9007 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
9008 Remove variables.
9009 (fetch_core_registers): Remove function.
9010 (sparc64nbsd_core_fns): Remove variable.
9011 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
9012 functions.
9013 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
9014 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
9015 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
9016
9017 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
9018 sparc_extract_struct_value_address.
9019 (sparc32_gdbarch_init): Set extract_struct_value_address.
9020 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
9021 function.
9022 (sparc64_init_abi): Set extract_struct_value_address. Don't set
9023 return_value_on_stack.
9024
9025 * NEWS: Mention that %cs and %ss have been added to the AMD64
9026 configurations
9027
9028 * frame.c: Update copyright year.
9029 (get_prev_frame): Improve comment.
9030
9031 * sparc64fbsd-tdep.c: Include "regset.h".
9032 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
9033 Remove variables.
9034 (fetch_core_registers): Remove function.
9035 (sparc64fbsd_core_fns): Remove variable.
9036 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
9037 functions.
9038 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
9039 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
9040 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
9041
9042 * sparcnbsd-tdep.c: Include "regset.h".
9043 (fetch_core_registers): Remove function.
9044 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
9045 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
9046 functions.
9047 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
9048 TDEP->fpregset.
9049 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
9050
9051 * sparc-tdep.h (struct regset): Provide opaque declaration.
9052 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
9053 fpregset and sizeof_fpregset members.
9054 * sparc-tdep.c (struct regset): Provide opaque declaration.
9055 (sparc_regset_from_core_section): New function.
9056 (sparc32_gdbarch_init): Initialize TDEP->gregset,
9057 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
9058 Set regset_from_core_section when appropriate.
9059
9060 2004-01-10 Mark Kettenis <kettenis@gnu.org>
9061
9062 * x86-64-tdep.c (amd64_non_pod_p): New function.
9063 (amd64_classify_aggregate): Return class memory for non-POD
9064 C++ structure types.
9065
9066 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
9067 argument. Use it to reserve a register if necessary.
9068 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
9069 amd64_push_arguments.
9070
9071 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
9072
9073 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
9074 register numbers in comments.
9075 * x86-64-tdep.h: Update copyright year.
9076 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
9077 Adjust for addition of %cs and %ss.
9078 * amd64fbsd-nat.c: Update copyright year.
9079 (reg_offset): Add register offsets for %cs and %ss.
9080 * amd64fbsd-tdep.c: Update copyright year.
9081 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
9082 (amd64fbsd_sc_reg_offset): Likewise.
9083 * x86-64-linux-nat.c: Update copyright year.
9084 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
9085 and %ss.
9086 * amd64nbsd-nat.c: Update copyright year.
9087 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
9088 * amd64nbsd-tdep.c: Update copyright year.
9089 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
9090 * x86-64-linux-tdep.c: Update copyright year.
9091 (user_to_gdb_regmap): Add mapping for %cs and %ss.
9092 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
9093 * regformats/reg-x86-64.dat: Add %cs and %ss.
9094
9095 * blockframe.c (inside_entry_func): Reformat. Introduce new local
9096 variables to prevent long lines. Update comments to reflect
9097 reality.
9098
9099 2004-01-09 David Carlton <carlton@kealia.com>
9100
9101 Checked in by Elena Zannoni <ezannoni@redhat.com>.
9102 * dwarf2read.c (read_namespace): Pull out name-generating code
9103 into namespace_name. Rename previous_namespace to previous_prefix
9104 and processing_current_namespace to processing_current_prefix..
9105 (namespace_name): New function.
9106 (add_partial_symbol): Substitute uses of pdi->name with
9107 actual_name.
9108 * cp-support.h: Rename processing_current_namespace to
9109 processing_current_prefix.
9110 Update copyright year.
9111 * cp-namespace.c: Rename processing_current_namespace to
9112 processing_current_prefix.
9113 Update copyright year.
9114
9115 2004-01-09 Andrew Cagney <cagney@redhat.com>
9116
9117 * jv-valprint.c, ser-unix.c: Add missing copyright years.
9118
9119 2004-01-09 Mark Kettenis <kettenis@gnu.org>
9120
9121 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
9122 complaining.
9123 (process_one_symbol): Deal with N_PATCH stabs.
9124
9125 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
9126
9127 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
9128 ifdeffed code.
9129 Update copyright year.
9130
9131 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9132
9133 * config/pa/tm-hppa.h: Update extern declarations for
9134 hppa32_hpux_frame_saved_pc_in_sigtramp,
9135 hppa32_hpux_frame_base_before_sigtramp, and
9136 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
9137
9138 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9139
9140 * config/pa/tm-hppah.h: Update copyright years.
9141
9142 2004-01-08 Andrew Cagney <cagney@redhat.com>
9143
9144 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
9145 (mips_o32_reg_struct_has_addr): Delete function.
9146 (mips_gdbarch_init): Update.
9147 (mips_extract_struct_value_address): Delete function.
9148
9149 2004-01-08 David Mosberger <davidm@hpl.hp.com>
9150
9151 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
9152 reality.
9153
9154 2004-01-07 Andrew Cagney <cagney@redhat.com>
9155
9156 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
9157 architecture's elf flags (when available).
9158
9159 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
9160 FPU to the start, check the MIPS FPU when looking for an old
9161 architecture.
9162 (set_mipsfpu_single_command): Update the architecture.
9163 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
9164
9165 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
9166 (mips_mask_address_p): Add "tdep" parameter.
9167 (show_mask_address, mips_addr_bits_remove): Update.
9168 (mips_dump_tdep): Update.
9169 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
9170 (MIPS_STACK_ARGSIZE): Delete macro.
9171 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
9172 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
9173 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
9174 (mips_dump_tdep): Update.
9175 (MIPS_SAVED_REGSIZE): Delete macro.
9176 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
9177 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
9178 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
9179 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
9180 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
9181 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
9182 (mips_pop_frame, return_value_location): Update.
9183 (mips_n32n64_return_value, mips_dump_tdep): Update.
9184
9185 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
9186 MIPS ABI.
9187
9188 * mips-tdep.c: Update copyright.
9189 (mips_gdbarch_init): Merge two code blocks handling the register
9190 name and number layout.
9191
9192 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
9193
9194 * tracepoint.c (validate_actionline): Fix segv at EOF
9195
9196 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
9197
9198 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
9199 properly for static fields.
9200
9201 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
9202 Jason Molenda <jmolenda@apple.com>
9203
9204 * disasm.c: Update copyright to include 2004.
9205 (do_mixed_source_and_assembly): For uiout asm list
9206 and tuple cleanups, initialize to null_cleanup instead of
9207 NULL and do so prior to loop. Only reset when we close off
9208 the tuple/list. Move check for whether to close off the
9209 asm tuple/list to after dump_insns call where it will be run
9210 on each loop iteration.
9211
9212 2004-01-05 Andrew Cagney <cagney@redhat.com>
9213
9214 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
9215 should be a switch case and not a label.
9216 * mips-tdep.c (mips32_next_pc): Delete unused labels
9217 "greater_equal_branch" and "less_zero_branch".
9218 * jv-valprint.c (java_print_value_fields): Delete unused label
9219 "flush_it".
9220
9221 * target.c (unpush_target): Only close a target that is in the
9222 target stack.
9223
9224 2004-01-05 Mark Kettenis <kettenis@gnu.org>
9225
9226 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
9227 address from [sp + 64] instead of %o2.
9228
9229 * frame.c (get_prev_frame): Don't try to unwind the PC. This
9230 fixes PR backtrace/1476.
9231
9232 2004-01-05 Andrew Cagney <cagney@redhat.com>
9233
9234 * libunwind-frame.h (struct frame_id): Add opaque declaration,
9235 move to start of file.
9236 * i386-tdep.h (struct regcache): Add opaque declaration.
9237 * config/ia64/nm-linux.h (struct target_ops): Add opaque
9238 declaration.
9239 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
9240 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
9241 * win32-nat.c (fake_create_process): Use ISO C style definition.
9242 * stabsread.c (define_symbol): Delete #ifndef
9243 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
9244 stabs_argument_has_addr call, macro never defined.
9245
9246 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
9247
9248 * op50-rom.c: Delete.
9249 * w89k-rom.c: Delete.
9250 * Makefile.in: Remove references.
9251
9252 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9253
9254 * x86-64-tdep.c: Update copyright year.
9255 (struct amd64_register_info): Rename from x86_64_register_info.
9256 (amd64_register_info): Rename from x86_64_register_info.
9257 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
9258 (amd64_register_name): Rename from x86_64_register_name.
9259 (amd64_register_type): Rename from x86_64_register_type.
9260 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
9261 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
9262 (amd64_dwarf_reg_to_regnum): Rename from
9263 x86_64_dwarf_reg_to_regnum.
9264 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
9265 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
9266 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
9267 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
9268 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
9269 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
9270 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
9271 (amd64_frame_cache): Rename from x86_64_frame_cache.
9272 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
9273 (amd64_frame_prev_register): Rename from
9274 x86_64_frame_prev_register.
9275 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
9276 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
9277 (amd64_sigtramp_frame_cache): Rename from
9278 x86_64_sigtramp_frame_cache.
9279 (amd64_sigtramp_frame_prev_register): Rename from
9280 x86_64_sigtramp_frame_prev_register.
9281 (amd64_sigtramp_frame_unwind): Rename from
9282 x86_64_sigtramp_frame_unwind.
9283 (amd64_sigtramp_frame_sniffer): Rename from
9284 x86_64_sigtramp_frame_sniffer.
9285 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
9286 (amd64_frame_base): Rename from x86_64_frame_base.
9287 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
9288 (amd64_frame_align): Rename from x86_64_frame_align.
9289 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
9290 (amd64_regset_from_core_section): Rename from
9291 x86_64_regset_from_core_section.
9292 (x86_64_init_abi): Update comments.
9293
9294 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
9295
9296 * MAINTAINERS (write after approval): Add myself.
9297
9298 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9299
9300 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9301 `float' arguments.
9302
9303 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9304
9305 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
9306 such that it mentions a specific version of GCC that exhibits this
9307 bug.
9308
9309 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9310
9311 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
9312 structure that has a single `float' member, store it in %f1 in
9313 addition to %f0.
9314
9315 * sparc-sol2-nat.c: Add missing '\'.
9316
9317 * sparc-tdep.c (sparc32_return_value): New function.
9318 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
9319 Remove functions.
9320 (sparc32_gdbarch_init): Set return_value, don't set
9321 extract_return_value, store_return_value, use_struct_convention
9322 and return_value_on_stack.
9323
9324 * sparc-sol2-nat.c: Add missing ')'.
9325
9326 2004-01-03 J. Brobecker <brobecker@gnat.com>
9327
9328 * infrun.c (handle_step_into_function): New function.
9329 (handle_inferior_event): Extract out some code into the new
9330 function above.
9331
9332 2004-01-03 J. Brobecker <brobecker@gnat.com>
9333
9334 * infrun.c (handle_inferior_event): Move the declaration of
9335 real_stop_pc inside the if blocks where it is used.
9336
9337 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9338
9339 * sparc64-tdep.c (sparc64_16_byte_align_p)
9340 (sparc64_store_floating_fields, sparc64_store_floating_fields):
9341 Use check_typedef to get subtypes of structures and unions.
9342 (sparc64_store_return_value): Fix calculation of the appropriate
9343 offset into VALBUF when storing a structure or union.
9344 (sparc64_return_value): New function.
9345 (sparc64_use_struct_convention): Remove function.
9346 (sparc64_init_abi): Set return_value, don't set
9347 extract_return_value, store_return_value and
9348 use_struct_convention.
9349
9350 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
9351
9352 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
9353 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
9354 gdb/config/alpha/xm-alphaosf.h,
9355 gdb/config/powerpc/tm-ppcle-eabi.h,
9356 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
9357 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
9358 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
9359 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
9360 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
9361 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
9362 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
9363 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
9364 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
9365 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
9366 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
9367 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
9368 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
9369 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
9370 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
9371 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
9372 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
9373 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
9374 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
9375 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
9376 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
9377 Remove lines for .cvsignore files.
9378
9379 2004-01-03 J. Brobecker <brobecker@gnat.com>
9380
9381 * infrun.c: Back out the previous change.
9382
9383 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9384
9385 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
9386 sparc-*-sunos4* to the list of REMOVED configurations.
9387
9388 * configure.tgt: Add back sparc-*-vxworks*.
9389 * remote-vxsparc.c: Remove all includes except for "defs.h",
9390 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
9391 Include "sparc-tdep.h".
9392 (SPARC_R_G1): New define.
9393 (vxsparc_gregset): New variable.
9394 (ext_format_sparc): Remove extern declaration.
9395 (vx_read_register): Rewrite to use sparc32_supply_gregset and
9396 sparc32_supply_fpregset.
9397 (vx_write_register): Rewrite to use sparc32_collect_gregset,
9398 sparc_collect_rwindow and sparc32_collect_fpregset.
9399 * config/sparc/tm-vxworks.h: New file, based on recently removed
9400 tm-vxsparc.h.
9401 * config/sparc/vxworks.mt: New file, based on recently removed
9402 vxworks.mt.
9403
9404 2004-01-03 J. Brobecker <brobecker@gnat.com>
9405
9406 * infrun.c (handle_step_into_function): New function.
9407 (handle_inferior_event): Extract out some code into the new
9408 function above.
9409
9410 2004-01-02 Mark Kettenis <kettenis@gnu.org>
9411
9412 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
9413 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
9414 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
9415 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
9416 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
9417 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
9418 (sparc_nat_h): New variable.
9419 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
9420 (tm-sun4os4.h): Remove dependency.
9421 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
9422 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
9423 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
9424 sparc-tdep.o): Update dependencies.
9425 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
9426 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
9427 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
9428 dependencies.
9429 * configure.host: Remove existing sparc-*-lynxos*,
9430 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
9431 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
9432 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
9433 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
9434 triplets.
9435 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
9436 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
9437 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
9438 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
9439 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
9440 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
9441 sparc64-*-solaris2* and sparc64-*-* triplets.
9442 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
9443 "symtab.h" and "objfiles.h".
9444 (BIAS): Remove define.
9445 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
9446 (X_DISP19): Remove macros.
9447 (sparc_fetch_instruction): Remove function.
9448 (struct gdbarch_tdep): Remove definition.
9449 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
9450 (sparc_breakpoint_from_pc): Remove function.
9451 (struct sparc64_frame_cache): Remove definition.
9452 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
9453 sparc64_unwind_pc): Remove functions.
9454 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
9455 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
9456 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
9457 (sparc64_frame_cache): Change return type to `struct
9458 sparc_frame_cache *'. Simply call sparc_frame_cache.
9459 (sparc64_frame_this_id, sparc64_frame_prev_register,
9460 sparc64_frame_base_address): Use `struct sparc_frame_cache'
9461 instead of `struct sparc64_frame_cache.
9462 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
9463 sparc_analyze_control_transfer, sparc_software_single_step,
9464 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
9465 _initialize_sparc64_tdep): Remove functions.
9466 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
9467 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
9468 macros.
9469 (sparc64_supply_gregset, sparc64_collect_gregset,
9470 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
9471 (sparc64_init_abi): New function.
9472 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
9473 inclusion guard. Include "sparc-tdep.h".
9474 (BIAS): Define.
9475 (r_tstate_offset, r_fprs_offset): New defines.
9476 (enum sparc_regnum): Remove defenition.
9477 (enum sparc64_regnum): Reformat.
9478 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
9479 (sparc64_init_abi, sparc64_supply_gregset,
9480 sparc64_collect_gregset, sparc64_supply_fpregset,
9481 sparc64_collect_fpregset): New prototypes.
9482 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
9483 Add extern declarations.
9484 (sparc64_sol2_init_abi): New prototype.
9485 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
9486 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
9487 prototypes.
9488 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
9489 "sparnbsd-nat.h".
9490 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
9491 functions.
9492 (_initialize_sparc64fbsd_nat): Remove initialization of
9493 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
9494 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
9495 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
9496 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
9497 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
9498 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
9499 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
9500 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
9501 (sparc64fbsd_r_y_offset): Remove variables.
9502 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
9503 Make static and const.
9504 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
9505 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
9506 functions.
9507 (sparc64fbsd_gregset): New variable.
9508 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
9509 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
9510 and sparc64_supply_fpregset.
9511 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
9512 (sparc64fbsd_sigtramp_frame_this_id)
9513 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
9514 (sparc64fbsd_sigtramp_frame_unwind): New variable.
9515 (sparc64fbsd_sigtramp_frame_sniffer): New function.
9516 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
9517 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
9518 * sparcnbsd-tdep.c: Update copyright year. Include
9519 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
9520 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
9521 "value.h" and "sparcnbsd-tdep.h".
9522 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
9523 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
9524 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
9525 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
9526 defines.
9527 (sparcnbsd_gregset): New variable.
9528 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
9529 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
9530 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
9531 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
9532 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
9533 variables.
9534 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
9535 (sparc32nbsd_sigcontext_frame_this_id)
9536 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
9537 (sparc32nbsd_sigcontext_frame_unwind): New variable.
9538 (sparc32nbsd_sigtramp_frame_sniffer): New function.
9539 (sparcnbsd_get_longjmp_target_32,
9540 sparcnbsd_get_longjmp_target_64): Remove functions.
9541 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
9542 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
9543 sparcnbsd_init_elf): Remove.
9544 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
9545 (sparcnbsd_elf_init_abi): New functions.
9546 (_initialize_sparcnbsd_tdep): New prototype.
9547 (_initialize_sparnbsd_tdep): Update.
9548 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
9549 corelow.o. Add sparc64-nat.o and sparc-nat.o.
9550 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
9551 * config/sparc/linux.mh: Update comment.
9552 (XM_FILE, HOST_IPC): Remove variables.
9553 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
9554 sparc-linux-nat.o.
9555 * config/sparc/linux.mt: Update comment.
9556 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
9557 * config/sparc/nbsd.mt: Reformat.
9558 * config/sparc/nbsd64.mh: Update comment.
9559 (NATDEPFILES): Add sparc-nat.o.
9560 * config/sparc/nbsd64.mt: Update comment.
9561 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
9562 (TM_FILE): Set to tm-nbsd.h.
9563 * config/sparc/nbsdelf.mh: Update comment.
9564 (NATDEPFILES): Add sparc-nat.o.
9565 (XM_FILE): Delete.
9566 * config/sparc/nbsdaout.mh: Update comment.
9567 (NATDEPFILES): Add sparc-nat.o
9568 (XM_FILE): Delete.
9569 * config/sparc/nm-linux.h: Update copyright year. Don't include
9570 "config/nm-svr4.h" and "solib.h". Add protection against multiple
9571 inclusion.
9572 (KERNEL_U_SIZE): Remove define.
9573 (kernel_u_size): Remove prototype.
9574 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
9575 * config/sparc/nm-nbsd.h: Update copyright. Don't include
9576 "regcache.h".
9577 (CHILD_PREPARE_TO_STORE): Remove define.
9578 * config/sparc/nm-nbsdaout.h: Tweak some comments.
9579 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
9580 sparcnbsd-nat.c: Rewrite files.
9581 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
9582 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
9583 sparcnbsd-tdep.h: Remove files.
9584 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
9585 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
9586 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
9587 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
9588 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
9589 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
9590 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
9591 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
9592 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
9593 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
9594 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
9595 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
9596 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
9597 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
9598 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
9599 * config/sparc/linux64.mh, config/sparc/linux64.mt,
9600 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
9601 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
9602 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
9603
9604 2004-01-02 Andrew Cagney <cagney@redhat.com>
9605
9606 From 2003-12-18 Kazuhiro Inaoka:
9607 * configure.host: Add m32r-linux target.
9608
9609 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
9610
9611 * top.c (print_gdb_version): Update year to 2004.
9612
9613 2004-01-02 Mark Mitchell <mark@codesourcery.com>
9614
9615 * MAINTAINERS: Add myself to the write-after-approval category.
9616
9617 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
9618
9619 From Bernardo Innocenti <bernie@develer.com>:
9620 * configure.tgt: Add uClinux target.
9621
9622 2004-01-02 Andrew Cagney <cagney@redhat.com>
9623
9624 * utils.c (do_my_cleanups): Make static, add forward declaration.
9625 * defs.h (do_my_cleanups): Delete declaration.
9626
9627 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
9628
9629 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
9630 bfd/ChangeLog-0203.
9631
9632 2004-01-02 Mark Kettenis <kettenis@gnu.org>
9633
9634 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
9635 in <machine/reg.h>.
9636 * configure, config.in: Regenerate.
9637
9638 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
9639 tui/ChangeLog-1998-2003.
9640 \f
9641 Local Variables:
9642 mode: change-log
9643 left-margin: 8
9644 fill-column: 74
9645 version-control: never
9646 End:
This page took 0.273839 seconds and 5 git commands to generate.