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