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