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