2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2
3 * Makefile.in (.l.c): Do conversions of names of alloc and free
4 functions that are done for .y.c files, plus special one
5 for yy_flex_realloc. Also, correct missing-file tests here.
6 * ada-lex.l (malloc, free): Remove macros.
7 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
8 xrealloc.
9 (ada_flex_use): Dummy definition to remove warnings about unused
10 functions.
11 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
12 to suppress warning.
13
14 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
15
16 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
17 RETURN_VALUE.
18 (sh_return_value_fpu): Ditto for CPUs with FPU.
19 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
20 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
21 Install sh_return_value_nofpu resp. sh_return_value_fpu as
22 RETURN_VALUE functions.
23
24 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
25
26 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
27 (sh_pseudo_register_write): Ditto.
28
29 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
30
31 * sh-tdep.c (IS_MACL_STS): New define.
32 (IS_MOVI20): Ditto.
33 (IS_MACL_LDS): Ditto.
34 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
35 instructions in prologue.
36 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
37 instructions in epilogue.
38
39 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
40
41 * sh-tdep.c (SH_NUM_REGS): Define as 67.
42 (sh_sh_register_name): Add eight empty register names.
43 (sh_sh3_register_name): Ditto.
44 (sh_sh3e_register_name): Ditto.
45 (sh_sh2e_register_name): Ditto.
46 (sh_sh2a_register_name): New function, defining SH2A register set.
47 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
48 in nofpu case.
49 (sh_sh_dsp_register_name): Add eight empty register names.
50 (sh_sh3_dsp_register_name): Ditto.
51 (sh_sh4_register_name): Ditto.
52 (sh_sh4_nofpu_register_name): Ditto.
53 (sh_sh4al_dsp_register_name): Ditto.
54 (sh2a_show_regs): New function.
55 (sh2a_nofpu_show_regs): New function.
56 (sh_sh2a_register_type): New function.
57 (do_bank_register_info): New function.
58 (sh_print_pseudo_register): Call do_bank_register_info.
59 Call sh_print_pseudo_register for valid "bank" register.
60 (sh_sh2a_register_sim_regno): New function.
61 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
62 Increment pseudo register count by one for all sh variants with
63 pseudo registers to accomodate pseudo bank register.
64 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
65 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
66 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
67 Increment pseudo register numbers.
68
69 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
70
71 * dwarf2read.c (read_subroutine_type): Call make_function_type
72 instead of lookup_function_type.
73
74 2004-10-05 Jim Blandy <jimb@redhat.com>
75
76 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
77 (Previous change missed some uses.)
78
79 2004-10-05 Andrew Cagney <cagney@gnu.org>
80
81 * target.h (deprecated_child_ops): Rename child_ops.
82 * wince.c: Update copyright. Rename child_ops.
83 * win32-nat.c: Rename child_ops.
84 * target.c: Rename child_ops.
85 * rs6000-nat.c: Rename child_ops.
86 * linux-nat.c: Rename child_ops.
87 * infttrace.c: Rename child_ops.
88 * inftarg.c: Rename child_ops.
89 * infptrace.c: Rename child_ops.
90 * hppah-nat.c: Update copyright. Rename child_ops.
91 * hpux-thread.c: Update copyright. Rename child_ops.
92
93 2004-10-05 Daniel Jacobowitz <dan@debian.org>
94
95 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
96
97 2004-10-05 Andrew Cagney <cagney@gnu.org>
98
99 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
100
101 2004-10-05 Daniel Jacobowitz <dan@debian.org>
102
103 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
104 (die_ref_table): Remove.
105 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
106 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
107 the usage of this type.
108 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
109 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
110 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
111 (dwarf2_create_include_psymtab): Update comment.
112 (find_partial_die): Remove third argument. Remove unreachable call
113 to error ().
114 (dwarf2_find_containing_comp_unit): Update comments. Change one
115 assertion to an error. Remove an unreachable error.
116 (dwarf2_find_comp_unit): Update comments.
117 (type_at_offset): Remove dead code.
118 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
119 (store_in_ref_table): Add CU argument.
120 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
121 inter-compilation-unit references.
122 (load_full_comp_unit, process_full_comp_unit): New functions, based
123 on psymtab_to_symtab_1.
124 (psymtab_to_symtab_1): Use them.
125 (dwarf2_add_dependence): New function.
126 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
127 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
128 (partial_die_parent_scope, guess_structure_name): Update for changes
129 to find_partial_die.
130 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
131 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
132 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
133 (read_die_and_children): Update call to store_in_ref_table.
134 (do_free_die_list_cleanup): Remove.
135 (fixup_partial_die): Update for changes to find_partial_die.
136 (read_full_die): Handle queueing absolute references.
137 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
138 (dwarf2_attr, die_specification, die_type)
139 (die_containing_type, dwarf2_extension): Update calls to
140 follow_die_ref.
141 (dump_die): Update DW_FORM_ref* handling.
142 (dwarf2_get_ref_die_offset): Likewise.
143 (free_one_comp_unit): Release the dies list.
144 (dwarf2_mark_helper): New function.
145 (dwarf2_mark): Use it.
146
147 2004-10-05 Mark Kettenis <kettenis@jive.nl>
148
149 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
150 when writing to memory.
151
152 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
153
154 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
155 (m32r_extract_struct_value_address): Delete function.
156 (m32r_return_value): New function.
157 (m32r_gdbarch_init): Instead of store_return_value,
158 extract_return_value, deprecated_extract_struct_value_address
159 and deprecated_use_struct_convention, set return_value.
160
161 2004-10-03 Daniel Jacobowitz <dan@debian.org>
162
163 * dwarf2read.c (read_subrange_type): Add comment for variable
164 sized arrays.
165
166 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
167
168 * Makefile.in (.l.c): Modify rule for compatibility with recent
169 versions of flex, and remove most command-line options.
170 * ada-lex.l: Add %options line in place of -I -i and -s command-line
171 options.
172
173 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
174
175 Turn on initial Ada support (mainly expression evaluation).
176
177 * Makefile.in (SFILES): Remove ada-tasks.c.
178 (HFILES_NO_SRCDIR): Add ada-lang.h.
179 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
180 (YYOBJ): Add ada-exp.o.
181 (rule .l.c): Generalize to not mention ada.
182 * symtab.c: Include ada-lang.h.
183 (symbol_natural_name, symbol_demangled_name)
184 (symbol_search_name): Add Ada case.
185
186 2004-10-01 Andrew Cagney <cagney@gnu.org>
187
188 * Makefile.in (COMMON_OBS): Add inf-child.o.
189 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
190 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
191 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
192 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
193 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
194 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
195 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
196 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
197 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
198 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
199 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
200 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
201 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
202
203 * target.c (xfer_using_stratum): Change return type to LONGEST.
204 On each iteration offset, readbuf and writebuf.
205 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
206 partial_length, and read/modify/write predicate, update comments.
207 Pass buffer.word to ptrace write.
208
209 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
210
211 * symfile.c (init_filename_language_table): Add extensions for
212 Ada.
213 * defs.h (enum language): Add language_ada.
214 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
215 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
216 (add_symbols_from_enclosing_procs): Make a no-op for now.
217 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
218 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
219 (find_line_in_linetable, find_next_line_in_linetable)
220 (read_all_symtabs, is_plausible_func_for_line)
221 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
222 (is_runtime_sym_defined, check_size): Remove declaration.
223 (function_name_from_pc, ada_translate_error_message)
224 (ada_lookup_minimal_symbol): Remove definition.
225 (ada_add_block_symbols): Remove useless label.
226 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
227 useless declaration.
228 (ada_is_exception_sym): Likewise.
229
230 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
231
232 Add m32r-linux support.
233 * configure.tgt: Add m32r*-*-linux*.
234 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
235 and m32r-linux-tdep.c.
236 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
237 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
238 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
239 m32r-linux-tdep.c.
240 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
241 config/m32r/linux.mh, config/m32r/linux.mt,
242 config/m32r/nm-linux.h: New files.
243
244 2004-09-30 Joel Brobecker <brobecker@gnat.com>
245
246 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
247 (mips32_fetch_instruction): Remove, unused.
248
249 2004-09-30 Joel Brobecker <brobecker@gnat.com>
250
251 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
252 conditions that will always be true.
253
254 2004-09-30 Mark Kettenis <kettenis@gnu.org>
255
256 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
257 (vaxbsd_fetch_inferior_registers): Rename from
258 fetch_inferior_registers. Make static.
259 (vaxbsd_store_inferior_registers): Rename from
260 store_inferior_registers. Make static.
261 (_initialize_vaxbsd_nat): Construct and add target vector.
262 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
263 inftarg.o. Add inf-child.o and inf-ptrace.o.
264 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
265 inftarg.o. Add inf-child.o and inf-ptrace.o.
266 (NAT_FILE): Remove.
267 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
268 inftarg.o. Add inf-child.o and inf-ptrace.o.
269 (NAT_FILE): Remove.
270 * Makefile.in (vaxbsd-nat.o): Update dependencies.
271
272 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
273 (m88kbsd_fetch_inferior_registers): Rename from
274 fetch_inferior_registers. Make static.
275 (m88kbsd_store_inferior_registers): Rename from
276 store_inferior_registers. Make static.
277 (_initialize_m88kbsd_nat): New prototype and function.
278 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
279 inftarg.o. Add inf-child.o and inf-ptrace.o.
280 (NAT_FILE): Remove.
281 * Makefile.in (m88kbsd-nat.o): Update dependencies.
282
283 2004-09-30 Andrew Cagney <cagney@gnu.org>
284
285 * target.c (target_xfer_partial): New function.
286 (target_read_memory_partial, target_write_memory_partial)
287 (default_xfer_partial, target_read_partial, target_write_partial)
288 (xfer_using_stratum): Use.
289 (debug_to_xfer_partial): Delete function.
290 (setup_target_debug): Do not override to_xfer_partial.
291
292 2004-09-30 Mark Kettenis <kettenis@chello.nl>
293
294 * fork-child.c: Update copyright year. Fix coding style.
295
296 2004-09-29 Mark Kettenis <kettenis@gnu.org>
297
298 * defs.h (msavestring, mstrsave): Remove prototypes.
299 * utils.c (msavestring, mstrsave): Remove functions.
300 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
301 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
302 of mstrsave.
303 * source.c (find_and_open_source): Use xstrdup instead of
304 mstrsave.
305
306 2004-09-30 Andrew Cagney <cagney@gnu.org>
307
308 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
309 (inf_ptrace_xfer_memory): Delete.
310 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
311 (target_read_memory, target_write_memory): Use xfer_using_stratum
312 when target_xfer_partial_p.
313 (debug_target): Move to start of file.
314 (target_read_memory_partial, target_write_memory_partial): Use
315 to_xfer_partial when target_xfer_partial_p.
316
317 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
318 inf_ptrace_xfer_memory with equivalent code.
319 * inftarg.c (child_xfer_partial): When performing a write, pass
320 writebuf to child_xfer_memory.
321
322 * target.c (target_read_string): Use target_read_memory instead of
323 target_xfer_memory.
324
325 2004-09-29 Andrew Cagney <cagney@gnu.org>
326
327 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
328 the address of status.
329
330 * infptrace.c (ptrace_wait): Mention problem with HPUX.
331 (kill_inferior): Inline ptrace_wait call.
332 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
333 * inftarg.c (child_wait): Inline ptrace_wait call.
334
335 * target.h (struct target_ops): Delete field to_post_wait.
336 (target_post_wait): Delete macro.
337 (child_post_wait): Delete declaration.
338 * target.c (update_current_target, update_current_target)
339 (debug_to_post_wait, setup_target_debug): Delete functions and
340 references.
341 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
342 * inftarg.c (child_post_wait): Delete.
343 (init_child_ops): Do not set to_post_wait.
344 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
345 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
346 * inf-child.c (inf_child_post_wait): Delete.
347 (inf_child_target): Do not set to_post_wait.
348 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
349 (inf_ptrace_target): Do not set to_post_wait.
350
351 * wince.c (child_ops): Delete.
352 * win32-nat.c (child_ops): Delete.
353
354 * inftarg.c (inftarg_set_find_memory_regions)
355 (inftarg_set_make_corefile_notes): Delete functions.
356 (_initialize_linux_nat): Inline calls.
357
358 * target.h (child_ops): Declare.
359 * inftarg.c (child_ops): Move from here ...
360 * target.c (child_ops): ... to here.
361 * wince.c (child_ops): Delete extern declaration.
362 * win32-nat.c (child_ops): Delete extern declaration.
363 * linux-nat.c (child_ops): Delete extern declaration.
364 * hpux-thread.c (child_ops): Delete extern declaration.
365
366 2004-09-28 Mark Kettenis <kettenis@gnu.org>
367
368 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
369
370 2004-09-28 Mark Kettenis <kettenis@gnu.org>
371
372 * configure.in: Only set host_makefile_frag when building a native
373 debugger.
374 * configure: Regenerate.
375
376 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
377 for OpenBSD ELF.
378
379 2004-09-28 Andrew Cagney <cagney@gnu.org>
380
381 Problem identified by Paul Hilfinger.
382 * Makefile.in (ada_lex_c): Define.
383 (ada-lex.o): Delete rule.
384
385 * linux-proc.c: Delete file.
386 * Makefile.in: Update.
387 * config/sparc/linux64.mh (NATDEPFILES):
388 * config/sparc/linux.mh (NATDEPFILES): Update.
389 * config/s390/s390.mh (NATDEPFILES): Update.
390 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
391 * config/powerpc/linux.mh (NATDEPFILES): Update.
392 * config/pa/linux.mh (NATDEPFILES): Update.
393 * config/mips/linux.mh (NATDEPFILES): Update.
394 * config/m68k/linux.mh (NATDEPFILES): Update.
395 * config/ia64/linux.mh (NATDEPFILES): Update.
396 * config/i386/linux64.mh (NATDEPFILES): Update.
397 * config/i386/linux.mh (NATDEPFILES): Update.
398 * config/arm/linux.mh (NATDEPFILES): Update.
399 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
400 * linux-nat.c: Update copyright. Include <sys/param.h>,
401 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
402 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
403 (O_LARGEFILE): Possibly define.
404 (_initialize_linux_nat, linux_proc_pending_signals)
405 (add_line_to_sigset, linux_proc_xfer_memory)
406 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
407 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
408 (struct linux_corefile_thread_data)
409 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
410 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
411
412 2004-09-16 Andrew Cagney <cagney@gnu.org>
413
414 * lin-lwp.c: Delete file.
415 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
416 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
417 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
418 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
419 (linux_nat_attach, detach_callback, linux_nat_detach)
420 (resume_callback, resume_clear_callback, linux_nat_resume)
421 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
422 (stop_wait_callback, linux_nat_has_pending, flush_callback)
423 (status_callback, running_callback, count_events_callback)
424 (select_singlestep_lwp_callback, select_event_lwp_callback)
425 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
426 (child_wait, stop_and_resume_callback, linux_nat_wait)
427 (kill_callback, kill_wait_callback, linux_nat_kill)
428 (linux_nat_create_inferior, linux_nat_mourn_inferior)
429 (linux_nat_xfer_memory, linux_nat_thread_alive)
430 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
431 (_initialize_linux_nat): New functions.
432 * Makefile.in: Update all dependencies.
433 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
434 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
435 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
436 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
437 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
438 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
439 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
440 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
441 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
442 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
443 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
444 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
445 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
446
447 2004-09-27 Mark Kettenis <kettenis@gnu.org>
448
449 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
450 config/i386/obsd64.mh (NAT_FILE): Remove variable.
451
452 * configure.in: Don't comment out NATDEPFILES in the generated
453 Makefile if NAT_FILE is unset.
454 * configure: Regenerate.
455
456 2004-09-27 Andrew Cagney <cagney@gnu.org>
457
458 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
459 (insert_step_resume_breakpoint): Delete.
460 (insert_step_resume_breakpoint_at_frame): New function.
461 (insert_step_resume_breakpoint_at_sal): New function.
462 (handle_inferior_event, step_into_function)
463 (insert_step_resume_breakpoint): Simplify by using same.
464
465 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
466
467 2004-09-26 Mark Kettenis <kettenis@gnu.org>
468
469 * fbsd-proc.c: Remove file.
470 * Makefile.in (fbsd-proc.o): Remove dependency.
471
472 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
473 code together.
474
475 * config/i386/nm-fbsd64.h: Remove file.
476 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
477
478 2004-09-26 Mark Kettenis <kettenis@gnu.org>
479
480 * amd64-nat.h: Update copyright year.
481 (amd64bsd_target): New prototype.
482 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
483 (amd64bsd_target): New function.
484 (amd64bsd_fetch_inferior_registers): Rename from
485 fetch_inferior_registers. Make static.
486 (amd64bsd_store_inferior_registers): Rename from
487 store_inferior_registers. Make static.
488 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
489 (_initialize_amd64fbsd_nat): Construct and add target vector.
490 * amd64nbsd-nat.o: Include "target.h".
491 (_initialize_amd64nbsd_nat): Construct and add target vector.
492 * amd64obsd-nat.c: Include "target.h".
493 (_initialize_amd64obsd_nat): Construct and add target vector.
494 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
495 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
496 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
497 fbsd-nat.o.
498 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
499 Remove infptrace.o and inftarg.o. Add inf-child.o and
500 inf-ptrace.o.
501 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
502 (amd64obsd-nat.o): Update dependencies.
503
504 2004-09-25 Mark Kettenis <kettenis@gnu.org>
505
506 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
507 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
508 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
509 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
510 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
511
512 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
513 Inline attach call.
514 (inf_ptrace_detach): Inline detach call.
515
516 * configure.in: Check for waddstr instead of mvwaddstr when
517 searching for curses library. Check for wborder.
518 * configure, config.in: Regenerate.
519 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
520 available.
521
522 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
523
524 2004-09-24 Robert Picco <Robert.Picco@hp.com>
525
526 Committed by Andrew Cagney.
527 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
528 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
529 configuration.
530 (fetch_register_using_p): Implement 'p' packet. Based on code by
531 Fernando Nasser.
532 (remote_fetch_registers): Call fetch_register_using_p.
533 (init_all_packet_configs, show_remote_cmd)
534 (_initialize_remote): Add p-packet.
535
536 2004-09-24 Mark Kettenis <kettenis@gnu.org>
537
538 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
539 instead of call_ptrace. Call wait directly instead of
540 ptrace_wait.
541 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
542 (inf_ptrace_wait): Inline ptrace_wait call.
543
544 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
545
546 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
547 rolled back instead.
548
549 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
550
551 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
552 the new argument order.
553
554 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
555
556 * MAINTAINERS: Remove "broken" from XStormy16 entry.
557 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
558 (struct gdbarch_tdep): Remove.
559 (struct xstormy16_frame_cache): New frame cache structure.
560 (xstormy16_register_byte, xstormy16_register_raw_size)
561 (xstormy16_reg_virtual_type, xstormy16_register_type)
562 (xstormy16_push_arguments, xstormy16_push_return_address)
563 (xstormy16_pop_frame, xstormy16_store_struct_return)
564 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
565 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
566 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
567 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
568 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
569 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
570 (xstormy16_use_struct_convention): Drop gcc_p parameter.
571 (xstormy16_extract_return_value, xstormy16_store_return_value):
572 Regcachify. Drop useless struct convention handling.
573 (xstormy16_register_type, xstormy16_return_value)
574 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
575 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
576 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
577 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
578 (xstormy16_unwind_sp, xstormy16_unwind_pc)
579 (xstormy16_unwind_dummy_id) : New functions.
580 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
581 of xstormy16_scan_prologue.
582 (xstormy16_frame_unwind): New frame_unwind structure.
583 (xstormy16_frame_base): New frame_base structure.
584 (xstormy16_gdbarch_init): Accomodate all of the above changes.
585 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
586
587 2004-09-22 Mark Kettenis <kettenis@gnu.org>
588
589 * language.c (language_gdbarch_post_init): Fix off-by one error.
590
591 2004-09-21 Daniel Jacobowitz <dan@debian.org>
592
593 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
594 (struct dwarf2_offset_and_type): New.
595 (set_die_type, reset_die_and_siblings_types, get_die_type)
596 (offset_and_type_hash, offset_and_type_eq): New functions.
597 (read_structure_type, read_enumeration_type, read_array_type)
598 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
599 (read_tag_reference_type, read_tag_const_type)
600 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
601 (read_typedef, read_base_type, read_subrange_type): Use
602 set_die_type.
603
604 2004-09-20 Daniel Jacobowitz <dan@debian.org>
605
606 * Makefile.in (dwarf2read.o): Update dependencies.
607 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
608 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
609 and read_in_chain.
610 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
611 mark, and has_form_ref_addr.
612 (struct dwarf2_per_cu_data): New.
613 (dwarf2_max_cache_age): New.
614 (dwarf2_build_psymtabs_hard): Free cached compilation units
615 after loading. Create and manage the list of compilation units.
616 Remove unnecessary NULL initialization. Fix indentation.
617 (psymtab_to_symtab_1): Initialize all of CU.
618 (dwarf2_read_abbrevs): Set has_form_ref_addr.
619 (find_partial_die): Use dwarf2_find_containing_comp_unit
620 and load_comp_unit.
621 (free_stack_comp_unit): Update comments. Clear the per-cu
622 pointer. Handle aging.
623 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
624 (age_cached_comp_units, free_one_cached_comp_unit)
625 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
626 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
627 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
628 (show_dwarf2_cmd): New.
629 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
630 and "maint show dwarf2 max-cache-age".
631 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
632 externs.
633 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
634 global.
635
636 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
637
638 * dwarf2read.c (typename_concat): Change prototype to accept obstack
639 and dwarf2_cu struct pointer as arguments. Change function to use
640 obstack if provided and use dwarf2_cu to determine language-specific
641 separator.
642 (partial_die_parent_scope): Change comment to include java. Use
643 new version of typename_concat instead of obconcat.
644 (partial_die_full_name): Use typename_concat.
645 (read_namespace): Ditto.
646 (read_enumeration_type): Use typename_concat instead of obconcat.
647 (new_symbol): Ditto.
648 (add_partial_symbol): Enhance tests for C++ to also test for Java.
649 (guess_structure_name): Ditto.
650 (read_subroutine_type): Ditto.
651 (read_structure_type): Ditto.
652 (is_vtable_name): Add Java support.
653 (determine_class_name): Switch to new typename_concat call.
654 (determine_prefix): Switch to new typename_concat call.
655 * jv-exp.y (FuncStart): New pattern.
656 (MethodInvocation): Add support for simple function calls. Change
657 warning message for other forms of inferior call currently not
658 supported.
659 * valarith.c (value_subscript): Treat an array with upper-bound
660 of -1 as unknown size.
661
662 2004-09-20 Daniel Jacobowitz <dan@debian.org>
663
664 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
665 (lookup_partial_symtab): Use symtab_to_fullname.
666
667 2004-09-19 Jim Blandy <jimb@redhat.com>
668
669 * minsyms.c (lookup_minimal_symbol): Doc fix.
670
671 2004-09-20 Andrew Cagney <cagney@gnu.org>
672
673 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
674 CHILD_RESUME.
675 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
676 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
677 KILL_INFERIOR.
678 * infptrace.c: Update.
679
680 2004-09-19 Daniel Jacobowitz <dan@debian.org>
681
682 * symtab.c (output_source_filename): Mark first argument as const.
683 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
684 for "info sources" output.
685
686 2004-09-20 Mark Kettenis <kettenis@gnu.org>
687
688 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
689 <machine/vmparam.h>.
690 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
691 (register_u_addr): Remove prototype.
692
693 2004-09-19 Mark Kettenis <kettenis@gnu.org>
694
695 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
696 (i386bsd_fetch_inferior_registers): Rename from
697 fetch_inferior_registers. Make static.
698 (i386bsd_store_inferior_registers): Rename from
699 store_inferior_registers. Make static.
700 (i386bsd_target): New function.
701 * i386bsd-nat.h: New file.
702 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
703 "i386bsd-nat.h".
704 (i386fbsd_resume): Rename from child_resume. Make static.
705 (_initialize_i386fbsd_nat): Construct and add target vector.
706 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
707 (_initialize_i386nbsd_nat): Construct and add target vector.
708 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
709 Remove defines.
710 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
711 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
712 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
713 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
714 (LOADLIBES): New variable.
715 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
716 inf-ptrace.o. Remove inftarg.o.
717 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
718 inf-ptrace.o. Remove inftarg.o.
719 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
720 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
721 (LOADLIBES): New variable.
722 * Makefile.in (i386bsd_nat_h): New variable.
723 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
724 dependencies.
725
726 * sparc64nbsd-tdep.c: Include "objfiles.h".
727 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
728 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
729 svr4_lp64_fetch_link_map_offsets.
730 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
731 "nbsd-tdep.h".
732 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
733 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
734 svr4_lp64_fetch_link_map_offsets.
735 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
736 dependencies.
737
738 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
739 * fbsd-nat.h: New file.
740 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
741 (fbsd_nat_h): New variable.
742 (fbsd-nat.o): New dependency.
743
744 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
745 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
746
747 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
748 comment.
749
750 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
751
752 * ada-exp.y (type_int): New function to add layer of abstraction
753 around references to expression types.
754 (type_long): Ditto.
755 (type_long_long): Ditto.
756 (type_float): Ditto.
757 (type_double): Ditto.
758 (type_long_double): Ditto.
759 (type_char): Ditto.
760 (type_system_address): Ditto.
761 (simple_exp): Use type_* functions in place of builtin_*
762 variables.
763 (exp): Ditto.
764 (write_var_from_name): Ditto.
765 (write_object_renaming): Ditto.
766 * ada-lang.c (ada_create_fundamental_type): Remove redundant
767 declaration.
768 (build_ada_types): Remove, replacing with...
769 (ada_language_arch_info): New function to initialize primitive
770 type vector in language_arch_info.
771 (ada_array_length): Remove use of builtin_type_ada_int.
772 (value_pos_atr): Ditto.
773 (ada_evaluate_subexp): Ditto.
774 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
775 builtin_type_ada_long_long, builtin_type_ada_char,
776 builtin_type_ada_float, builtin_type_ada_double,
777 builtin_type_ada_long_double, builtin_type_ada_natural,
778 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
779 (ada_builtin_types): Remove.
780 (ada_language_defn): Remove entries for la_builtin_type_vector and
781 string_char_type and use ada_language_arch_info.
782 (_initialize_ada_language): Do type-vector initialization along
783 the lines of c-lang.c.
784 (ada_create_fundamental_type): Break up line.
785 (ada_dump_symtab): Remove unused function.
786 (enum ada_primitive_types): Define.
787 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
788 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
789 builtin_type_ada_float, builtin_type_ada_double,
790 builtin_type_ada_long_double, builtin_type_ada_natural,
791 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
792 * ada-lex.l: Use type_* functions in place of builtin_* variables.
793 (processInt): Ditto.
794 (processReal): Ditto.
795 (name_lookup): Ditto.
796 * ada-typeprint.c (print_range): Use builtin_type_int, not
797 builtin_type_ada_int.
798
799 2004-09-18 Mark Kettenis <kettenis@gnu.org>
800
801 * i386-tdep.c (i386_register_name): Rename regno to regnum.
802
803 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
804 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
805 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
806 * configure.in: Improve checks for curses library by checking for
807 mvwaddstr instead of initscr. Drop HP curses in favour of
808 standard curses on HP-UX.
809 * configure: Regenerated.
810
811 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
812
813 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
814 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
815 Minor formatting changes.
816 (empty_array): Slight rewrite for formatting.
817 (emit_char,parse,ada_language_defn,build_ada_types,
818 ada_is_exception_sym, _initialize_ada_language): Move
819 definitions around.
820 (ada_dump_symtab): Remove unused definition.
821 (ada_maybe_exception_partial_symbol): Remove unused definition.
822
823 2004-09-16 Andrew Cagney <cagney@gnu.org>
824
825 * inf-child.c: Include "gdb_string.h".
826 (inf_child_core_file_to_sym_file): Delete.
827 (inf_child_target): Set to_fetch_registers and to_store_registers.
828 * inf-ptrace.c: Include "gdb_string.h".
829 * Makefile.in: Update all dependencies.
830
831 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
832 problem.
833
834 2004-09-14 Joel Brobecker <brobecker@gnat.com>
835
836 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
837 call to heuristic_proc_desc. Remove code that became redundant
838 as a consequence.
839 (read_next_frame_reg): Remove special case for SP_REGNUM.
840 (set_reg_offset): Fix small typo.
841 (reset_saved_regs): New procedure.
842 (mips32_heuristic_proc_desc): No longer compute a fake
843 procedure descriptor. Compute the full frame cache instead.
844 Some minor comment reformatting.
845
846 2004-09-14 Andrew Cagney <cagney@gnu.org>
847
848 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
849 maintainer.
850
851 * thread-db.c (thread_db_new_objfile): Assume that there is a
852 child process.
853
854 2004-09-13 Jim Blandy <jimb@redhat.com>
855
856 * valops.c (value_assign): Move 'buffer' to the enclosing block,
857 so that its storage isn't referenced after its lifetime ends.
858
859 * valops.c (value_assign): 'use_buffer' is initialized to zero,
860 and never assigned to. Delete it, and the 'if (use_buffer)'
861 clauses. Delete 'raw_buffer', since it is now unused.
862
863 2004-09-13 Andrew Cagney <cagney@gnu.org>
864
865 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
866 * configure: Re-generate.
867 * nlm/Makefile.in (TAGS): Update.
868 * Makefile.in (TAGS): Update.
869 * config/vax/nbsd.mt (TM_FILE): Update.
870 * config/sparc/vxworks.mt (TM_FILE): Update.
871 * config/sparc/sol2.mt (TM_FILE): Update.
872 * config/sparc/sol2-64.mt (TM_FILE): Update.
873 * config/sparc/obsd64.mt (TM_FILE): Update.
874 * config/sparc/obsd.mt (TM_FILE): Update.
875 * config/sparc/nbsd64.mt (TM_FILE): Update.
876 * config/sparc/nbsd.mt (TM_FILE): Update.
877 * config/sparc/linux64.mt (TM_FILE): Update.
878 * config/sparc/linux.mt (TM_FILE): Update.
879 * config/sparc/fbsd.mt (TM_FILE): Update.
880 * config/sh/wince.mt (TM_FILE): Update.
881 * config/sh/nbsd.mt (TM_FILE): Update.
882 * config/sh/linux.mt (TM_FILE): Update.
883 * config/sh/embed.mt (TM_FILE): Update.
884 * config/s390/s390.mt (TM_FILE): Update.
885 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
886 * config/rs6000/rs6000.mt (TM_FILE): Update.
887 * config/rs6000/aix4.mt (TM_FILE): Update.
888 * config/powerpc/vxworks.mt (TM_FILE): Update.
889 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
890 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
891 * config/powerpc/obsd.mt (TM_FILE): Update.
892 * config/powerpc/nbsd.mt (TM_FILE): Update.
893 * config/powerpc/linux.mt (TM_FILE): Update.
894 * config/powerpc/aix.mt (TM_FILE): Update.
895 * config/pa/obsd.mt (TM_FILE): Update.
896 * config/pa/linux.mt (TM_FILE): Update.
897 * config/pa/hppahpux.mt (TM_FILE): Update.
898 * config/pa/hppa64.mt (TM_FILE): Update.
899 * config/pa/hppa.mt (TM_FILE): Update.
900 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
901 * config/mips/wince.mt (TM_FILE): Update.
902 * config/mips/vxmips.mt (TM_FILE): Update.
903 * config/mips/nbsd.mt (TM_FILE): Update.
904 * config/mips/linux.mt (TM_FILE): Update.
905 * config/mips/irix6.mt (TM_FILE): Update.
906 * config/mips/irix5.mt (TM_FILE): Update.
907 * config/mips/embed.mt (TM_FILE): Update.
908 * config/m68k/vxworks68.mt (TM_FILE): Update.
909 * config/m68k/st2000.mt (TM_FILE): Update.
910 * config/m68k/os68k.mt (TM_FILE): Update.
911 * config/m68k/obsd.mt (TM_FILE): Update.
912 * config/m68k/nbsd.mt (TM_FILE): Update.
913 * config/m68k/monitor.mt (TM_FILE): Update.
914 * config/m68k/linux.mt (TM_FILE): Update.
915 * config/m68k/cisco.mt (TM_FILE): Update.
916 * config/ia64/linux.mt (TM_FILE): Update.
917 * config/ia64/aix.mt (TM_FILE): Update.
918 * config/ia64/ia64.mt (TM_FILE): Update.
919 * config/i386/vxworks.mt (TM_FILE): Update.
920 * config/i386/obsd64.mt (TM_FILE): Update.
921 * config/i386/obsd.mt (TM_FILE): Update.
922 * config/i386/nto.mt (TM_FILE): Update.
923 * config/i386/nbsd64.mt (TM_FILE): Update.
924 * config/i386/nbsd.mt (TM_FILE): Update.
925 * config/i386/linux64.mt (TM_FILE): Update.
926 * config/i386/linux.mt (TM_FILE): Update.
927 * config/i386/i386sol2.mt (TM_FILE): Update.
928 * config/i386/i386lynx.mt (TM_FILE): Update.
929 * config/i386/fbsd64.mt (TM_FILE): Update.
930 * config/i386/fbsd.mt (TM_FILE): Update.
931 * config/i386/cygwin.mt (TM_FILE): Update.
932 * config/h8300/h8300.mt (TM_FILE): Update.
933 * config/frv/frv.mt (TM_FILE): Update.
934 * config/cris/cris.mt (TM_FILE): Update.
935 * config/arm/wince.mt (TM_FILE): Update.
936 * config/arm/nbsd.mt (TM_FILE): Update.
937 * config/arm/linux.mt (TM_FILE): Update.
938 * config/arm/embed.mt (TM_FILE): Update.
939 * config/alpha/nbsd.mt (TM_FILE): Update.
940 * config/alpha/fbsd.mt (TM_FILE): Update.
941 * config/alpha/alpha.mt (TM_FILE): Update.
942 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
943 * config/alpha/alpha-linux.mt (TM_FILE): Update.
944
945 Eliminate event_loop_p, always has the value 1.
946 * defs.h (event_loop_p): Delete macro.
947 * breakpoint.c (until_break_command): Simplify.
948 * utils.c (prompt_for_continue): Simplify.
949 * tracepoint.c (read_actions): Simplify.
950 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
951 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
952 (set_prompt, init_main): Simplify.
953 (init_signals, disconnect): Delete, unused.
954 * remote.c (remote_async_resume)
955 (extended_remote_async_create_inferior): Simplify.
956 * mi/mi-interp.c (mi_input): Delete, unused.
957 (mi_interpreter_resume, mi_command_loop): Simplify.
958 * interps.c (current_interp_command_loop): Simplify.
959 * infrun.c (proceed): Simplify.
960 * infcmd.c (run_command, continue_command, step_1, jump_command)
961 (until_command, advance_command, finish_command)
962 (interrupt_target_command): Simplify.
963 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
964
965 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
966 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
967 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
968 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
969 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
970 * mips-tdep.c (mips_dump_tdep): Do not print same.
971
972 2004-09-12 Andrew Cagney <cagney@gnu.org>
973
974 * valprint.c (print_longest): Use fputs_filtered. Make "val"
975 const.
976 * Makefile.in (valprint.o): Delete explict rule.
977
978 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
979 reported by Dave Anderson.
980
981 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
982
983 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
984
985 2004-09-12 Salvador E. Tropea <set@users.sf.net>
986 Andrew Cagney <cagney@gnu.org>
987
988 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
989 (mi_cmd_data_list_register_values)
990 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
991 the register number computation.
992
993 2004-09-12 Andrew Cagney <cagney@gnu.org>
994
995 * ppcnbsd-nat.c: Include "inf-ptrace.h".
996 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
997 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
998 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
999 target.
1000 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1001 inf-ptrace.o and inf-child.o.
1002 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1003 * Makefile.in: Update dependencies.
1004
1005 2004-09-11 Andrew Cagney <cagney@gnu.org>
1006
1007 * language.c (hex_string, hex_string_custom): Move from here ...
1008 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1009 (CELLSIZE): Increase to 50.
1010 * language.h (hex_string, hex_string_custom): Move from here ...
1011 * defs.h: ... to here.
1012 * Makefile.in: Update all dependencies.
1013
1014 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1015
1016 * language.c (local_hex_format_custom): Remove.
1017 (local_hex_string): Rename to hex_string, use C format, and move to
1018 utils.c
1019 (local_hex_string_custom): Rename to hex_string_custom and change
1020 interface. Now uses C format. Move to utils.c
1021 (local_octal_format_custom): Remove.
1022 (local_decimal_format_custom): Remove.
1023 (unknown_language_defn): Remove language-specific number
1024 formatting entries.
1025 (auto_language_defn): Ditto.
1026 (local_language_defn): Ditto.
1027 * language.h (struct language_format_info): Delete declaration.
1028 (struct language_defn): Remove language_format_info fields
1029 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1030 (local_binary_format): Remove macro.
1031 (local_binary_format_prefix): Remove macro.
1032 (local_binary_format_specifier): Remove macro.
1033 (local_binary_format_suffix): Remove macro.
1034 (local_octal_format): Remove macro.
1035 (local_octal_format_prefix): Remove macro.
1036 (local_octal_format_specifier): Remove macro.
1037 (local_octal_format_suffix): Remove macro.
1038 (local_decimal_format): Remove macro.
1039 (local_decimal_format_prefix): Remove macro.
1040 (local_decimal_format_specifier): Remove macro.
1041 (local_decimal_format_suffix): Remove macro.
1042 (local_hex_format): Remove macro.
1043 (local_hex_format_prefix): Remove macro.
1044 (local_hex_format_specifier): Remove macro.
1045 (local_hex_format_suffix): Remove macro.
1046 (local_decimal_format_custom): Remove.
1047 (local_octal_format_custom): Remove.
1048 (local_hex_format_custom): Remove.
1049 (local_hex_string): Rename to hex_string and move to defs.h.
1050 (local_hex_string_custom): Rename to hex_string_custom, change
1051 interface, and move to defs.h.
1052 * utils.c: (int_string): New function.
1053 (hex_string): New function (from language.c).
1054 (hex_string_custom): New function (from language.c).
1055 (octal2str): New function.
1056 (decimal2str): Add width parameter.
1057 (paddr_u): Use new decimal2str interface.
1058 (paddr_d): Ditto.
1059 * defs.h (hex_string): Declare.
1060 (hex_string_custom): Declare.
1061 (int_string): Declare.
1062 * printcmd.c (print_scalar_formatted): Remove localized binary
1063 formatting.
1064 * valprint.c (print_longest): Use int_string.
1065 (print_floating): Use C hex format.
1066 (print_hex_chars): Ditto.
1067 (print_binary_chars): Remove language-specific formatting.
1068 (print_octal_chars): Use C octal format.
1069 (print_decimal_chars): Delocalize format.
1070 (print_decimal): Remove.
1071 * ada-lang.c (ada_language_defn): Remove language-specific number
1072 formatting entries.
1073 * p-lang.c (pascal_language_defn): Ditto.
1074 * c-lang.c (c_language_defn): Ditto.
1075 (cplus_language_defn): Ditto.
1076 (asm_language_defn): Ditto.
1077 (minimal_language_defn): Ditto.
1078 * f-lang.c (f_language_defn): Ditto.
1079 * jv-lang.c (java_language_defn): Ditto.
1080 * m2-lang.c (m2_language_defn): Ditto.
1081 * scm-lang.c (scm_language_defn): Ditto.
1082 * objc-lang.c (objc_language_defn): Ditto.
1083 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1084 new interface.
1085 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1086 * ui-out.c (ui_out_field_core_addr): Ditto.
1087 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1088 * exec.c (print_section_info): Ditto.
1089 * i387-tdep.c (print_i387_status_word): Ditto.
1090 (print_i387_control_word): Ditto.
1091 (i387_print_float_info): Ditto.
1092 * maint.c (maint_print_section_info): Ditto.
1093 * solib.c (info_sharedlibrary_command): Ditto.
1094 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1095 * symtab.c (print_msymbol_info): Ditto.
1096 * tracepoint.c (tracepoints_info): Ditto.
1097 * solib-frv.c (lm_base): Ditto.
1098 (frv_current_sos): Ditto.
1099 (enable_break2): Ditto.
1100 (enable_break): Ditto.
1101 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1102 (process_one_symbol): Ditto.
1103 * infcmd.c (program_info): Ditto.
1104 * mdebugread.c (parse_partial_symbols): Ditto.
1105 * symfile.c (add_symbol_file_command): Ditto.
1106 * cli/cli-cmds.c (edit_command): Ditto.
1107 (list_command): Ditto.
1108 * infcall.c (call_function_by_hand): Ditto.
1109 * remote-vx.c (vx_run_files_info): Ditto.
1110 (vx_wait): Ditto.
1111 (vx_attach): Ditto.
1112 (vx_detach): Ditto.
1113 (vx_kill): Ditto.
1114 * aix-thread.c (pdc_symbol_addrs): Ditto.
1115 (pdc_read_regs): Ditto.
1116 (pdc_write_regs): Ditto.
1117 (pdc_read_data): Ditto.
1118 (pdc_write_data): Ditto.
1119 * d10v-tdep.c (display_trace): Ditto.
1120 * rs6000-nat.c (find_toc_address): Ditto.
1121 * aix-thread.c: Don't include language.h.
1122 * buildsym.c: Ditto.
1123 * dbxread.c: Ditto.
1124 * mdebugread.c: Ditto.
1125 * rs6000-nat.c: Ditto.
1126 * buildsym.c (make_blockvector): Use renamed hex_string.
1127
1128 2004-09-10 Jason Molenda (jmolenda@apple.com)
1129
1130 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1131 chars after 'if' or 'while' commands in user-defined commands.
1132
1133 2004-09-08 Jim Blandy <jimb@redhat.com>
1134
1135 Fix bug reported and analyzed by Olivier Crete:
1136 * symfile.c (copy_section_addr_info): New function.
1137 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1138 original set of address arguments, instead of handwritten code
1139 that uses one length to allocate and a different length to
1140 initialize. Use make_cleanup_free_section_addr_info.
1141 * symfile.h (copy_section_addr_info): New declaration.
1142 * utils.c: #include "symfile.h".
1143 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1144 New functions.
1145 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1146 * Makefile.in (utils.o): Update dependencies.
1147
1148 2004-09-08 Andrew Cagney <cagney@gnu.org>
1149
1150 * thread-db.c (keep_thread_db): Delete.
1151 (thread_db_new_objfile, thread_db_create_inferior)
1152 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1153
1154 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1155
1156 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1157 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1158 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1159 (i386_frameless_signal_p): Remove prototype.
1160 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1161 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1162 I386_SSE_NUM_REGS.
1163 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1164 instead of FP0_REGNUM.
1165 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1166 of FP0_REGNUM and FPC_REGNUM.
1167
1168 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1169 (sunos_solib_create_inferior_hook): Don't call
1170 sunos_relocate_main_executable.
1171
1172 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1173 solib_svr4_fetch_link_map_offsets to
1174 svr4_ilp32_fetch_link_map_offsets.
1175 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1176 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1177 svr4_ilp32_fetch_link_map_offsets.
1178 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1179
1180 2004-09-07 Jim Blandy <jimb@redhat.com>
1181
1182 * frame.h (frame_register): Doc fix.
1183
1184 2004-09-07 Andrew Cagney <cagney@gnu.org>
1185
1186 * vx-share/wait.h: Delete #ifdef USG.
1187 * utils.c (request_quit): Ditto.
1188 * tui/tui.c (tui_reset): Ditto.
1189 * remote.c: Ditto.
1190 * remote-sds.c: Ditto.
1191 * remote-rdi.c: Ditto.
1192 * mdebugread.c: Ditto.
1193 * m68klinux-nat.c: Ditto.
1194 * infttrace.c: Ditto.
1195 * infptrace.c: Ditto.
1196 * i386v-nat.c: Ditto.
1197 * exec.c: Ditto.
1198 * dbxread.c: Ditto.
1199 * core-aout.c: Ditto.
1200
1201 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1202
1203 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1204 heuristic_proc_desc.
1205 (mips_insn32_frame_cache): Likewise.
1206
1207 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1208
1209 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1210 left behind by error.
1211
1212 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1213
1214 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1215 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1216
1217 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1218
1219 * config/rs6000/xm-aix4.h: Remove this file.
1220 * config/rs6000/aix4.mh (XM_FILE): Delete.
1221
1222 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1223
1224 * config/rs6000/xm-rs6000.h: Remove this file.
1225 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1226
1227 2004-09-03 Andrew Cagney <cagney@gnu.org>
1228
1229 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1230 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1231 only use.
1232
1233 * mips-tdep.c (temp_saved_regs): Delete.
1234 (set_reg_offset): Replace saved_regs parameter with this_cache.
1235 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1236 (mips32_heuristic_proc_desc): Add this_cache parameter.
1237 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1238 (after_prologue): Pass a NULL this_cache.
1239
1240 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1241 non-kernel trap prologues.
1242
1243 * mips-tdep.c (find_proc_desc): Delete function.
1244 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1245 simplify.
1246 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1247 mips_insn32_frame_cache.
1248
1249 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1250 Simplify as NEXT_FRAME is NULL.
1251 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1252
1253 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1254 local variable.
1255 (mips_skip_prologue): Update.
1256
1257 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1258 "cur_frame" parameter.
1259 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1260 (mips_insn32_frame_cache, find_proc_desc): Update
1261
1262 * config/vax/nm-obsd.h: Delete file.
1263 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1264 * config/vax/nm-nbsd.h: Delete file.
1265 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1266 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1267 * config/sh/nm-nbsd.h: Delete file.
1268 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1269 * config/rs6000/nm-rs6000ly.h: Delete file.
1270 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1271 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1272 * config/powerpc/nm-obsd.h: Delete file.
1273 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1274 * config/powerpc/nm-nbsd.h: Delete file.
1275 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1276 * config/pa/nm-obsd.h: Delete file.
1277 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1278 * config/mips/nm-nbsd.h: Delete file.
1279 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1280 * config/m88k/nm-obsd.h: Delete file.
1281 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1282 * config/m68k/nm-nbsd.h: Delete file.
1283 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1284 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1285 * config/i386/nm-nbsd.h: Delete file.
1286 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1287 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1288 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1289 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1290 * config/i386/nm-i386lynx.h: Delete file.
1291 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1292 * config/arm/nm-nbsd.h: Delete file.
1293 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1294 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1295
1296 * config/i386/tm-fbsd.h: Delete file.
1297 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1298 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1299
1300 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1301 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1302 * config/rs6000/aix4.mt (TM_FILE): Set to
1303 config/rs6000/tm-rs6000.h.
1304 * config/powerpc/tm-ppc-aix.h: Delete file.
1305 * config/powerpc/aix.mt (TM_FILE): Set to
1306 config/rs6000/tm-rs6000.h.
1307 * config/m68k/tm-linux.h: Delete file.
1308 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1309 * config/i386/tm-linux64.h: Delete file.
1310 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1311 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1312
1313 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1314 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1315 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1316 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1317 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1318 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1319 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1320 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1321 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1322
1323 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1324 gdb_host_cpu.
1325
1326 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1327
1328 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1329 Minor reformatting. Some code factoring.
1330
1331 2004-09-02 Andrew Cagney <cagney@gnu.org>
1332
1333 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1334 * config/vax/tm-nbsd.h: Delete file.
1335 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1336 * config/sparc/tm-vxworks.h: Delete file.
1337 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1338 * config/sparc/tm-nbsd.h: Delete file.
1339 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1340 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1341 * config/sparc/tm-linux.h: Delete file.
1342 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1343 * config/s390/tm-linux.h: Delete file.
1344 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1345 * config/pa/tm-bsd.h: Delete file.
1346 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1347 * config/m68k/tm-obsd.h: Delete file.
1348 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1349 * config/m68k/tm-nbsd.h: Delete file.
1350 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1351 * config/i386/tm-vxworks.h: Delete file.
1352 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1353 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1354 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1355 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1356 * config/i386/tm-nbsd.h: Delete file.
1357 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1358 * config/i386/tm-i386lynx.h: Delete file.
1359 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1360 * config/cris/tm-cris.h: Delete file.
1361
1362 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1363 * configure: Re-generate.
1364 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1365 * config/arm/tm-nbsd.h: Delete file.
1366
1367 * config/powerpc/tm-ppcle-sim.h: Delete.
1368 * config/powerpc/tm-ppcle-eabi.h: Delete.
1369 * config/powerpc/tm-nbsd.h: Delete.
1370 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1371 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1372 tm-ppcle-eabi.h.
1373
1374 * config/i386/nto.mh (NAT_FILE): Delete.
1375 * config/i386/nm-nto.h: Delete.
1376
1377 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1378 * config/m68k/tm-os68k.h: Ditto.
1379 * config/m68k/tm-monitor.h: Ditto.
1380 * config/m68k/tm-cisco.h: Ditto.
1381 * config/m68k/st2000.mt (TM_FILE): Delete.
1382 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1383 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1384 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1385 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1386
1387 * config/m68k/tm-st2000.h: Delete.
1388 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1389 * config/sparc/fbsd.mt (TM_FILE): Delete.
1390 * config/sparc/tm-fbsd.h: Delete.
1391
1392 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1393 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1394 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1395
1396 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1397 GDB_TM_FILE and GDB_XM_FILE.
1398 * gdbarch.c: Re-generate.
1399 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1400 quotes in macro definition.
1401 * configure.in: Re-generate.
1402
1403 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1404 validating architecture methods.
1405 * gdbarch.c: Re-generate.
1406
1407 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1408 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1409 GDB_MULTI_ARCH_PARTIAL.
1410 * gdbarch.h: Re-generate.
1411
1412 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1413 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1414 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1415 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1416 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1417 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1418 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1419 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1420 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1421 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1422 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1423 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1424
1425 2004-09-01 Andrew Cagney <cagney@gnu.org>
1426
1427 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1428 and main_func_highpc.
1429 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1430 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1431 * nlmread.c (nlm_symfile_read): Update.
1432
1433 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1434
1435 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1436 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1437 (find_proc_desc): Remove dead code.
1438
1439 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1440
1441 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1442
1443 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1444
1445 * observer.sh: Add struct so_list declaration.
1446 * Makefile.in: Add dependencies on observer.h for solib.c and
1447 breakpoint.c.
1448 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1449 function.
1450 (_initialize_breakpoint): Register
1451 disable_breakpoints_in_unloaded_shlib as an observer of the
1452 "solib unloaded" observation event.
1453 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1454 call decode_line_1 so unfound breakpoint errors are silent.
1455 * solib.c (update_solib_list): When a solib is discovered to have
1456 been unloaded by the program, notify all observers of the
1457 "solib unloaded" observation event.
1458
1459 2004-09-01 Andrew Cagney <cagney@gnu.org>
1460
1461 * frame.c: Include "objfiles.h".
1462 (inside_main_func): New function.
1463 (get_prev_frame): Use new inside_main_func.
1464 * Makefile.in (frame.o): Update dependencies.
1465 * defs.h (inside_main_func): Delete declaration.
1466 * blockframe.c (inside_main_func): Delete function.
1467
1468 2004-08-31 Jim Blandy <jimb@redhat.com>
1469
1470 * dwarf2read.c (is_vtable_name): New function, based on logic from
1471 read_structure_type, but passing the correct length to strncmp,
1472 and using 'sizeof' instead of 'strlen'.
1473 (read_structure_type): Call it.
1474
1475 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1476
1477 * config/powerpc/aix.mh: Add comment.
1478
1479 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1480
1481 * MAINTAINERS: Add self to Write-After-Approval.
1482
1483 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1484
1485 * MAINTAINERS: Add self to Write-After-Approval.
1486
1487 2004-08-30 Andrew Cagney <cagney@gnu.org>
1488
1489 Fix PR breakpoints/1757.
1490 * infrun.c (struct execution_control_state): Replace
1491 remove_breakpoints_on_following_step with
1492 step_after_step_resume_breakpoint.
1493 (init_execution_control_state): Update.
1494 (handle_inferior_event): For signals, when stepping off a
1495 breakpoint, set step_after_step_resume_breakpoint. When
1496 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1497 (keep_going): Delete code handling
1498 remove_breakpoints_on_following_step.
1499
1500 2004-08-29 David Lecomber <david@streamline-computing.com>
1501
1502 Fix PR gdb/648
1503 * language.h (enum array_ordering): New enum.
1504 * language.h (struct language_defn): New la_array_ordering
1505 attribute.
1506 * language.c (unknown_language_defn, auto_language_defn)
1507 (local_language_defn): Ditto.
1508 * ada-lang.c (ada_language_defn): Ditto.
1509 * c-lang.c (c_language_defn, cplus_language_defn)
1510 (asm_language_defn, minimal_language_defn): Ditto.
1511 * f-lang.c (f_language_defn): Ditto.
1512 * jv-lang.c (java_language_defn): Ditto.
1513 * m2-lang.c (f_language_defn): Ditto.
1514 * objc-lang.c (objc_language_defn): Ditto.
1515 * p-lang.c (pascal_language_defn): Ditto.
1516 * scm-lang.c (scm_language_defn): Ditto.
1517 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1518 oriented large to small in type structure.
1519 * dwarf2read.c (read_array_order): New function.
1520 (read_array_type): Use read_array_order to check row/column
1521 major ordering.
1522
1523 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1524
1525 * target.c (target_resize_to_sections): Check
1526 current_target.to_sections for an old value when updating.
1527
1528 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1529
1530 * procfs.c (dbx_link_bpt_addr): New static global variable.
1531 (dbx_link_shadow_contents): New static global variable.
1532 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1533 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1534 if we just hit it.
1535 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1536 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1537 from run to run.
1538 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1539 after the inferior has been forked.
1540 (remove_dbx_link_breakpoint): New function.
1541 (dbx_link_addr): New function.
1542 (insert_dbx_link_bpt_in_file): New function.
1543 (insert_dbx_link_bpt_in_region): New function.
1544 (insert_dbx_link_breakpoint): New function.
1545 (proc_trace_syscalls_1): New function, extracted from
1546 proc_trace_syscalls.
1547 (proc_trace_syscalls): Replace extract code by call to
1548 proc_trace_syscalls_1.
1549 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1550 is no longer valid.
1551
1552 2004-08-25 Jim Blandy <jimb@redhat.com>
1553
1554 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1555
1556 2004-08-25 Andrew Cagney <cagney@gnu.org>
1557
1558 * infrun.c (struct execution_control_state): Delete field
1559 "stepping_through_sigtramp".
1560 (init_execution_control_state): Do not set same.
1561 (context_switch): Do not pass same to save_infrun_state and
1562 load_infrun_state.
1563 * gdbthread.h (struct thread_info): Delete field
1564 stepping_through_sigtramp.
1565 (save_infrun_state, load_infrun_state): Delete parameter
1566 stepping_through_sigtramp.
1567 * thread.c (load_infrun_state, save_infrun_state): Update.
1568
1569 * infrun.c: Re-indent. Move expression operators to the beginning
1570 of the line. Remove long disabled #if 0 code.
1571
1572 2004-08-24 Andrew Cagney <cagney@gnu.org>
1573
1574 * doublest.h (floatformat_ieee_quad): Rename
1575 floatformat_ia64_quad.
1576 * doublest.c (floatformat_ieee_quad): Rename
1577 floatformat_ia64_quad.
1578 (_initialize_doublest): Update.
1579
1580 2004-08-24 Jim Blandy <jimb@redhat.com>
1581
1582 * dwarf2expr.h (struct dwarf_expr_context): New members
1583 'num_pieces' and 'pieces', for returning the result of an
1584 expression that uses DW_OP_piece.
1585 (struct dwarf_expr_piece): New struct type.
1586 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1587 pieces.
1588 (free_dwarf_expr_context): Free pieces, if any.
1589 (add_piece): New function.
1590 (execute_stack_op): Implement DW_OP_piece.
1591 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1592 expression is a list of pieces, print an error message.
1593 (dwarf2_loc_desc_needs_frame): If the expression yields
1594 pieces, and any piece is in a register, then we need a frame.
1595
1596 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1597 the stack until we've decided what sort of result the evaluation
1598 has produced. Use separate variables, with more specific names.
1599
1600 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1601
1602 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1603 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1604 (arm_netbsd_init_abi_common): Register them.
1605
1606 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1607
1608 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1609
1610 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1611 safe_frame_unwind_memory instead of target_read_memory.
1612
1613 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1614 Reorder includes.
1615 (fetch_register, store_register): Remove prototypes.
1616 (child_resume): Reorganize code and comments such that it is
1617 grouped a bit more logically.
1618 (attach): Explicitly compare errno against 0.
1619 (detach): Likewise. Use perror_with_name instead of
1620 print_sys_errmsg.
1621 * Makefile.in (infptrace.o): Update dependencies.
1622
1623 * ia64-linux-nat.c: Update copyright year.
1624 (fetch_debug_register, store_debug_register)
1625 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1626 PTRACE_TYPE_ARG3.
1627 * config/ia64/nm-linux.h: Update copyright year.
1628 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1629
1630 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1631 from CORE_ADDR to struct frame_info *. Use
1632 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1633 (amd64_linux_sigtramp_p): Adjust for changed signature of
1634 and64_linux_sigtramp_start
1635
1636 * gdb_ptrace.h: GNU/Linux.
1637
1638 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1639 Remove defines.
1640
1641 * infptrace.c: Include "gdb_assert.h".
1642 (PTRACE_XFER_TYPE): Remove define.
1643 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1644 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1645 Tweak comment.
1646 (fetch_inferior_registers, store_inferior_registers): Remove
1647 redundant culry braces. Tweak comment. s/regno/regnum.
1648 * Makefile.in (infptrace.o): Update dependencies.
1649
1650 * configure.in: Change test for return type of ptrace to default
1651 to `long' instead of `int'.
1652 * configure: Regenerate.
1653
1654 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1655
1656 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1657
1658 * configure.in: Check for ttrace function.
1659 * configure, config.in: Regenerate.
1660
1661 * gdb_ptrace.h: New file.
1662 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1663 <sys/ptrace.h>.
1664 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1665 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1666 (attach): Don't define PT_ATTACH.
1667 (detach): Don't define PT_DETACH.
1668 * Makefile.in (gdb_ptrace_h): New variable.
1669 (infptrace.o): Update dependencies.
1670
1671 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1672
1673 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1674 instead of `int' if not already defined.
1675 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1676 PTRACE_TYPE_ARG3.
1677 * infptrace.c (call_ptrace): Revert change that replaced
1678 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1679
1680 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1681
1682 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1683 Remove defines.
1684
1685 * linux-nat.c (kill_inferior): Add missing third and fourth
1686 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1687
1688 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1689 PTRACE_TYPE_RET.
1690
1691 * proc-why.c (proc_prettyfprint_why): Fix format string.
1692
1693 * solib-osf.c (osf_current_sos): Remove unsused label.
1694
1695 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1696 curses headers.
1697 * configure, config.in: Regenerate.
1698 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1699 <ncurses/ncurses.h>.
1700
1701 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1702 * config/nm-nbsd.h: Update copyright year.
1703 (PTRACE_ARG3_TYPE): Remove define.
1704
1705 * sparc-nat.c (fetch_inferior_registers)
1706 (store_inferior_registers, sparc_xfer_wcookie):
1707 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1708
1709 * alphabsd-nat.c (fetch_inferior_registers):
1710 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1711 PTRACE_TYPE_ARG3.
1712 * amd64bsd-nat.c (fetch_inferior_registers)
1713 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1714 PTRACE_TYPE_ARG3.
1715 * armnbsd-nat.c: Update copyright year.
1716 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1717 (store_register, store_regs, store_fp_register, store_fp_regs):
1718 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1719 * hppabsd-nat.c (fetch_inferior_registers)
1720 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1721 PTRACE_TYPE_ARG3.
1722 * i386bsd-nat.c (fetch_inferior_registers)
1723 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1724 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1725 * m68kbsd-nat.c (fetch_inferior_registers)
1726 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1727 PTRACE_TYPE_ARG3.
1728 * m88kbsd-nat.c (fetch_inferior_registers)
1729 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1730 PTRACE_TYPE_ARG3.
1731 * mipsnbsd-nat.c: Update copyright year.
1732 (fetch_inferior_registers, store_inferior_registers):
1733 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1734 * ns32knbsd-nat.c: Update copyright year.
1735 (fetch_inferior_registers, store_inferior_registers):
1736 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1737 * ppcnbsd-nat.c (fetch_inferior_registers):
1738 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1739 PTRACE_TYPE_ARG3.
1740 * ppcobsd-nat.c (fetch_inferior_registers):
1741 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1742 PTRACE_TYPE_ARG3.
1743 * shnbsd-nat.c: Update copyright year.
1744 (fetch_inferior_registers, store_inferior_registers):
1745 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1746 * vaxbsd-nat.c (fetch_inferior_registers)
1747 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1748 PTRACE_TYPE_ARG3.
1749
1750 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1751 PTRACE_TYPE_ARG3.
1752 * infptrace.c (call_ptrace, child_resume, attach, detach)
1753 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1754 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1755 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1756 PTRACE_TYPE_ARG3.
1757
1758 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1759
1760 * defs.h: Remove out-of-date comment.
1761 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1762 [!GETENV_PROVIDED] (getenv): Remove prototype.
1763
1764 * standalone.c: Remove file.
1765 * Makefile.in (standalone.o): Remove dependency.
1766
1767 * i386-linux-nat.c (dummy_sse_values): Remove function and
1768 prototype.
1769 (i386_linux_dr_get): Fix typo in comment.
1770 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1771
1772 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1773
1774 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1775 from declaration.
1776 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1777 from definition.
1778
1779 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1780
1781 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1782 parenthesis in definition.
1783 * configure: Regenerated.
1784
1785 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1786
1787 * PROBLEMS: Mention build/1411.
1788
1789 2004-08-09 Robert Millan <robertmh@gnu.org>
1790
1791 Committed by Nathanael Nerode.
1792 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1793 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1794
1795 2004-08-12 Andrew Cagney <cagney@gnu.org>
1796
1797 * NEWS: Mention fixes in GDB 6.2.1.
1798 * PROBLEMS: Remove mention of mips-irix.
1799
1800 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1801
1802 * config/powerpc/xm-aix.h: Delete.
1803 * config/powerpc/aix.mh (MH_FILE): Remove.
1804 * config/powerpc/aix432.mh (MH_FILE): Remove.
1805
1806 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1807
1808 * config/powerpc/aix.mh: Remove obsolete comment.
1809 * config/powerpc/aix432.mh: Likewise.
1810
1811 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1812
1813 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1814
1815 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1816
1817 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1818 this file is now empty.
1819 * config/xm-aix4.h: Remove, this file is no longer included
1820 anywhere.
1821
1822 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1823
1824 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1825 that file is now empty.
1826 (termdef): Remove prototype, function no longer used.
1827
1828 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1829
1830 * doc/gdbint.texinfo (Host Definition): Remove documentation
1831 for USE_O_NOCTTY, no longer used.
1832 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1833 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1834
1835 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1836
1837 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1838 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1839 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1840
1841 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1842
1843 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1844 instead of FIVE_ARG_PTRACE.
1845
1846 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1847 (new_tty): Use O_NOCTTY unconditionally.
1848
1849 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1850
1851 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1852 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1853 fflush on stdout.
1854
1855 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1856
1857 * xcoff_symfile_finish: Replace last call to xmfree by call
1858 to xfree.
1859
1860 2004-08-10 Andrew Cagney <cagney@gnu.org>
1861
1862 * main.c (captured_main): Delete call to init_malloc.
1863 * defs.h (init_malloc): Delete declaration.
1864 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1865 (init_malloc): Delete functions.
1866
1867 * defs.h (xmfree): Delete.
1868 * utils.c (xmfree): Delete function.
1869 (xfree): Inline calls to xmfree and mfree.
1870 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1871 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1872 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1873 * somread.c (som_symfile_finish): Ditto.
1874 * objfiles.c (allocate_objfile, free_objfile):
1875 * nlmread.c (nlm_symfile_finish): Ditto.
1876 * hpread.c (hpread_symfile_finish): Ditto.
1877 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1878 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1879 * coffread.c (coff_symfile_finish): Ditto.
1880
1881 * defs.h (xmcalloc): Delete declaration.
1882 * utils.c (xmcalloc): Delete.
1883 (xcalloc): Inline calls to xmcalloc and mcalloc.
1884 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1885 xcalloc and xfree.
1886 * symtab.c (create_demangled_names_hash): Ditto.
1887
1888 * defs.h (xmrealloc): Delete.
1889 * utils.c (xmrealloc): Delete.
1890 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1891 * symmisc.c (extend_psymbol_list): Use xrealloc.
1892 * source.c (find_source_lines): Ditto.
1893 * hpread.c (hpread_lookup_type): Ditto.
1894 * dbxread.c (add_bincl_to_list): Ditto.
1895
1896 * utils.c (xmmalloc): Delete.
1897 (xmalloc): Inline xmmalloc and mmalloc calls.
1898 (msavestring): Use xmalloc.
1899 * defs.h (xmmalloc): Delete declaration.
1900 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1901 xmmalloc.
1902 * symmisc.c (extend_psymbol_list): Ditto.
1903 * symfile.c (init_psymbol_list): Ditto.
1904 * source.c (find_source_lines): Ditto.
1905 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1906 * elfread.c (elf_symtab_read): Ditto.
1907 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1908 * coffread.c (coff_symfile_init): Ditto.
1909
1910 2004-08-10 David Carlton <carlton@bactrian.org>
1911
1912 * MAINTAINERS: Remove David Carlton from c++ testsuite
1913 maintainers.
1914
1915 2004-08-10 Jerome Guitton <guitton@gnat.com>
1916
1917 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1918 print a line feed before the prompt.
1919
1920 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1921
1922 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1923
1924 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1925
1926 General cleanup of the AIX xm include file:
1927 * config/xm-aix4.h (fd_set): Remove undefine.
1928 Remove include of <sys/select.h>.
1929 (HAVE_TERMIO): Remove define.
1930 (USG): Likewise.
1931 (NULL): Remove redefine.
1932 (alloca): Remove #pragma.
1933 (vfork): Remove define.
1934 (termdef): Remove.
1935 (SIGWINCH_HANDLER): Remove.
1936 (SIGWINCH_HANDLER_BODY): Remove.
1937
1938 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1939
1940 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1941 GDB_OSABI_OPENBSD_ELF.
1942
1943 2004-08-07 Robert Millan <robertmh@gnu.org>
1944
1945 * bsd-kvm.c: Check for nlist.h before including it.
1946
1947 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1948
1949 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1950 sigcontext' offset consistency checks for ancient BSD.
1951
1952 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1953
1954 * configure.in: Check for <sys/types.h>. Check return and
1955 argument types of ptrace.
1956 * configure, config.in: Regenerate.
1957
1958 2004-08-09 Jim Blandy <jimb@redhat.com>
1959
1960 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1961 rs6000_register_sim_regno): Doc fixes.
1962
1963 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1964
1965 * mips-tdep.c: Include "floatformat.h".
1966 (n32n64_floatformat_always_valid): New function.
1967 (floatformat_n32n64_long_double_big): New constant.
1968 (mips_gdbarch_init): Set size and format of long double
1969 for N32 and N64 ABIs.
1970 * Makefile.in (mips-tdep.o): Update dependencies.
1971
1972 2004-08-08 Andrew Cagney <cagney@gnu.org>
1973
1974 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1975 print. Improve script's error messages.
1976 * gdbarch.h: Re-generate.
1977
1978 * gdbarch.sh (pformat): New function.
1979 (float_format, double_format, long_double_format): List with bit
1980 members. Use pformat when printing.
1981 * gdbarch.c, gdbarch.h: Re-generate.
1982
1983 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1984
1985 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1986 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1987 (ppcnbsd_supply_pcb): New function.
1988 (_initialize_ppcnbsd_nat): New prototype and function.
1989 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1990 (LOADLIBES): New variable.
1991 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1992
1993 2004-08-08 Andrew Cagney <cagney@gnu.org>
1994
1995 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1996 (builtin_type_ieee_double, builtin_type_ia64_quad)
1997 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1998 BE/LE floating-point types.
1999 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2000 (builtin_type_ieee_double, builtin_type_ia64_quad)
2001 (builtin_type_ia64_spill): Declare.
2002 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2003 (floatformat_ieee_double, floatformat_arm_ext)
2004 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2005 of LE/BE floatformats.
2006 * doublest.h: (struct floatformat, floatformat_ieee_single)
2007 (floatformat_ieee_double, floatformat_arm_ext)
2008 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2009
2010 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2011
2012 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2013
2014 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2015 instead of regcache_raw_supply when storing the registers.
2016
2017 * i386gnu-nat.c: Update copyright year.
2018 (gnu_store_registers): Don't use deprecated_registers and
2019 deprecated_registers_valid. Use regcache_valid_p and
2020 regcache_raw_supply instead.
2021
2022 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2023 frame_pc_unwind.
2024
2025 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2026 variables. Incapitalized "process".
2027
2028 * configure.in: Add cursesX to the list of possible curses libs.
2029 Add cursesX.h to the list of possible curses headers.
2030 * configure, config.in: Regenerate.
2031
2032 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2033
2034 * configure.in: Test for struct lwp in <sys/lwp.h>.
2035 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2036 the offset of l_addr in struct lwp.
2037
2038 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2039
2040 * bsd-kvm.c: Include "gdbcore.h"
2041 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2042
2043 2004-08-07 Andrew Cagney <cagney@gnu.org>
2044
2045 * gdbtypes.c (build_flt, build_complex): New functions.
2046 (gdbtypes_post_init): Use.
2047
2048 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2049
2050 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2051 through to builtin_type_uint128.
2052
2053 * c-exp.y: Use builtin_type function to obtain builtin types.
2054
2055 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2056 builtin_uint128.
2057 * gdbtypes.c (gdbtypes_post_init): Update.
2058 (build_gdbtypes): Move initialization of builtin_type_int0
2059 through to builtin_type_uint128 from here ...
2060 (_initialize_gdbtypes): ... to here.
2061 * d10v-tdep.c (d10v_register_type): Update.
2062
2063 * doublest.c: Update copyright.
2064 (floatformat_from_length): Call error when floatformat is NULL.
2065 (extract_floating_by_length): Remove NULL fmt check.
2066 (store_floating_by_length): Ditto.
2067
2068 2004-08-07 Andrew Cagney <cagney@gnu.org>
2069
2070 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2071 that the register is valid.
2072
2073 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2074
2075 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2076 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2077 struct frame_info *. Use safe_frame_unwind_memory instead of
2078 deprecated_read_memory_nobpt.
2079 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2080 changed signature of i386_linux_sigtramp_start and
2081 i386_linux_rt_sigtramp_start.
2082
2083 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2084 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2085 instead of deprecated_read_memory_nobpt.
2086 (i386nbsd_sigtramp_p): Adjust for changed signature of
2087 i386nbsd_sigtramp_offset.
2088
2089 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2090 safe_frame_unwind_memory instead of target_read_memory.
2091
2092 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2093 !NO_SYS_FILE.
2094 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2095 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2096 (_initialize_kernel_u_addr): Remove prototype and function.
2097 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2098 !NO_SYS_FILE.
2099 * xcoffread.c: Likewise.
2100
2101 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2102
2103 * vax-nat.c: New file.
2104 * vaxbsd-nat.c: Tweak comment.
2105 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2106 vaxnbsd-tdep.c.
2107 (vax-nat.o): New dependency.
2108 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2109 (vax-*-ultrix2*): Remove.
2110 * config/vax/vax.mh: New file.
2111 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2112 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2113 (vax_register_u_addr): New prototype.
2114 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2115 * config/vax/vaxult2.mh: Remove file.
2116 * config/vax/vaxult.mh: Remove file.
2117 * config/vax/vaxbsd.mh: Remove file.
2118 * config/vax/vax.mt (TM_FILE): Remove.
2119 * config/vax/tm-vaxbsd.h: Remove file.
2120
2121 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2122
2123 * aix-thread.c (get_signaled_thread): New function.
2124 (iter_trap): Delete, no longer used.
2125 (iter_tid): New function.
2126 (pd_update): Find the thread that received the SIGTRAP signal
2127 by first locating the kernel thread, and then finding its
2128 associated thread.
2129
2130 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2131
2132 * lin-lwp.c (child_wait): Continue inferior after processing
2133 PTRACE_EVENT_CLONE event.
2134
2135 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2136
2137 * MAINTAINERS: Add self to Write-After-Approval.
2138
2139 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2140
2141 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2142 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2143
2144 2004-08-05 Andrew Cagney <cagney@gnu.org>
2145
2146 * config/xm-sysv4.h: Delete file.
2147 * config/mips/xm-irix5.h: Delete file.
2148 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2149 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2150 * config/ia64/xm-aix.h: Delete file.
2151 * config/ia64/aix.mh (XM_FILE): Delete.
2152 * config/pa/xm-hppah.h: Delete file.
2153 * config/pa/hpux11w.mh (XM_FILE): Delete.
2154 * config/pa/hpux11.mh (XM_FILE): Delete.
2155 * config/pa/hpux1020.mh (XM_FILE): Delete.
2156 * config/pa/hppahpux.mh (XM_FILE): Delete.
2157
2158 * config/alpha/xm-alphalinux.h: Delete file.
2159 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2160 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2161 * config/alpha/xm-alphaosf.h: Delete file.
2162 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2163 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2164 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2165 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2166
2167 * config/i386/xm-i386v.h: Delete file.
2168 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2169 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2170 * config/i386/xm-i386sco.h: Delete file.
2171 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2172 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2173 * config/i386/xm-i386v4.h: Delete file.
2174 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2175 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2176 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2177 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2178
2179 * config/vax/xm-vax.h: Delete file.
2180 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2181 * config/vax/xm-vaxult2.h: Delete file.
2182 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2183 * config/vax/vaxult2.mh (XM_FILE): Delete.
2184 * config/vax/xm-vaxult.h: Delete file.
2185 * config/vax/vaxult.mh (XM_FILE): Delete.
2186 * config/vax/xm-vaxbsd.h: Delete file.
2187 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2188
2189 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2190 * gdbarch.h, gdbarch.c: Re-generate.
2191 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2192 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2193 * frame.h: Delete deprecated_read_fp from comments.
2194 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2195 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2196
2197 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2198
2199 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2200 trampoline in OpenBSD 3.5-current.
2201
2202 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2203 SSE registers.
2204
2205 * Makefile.in: Remove embedded page breaks.
2206
2207 2004-08-04 Jim Blandy <jimb@redhat.com>
2208
2209 * regcache.c (regcache_raw_read): Assert that, after calling
2210 target_fetch_registers, the register we're reading is cached.
2211
2212 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2213 a call to 'internal_error', with a more helpful error message.
2214 * rs6000-tdep.c (e500_pseudo_register_read,
2215 e500_pseudo_register_write, rs6000_store_return_value): Same.
2216
2217 2004-08-04 Andrew Cagney <cagney@gnu.org>
2218
2219 * Makefile.in: Update dependencies.
2220
2221 2004-08-04 Jim Blandy <jimb@redhat.com>
2222
2223 Change the layout of the PowerPC E500 raw register cache to allow
2224 the lower 32-bit halves of the GPRS to be their own raw registers,
2225 not pseudoregisters.
2226 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2227 add ppc_ev0_upper_regnum flag.
2228 * rs6000-tdep.c: #include "reggroups.h".
2229 (spe_register_p): Recognize the ev upper half registers as SPE
2230 registers.
2231 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2232 registers.
2233 (e500_move_ev_register): New function.
2234 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2235 vector registers are the pseudo-registers now, formed by splicing
2236 together the gprs and the upper-half registers.
2237 (e500_register_reggroup_p): New function.
2238 (P): Macro deleted.
2239 (P8, A4): New macro.
2240 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2241 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2242 macros.
2243 (registers_e500): Rearrange register set so that the raw register
2244 set contains 32-bit GPRs and upper-half registers, and the SPE
2245 vector registers become pseudo-registers.
2246 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2247 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2248 register numbers are now the same for the E500 as they are for
2249 other PowerPC variants. Register e500_register_reggroup_p as the
2250 register group function for the E500.
2251 * Makefile.in (rs6000-tdep.o): Update dependencies.
2252
2253 Adapt PPC E500 native support to the new raw regcache layout.
2254 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2255 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2256 (fetch_spe_register, store_spe_register): Handle fetching/storing
2257 all the SPE registers at once, if regno == -1. These now take
2258 over the job of fetch_spe_registers and store_spe_registers.
2259 (fetch_spe_registers, store_spe_registers): Deleted.
2260 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2261 unconditionally; they're always raw. Fetch/store SPE upper half
2262 registers, if present, instead of ev registers.
2263 (fetch_register, store_register): Remove sanity checks: gprs are
2264 never pseudo-registers now, so we never need to even mention any
2265 registers that are ever pseudoregisters.
2266
2267 Use a fixed register numbering when communicating with the PowerPC
2268 simulator.
2269 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2270 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2271 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2272 New functions.
2273 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2274 init_sim_regno_table.
2275 * Makefile.in (gdb_sim_ppc_h): New variable.
2276 (rs6000-tdep.o): Update dependencies.
2277
2278 2004-08-02 Andrew Cagney <cagney@gnu.org>
2279
2280 * cris-tdep.c (cris_register_size): Restore function, still used
2281 locally.
2282
2283 * gdbarch.sh (deprecated_target_read_fp)
2284 (deprecated_frame_locals_address, deprecated_frame_args_address)
2285 (deprecated_frame_chain_valid, deprecated_frame_chain)
2286 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2287 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2288 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2289 * gdbarch.h, gdbarch.c: Re-generate.
2290 * regcache.c (deprecated_read_fp): Do not call
2291 DEPRECATED_TARGET_READ_FP_P.
2292 * infcmd.c (default_print_registers_info): Do not call
2293 DEPRECATED_DO_REGISTERS_INFO.
2294 * frame-base.c (default_frame_locals_address): Do not call
2295 DEPRECATED_FRAME_LOCALS_ADDRESS.
2296 (default_frame_args_address): Do not call
2297 DEPRECATED_FRAME_ARGS_ADDRESS.
2298
2299 * gdbarch.sh (deprecated_register_raw_size)
2300 (deprecated_register_virtual_size:int): Delete.
2301 * gdbarch.h, gdbarch.c: Re-generate.
2302 * cris-tdep.c (cris_register_size): Delete.
2303 (cris_gdbarch_init): Update.
2304 * alpha-tdep.c (alpha_register_raw_size)
2305 (alpha_register_virtual_size): Delete.
2306 (alpha_gdbarch_init): Update.
2307
2308 * gdbarch.sh (deprecated_register_virtual_type)
2309 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2310 (deprecated_dummy_write_sp): Delete.
2311 * gdbarch.h, gdbarch.c: Re-generate.
2312
2313 * gdbarch.sh (deprecated_register_bytes): Delete.
2314 * gdbarch.h, gdbarch.c: Re-generate.
2315 * regcache.c (deprecated_register_bytes): New function.
2316 * regcache.h (deprecated_register_bytes): Declare.
2317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2318 * v850-tdep.c (v850_gdbarch_init): Update.
2319 * sh64-tdep.c (sh64_gdbarch_init): Update.
2320 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2321 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2322 * mcore-tdep.c (mcore_gdbarch_init): Update.
2323 * cris-tdep.c (cris_gdbarch_init): Update.
2324 * arm-tdep.c (arm_gdbarch_init): Update.
2325 * remote.c (init_remote_state): Update.
2326 * remote-vx.c (vx_prepare_to_store): Update.
2327 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2328 * irix5-nat.c (fetch_core_registers): Update.
2329 * cris-tdep.c (cris_register_bytes_ok): Update.
2330 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2331
2332 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2333 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2334 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2335 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2336 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2337 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2338 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2339 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2340 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2341 with mips_insn16 and mips_insn32.
2342
2343 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2344 * rs6000-tdep.c (rs6000_push_dummy_call)
2345 (rs6000_extract_return_value): Use register_size.
2346 * xstormy16-tdep.c (xstormy16_get_saved_register)
2347 (xstormy16_extract_return_value): Ditto.
2348 * valops.c (value_assign): Ditto.
2349 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2350 * v850-tdep.c (v850_extract_return_value): Ditto.
2351 * tracepoint.c (collect_symbol): Ditto.
2352 * target.c (debug_print_register): Ditto.
2353 * stack.c (frame_info): Ditto.
2354 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2355 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2356 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2357 (store_register_using_P): Ditto.
2358 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2359 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2360 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2361 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2362 * regcache.c (deprecated_read_register_bytes)
2363 (deprecated_write_register_bytes, read_register)
2364 (write_register): Ditto.
2365 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2366 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2367 * monitor.c (monitor_supply_register, monitor_fetch_register)
2368 (monitor_store_register): Ditto.
2369 * mn10300-tdep.c (mn10300_pop_frame_regular)
2370 (mn10300_print_register): Ditto.
2371 * mipsv4-nat.c (fill_fpregset): Ditto.
2372 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2373 (mips64_fill_fpregset): Ditto.
2374 * mi/mi-main.c (register_changed_p, get_register)
2375 (mi_cmd_data_write_register_values): Ditto.
2376 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2377 * irix5-nat.c (fill_gregset, fetch_core_registers):
2378 * infrun.c (write_inferior_status_register): Ditto.
2379 * infptrace.c (fetch_register, store_register): Ditto.
2380 * infcmd.c (default_print_registers_info): Ditto.
2381 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2382 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2383 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2384 * hpux-thread.c (hpux_thread_fetch_registers)
2385 (hpux_thread_store_registers): Ditto.
2386 * hppah-nat.c (store_inferior_registers, fetch_register):
2387 * findvar.c (value_from_register): Ditto.
2388 * dve3900-rom.c (fetch_bitmapped_register):
2389 * cris-tdep.c (cris_gdbarch_init): Ditto.
2390 * alpha-tdep.h: Ditto.
2391 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2392
2393 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2394 DEPRECATED_REGISTER_RAW_SIZE from comments.
2395 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2396 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2397 DEPRECATED_REGISTER_RAW_SIZE.
2398 * findvar.c (value_of_register): Simplify by assuming that the
2399 registers raw and virtual sizes are identical.
2400 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2401 comment.
2402 * arch-utils.c (generic_register_size): Simplify by assuming
2403 register_type.
2404
2405 * regcache.c (legacy_read_register_gen, real_register)
2406 (legacy_write_register_gen): Delete, not used.
2407
2408 * regcache.c (struct regcache_descr): Delete legacy_p.
2409 (init_legacy_regcache_descr): Delete function.
2410 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2411 Do not use deprecated register functions.
2412 (regcache_raw_read, deprecated_write_register_gen):
2413 (deprecated_read_register_gen, regcache_raw_write): Delete code
2414 predicated on legacy_p.
2415 (register_size): Delete check against register raw size.
2416
2417 * cris-tdep.c (cris_register_type): Replace
2418 cris_register_virtual_type.
2419 (cris_gdbarch_init): Update, set register_type.
2420
2421 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2422 * gdbarch.h, gdbarch.c: Re-generate.
2423 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2424 (arm_gdbarch_init) Do not set frameless function invocation.
2425 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2426 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2427 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2428 (frv_gdbarch_init): Do not set frameless function invocation.
2429 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2430 * sh-tdep.c (sh_gdbarch_init): Ditto.
2431 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2432 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2433 * avr-tdep.c (avr_gdbarch_init): Ditto.
2434
2435 * blockframe.c (legacy_frame_chain_valid): Delete function.
2436
2437 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2438 and pc. Update comments.
2439 (pc_in_dummy_frame): Delete function.
2440 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2441 use the "id".
2442 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2443 call_hi, top and pc, use the id.
2444 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2445
2446 * dummy-frame.c: Include "gdb_string.h".
2447 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2448 (generic_save_dummy_frame_tos): Delete.
2449 (dummy_frame_push): New function, replaces above.
2450 * dummy-frame.h: Update copyright.
2451 (dummy_frame_push): Declare.
2452 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2453 (generic_save_call_dummy_addr): Delete declarations.
2454 * infcall.c: Include "dummy-frame.h".
2455 (call_function_by_hand): Add locals caller_regcache,
2456 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2457 with call to frame_save_as_regcache plus cleanup. Delete calls to
2458 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2459 Move clear_proceed_status to just before the resume, add call to
2460 dummy_frame_push (discard cleanup).
2461 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2462 (dummy-frame.o): Add $(gdb_string_h).
2463
2464 2004-08-01 Andrew Cagney <cagney@gnu.org>
2465
2466 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2467 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2468 * dummy-frame.c (find_dummy_frame): Delete.
2469 (struct dummy_frame_cache, dummy_frame_sniffer)
2470 (dummy_frame_prev_register, dummy_frame_this_id)
2471 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2472 frame unwinder using a dummy_frame_cache.
2473
2474 2004-08-01 Andrew Cagney <cagney@gnu.org>
2475
2476 * frame.h (frame_save_as_regcache): Declare.
2477 * frame.c (frame_save_as_regcache): New function.
2478 (do_frame_read_register): Replace do_frame_unwind_register.
2479 (frame_pop): Use frame_save_as_regcache.
2480 * dummy-frame.c (generic_push_dummy_frame): Use
2481 frame_save_as_regcache.
2482
2483 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2484
2485 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2486 file as included until we record the first line in the linetable.
2487
2488 2004-08-01 Andrew Cagney <cagney@gnu.org>
2489
2490 * frame.h (deprecated_pop_dummy_frame)
2491 (deprecated_read_register_dummy)
2492 (deprecated_generic_find_dummy_frame): Delete.
2493 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2494 (deprecated_read_register_dummy)
2495 (deprecated_find_dummy_frame_regcache)
2496 (discard_innermost_dummy)
2497 (deprecated_pop_dummy_frame): Delete.
2498 (dummy_frame_this_id): Simplify.
2499 (struct dummy_frame): Delete "fp" and "sp".
2500 (find_dummy_frame): Simplify.
2501 (generic_push_dummy_frame): Do not set "fp" or "sp".
2502 (fprint_dummy_frames): Do not print "fp" and "sp"
2503
2504 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2505
2506 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2507 (struct i386_insn): New structure.
2508 (i386_match_insn): New function.
2509 (i386_frame_setup_skip_insns): New variable.
2510 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2511 array i386_frame_setup_insns of instructions that should be
2512 skipped inside the frame setup sequence.
2513
2514 2004-08-01 Andrew Cagney <cagney@gnu.org>
2515
2516 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2517 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2518 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2519 * stack.c (frame_info): Delete references to
2520 DEPRECATED_FRAME_INIT_SAVED_REGS and
2521 deprecated_get_frame_saved_regs.
2522 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2523 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2524 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2525 (frame_unwind_register_signed)
2526 (frame_unwind_register_unsigned)
2527 (frame_unwind_unsigned_register): Use register_size.
2528 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2529 (deprecated_frame_xmalloc_with_cleanup)
2530 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2531 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2532
2533 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2534 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2535 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2536 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2537
2538 * infcall.c (call_function_by_hand): Do not use
2539 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2540 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2541 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2542 DEPRECATED_STACK_ALIGN.
2543
2544 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2545
2546 Committed by Andrew Cagney.
2547 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2548
2549 2004-08-01 Andrew Cagney <cagney@gnu.org>
2550
2551 * mips-tdep.c (mips16_frame_cache)
2552 (mips16_frame_this_id, mips16_frame_prev_register)
2553 (mips16_frame_unwind, mips16_frame_sniffer)
2554 (mips16_frame_base_address, mips16_frame_base)
2555 (mips16_frame_base_sniffer, mips32_frame_cache)
2556 (mips32_frame_this_id, mips32_frame_prev_register)
2557 (mips32_frame_unwind, mips32_frame_sniffer)
2558 (mips32_frame_base_address, mips32_frame_base)
2559 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2560 separate heuristic mips16 and mips32 unwinders.
2561 (mips_stub_frame_cache, mips_stub_frame_this_id)
2562 (mips_stub_frame_prev_register)
2563 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2564 (mips_stub_frame_base_address, mips_stub_frame_base)
2565 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2566 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2567 match true mdebug frames.
2568 (non_heuristic_proc_desc): Add forward declaration.
2569
2570 2004-08-01 Andrew Cagney <cagney@gnu.org>
2571
2572 * config/mips/tm-irix6.h: Delete file.
2573 * config/mips/tm-irix5.h: Delete file.
2574 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2575 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2576
2577 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2578 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2579 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2580 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2581 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2582 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2583 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2584 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2585 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2586 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2587 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2588 (TARGET_SIGNAL_RAW_VALUES): Delete.
2589 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2590 Delete.
2591 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2592 (TARGET_HW_WATCH_LIMIT): Delete.
2593 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2594 * minimon.h: Delete file.
2595
2596 * trad-frame.c (trad_frame_get_this_base)
2597 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2598 functions.
2599 * trad-frame.h (trad_frame_set_this_base)
2600 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2601
2602 2004-07-31 Andrew Cagney <cagney@gnu.org>
2603
2604 * trad-frame.c (trad_frame_get_prev_register): Rename
2605 trad_frame_get_prev_register.
2606 * vax-tdep.c (vax_frame_prev_register): Update.
2607 * trad-frame.h: Update.
2608 * trad-frame.c (trad_frame_get_register): Update.
2609 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2610 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2611 Update.
2612 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2613 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2614 Update.
2615 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2616 Update.
2617 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2618 Update.
2619 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2620 Update.
2621 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2622 Update.
2623 * s390-tdep.c (s390_frame_prev_register)
2624 (s390_stub_frame_prev_register)
2625 (s390_sigtramp_frame_prev_register): Update.
2626 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2627 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2628 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2629 * m88k-tdep.c (m88k_frame_prev_register)
2630 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2631 * m32r-tdep.c (m32r_frame_prev_register): Update.
2632 * hppa-tdep.c (hppa_frame_prev_register_helper)
2633 * frv-tdep.c (frv_frame_prev_register): Update.
2634 * d10v-tdep.c (d10v_frame_prev_register): Update.
2635 * cris-tdep.c (cris_frame_prev_register): Update.
2636 * avr-tdep.c (avr_frame_prev_register): Update.
2637 * arm-tdep.c (arm_prologue_prev_register)
2638 (arm_sigtramp_prev_register): Update.
2639
2640 2004-07-31 Andrew Cagney <cagney@gnu.org>
2641
2642 * frame.h (legacy_saved_regs_unwind)
2643 (legacy_frame_chain_valid, legacy_frame_p)
2644 (enum frame_type): Delete UNKNOWN_FRAME.
2645 * dummy-frame.c (dummy_frame_this_id): Simplify.
2646 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2647 * frame.c (struct frame_info): Delete the field "type".
2648 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2649 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2650 (legacy_saved_regs_unwind, legacy_frame_p)
2651 (frame_type_from_pc): Delete.
2652 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2653 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2654
2655 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2656
2657 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2658 indentation.
2659
2660 * mips-nat.c: Remove file.
2661 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2662 (mips-nat.o): Remove dependency.
2663
2664 * infptrace.c: Update copyright year.
2665 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2666 explicitly setting the buffer to all zeroes.
2667
2668 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2669 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2670
2671 2004-07-30 Andrew Cagney <cagney@gnu.org>
2672
2673 * GDB 6.2 released from gdb_6_2-branch.
2674
2675 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2676
2677 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2678
2679 * exec.c (exec_file_attach):
2680 * nto-tdep.c (nto_find_and_open_solib):
2681 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2682 * solib.c (solib_open):
2683 * somsolib.c (som_solib_sizeof_symbol_table):
2684 * source.c (is_regular_file, openp, open_source_file):
2685 * symfile.c (symfile_bfd_open):
2686 * wince.c (upload_to_device): Differentiate between the search for
2687 binary and source files.
2688
2689 2004-07-30 Andrew Cagney <cagney@gnu.org>
2690
2691 * complaints.c (_initialize_complaints): Pass NULL to
2692 add_setshow_zinteger_cmd for help_doc.
2693 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2694
2695 2004-07-30 Andrew Cagney <cagney@gnu.org>
2696
2697 Fix PR i18n/761.
2698 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2699 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2700 $(PACKAGE).pot and update-po.
2701 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2702 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2703 (update-po): New rules.
2704 (localedir): Define using autoconf.
2705 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2706 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2707 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2708 * configure.in: Generate CATALOGS and LINGUAS from contents of
2709 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2710 * configure: Re-generate.
2711 * po/gdbtext: New file
2712
2713 2004-07-30 Jerome Guitton <guitton@gnat.com>
2714
2715 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2716 order.
2717
2718 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2719
2720 * dwarf2read.c (read_file_scope): Set producer if attribute
2721 present.
2722 (struct dwarf2_cu): Added new member producer.
2723
2724 2004-07-30 Jerome Guitton <guitton@gnat.com>
2725
2726 * inflow.c (kill_command): release file handles in BFD.
2727 * exec.c (exec_file_attach): Ditto.
2728 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2729
2730 2004-07-29 Andrew Cagney <cagney@gnu.org>
2731
2732 * PROBLEMS (mips-irix): Note that it is broken.
2733
2734 2004-07-29 Andrew Cagney <cagney@gnu.org>
2735
2736 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2737 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2738
2739 * config/xm-nbsd.h: Delete file.
2740 * config/arm/xm-nbsd.h: Delete file.
2741 * config/i386/xm-nbsd.h: Delete file.
2742 * config/ns32k/xm-nbsd.h: Delete file.
2743 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2744 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2745 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2746 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2747 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2748
2749 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2750 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2751 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2752 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2753 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2754 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2755
2756 * config/powerpc/xm-linux.h: Delete empty file.
2757 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2758 * config/powerpc/linux.mh (XM_FILE): Delete.
2759 * config/m68k/xm-linux.h: Delete empty file.
2760 * config/m68k/linux.mh (XM_FILE): Delete.
2761 * config/ia64/xm-linux.h: Delete empty file.
2762 * config/ia64/linux.mh (XM_FILE): Delete.
2763 * config/arm/xm-linux.h: Delete empty file.
2764 * config/arm/linux.mh (XM_FILE): Delete.
2765
2766 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2767 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2768 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2769 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2770 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2771 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2772 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2773 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2774
2775 * config/m68k/xm-m68k.h: Delete file.
2776 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2777 copyright.
2778 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2779 * config/pa/xm-linux.h: Delete empty file.
2780 * config/pa/linux.mh (XM_FILE): Delete.
2781 * config/i386/xm-i386.h: Delete empty file.
2782 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2783 "i386/xm-i386.h".
2784 * config/i386/obsdaout.mh (XM_FILE): Delete.
2785 * config/i386/obsd64.mh (XM_FILE): Delete.
2786 * config/i386/fbsd64.mh (XM_FILE): Delete.
2787 * config/i386/nto.mh (XM_FILE): Delete.
2788 * config/i386/obsd.mh (XM_FILE): Delete.
2789 * config/i386/linux64.mh (XM_FILE): Delete.
2790 * config/i386/linux.mh (XM_FILE): Delete.
2791 * config/i386/i386sol2.mh (XM_FILE): Delete.
2792 * config/i386/i386gnu.mh (XM_FILE): Delete.
2793 * config/i386/fbsd.mh (XM_FILE): Delete.
2794 * config/i386/nbsd64.mh (XM_FILE): Delete.
2795
2796 2004-07-29 Andrew Cagney <cagney@gnu.org>
2797
2798 * config/pa/xm-linux.h: Do not include "floatformat.h".
2799 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2800 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2801 * config/i386/xm-i386.h: Do not include "floatformat.h".
2802 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2803 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2804 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2805 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2806 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2807 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2808 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2809 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2810 * configure, config.in: Regenerate.
2811 * configure.host (gdb_host_float_format, gdb_host_double_format)
2812 (gdb_host_long_double_format): Set according to the host.
2813
2814 2004-07-29 Andrew Cagney <cagney@gnu.org>
2815
2816 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2817
2818 2004-07-28 Andrew Cagney <cagney@gnu.org>
2819
2820 * PROBLEMS: Mention threads/1650.
2821 * NEWS: Mention the NPTL fix.
2822
2823 2004-07-28 Andrew Cagney <cagney@gnu.org>
2824
2825 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2826 (add_setshow_cmd_full): Make static.
2827 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2828 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2829 * cli/cli-decode.c (add_setshow_filename_cmd)
2830 (add_setshow_string_cmd): New functions.
2831 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2832 * mips-tdep.c (_initialize_mips_tdep): Update.
2833 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2834 * cli/cli-logging.c (_initialize_cli_logging): Update.
2835 * complaints.c (_initialize_complaints): Update.
2836 * remote.c (_initialize_remote): Update.
2837
2838 2004-07-28 Andrew Cagney <cagney@gnu.org>
2839
2840 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2841 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2842 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2843 print parameters. Make string parameters constant.
2844 * command.h: Update. Update copyright.
2845 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2846 * observer.c (_initialize_observer): Ditto.
2847 * frame.c (_initialize_frame): Ditto.
2848 * complaints.c (_initialize_complaints): Ditto.
2849 * maint.c (_initialize_maint_cmds): Ditto.
2850 * target.c (initialize_targets): Ditto.
2851 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2852 * infcall.c (_initialize_infcall): Ditto.
2853 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2854 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2855 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2856 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2857 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2858
2859 2004-07-28 Andrew Cagney <cagney@gnu.org>
2860
2861 * gdbtypes.c (lookup_primitive_typename): Delete function.
2862 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2863 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2864 * gdbtypes.c (lookup_typename): Ditto.
2865 * f-exp.y (yylex): Ditto.
2866 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2867
2868 * scm-lang.c (c_builtin_types): Delete extern declaration.
2869 (scm_language_defn): Replace
2870 string_char_type and primitive_type_vector with
2871 la_language_arch_info.
2872 * jv-lang.c (java_language_defn): Replace
2873 string_char_type and primitive_type_vector with
2874 la_language_arch_info.
2875 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2876 c_builtin_types in comment.
2877 * c-lang.h (struct language_arch_info): Declare opaque.
2878 (c_language_arch_info): Declare.
2879 (c_builtin_types): Delete declaration.
2880 * c-lang.c (c_language_arch_info): Set string_char_type to
2881 builtin_char, not builtin_true_char. Make global.
2882 (c_builtin_types): Delete array.
2883 (asm_language_defn, minimal_language_defn): Replace
2884 string_char_type and primitive_type_vector with
2885 la_language_arch_info.
2886
2887 2004-07-28 Andrew Cagney <cagney@gnu.org>
2888
2889 * gdbtypes.h (struct builtin_type): Rename true_char to
2890 builtin_true_char.
2891 * gdbtypes.c (gdbtypes_post_init): Update.
2892 * c-lang.c (arch_info): New function.
2893 (enum c_primitive_types): New enum.
2894 (c_language_defn): Instead of string_char_type and
2895 primitive_type_vector set la_language_arch_info.
2896
2897 2004-07-28 Andrew Cagney <cagney@gnu.org>
2898
2899 * language.h (struct language_arch_info): Fix typo
2900 s/primative/primitive/.
2901 * gdbtypes.c (lookup_primitive_typename): Ditto.
2902 * language.c (language_lookup_primitive_type_by_name)
2903 (unknown_language_arch_info): Ditto.
2904
2905 2004-07-27 Andrew Cagney <cagney@gnu.org>
2906
2907 * defs.h (enum language): Add nr_languages.
2908 * language.h (struct language_arch_info): Define.
2909 (struct language_defn): Add la_language_arch_info.
2910 (language_lookup_primative_type_by_name): Declare.
2911 (language_string_char_type): Declare.
2912 * language.c (_initialize_language, language_gdbarch_post_init)
2913 (struct language_gdbarch, language_gdbarch_data): Implement
2914 per-architecture language information.
2915 (unknown_language_arch_info, language_string_char_type)
2916 (language_lookup_primative_type_by_name): New functions.
2917 (unknown_language_defn, auto_language_defn)
2918 (local_language_defn): Set la_language_arch_info to
2919 unknown_language_arch_info.
2920 (unknown_builtin_types): Delete.
2921 * gdbtypes.c (lookup_primitive_typename): Use
2922 language_lookup_primative_type_by_name.
2923 (create_string_type): Use language_string_char_type.
2924 * values.c (value_from_string): Use language_string_char_type.
2925 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2926 * p-lang.c (pascal_language_defn): Ditto.
2927 * m2-lang.c (m2_language_defn): Ditto.
2928 * jv-lang.c (java_language_defn): Ditto.
2929 * objc-lang.c (objc_language_defn): Ditto.
2930 * f-lang.c (f_language_defn): Ditto.
2931 * c-lang.c (c_language_defn, cplus_language_defn)
2932 (asm_language_defn, minimal_language_defn): Ditto.
2933
2934 2004-07-27 Andrew Cagney <cagney@gnu.org>
2935
2936 * gdbtypes.h (struct builtin_type): Declare.
2937 (builtin_type): Declare.
2938 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2939 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2940 (gdbtypes_post_init): New function.
2941 (builtin_type): New function.
2942
2943 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2944
2945 * remote-m32r-sdi.c: Fix breakpoint bug.
2946 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2947 recv_char_data, recv_long_data): New functions to replace communication
2948 sequences.
2949
2950 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2951
2952 Document PR threads/1650.
2953 * PROBLEMS (Threads): Document problem with many threads
2954
2955 2004-07-26 Andrew Cagney <cagney@gnu.org>
2956
2957 * gdb-mi.el: Move from here ...
2958 * mi/gdb-mi.el: ... to here.
2959
2960 2004-07-26 Andrew Cagney <cagney@gnu.org>
2961
2962 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2963 * main.c (captured_main): When in batch mode always detach.
2964
2965 2004-07-26 Andrew Cagney <cagney@gnu.org>
2966
2967 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2968 and h8300 as broken.
2969 * NEWS: END-OF-LIFE frame compatibility module.
2970 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2971 specific comments.
2972
2973 2004-07-26 Andrew Cagney <cagney@gnu.org>
2974
2975 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2976 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2977 * wince.c (_initialize_wince): Update.
2978 * win32-nat.c (_initialize_win32_nat): Update.
2979 * varobj.c (_initialize_varobj): Update.
2980 * valops.c (_initialize_valops): Update.
2981 * utils.c (initialize_utils, initialize_utils): Update.
2982 * tui/tui-win.c (_initialize_tui_win): Update.
2983 * top.c (init_main): Update.
2984 * symfile.c (_initialize_symfile): Update.
2985 * source.c (_initialize_source): Update.
2986 * somsolib.c (_initialize_som_solib): Update.
2987 * solib.c (_initialize_solib): Update.
2988 * solib-frv.c (_initialize_frv_solib): Update.
2989 * serial.c (_initialize_serial): Update.
2990 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2991 * remote.c (_initialize_remote, _initialize_remote): Update.
2992 * remote-vx.c (_initialize_vx): Update.
2993 * remote-utils.c (_initialize_sr_support): Update.
2994 * remote-sds.c (_initialize_remote_sds): Update.
2995 * remote-mips.c (_initialize_remote_mips): Update.
2996 * remote-e7000.c (_initialize_remote_e7000): Update.
2997 * proc-api.c (_initialize_proc_api): Update.
2998 * printcmd.c: Update.
2999 * parse.c (_initialize_parse): Update.
3000 * pa64solib.c (_initialize_pa64_solib): Update.
3001 * p-valprint.c (_initialize_pascal_valprint): Update.
3002 * monitor.c (_initialize_remote_monitors): Update.
3003 * mips-tdep.c (_initialize_mips_tdep): Update.
3004 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3005 * maint.c (_initialize_maint_cmds): Update.
3006 * lin-lwp.c (_initialize_lin_lwp): Update.
3007 * language.c (_initialize_language): Update.
3008 * kod.c (_initialize_kod): Update.
3009 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3010 * i386-tdep.c (_initialize_i386_tdep): Update.
3011 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3012 * gdbarch.sh: Update.
3013 * gdbarch.c: Re-generate.
3014 * gdb-events.sh: Update.
3015 * gdb-events.c: Re-generate.
3016 * frame.c (_initialize_frame): Update.
3017 * exec.c: Update.
3018 * demangle.c (_initialize_demangler): Update.
3019 * dcache.c (_initialize_dcache): Update.
3020 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3021 * cp-valprint.c (_initialize_cp_valprint): Update.
3022 * corefile.c (_initialize_core): Update.
3023 * command.h: Update.
3024 * cli/cli-decode.h: Update.
3025 * cli/cli-cmds.c (init_cli_cmds): Update.
3026 * charset.c (_initialize_charset): Update.
3027 * breakpoint.c (_initialize_breakpoint): Update.
3028 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3029 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3030 * aix-thread.c (_initialize_aix_thread): Update.
3031
3032 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3033
3034 Partial fix for PR backtrace/1718.
3035 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3036 that GCC migrates into the prolugue. Don't handle any
3037 instructions that clobber %ebx.
3038
3039 2004-07-23 Andrew Cagney <cagney@gnu.org>
3040
3041 Use regcache_raw_collect instead of regcache_collect.
3042 * regcache.h (regcache_collect): Delete declaration.
3043 * regcache.c (regcache_colect): Delete function.
3044 * win32-nat.c (do_child_store_inferior_registers): Update.
3045 * sol-thread.c (sol_thread_store_registers): Update.
3046 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3047 * rs6000-nat.c (store_register): Update.
3048 * remote.c (store_register_using_P, remote_store_registers): Update.
3049 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3050 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3051 (fill_vrregset, store_spe_registers, fill_gregset)
3052 (fill_gregset): Update.
3053 * nto-procfs.c (procfs_store_registers): Update.
3054 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3055 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3056 * m68klinux-nat.c (store_register, fill_gregset): Update.
3057 * m68k-tdep.c (fill_gregset): Update.
3058 * infptrace.c (store_register): Update.
3059 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3060 * i386-linux-nat.c (store_register, fill_gregset): Update.
3061 * hppa-linux-nat.c (fill_gregset): Update.
3062 * go32-nat.c (store_register): Update.
3063 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3064 (store_fp_regs): Update.
3065 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3066 (store_nwfpe_extended, store_fpregister, store_fpregs)
3067 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3068 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3069 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3070 (store_regs_user_thread, store_regs_kernel_thread): Update.
3071
3072 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3073
3074 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3075 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3076 encoding.
3077 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3078 member of `struct comp_unit'.
3079
3080 2004-07-23 Andrew Cagney <cagney@gnu.org>
3081
3082 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3083 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3084
3085 2004-07-23 Martin Hunt <hunt@redhat.com>
3086 Kevin Buettner <kevinb@redhat.com>
3087
3088 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3089 alignment was being added to the offset instead of multiplied.
3090
3091 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3092
3093 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3094 changed signal trampoline in OpenBSD 3.5-current.
3095
3096 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3097 <machine/pcb.h> and "bsd-kvm.h".
3098 (sparc64nbsd_supply_pcb): New function.
3099 (_initialize_sparc64nbsd_nat): Renamed from
3100 _initialize_sparcnbsd_nat. Enable libkvm interface.
3101 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3102 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3103 (LOADLIBES): New variable.
3104
3105 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3106
3107 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3108
3109 2004-07-21 Andrew Cagney <cagney@gnu.org>
3110
3111 Use regcache_raw_supply instead of supply_register.
3112 * regcache.h (supply_register): Delete declaration.
3113 * regcache.c (supply_register): Delete function.
3114 * wince.c (do_child_fetch_inferior_registers): Update.
3115 * win32-nat.c (do_child_fetch_inferior_registers)
3116 (fetch_elf_core_registers): Update.
3117 * v850ice.c (v850ice_fetch_registers): Update.
3118 * thread-db.c (thread_db_store_registers): Update.
3119 * sol-thread.c (sol_thread_store_registers): Update.
3120 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3121 * rs6000-nat.c (fetch_register): Update.
3122 * rom68k-rom.c (rom68k_supply_one_register): Update.
3123 * remote.c (remote_wait, remote_async_wait): Update.
3124 * remote-st.c (get_hex_regs): Update.
3125 * remote-sim.c (gdbsim_fetch_register): Update.
3126 * remote-sds.c (sds_fetch_registers): Update.
3127 * remote-rdp.c (remote_rdp_fetch_register): Update.
3128 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3129 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3130 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3131 * remote-hms.c (init_hms_cmds): Update.
3132 * remote-est.c (init_est_cmds): Update.
3133 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3134 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3135 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3136 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3137 (fetch_register, supply_vrregset, supply_vrregset)
3138 (fetch_spe_registers): Update.
3139 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3140 * monitor.c (monitor_supply_register): Update.
3141 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3142 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3143 (mipsnbsd_supply_fpreg): Update.
3144 * mips-nat.c (fetch_inferior_registers)
3145 (fetch_core_registers): Update.
3146 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3147 (supply_fpregset, mips64_supply_gregset)
3148 (mips64_supply_fpregset): Update.
3149 * m68klinux-nat.c (fetch_register, supply_gregset)
3150 (supply_fpregset): Update.
3151 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3152 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3153 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3154 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3155 * infptrace.c (fetch_register): Update.
3156 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3157 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3158 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3159 (gnu_fetch_registers, gnu_store_registers): Update.
3160 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3161 * i386-linux-nat.c (fetch_register, supply_gregset)
3162 (dummy_sse_values): Update.
3163 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3164 * hppah-nat.c (fetch_register): Update.
3165 * hppa-linux-nat.c (fetch_register, supply_gregset)
3166 (supply_fpregset): Update.
3167 * go32-nat.c (fetch_register): Update.
3168 * dve3900-rom.c (fetch_bitmapped_register)
3169 (_initialize_r3900_rom): Update.
3170 * cris-tdep.c (supply_gregset): Update.
3171 * abug-rom.c (init_abug_cmds): Update.
3172 * core-aout.c (fetch_core_registers): Update.
3173 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3174 (fetch_register, fetch_fp_register): Update.
3175 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3176 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3177 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3178 * alphanbsd-tdep.c (fetch_core_registers): Update.
3179 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3180 * alpha-nat.c (fetch_osf_core_registers)
3181 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3182 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3183 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3184
3185 2004-07-21 Andrew Cagney <cagney@gnu.org>
3186
3187 * PROBLEMS: Mention breakpoints/1702.
3188 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3189 that is known to work.
3190
3191 2004-07-21 Andrew Cagney <cagney@gnu.org>
3192
3193 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3194 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3195 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3196 (handle_inferior_event): Wrap call to deprecated
3197 IGNORE_HELPER_CALL in #ifdef.
3198 * config/mips/tm-nbsd.h: Update.
3199
3200 2004-07-20 Jim Blandy <jimb@redhat.com>
3201
3202 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3203 bfd_mach_ppc has no segment registers.
3204
3205 Include PowerPC SPR numbers for special-purpose registers.
3206 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3207 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3208 new member in initializer.
3209 (S, S4, SN4, S64): New macros for defining special-purpose
3210 registers.
3211 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3212 registers_403, registers_403GC, registers_505, registers_860,
3213 registers_601, registers_602, registers_603, registers_604,
3214 registers_750, registers_e500): Use them.
3215
3216 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3217 replace references with expression used to initialize variable.
3218
3219 2004-07-20 Andrew Cagney <cagney@gnu.org>
3220
3221 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3222 read_memory_nobpt.
3223 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3224 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3225 (s390_sigtramp_frame_sniffer): Update.
3226 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3227 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3228 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3229 (mips32_fetch_instruction): Update.
3230 * mcore-tdep.c (get_insn): Update.
3231 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3232 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3233 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3234 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3235 (i386_linux_rt_sigtramp_start): Update.
3236 * i386-linux-nat.c (child_resume): Update.
3237 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3238 * hppa-linux-tdep.c (insns_match_pattern): Update.
3239 * gdbcore.h: Update.
3240 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3241 * frame.c (safe_frame_unwind_memory): Update.
3242 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3243 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3244 * alpha-tdep.c (alpha_read_insn): Update.
3245
3246 2004-07-20 Andrew Cagney <cagney@gnu.org>
3247
3248 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3249 containing both bytes and mask. Add "frame_type".
3250 * tramp-frame.c (tramp_frame_start): Update.
3251 (tramp_frame_prepend_unwinder): Update.
3252 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3253 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3254 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3255 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3256
3257 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3258
3259 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3260 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3261 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3262 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3263
3264 2004-07-17 Andrew Cagney <cagney@gnu.org>
3265
3266 * NEWS, PROBLEMS: Update for 6.2.
3267
3268 * README: Update to 6.2.
3269
3270 * utils.c (xvasprintf): Call xstrvprintf.
3271
3272 * parse.c: Update copyright.
3273 (null_post_parser): Eliminate ARGSUSED.
3274
3275 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3276 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3277 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3278
3279 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3280 * ppc-linux-nat.c: Use "Linux kernel".
3281 * hppa-linux-tdep.c: Use GNU/Linux.
3282 * hppa-linux-nat.c: Use GNU/Linux.
3283 * dwarfread.c: Add [sic] to use of Linux.
3284
3285 * hppa-linux-nat.c: Do not include <string.h>.
3286 (supply_fpregset): Remove "register" attribute.
3287
3288 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3289
3290 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3291
3292 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3293 * configure, config.in: Regenerated.
3294
3295 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3296 "bsd-kvm.h".
3297 (vaxbsd_supply_pcb): New function.
3298 (_initialize_vaxbsd_nat): New prototype and function.
3299 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3300 solib-sunos.o.
3301 (LOADLIBES): New variable.
3302 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3303 (LOADLIBES): New variable.
3304 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3305 (LOADLIBES): New variable.
3306 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3307
3308 2004-07-16 Andrew Cagney <cagney@gnu.org>
3309
3310 * defs.h (event_loop_p): Replace variable declaration with macro,
3311 always 1.
3312 * main.c (captured_main): Delete options "-async" and "-noasync".
3313 (event_loop_p): Delete variable.
3314 * NEWS: Mention that "-async" and "-noasync" were removed.
3315
3316 2004-07-16 Andrew Cagney <cagney@gnu.org>
3317
3318 * remote-m32r-sdi.c: Re-indent.
3319
3320 2004-07-16 Jim Blandy <jimb@redhat.com>
3321
3322 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3323 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3324 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3325 missing MPC823 SPRs.
3326 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3327 incorrect. (This was corrected in GDB's register name tables on
3328 2004-07-14.)
3329
3330 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3331 should be "esasrr" ("ESA Save and Restore Register").
3332
3333 2004-07-16 Andrew Cagney <cagney@gnu.org>
3334
3335 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3336 calls, no longer applicable. Update comments and rename parameter
3337 "step_frame" to "return_frame".
3338
3339 2004-07-16 Andrew Cagney <cagney@gnu.org>
3340
3341 * frame.c (fprint_field): New function.
3342 (fprint_frame_id): Use fprint_field.
3343
3344 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3345
3346 * ada-lang.c (ada_language_defn): Remove commented out code.
3347
3348 2004-07-15 Jim Blandy <jimb@redhat.com>
3349
3350 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3351 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3352
3353 2004-07-14 Jim Blandy <jimb@redhat.com>
3354
3355 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3356
3357 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3358
3359 * ppc-tdep.h (ppc_num_srs): New enum constant.
3360
3361 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3362 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3363 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3364 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3365 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3366 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3367 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3368 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3369 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3370 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3371 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3372 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3373 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3374 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3375 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3376 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3377 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3378 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3379 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3380 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3381 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3382 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3383 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3384 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3385 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3386 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3387 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3388 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3389 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3390 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3391 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3392 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3393 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3394 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3395 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3396 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3397 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3398 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3399 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3400 special-purpose register numbers.
3401
3402 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3403 manual mentions 'md_twb', but many mention 'm_twb', and at that
3404 point in the register list.)
3405
3406 2004-07-14 Andrew Cagney <cagney@gnu.org>
3407
3408 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3409 instead of "internal-error".
3410
3411 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3412
3413 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3414 that was inserted inside a comment.
3415
3416 2004-07-10 Randolph Chung <tausq@debian.org>
3417
3418 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3419 function.
3420 (hppa_hpux_push_dummy_code): New function.
3421 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3422 Set find_global_pointer method.
3423
3424 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3425
3426 * NEWS: Mention BSD libkvm interface.
3427
3428 2004-07-10 Michael Snyder <msnyder@redhat.com>
3429
3430 * symfile.c (generic_load): Comment typo.
3431 * stack.c (get_selected_block): Ditto.
3432 * regcache.c (regcache_cooked_read): Ditto.
3433 * monitor.c (monitor_debug): Ditto.
3434 * mips-tdep.c (mips_read_pc): Ditto.
3435 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3436 * gdb_mbuild.sh: Ditto.
3437 * gdbarch.sh: Ditto.
3438 * gdbarch.h: Ditto.
3439
3440 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3441
3442 * ada-tasks.c: Remove file.
3443
3444 Remove ARI problems:
3445
3446 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3447 beginning of line.
3448
3449 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3450 Add comment.
3451 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3452 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3453 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3454 (UMIN_OF_SIZE): Remove.
3455 (max_of_type): New function to replace orphan macro in gdbtypes.h
3456 (min_of_type): Ditto.
3457 (discrete_type_high_bound): Use max_of_type.
3458 (discrete_type_low_bound): Use min_of_type.
3459 (possible_user_operator_p): Move operator to beginning of line.
3460 (ada_is_variant_part): Ditto.
3461 (ensure_lval): Rewrite to avoid deprecated operations.
3462 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3463 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3464 (ada_enum_name): Remove assignments in 'if' statements.
3465 (build_ada_types): Add gdbarch parameter.
3466 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3467 with gdbarch_data_register_post_init.
3468 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3469 add_show_from_set.
3470
3471 * ada-valprint.c (inspect_it): Remove declaration.
3472 (repeat_count_threshold): Remove declaration.
3473 (ada_print_floating): Remove assignments in 'if' statements.
3474 (print_str): Move operator to beginning of line.
3475
3476 2004-07-08 Jim Blandy <jimb@redhat.com>
3477
3478 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3479
3480 2004-07-08 Bob Rossi <bob@brasko.net>
3481
3482 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3483
3484 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3485
3486 * language.h (struct_language_defn): Add new function pointer:
3487 la_class_name_from_physname. Also add new prototype for
3488 language_class_name_from_physname.
3489 * language.c (language_class_name_from_physname): New function.
3490 (unk_lang_class_name): Ditto.
3491 (unknown_language_defn, auto_language_defn): Change
3492 to add unk_lang_class_name function pointer for
3493 la_class_name_from_physname.
3494 (local_language_defn): Ditto.
3495 * dwarf2read.c (guess_structure_name): Change to call
3496 language_class_name_from_physname.
3497 (determine_class_name): Ditto.
3498 * cp-support.c (class_name_from_physname): Renamed.
3499 (cp_class_name_from_physname): New name of function.
3500 * cp-support.h: Ditto.
3501 * c-lang.c (c_language_defn): Change to add NULL
3502 for class_name_from_physname function pointer.
3503 (cplus_language_defn): Change to add cp_class_name_from_physname.
3504 * jv-lang.c (java_class_name_physname): New function.
3505 (java_find_last_component): New static routine.
3506 (java_language_defn): Add java_class_name_from_physname pointer.
3507 * ada-lang.c (ada_language_defn): Change to add NULL
3508 for class_name_from_physname function pointer.
3509 * f-lang.c (f_language_defn): Ditto.
3510 * m2-lang.c (m2_language_defn): Ditto.
3511 * objc-lang.c (objc_language_defn): Ditto.
3512 * p-lang.c (pascal_language_defn): Ditto.
3513 * scm-lang.c (scm_language_defn): Ditto.
3514
3515 2004-07-06 Andrew Cagney <cagney@gnu.org>
3516
3517 Patch from Bart Robinson.
3518 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3519 (O_LARGEFILE): Define to 0, if not defined.
3520
3521 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3522
3523 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3524 <machine/pcb.h> and "bsd-kvm.h".
3525 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3526 (m68kbsd_supply_pcb): New function.
3527 (_initialize_m68kbsd_nat): New prototype and function.
3528 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3529 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3530 (LOADLIBES): New variable.
3531 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3532 (LOADLIBES): New variable.
3533
3534 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3535
3536 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3537
3538 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3539 <sys/proc.h>.
3540 (bsd_kvm_cmdlist): New variable.
3541 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3542 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3543 command and "kvm proc" command.
3544 * Makefile.in (bsd-kvm.o): Update dependencies.
3545
3546 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3547
3548 * osabi.c: Update copyright year.
3549 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3550 notes if EI_OSABI is set to ELFOSABI_HPUX.
3551
3552 2004-07-01 Michael Snyder <msnyder@redhat.com>
3553
3554 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3555 that seems to have gotten whacked out of line.
3556
3557 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3558
3559 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3560 code.
3561
3562 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3563
3564 * ada-lang.c (decode_packed_array): Minor change to comment.
3565 (ada_value_slice_ptr): New function.
3566 (ada_value_slice): New function.
3567 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3568 test. Don't know why it is there.
3569 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3570 to avoid dereferencing huge arrays from which one is slicing.
3571 (empty_array): Correct to return an array rather than
3572 a subrange value.
3573 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3574 on empty arrays (let'em use 'FIRST instead).
3575
3576 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3577
3578 Address complaints from gdb_ari.sh:
3579
3580 * ada-exp.y: Include gdb_string.h rather than string.h.
3581 (convert_char_literal): Reformat declaration.
3582 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3583 * ada-lex.l: Change use of free to xfree (the macro would do so
3584 anyway, but this is harmless).
3585 Include gdb_string.h rather than string.h.
3586 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3587
3588 * ada-lang.c (parse): Remove K&Rism in parameter list.
3589 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3590
3591 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3592
3593 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3594 dead code.
3595
3596 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3597
3598 * alphabsd-nat.c: Update copyright year.
3599 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3600
3601 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3602
3603 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3604 (i386_cygwin_in_solib_call_trampoline): New function.
3605 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3606 and skip_trampoline_code gdbarch methods.
3607
3608 2004-06-29 Jim Blandy <jimb@redhat.com>
3609
3610 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3611 name actually used in the dependency lists.
3612
3613 2004-06-29 Randolph Chung <tausq@debian.org>
3614
3615 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3616
3617 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3618
3619 * win32-nat.c (child_pid_to_exec_file): New function.
3620 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3621 functionality.
3622
3623 2004-06-28 Andrew Cagney <cagney@gnu.org>
3624
3625 * defs.h (xstrvprintf): Declare.
3626 * utils.c (xstrvprintf): New function.
3627 (internal_vproblem, xstrprintf, xasprintf)
3628 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3629 * serial.c (serial_printf): Ditto.
3630 * complaints.c (vcomplaint): Ditto.
3631
3632 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3633
3634 * infcmd.c (attach_command): Move call to target_terminal_inferior
3635 behind loading symbol table.
3636
3637 2004-06-28 Andrew Cagney <cagney@gnu.org>
3638
3639 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3640 change - add back extern deprecated_ui_loop_hook declaration.
3641
3642 2004-06-28 Andrew Cagney <cagney@gnu.org>
3643
3644 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3645 xstrprintf.
3646 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3647 (c_value_of_variable): Ditto.
3648 * utils.c (internal_vproblem): Ditto.
3649 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3650 * remote.c (add_packet_config_cmd): Ditto.
3651 * remote-rdp.c (rdp_set_command_line): Ditto.
3652 * regcache.c (regcache_dump): Ditto.
3653 * frv-tdep.c (new_variant, new_variant): Ditto.
3654 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3655 (fbsd_find_memory_regions): Ditto.
3656 * breakpoint.c (create_thread_event_breakpoint)
3657 (create_breakpoints): Ditto.
3658 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3659 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3660
3661 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3662
3663 * ada-lang.c: Re-indent file, with some massaging to help indent
3664 a bit when the result is otherwise really too ugly.
3665
3666 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3667
3668 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3669 code_addr_p and special_addr_p to 'unsigned int'.
3670
3671 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3672
3673 * i386v4-nat.c: Update copyright year and tweak comment.
3674 (regmap): Remove trailing comma.
3675 (supply_gregset): Rename local variable i to regnum. Call
3676 regcache_raw_supply instead of supply_register.
3677 (fill_gregset): Rename argument regno to regnum. Call
3678 regcache_raw_collect instead of regcache_collect.
3679
3680 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3681
3682 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3683 and special_addr_p.
3684 (frame_id_build, frame_id_build_special): Update comments.
3685 (frame_id_build_wild): New prototype.
3686 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3687 struct frame_id fields.
3688 (frame_id_build_wild): New function.
3689 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3690
3691 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3692
3693 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3694 hppabsd-tdep.c.
3695
3696 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3697
3698 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3699
3700 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3701
3702 * ada-lang.c: Re-indent file.
3703
3704 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3705
3706 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3707 (no_symtab_msg): Likewise.
3708
3709 2004-06-27 Andreas Schwab <schwab@suse.de>
3710
3711 * source.c: Fix whitespace.
3712
3713 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3714
3715 * configure.in: Include <sys/param.h> for td_pcb test.
3716 * configure: Regenerated.
3717
3718 * i386nbsd-nat.c: New file.
3719 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3720 i386obsd-nat.c and i386obsd-tdep.c.
3721 (i386nbsd-nat.o): New dependency.
3722 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3723 bsd-kvm.o.
3724 (LOADLIBES): New variable.
3725 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3726 bsd-kvm.o.
3727 (LOADLIBES): New variable.
3728
3729 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3730 (LOADLIBES): New variable.
3731
3732 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3733 fetching from BSD_KVM_PADDR. Correctly lookup address for
3734 "_thread0".
3735
3736 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3737 "bsd-kvm.h".
3738 (amd64fbsd_supply_pcb): New funcion.
3739 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3740
3741 2004-06-27 <david@streamline-computing.com>
3742
3743 Partial fix for PR cli/1056.
3744 * valarith.c: Check for zero in division and remainder
3745 evaluation.
3746
3747 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3748
3749 * i387-tdep.c: Remove excessive whitespace.
3750
3751 2004-06-26 Andrew Cagney <cagney@gnu.org>
3752
3753 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3754 * gdb-events.h, gdb-events.c: Re-generate.
3755 * tui/tui-hooks.c (tui_install_hooks): Update.
3756 (tui_remove_hooks): Update.
3757 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3758
3759 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3760
3761 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3762 (gregset_t, fpregset_t): Remove typedefs.
3763 (REG_OFFSET): Rename argument.
3764 (amd64bsd_r_reg_offset): Rename from reg_offset.
3765 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3766 Remove functions.
3767 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3768 of reg_offset.
3769 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3770
3771 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3772
3773 * vax-tdep.c: Tweak comment.
3774
3775 Add OpenBSD/hppa support.
3776 * NEWS (New native configurations): Mention OpenBSD/hppa.
3777 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3778 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3779 files.
3780 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3781 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3782 * configure.host: Add hppa*-*-openbsd*.
3783 * configure.tgt: Add hppa*-*-openbsd*.
3784
3785 2004-06-25 Andrew Cagney <cagney@gnu.org>
3786
3787 * defs.h (deprecated_ui_loop_hook): Deprecated.
3788 * wince.c (child_wait): Update.
3789 * win32-nat.c (child_wait): Update.
3790 * v850ice.c (v850ice_wait): Update.
3791 * top.c (deprecated_ui_loop_hook): Update.
3792 * serial.h: Update.
3793 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3794 (do_unix_readchar): Update.
3795 * ser-tcp.c (net_open): Update.
3796 * remote-sim.c (gdb_os_poll_quit): Update.
3797 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3798
3799 2004-06-24 Andrew Cagney <cagney@gnu.org>
3800
3801 * defs.h (deprecated_pre_add_symbol_hook)
3802 (deprecated_post_add_symbol_hook): Deprecated.
3803 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3804 (symbol_file_add_with_addrs_or_offsets): Update references.
3805
3806 2004-06-24 Andrew Cagney <cagney@gnu.org>
3807
3808 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3809 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3810 * wince.c (ui_loop_hook): Delete extern declaration.
3811 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3812 * v850ice.c (ui_loop_hook): Delete extern declaration..
3813 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3814 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3815 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3816 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3817 ui_loop_hook declaration.
3818
3819 2004-06-24 Andrew Cagney <cagney@gnu.org>
3820
3821 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3822 entry_func_highpc fields.
3823 * objfiles.c (init_entry_point_info): Do not clear
3824 entry_func_lowpc and entry_func_highpc.
3825 (objfile_relocate): Do not relocate entry_func_lowpc and
3826 entry_func_highpc.
3827 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3828 entry_func_highpc.
3829 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3830 entry_func_highpc.
3831 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3832 entry_func_lowpc and entry_func_highpc with call to
3833 inside_entry_func.
3834
3835 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3836
3837 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3838 quad-precision floating point arguments in registers.
3839
3840 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3841
3842 From Michael Mueller <m.mueller99@kay-mueller.de>:
3843 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3844 account.
3845
3846 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3847
3848 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3849 to -1.
3850 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3851 untriggered watchpoints to a separate if clause. Update function
3852 comment regarding STOPPED_BY_WATCHPOINT argument.
3853
3854 2004-06-22 Jim Blandy <jimb@redhat.com>
3855
3856 * gdbarch.sh: Doc fix.
3857
3858 2004-06-21 Martin Hunt <hunt@redhat.com>
3859 Kevin Buettner <kevinb@redhat.com>
3860
3861 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3862 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3863 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3864 to set_gdbarch_sp_regnum(). Use cooked register number.
3865 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3866
3867 2004-06-21 Andrew Cagney <cagney@gnu.org>
3868
3869 * gdbarch.sh: When the macro field is empty, do not generate a
3870 macro definition. When the macro field is "=", generate the macro
3871 name from the upper-case function name.
3872 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3873 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3874 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3875 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3876 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3877 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3878 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3879 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3880 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3881 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3882 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3883 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3884 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3885 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3886 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3887 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3888 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3889 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3890 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3891 (DEPRECATED_USE_STRUCT_CONVENTION)
3892 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3893 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3894 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3895 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3896 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3897 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3898 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3899 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3900 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3901 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3902 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3903 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3904 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3905 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3906 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3907 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3908 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3909 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3910
3911 2004-06-21 Andrew Cagney <cagney@gnu.org>
3912
3913 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3914 macro name, and the function rather than macro value. Only wrap
3915 macro print statements in #ifdef. Move format logic to where it
3916 is needed.
3917 * gdbarch.c: Re-generate.
3918
3919 * gdbarch.sh (read): Delete "print_p" and "description", add
3920 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3921 Delete references to print_p.
3922 (TARGET_ARCHITECTURE): Delete print predicate.
3923 * gdbarch.c: Re-generate.
3924
3925 * gdbarch.sh: Check that multi-arch methods do not provide a
3926 macro.
3927 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3928 (print_registers_info, print_float_info, print_vector_info)
3929 (adjust_breakpoint_address, remote_translate_xfer_address)
3930 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3931 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3932 name from the multi-arch definition.
3933
3934 2004-06-20 Andrew Cagney <cagney@gnu.org>
3935
3936 * gdbarch.sh: Sort by the function, instead of macro name.
3937 * gdbarch.c: Re-generate.
3938
3939 2004-06-20 Andrew Cagney <cagney@gnu.org>
3940
3941 * gdbarch.sh: Use the function, instead of macro name in
3942 errors and the log file.
3943 (return_value): Remove stray ":" in spec.
3944
3945 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3946 * gdbarch.h, gdbarch.c: Re-generate.
3947 * Makefile.in (arch-utils.o): Update dependencies.
3948 * values.c (using_struct_return): Move code calling
3949 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3950 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3951 to legacy_return_value, simplify.
3952 * infcmd.c (print_return_value): Move code calling
3953 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3954 to legacy_return_value, simplify.
3955 * infcall.c (call_function_by_hand): Move code calling
3956 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3957 * arch-utils.c: Update copyright. Include "gdbcore.h".
3958 (legacy_return_value): New function.
3959 * arch-utils.h: Update copyright.
3960 (legacy_return_value): Declare.
3961
3962 2004-06-20 Andrew Cagney <cagney@gnu.org>
3963
3964 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3965 * gdbarch.h, gdbarch.c: Re-generate.
3966 * values.c (using_struct_return): Update call.
3967 * mcore-tdep.c: Update comment.
3968 * infcall.c (call_function_by_hand): Update comment.
3969 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3970 * arch-utils.h (always_use_struct_convention): Update.
3971 * v850-tdep.c (v850_gdbarch_init): Update.
3972 * sh64-tdep.c (sh64_gdbarch_init): Update.
3973 * sh-tdep.c (sh_gdbarch_init): Update.
3974 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3975 * mips-tdep.c (mips_gdbarch_init): Update.
3976 * mcore-tdep.c (mcore_gdbarch_init): Update.
3977 * m32r-tdep.c (m32r_gdbarch_init): Update.
3978 * ia64-tdep.c (ia64_gdbarch_init): Update.
3979 * h8300-tdep.c (h8300_gdbarch_init): Update.
3980 * frv-tdep.c (frv_gdbarch_init): Update.
3981 * cris-tdep.c (cris_gdbarch_init): Update.
3982 * arm-tdep.c (arm_gdbarch_init): Update.
3983 * alpha-tdep.c (alpha_gdbarch_init): Update.
3984
3985 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3986
3987 * PROBLEMS: Add more specific information, and a work-around,
3988 for PR gdb/1458.
3989
3990 2004-06-18 Andrew Cagney <cagney@gnu.org>
3991
3992 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3993 * gdbarch.h, gdbarch.c: Re-generate.
3994 * ada-lang.c (ada_finish_decode_line_1): Update.
3995 * infrun.c (handle_inferior_event): Update.
3996 * infcall.c (find_function_addr): Update.
3997 * linespec.c (minsym_found): Update.
3998 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3999 Update.
4000 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4001 * cli/cli-cmds.c (disassemble_command): Update.
4002 * vax-tdep.c (vax_gdbarch_init): Update.
4003
4004 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4005
4006 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4007
4008 2004-06-17 Andrew Cagney <cagney@gnu.org>
4009
4010 GDB 6.1.1 released from the GDB 6.1 branch.
4011 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4012 * PROBLEMS: Ditto.
4013
4014 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4015
4016 PR gdb/1658
4017 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4018 operation as a uleb128. Found by Michael Coulter.
4019
4020 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4021
4022 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4023 make it non-static.
4024 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4025 to ada-lang.h; this is needed to be able to implement the kill command
4026 in multi-task mode.
4027 (task_ptid): Ditto.
4028 (task_entry): Ditto.
4029 (task_list): Ditto.
4030 (ada_build_task_list): Ditto.
4031
4032 * ada-lang.c: Conditionalize routines and data structures related
4033 to breakpoints, exceptions, completion, and symbol caching on
4034 GNAT_GDB, since these are not yet used in the submitted public sources.
4035 (ada_main_name): Editorial: Move definition out of exception-related
4036 code.
4037
4038 2004-06-15 Andrew Cagney <cagney@gnu.org>
4039
4040 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4041 deprecated_pc_in_call_dummy.
4042
4043 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4044
4045 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4046 bfd_get_section_size_before_reloc or _raw_size.
4047 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4048 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4049 (dwarf2_read_section): Likewise.
4050 * elfread.c (elf_locate_sections): Likewise.
4051 * gcore.c (derive_heap_segment): Likewise.
4052 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4053 * remote-e7000.c (e7000_load): Likewise.
4054 * remote-m32r-sdi.c (m32r_load): Likewise.
4055 * remote-mips.c (mips_load_srec): Likewise.
4056 (pmon_load_fast): Likewise.
4057 * remote.c (compare_sections_command): Likewise.
4058 * symfile.c (add_section_size_callback): Likewise.
4059 (load_section_callback): Likewise.
4060 (pc_in_unmapped_range): Likewise.
4061 (pc_in_mapped_range): Likewise.
4062 (sections_overlap): Likewise.
4063 (list_overlays_command): Likewise.
4064 (simple_overlay_update_1): Likewise.
4065 (simple_overlay_update): Likewise.
4066 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4067 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4068
4069 2004-06-14 Randolph Chung <tausq@debian.org>
4070
4071 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4072 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4073 static.
4074 (hppa_hpux_inferior_created): New function.
4075 (hppa_hpux_init_abi): Register observer.
4076 * symfile.c (hp_cxx_exception_support_initialized)
4077 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4078 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4079
4080 2004-06-14 Randolph Chung <tausq@debian.org>
4081
4082 * MAINTAINERS (Write After Approval): Alphabetize my entry
4083 correctly.
4084
4085 2004-06-14 Andrew Cagney <cagney@gnu.org>
4086
4087 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4088 testsuite maintainer.
4089
4090 2004-06-13 Andrew Cagney <cagney@gnu.org>
4091
4092 * infcmd.c (print_return_value): Fix logic, allow
4093 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4094
4095 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4096 defining any macros.
4097 * gdbarch.h: Re-generate.
4098
4099 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4100 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4101 * gdbarch.h: Re-generate.
4102
4103 * values.c (generic_use_struct_convention): Don't check gcc_p.
4104
4105 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4106 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4107 * gdbarch.h, gdbarch.c: Regenerate.
4108 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4109 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4110 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4111 deprecated_max_register_raw_size and
4112 deprecated_max_register_virtual_size.
4113 * v850-tdep.c (v850_gdbarch_init): Ditto.
4114 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4115 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4116 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4117 * cris-tdep.c (cris_gdbarch_init): Ditto.
4118
4119 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4120 * gdbarch.h, gdbarch.c: Re-generate.
4121 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4122 (m68hc11_use_struct_convention): Delete function.
4123 (m68hc11_extract_struct_value_address): Delete function.
4124 (m68hc11_return_value): New function.
4125 (m68hc11_gdbarch_init): Instead of store_return_value,
4126 extract_return_value, return_value_on_stack,
4127 deprecated_extract_struct_value_address and use_struct_convention,
4128 set return_value.
4129 * values.c (using_struct_return): Do not call
4130 RETURN_VALUE_ON_STACK.
4131 * arch-utils.h (generic_return_value_on_stack_not): Delete
4132 declaration.
4133 * arch-utils.c (generic_return_value_on_stack_not): Delete
4134 function.
4135
4136 2004-06-12 Andrew Cagney <cagney@gnu.org>
4137
4138 * values.c (register_value_being_returned): Delete function.
4139 * infcmd.c (legacy_return_value): Delete function.
4140 * infcall.c (call_function_by_hand): Inline
4141 "register_value_being_returned", simplify.
4142 * values.c (using_struct_return): Update comment, refer to
4143 print_return_value instead of register_value_being_returned.
4144 * infcmd.c (print_return_value): Inline calls to
4145 register_value_being_returned and legacy_return_value. Simplify.
4146
4147 2004-06-11 Randolph Chung <tausq@debian.org>
4148
4149 * somread.c (som_symtab_read): Exclude gcc local symbols.
4150
4151 2004-06-11 Randolph Chung <tausq@debian.org>
4152
4153 * infrun.c (handle_inferior_event): Handle the case when a
4154 trampoline ends up in the runtime resolver, and if the trampoline
4155 has no name. Rearrange the code so that all the trampoline
4156 processing happens before other step-out-of-range handling.
4157
4158 2004-06-11 Martin Hunt <hunt@redhat.com>
4159
4160 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4161 has no fpu.
4162
4163 2004-06-10 Andrew Cagney <cagney@gnu.org>
4164
4165 * blockframe.c (legacy_inside_entry_func): Delete.
4166 (legacy_frame_chain_valid): Inline call to
4167 legacy_inside_entry_func, simplify.
4168
4169 2004-06-10 Bob Rossi <bob@brasko.net>
4170
4171 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4172 * dwarf2read.c (partial_die_info): Add dirname field.
4173 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4174 (read_partial_die): Save away DW_AT_comp_dir.
4175 * defs.h (symtab_to_filename): Removed.
4176 * source.c (find_and_open_source): Added.
4177 (open_source_file): Just calls find_and_open_source.
4178 (symtab_to_filename): Removed.
4179 (symtab_to_fullname, psymtab_to_fullname): Added.
4180 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4181 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4182 symtab_to_filename.
4183 * symtab.h (partial_symtab): Add dirname field.
4184 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4185 (mi_cmd_file_list_exec_source_file): Call new function
4186 symtab_to_fullname to find fullname.
4187 (mi_cmd_file_list_exec_source_files): Added.
4188 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4189 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4190
4191 2004-06-10 Andrew Cagney <cagney@gnu.org>
4192
4193 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4194 to generic_use_struct_convention, the default value.
4195
4196 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4197 of abort.
4198
4199 * ns32k-tdep.c (ns32k_push_arguments): New function.
4200 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4201 * infcall.c (call_function_by_hand): Call error instead of
4202 legacy_push_arguments.
4203 * value.h (legacy_push_arguments): Delete declaration.
4204 * valops.c (legacy_push_arguments): Delete function.
4205 (value_push): Delete function.
4206
4207 2004-06-10 Brian Ford <ford@vss.fsi.com>
4208
4209 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4210 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4211 info.
4212 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4213
4214 2004-06-10 Andrew Cagney <cagney@gnu.org>
4215
4216 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4217 * gdbarch.h, gdbarch.c: Re-generate.
4218 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4219 parameters.
4220 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4221 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4222 deprecated_pc_in_call_dummy instead of
4223 DEPRECATED_PC_IN_CALL_DUMMY.
4224 (arm_skip_prologue): Ditto.
4225 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4226 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4227 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4228 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4229 Ditto.
4230 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4231 (sh64_init_extra_frame_info, sh64_get_saved_register)
4232 (sh64_pop_frame): Ditto.
4233 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4234 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4235 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4236 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4237 (h8300_pop_frame): Ditto.
4238 * blockframe.c (legacy_inside_entry_func)
4239 (legacy_frame_chain_valid): Ditto.
4240 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4241 to deprecated_pc_in_call_dummy.
4242
4243 2004-06-09 Andrew Cagney <cagney@gnu.org>
4244
4245 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4246 provide a default value.
4247 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4248 * gdbarch.h, gdbarch.c: Re-generate.
4249 * arch-utils.c (generic_convert_register_p): Rename
4250 legacy_convert_register_p
4251 (legacy_register_to_value, legacy_value_to_register): Delete
4252 functions.
4253 * arch-utils.h (generic_convert_register_p): Rename
4254 legacy_convert_register_p.
4255 (legacy_register_to_value, legacy_value_to_register): Delete
4256 declarations.
4257
4258 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4259 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4260 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4261 * gdbarch.h, gdbarch.c: Re-generate.
4262 * infcmd.c (default_print_registers_info): Simplify.
4263 * findvar.c (value_of_register): Simplify.
4264 * mi/mi-main.c (get_register): Simplify.
4265 * arch-utils.c (legacy_convert_register_p): Always return 0.
4266 (legacy_register_to_value, legacy_value_to_register): Always call
4267 internal_error.
4268
4269 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4270 #ifdef CLEAR_INSN_CACHE code.
4271 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4272 Delete #ifdef CLEAR_DEFERRED_STORES code.
4273
4274 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4275
4276 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4277 copyright.
4278 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4279
4280 * config/mips/mipsv4.mh: Delete file.
4281
4282 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4283 unreferenced macro.
4284 (hpread_adjust_stack_address): Delete declaration.
4285
4286 2004-06-08 Andrew Cagney <cagney@gnu.org>
4287
4288 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4289 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4290 PTRACE_ATTACH / PTRACE_DETACH available call error.
4291 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4292 * infttrace.c (update_thread_state_after_attach, attach, detach):
4293 Remove #ifdef wrappers.
4294 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4295 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4296 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4297 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4298 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4299 * config/nm-linux.h (ATTACH_DETACH): Delete.
4300 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4301 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4302 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4303 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4304 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4305
4306 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4307
4308 * configure.in: Set $configdir to the right OS specific value.
4309 Use value when setting $tcldir and $tkdir.
4310 * configure: Regenerate.
4311
4312 2004-06-06 Paul Brook <paul@codesourcery.com>
4313
4314 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4315 records.
4316
4317 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4318
4319 * ada-lang.c (lookup_symbol_in_language): New function to allow
4320 re-use of another language's symbol lookup code. (Placed here
4321 temporarily while Ada support is being integrated into the public
4322 tree).
4323 (restore_language): New auxiliary function for
4324 lookup_symbol_in_language.
4325 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4326 temporarily while Ada support is being integrated into the public
4327 tree).
4328
4329 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4330
4331 * Makefile.in (check//%): New.
4332
4333 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4334 (mn10300_store_return_value): Rewrite.
4335 (mn10300_type_align): New.
4336 (mn10300_use_struct_convention): Rewrite.
4337 (mn10300_return_value): New, using all of the above.
4338 (mn10300_pop_frame_regular): Add saved_regs_size.
4339 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4340
4341 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4342 regs if PC is on movm.
4343
4344 2004-06-07 Jim Blandy <jimb@redhat.com>
4345
4346 Add native Linux support for the PowerPC E500.
4347 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4348 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4349 all architectures except the E500.
4350 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4351 #definitions.
4352 (struct gdb_evrregset_t): New type.
4353 (have_ptrace_getsetevrregs): New variable.
4354 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4355 fetch_spe_registers): New functions.
4356 (fetch_register): Call fetch_spe_register as appropriate.
4357 Assert that we're only passed raw register numbers.
4358 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4359 Don't fetch gprs if they're pseudoregisters.
4360 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4361 store_spe_registers): New functions.
4362 (store_register): Call store_spe_register as appropriate.
4363 Assert that we're only passed raw register numbers.
4364 (store_ppc_registers): Call store_spe_registers as appropriate.
4365 Don't store gprs if they're pseudoregisters.
4366
4367 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4368
4369 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4370 struct if one exists, even if we are dealing with a zombie thread.
4371
4372 2004-06-07 Andrew Cagney <cagney@gnu.org>
4373
4374 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4375 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4376 Rename PC_REQUIRES_RUN_BEFORE_USE.
4377 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4378 #ifdef.
4379
4380 2004-06-07 Randolph Chung <tausq@debian.org>
4381
4382 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4383 unwinding after sp has been saved to the stack but before the end
4384 of the prologue, and after the fp has been modified but before it has
4385 been saved to the stack.
4386 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4387 Remove superfluous definitions.
4388 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4389
4390 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4391
4392 Committed by Randolph Chung.
4393 * hppa-linux-nat.c: Include the correct version of the header file
4394 depending on the kernel version.
4395
4396 2004-06-06 Randolph Chung <tausq@debian.org>
4397
4398 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4399 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4400
4401 2004-06-06 Randolph Chung <tausq@debian.org>
4402
4403 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4404 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4405 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4406 * hppa-tdep.c (hppa_symbol_address): New function definition.
4407 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4408
4409 2004-06-06 Randolph Chung <tausq@debian.org>
4410
4411 * hppa-tdep.h (struct value): Forward declaration.
4412 (gdbarch_tdep): Define tdep find_global_pointer method.
4413 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4414 associated with the function we are trying to call, and write it
4415 to the gp register.
4416 (hppa32_convert_from_funct_ptr_addr): New function.
4417 (hppa_find_global_pointer): New function.
4418 (hppa_gdbarch_init): Set default find_global_pointer method; set
4419 convert_from_func_ptr_addr method.
4420 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4421 (hppa_linux_init_abi): Set find_global_pointer method.
4422 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4423
4424 2004-06-06 Randolph Chung <tausq@debian.org>
4425
4426 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4427 to struct value *function.
4428 * gdbarch.c: Regenerate.
4429 * gdbarch.h: Likewise.
4430 * infcall.c (call_function_by_hand): Pass entire function value
4431 to push_dummy_call.
4432
4433 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4434 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4435 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4436 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4437 * arm-tdep.c (arm_push_dummy_call): Likewise.
4438 * avr-tdep.c (avr_push_dummy_call): Likewise.
4439 * cris-tdep.c (cris_push_dummy_call): Likewise.
4440 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4441 * frv-tdep.c (frv_push_dummy_call): Likewise.
4442 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4443 * hppa-tdep.c (hppa32_push_dummy_call)
4444 (hppa64_push_dummy_call): Likewise.
4445 * i386-tdep.c (i386_push_dummy_call): Likewise.
4446 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4447 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4448 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4449 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4450 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4451 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4452 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4453 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4454 (ppc64_sysv_abi_push_dummy_call): Likewise.
4455 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4456 (ppc64_sysv_abi_push_dummy_call): Likewise.
4457 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4458 * s390-tdep.c (s390_push_dummy_call): Likewise.
4459 * sh-tdep.c (sh_push_dummy_call_fpu)
4460 (sh_push_dummy_call_nofpu): Likewise.
4461 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4462 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4463 * vax-tdep.c (vax_push_dummy_call): Likewise.
4464
4465 2004-06-04 Jim Blandy <jimb@redhat.com>
4466
4467 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4468 gdbarch argument to register_size.
4469
4470 * rs6000-tdep.c (rs6000_store_return_value): Use
4471 regcache_cooked_write_part instead of
4472 deprecated_write_register_bytes.
4473 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4474 not gdbarch_deprecated_store_return_value.
4475
4476 * ppc-linux-nat.c (store_register, fetch_register): Remove
4477 incorrect assertions. Simplify and generalize handling of
4478 transfers whose sizes are not multiples of, or less than, sizeof
4479 (PTRACE_XFER_TYPE).
4480
4481 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4482
4483 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4484 as a new thread event.
4485 * thread-db.c (thread_get_info_callback): If the thread is a
4486 zombie, return TD_THR_ZOMBIE.
4487 (thread_from_lwp): If thread_get_info_callback returns
4488 TD_THR_ZOMBIE, check if the thread is still on the thread list
4489 and return a -1 ptid if not found.
4490 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4491 change the status to TARGET_WAITKIND_SPURIOUS.
4492
4493 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4494
4495 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4496 double values in little endian mode.
4497
4498 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4499
4500 Committed by Andrew Cagney.
4501 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4502 after last enum constant to avoid error from IBM C
4503 compiler.
4504
4505 2004-06-02 Jim Blandy <jimb@redhat.com>
4506
4507 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4508 to 'message', and make it local to the lone block that uses it.
4509
4510 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4511
4512 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4513
4514 * ada-exp.y: Update copyright notice.
4515 Include block.h.
4516
4517 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4518 SPECIAL_VARIABLE and unify the treatment of these cases.
4519
4520 (write_attribute_call0): Remove.
4521 (write_attribute_call1): Remove.
4522 (write_attribute_calln): Remove.
4523 (save_qualifier): Add missing semicolon.
4524
4525 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4526 temporarily disabled to allow compilation with FSF head version.
4527
4528 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4529 use individual operators (OP_*) for all attributes.
4530 (exp syntax): Use write_int.
4531 Handle STRING literals with OP_STRING.
4532 (variable syntax): Add limit parameter to calls to
4533 write_object_renaming.
4534
4535 (temp_parse_space): New definition to hold entities that need
4536 only live until the next call to ada_parse.
4537 (string_to_operator): Rename fields of ada_opname_table entries.
4538
4539 (write_var_from_sym): Record block.
4540 (write_var_from_name): Minor reformatting.
4541 Make sure saved name is properly encoded in the case of multiple
4542 matches, and set its language to Ada.
4543 Update comment.
4544 Modify to indicate unresolved name as symbol in the UNRESOLVED
4545 namespace, allocated in temp_parse_space.
4546 (write_int): New function.
4547
4548 (write_object_renaming): Add max_depth parameter to limit
4549 chains of object renamings.
4550 Handle case where root of renaming expression is itself a renaming.
4551 Use temp_parse_space for temporary name buffer.
4552 Handle renamings to dereferenced pointers (___XEXA suffices).
4553
4554 (ada_parse, yyerror, string_to_operator,
4555 write_var_from_sym, write_var_from_name, write_attribute_call0,
4556 write_attribute_call1, write_attribute_calln,
4557 write_object_renaming): Protoize.
4558
4559 (_initialize_ada_exp): New function.
4560
4561 * ada-lang.c: Update copyright notice.
4562 General terminology change to conform to GNAT compiler usage:
4563 mangle => encode, demangle => decode
4564 Include gdb_obstack.h.
4565 Include gdb_regex.h
4566 Include frame.h
4567 Include hashtab.h
4568 Include completer.h
4569 Include gdb_stat.h
4570 Include block.h
4571 Include infcall.h
4572
4573 (ADA_RETAIN_DOTS): Make sure this is defined.
4574 (TRUNCATION_TOWARDS_ZERO): Define.
4575 (struct string_vector): Define.
4576 (unresolved_names): Remove definition.
4577 (xnew_string_vector): New function.
4578 (string_vector_append): New function.
4579 (extract_string): Make static.
4580 (ada_unqualified_name): New function.
4581 (add_angle_brackets): New function.
4582 (function_name_from_pc): New function.
4583 (place_on_stack): Rename to ensure_lval.
4584
4585 (ensure_lval): Renamed from place_on_stack.
4586 Make identity on lvals.
4587 Update comment.
4588 (is_nonfunction): New interface.
4589 Only symbols in LOC_CONST class can be enumerals.
4590 (fill_in_ada_prototype): Remove; now independent of language.
4591 (add_defn_to_vec): Add obstack and symtab arguments.
4592 Use obstack to hold collected definitions.
4593 (num_defns_collected): New function.
4594 (defns_collected): New function.
4595 (ada_resolve_subexp): Rename to resolve_subexp.
4596 (resolve_subexp): Renamed from ada_resolve_subexp.
4597 (ada_op_name): Return non-const result.
4598 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4599 other purposes.
4600
4601 (to_fixed_array_type): Add declaration.
4602 (coerce_unspec_val_to_type): Remove offset parameter.
4603 (find_sal_from_funcs_and_line): New interface.
4604 (find_line_in_linetable): Ditto.
4605
4606 (all_sals_for_line): Rename to ada_sals_for_line and make
4607 global.
4608 Add new parameter. When set, do not ask the user to choose the
4609 instance, but use the first one found instead.
4610 Use given line number in returned sals.
4611 Fix comment.
4612 Skip the prologue if funfirstline is set.
4613 Correct for memory leak when 0 lines found.
4614
4615 (value_pos_atr): Use pos_atr.
4616 (pos_atr): New function.
4617 (standard_lookup): Add block parameter.
4618
4619 (makeTimeStart): Remove declaration and uses.
4620 (makeTimeStop): Remove declaration and uses.
4621
4622 (ada_completer_word_break_characters): Allow for VMS.
4623 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4624 (raise_sym_name): New constant.
4625 (raise_unhandled_sym_name): New constant.
4626 (raise_assert_sym_name): New constant.
4627 (process_raise_exception_name): New constant.
4628 (longest_exception_template): New constant.
4629 (warning_limit): New variable to limit warnings during expression
4630 evaluation.
4631 (warnings_issued): New variable to keep track of warnings issued.
4632 (known_runtime_file_name_patterns): New constant.
4633 (known_auxiliary_function_name_patterns): New constant.
4634 (symbol_list_obstack): New variable.
4635
4636 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4637 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4638 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4639 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4640 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4641 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4642 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4643 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4644 and strcmp.
4645
4646 (ada_get_field_index): New function.
4647 (lim_warning): New function.
4648 (ada_translate_error_message): New function.
4649 (MAX_OF_SIZE): New function.
4650 (MIN_OF_SIZE): New function.
4651 (UMAX_OF_SIZE): New function.
4652 (UMIN_OF_SIZE): New function.
4653 (discrete_type_high_bound): New function.
4654 (discrete_type_low_bound): New function.
4655 (base_type): New function.
4656 (do_command): Remove.
4657
4658 (ada_update_initial_language): Use language_ada, not language_unknown.
4659 (ada_encode): Renamed from ada_mangle.
4660 Obey ADA_RETAIN_DOTS.
4661 (ada_decode): Renamed from ada_demangle.
4662 Update coding conventions.
4663 (decoded_names_store): New hash table.
4664 (ada_decode_symbol): New function.
4665 (ada_la_decode): New function.
4666
4667 (modify_general_field): Correct computations of offset and bit
4668 position.
4669 (desc_base_type): Handle ref types, too.
4670 (ada_is_direct_array_type): New function.
4671
4672 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4673 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4674 (ada_is_bogus_array_descriptor,ada_type_of_array,
4675 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4676 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4677 ada_is_array_descriptor_type.
4678
4679 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4680 (ada_is_packed_array_type): Handle pointers or
4681 references to packed arrays as well.
4682 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4683 (decode_packed_array_type): Search for the packed array type
4684 symbol in the currently selected block and associated
4685 superblocks too.
4686 Use lookup_symbol again.
4687
4688 (decode_packed_array): Handle pointers and references.
4689 Update call to coerce_unspec_val_to_type.
4690 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4691 (ada_value_primitive_packed_val): Improve comment.
4692
4693 (ada_index_type): Substitute int type for "undefined".
4694 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4695 ada_array_langth, ada_is_string_type): Use renamed
4696 ada_is_simple_array_type.
4697 (empty_array): New function.
4698
4699 (ada_resolve): Rename to resolve.
4700 (resolve): Make static.
4701 Call renamed resolve_subexp.
4702 Update comment.
4703 (ada_resolve_subexp): Rename to resolve_subexp.
4704 (resolve_subexp): Update comment.
4705 Decomment disabled code.
4706 Add LOC_COMPUTED* cases.
4707 Modify to use temporary struct symbols (marked as being in
4708 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4709 OP_UNRESOLVED_VALUE.
4710 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4711 Add OP_STRING case.
4712 Remove OP_ARRAY.
4713 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4714 Use new ada_lookup_symbol_list interface.
4715 Use new ada_resolve_function interface.
4716 Remove OP_TYPE case.
4717
4718 (ada_args_match): Idiot proof against null actuals.
4719 Use intermediate variables to clarify.
4720 (ada_resolve_function): Update comment and interface.
4721 (mangled_ordered_before): Rename to encoded_ordered_before and
4722 update comment.
4723 (sort_choices): Update comment and interface.
4724 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4725 (user_select_syms): New interface.
4726 Use new sort_choices interface.
4727 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4728 (possible_user_operator_p): Idiot-proof against null values.
4729 (ada_simple_renamed_entity): Don't make cleanup; rely on
4730 caller to free result string.
4731 Remove const from return type.
4732 (make_array_descriptor): Rename uses of place_on_stack to
4733 ensure_lval.
4734 Make sure that arrays are on stack.
4735
4736 (HASH_SIZE): Define.
4737 (struct cache_entry): Define.
4738 (cache_space): Define.
4739 (cache): Define.
4740 (clear_ada_sym_cache): New function.
4741 (find_entry): New function.
4742 (lookup_cached_symbol): New function.
4743 (defn_vector_size): Define.
4744 (cache_symbol): New function.
4745 (defn_symbols): Remove.
4746
4747 (standard_lookup): Use lookup_symbol_in_language to get effect of
4748 C lookup.
4749 Cache results.
4750
4751 (symbol_completion_match): New function.
4752 (symbol_completion_add): New function.
4753 (ada_make_symbol_completion_list): New function.
4754
4755 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4756 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4757 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4758 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4759
4760 (ada_lookup_simple_minsym): New function.
4761 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4762
4763 (add_symbols_from_enclosing_procs): New interface.
4764 Conditionalize more helpfully.
4765 Don't bother if program isn't running.
4766 Use new interface to get_frame_block.
4767 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4768
4769 (remove_extra_symbols): New interface.
4770 (xget_renaming_scope): New function.
4771 (is_package_name): New function.
4772 (renaming_is_visible): New function.
4773 (remove_out_of_scope_renamings): New function.
4774
4775 (ada_lookup_symbol_list): New interface.
4776 Properly reinitialize the symbol list obstack.
4777 Don't call add_symbols_from_enclosing_procs if we start from a
4778 static or global block.
4779 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4780 add_symbols_from_enclosing_procs.
4781 Add symtab data to cached entries.
4782 Handle symbols prefixed with
4783 "standard__" specially; strip prefix and don't look in local symbols.
4784 Do not include out of scope renaming symbols in list of
4785 symbols returned.
4786 Add const to block parameter.
4787 Move check for non-local, non-global symbols earlier.
4788 Remove timing stuff.
4789 (ada_lookup_symbol): New interface.
4790 Find symtab as well.
4791 (ada_lookup_symbol_nonlocal): New function.
4792
4793 (is_name_suffix): Enhance suffix detection to recognize
4794 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4795 (is_dot_digits_suffix): New function.
4796 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4797
4798 (ada_add_block_symbols): New interface. Use obstack to return results
4799 in a vector of struct ada_symbol_infos. Add symtab argument.
4800 Use new interface to add_defn_to_vec.
4801 Remove calls to fill_in_ada_prototype.
4802 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4803
4804 (ada_finish_decode_line_1): Add const qualification to local to fix
4805 warning.
4806 Start looking in static block for functions to avoid attempts
4807 to search frame chain for up-level variables.
4808 Adapt to new ada_sals_for_line interface.
4809 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4810 Handle quoting of the function name inside the spec string.
4811 Skip prologue when funfirstline is set and update the
4812 function documentation to that effect.
4813
4814 (debug_print_lines, debug_print_block, debug_print_blocks,
4815 debug_print_symtab): Remove.
4816
4817 (ada_main_name): New function.
4818 (ada_exception_breakpoint_type): New function.
4819 (is_known_support_routine): New function.
4820 (ada_find_printable_frame): Renamed from find_printable_frame and made
4821 global.
4822 Remove level parameter.
4823 Use new interface to select_frame.
4824
4825 (begin_command): Remove.
4826 (ada_adjust_exception_stop): New function.
4827 (ada_print_exception_stop): New function.
4828 (exception_name_from_cond): New function.
4829 (ada_report_exception_break): Replace disabled code with
4830 conditionalization on GNAT_GDB.
4831 Get the exception name from the condition string.
4832 Remove and move functionality into new functions
4833 ada_print_exception_breakpoint_task and
4834 ada_print_exception_breakpoint_nontask.
4835 (error_breakpoint_runtime_sym_not_found): New function.
4836 (is_runtime_sym_defined): New function.
4837 (ada_breakpoint_rewrite): Uncomment suppressed code.
4838 Use symbolic error-message and runtime-symbol names.
4839 Surround runtime symbol names in quotes.
4840 Allow non-specific breakpoints on exceptions and assertions before
4841 program starts.
4842
4843 (ada_is_tagged_type): Add parameter.
4844 (ada_is_tag_type): New function.
4845 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4846 (ada_variant_discrim_type): Ditto.
4847 (value_tag_from_contents_and_address): New function.
4848 (type_from_tag): New function.
4849 (struct tag_args): New structure used to communicate with
4850 ada_tag_name_1.
4851 (ada_tag_name_1): New function.
4852 (ada_tag_name): New function.
4853
4854 (ada_scan_number): Update comment.
4855 (find_struct_field): New function.
4856 (ada_search_struct_field): Make static.
4857 (ada_value_struct_elt): New version that returns references when
4858 given pointers or references to structs.
4859 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4860 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4861 interface.
4862 (ada_value_ind): Use new ada_to_fixed_value interface.
4863 (ada_coerce_ref): Ditto.
4864 (field_offset): Remove.
4865
4866 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4867 (ada_find_renaming_symbol): New function.
4868 (ada_prefer_type): Prefer named types over unnamed ones.
4869 (variant_field_index): New function.
4870 (contains_variant_part): Removed: subsumed by variant_field_index.
4871 (ada_template_to_fixed_record_type): New function, mostly from
4872 template_to_fixed_record_type.
4873 (template_to_fixed_record_type):
4874 Do not scan the type fields beyond the last one; prevents a
4875 potential SEGV.
4876 Handle case where variant field is listed BEFORE discriminant it
4877 depends on.
4878 Fix calculation of record length when bit length is
4879 not evenly divisible by char length.
4880 Move code to ada_template_to_fixed_record_type and call it.
4881
4882 (template_to_static_fixed_type): Revise comment.
4883 Modify to work on ordinary record types as well as templates,
4884 so as to handle fields that use ___XVE or ___XVU encodings.
4885 (to_record_with_fixed_variant_part): Fill out comment.
4886 Initialize C++ stuff in right type.
4887 Allow case where DVAL is null.
4888 Handle case where variant field is not last.
4889 Fix typo concerning record length.
4890 (to_fixed_record_type): Decomment disabled code.
4891 (to_fixed_record_type): Use variant_field_index instead of
4892 contains_variant_part.
4893 (to_fixed_variant_branch_type): Ditto.
4894 (to_fixed_array_type): Decomment disabled code.
4895 (ada_to_fixed_type): Convert tagged types to the specific type.
4896 Deactivate the size-check for array types in order to avoid
4897 some false size alarms.
4898 (to_static_fixed_type): Decomment disabled code.
4899 Modify to call template_to_static_fixed_type
4900 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4901 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4902 Remove valaddr argument, as it is never really used.
4903 (ada_to_fixed_value): Change interface to act on single struct value*
4904 operand.
4905 (adjust_pc_past_prologue): New function.
4906 (ada_attribute_name): Modify to take enum exp_opcode argument.
4907
4908 (ada_enum_name): Recognize new homonym-distinguishing convention.
4909 Adjust local variable's type to remove compiler warning.
4910 Fix a small problem in the part that unqualifies the enumeration name.
4911 (ada_value_binop): New function.
4912 (ada_value_equal): New function.
4913
4914 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4915 Don't give error message when not doing normal evaluation
4916 and a tagged type doesn't seem to contain a structure member.
4917 Give error message for packed arrays.
4918 For indexing arrays, handle pointers to packed arrays correctly.
4919 Handle case of 'first and 'last attributes of bare integral type
4920 without encoded subtype info.
4921 Remove some unnecessary casts.
4922 Fix uninitialized value of type in computing 'first, 'last, or 'length
4923 of array object.
4924 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4925 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4926 calls.
4927 Attributes are now exp_opcode values.
4928 Correct treatment of 'modulus.
4929 Better error message for taking 'length of wrong kind of type;
4930 improve comment.
4931 Change EVAL_NORMAL to noside for consistency.
4932 Use ada_value_binop for DIV, MOD, REM.
4933 Make special case out of array of length 0, since an argument
4934 of 0 upsets some platforms' malloc.
4935 Use OP_STRING instead of OP_ARRAY.
4936 For slice, add check that we have an array type before extracting
4937 a slice out of it. Avoids a SEGV.
4938 When evaluating an array slice, if the array type is a reference to
4939 an aligner type, then replace the aligner type by the actual type.
4940 Decomment disabled code.
4941 Remove some dead code.
4942 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4943 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4944 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4945 and UNOP_MBR to UNOP_IN_RANGE.
4946 If an array type has a parallel ___XVE type, then use it.
4947 Turn arrays into pointers for lvalue arrays.
4948 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4949 bounds error and handle 0-length slices.
4950 Use lim_warning.
4951 When selecting fields, apply ada_to_fixed_value (because the fields
4952 might have ___XVU or ___XVE encodings even if not dynamic.)
4953 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4954 (ada_is_system_address_type): New function.
4955
4956 (get_var_value): Use new interface to ada_lookup_symbol_list.
4957 (get_int_var_value): New interface.
4958 (to_fixed_range_type): Allow unknown bound, with warning.
4959 (ada_is_modular_type): Decomment disabled code.
4960 (ADA_OPERATORS): New definition.
4961 (ada_operator_length): New function.
4962 (ada_expr_op_name): New function.
4963 (ada_forward_operator_length): New function.
4964 (ada_dump_subexp_body): New function.
4965 (ada_print_subexp): New function.
4966 (ada_exp_descriptor): New constant.
4967 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4968 (ada_language_defn): Add ada_exp_descriptor entry.
4969 Change ada_parse => parse.
4970 Add post-parser entry.
4971 Use ada-specific non-local symbol lookup.
4972 Don't use C-style arrays.
4973 String lower-bound is 1.
4974 Decomment disabled code.
4975 (parse): New function.
4976 New fields ada_translate_error_message, ada_lookup_symbol,
4977 ada_lookup_minimal_symbol.
4978
4979 * ada-lang.h: Update copyright dates.
4980 Replace the mangle/demangle terminology throughout by the
4981 more appropriate encode/decode one.
4982 Include breakpoint.h.
4983 Forward declare struct partial_symbol, struct block.
4984 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4985 (EXTRACT_ADDRESS): Remove.
4986 (EXTRACT_INT): Remove.
4987 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4988 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4989 (MAX_RENAMING_CHAIN_LENGTH): Define.
4990 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4991
4992 (enum task_states): Remove.
4993 ada_task_states: Remove.
4994 (fat_string): Remove.
4995 (struct entry_call): Remove.
4996 (struct task_fields): Remove.
4997 (struct task_entry): Remove.
4998
4999 (struct ada_symbol_info): Define.
5000 (enum ada_attribute): Remove.
5001 (enum ada_operator): Define.
5002
5003 (ada_get_field_index): Declare.
5004 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5005 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5006 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5007 (ada_lookup_symbol_list): New interface.
5008 (ada_decode_symbol): Declare.
5009 (ada_decode): Declare.
5010 (ada_lookup_symbol): New interface.
5011 (ada_update_initial_language): Declare.
5012 (ada_lookup_simple_minsym): Declare.
5013 (user_select_syms): New interface.
5014 (ada_sals_for_line): Declare.
5015 (ada_is_tagged_type): New interface.
5016 (ada_tag_name): Declare.
5017 (ada_lookup_struct_elt_type): Remove declaration.
5018 (ada_search_struct_field): Remove declaration.
5019 (ada_attribute_name): New interface.
5020 (ada_is_system_address_type): Declare.
5021 (ada_to_fixed_value): Remove declaration.
5022 (ada_template_to_fixed_record_type_1): Declare.
5023 (get_int_var_value): New interface.
5024 (ada_find_any_symbol): Declare.
5025 (ada_find_renaming_symbol): Declare.
5026 (ada_mangle): Rename to ada_encode.
5027 (ada_simple_renamed_entity): Remove const.
5028 (ada_main_name): Declare.
5029 (get_current_task): Rename to ada_get_current_task.
5030 (get_entry_number): Remove declaration.
5031 (ada_report_exception_break): Remove declaration.
5032 (ada_print_exception_breakpoint_nontask): Declare.
5033 (ada_print_exception_breakpoint_task): Declare.
5034 (ada_find_printable_frame): Declare.
5035
5036 * ada-lex.l: Update copyright notices.
5037 Use xmalloc and xfree instead of malloc and free.
5038 Use new interface to name_lookup.
5039 Use new interface to
5040 ada_mangle=>ada_encode.
5041 Redo handling of '$...' variable to parallel current treatment
5042 in c-exp.y.
5043 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5044 digit_to_int, strtoulst, processInt, processReal, processId,
5045 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5046 yywrap): Protoize.
5047
5048 (processInt): Use cast to remove harmless warning.
5049 (processReal): Modify to get rid of compiler warning on scan formats.
5050
5051 (processId): Replace xmalloc with obstack_alloc for name and remove
5052 call to ada_name_string_cleanup.
5053 Remove obsolete disabled code.
5054 (name_lookup): Ditto.
5055 New interface.
5056 Use obsavestring on temp_parse_space instead of savestring
5057 on name, and remove call to ada_name_string_cleanup.
5058 Free string returned from ada_simple_renamed_entity.
5059 Use new interface to ada_lookup_symbol_list.
5060 Decomment disabled code.
5061 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5062 not types.
5063 When a type name lookup succeeds as a result of
5064 lookup_primitive_typename, check for regular type entry that has not
5065 yet been read in.
5066 Limit length of chain of renamed symbols we are willing to follow.
5067 Do not break names beginning with "standard__" into segments.
5068 (block_lookup): Use new interface to ada_lookup_symbol_list.
5069
5070 * ada-typeprint.c: Update copyright notice.
5071 (demangled_type_name): Rename to decoded_type_name.
5072 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5073 (print_range_bound): Correct handling of negative
5074 bounds that make the index type looked unsigned under STABS.
5075 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5076 (print_range_type_named): Use the builtin int type if no type
5077 corresponding to the given type name could be found.
5078 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5079 Add some bullet-proofing.
5080 (print_variant_clauses): Allow for variant branches with ___XVU
5081 encodings that are not dynamic fields.
5082 Use new interface to ada_is_tagged_type.
5083 (print_record_type): Allow for fields with ___XVE encodings that
5084 are not dynamic fields.
5085 Use new interface to ada_is_tagged_type.
5086 (ada_print_type): ada_is_array_descriptor =>
5087 ada_is_array_descriptor_type.
5088
5089 * ada-valprint.c: Update copyright notice.
5090 Include gdb_string.h
5091 Include infcall.h
5092 (ui_memcpy): New function.
5093 (ada_print_floating): New function.
5094 (ada_print_str): Order arguments correctly.
5095 Correct handling of empty arrays and arrays of 0-length items.
5096 ada_is_array_descriptor => ada_is_array_descriptor_type
5097 Print values of type System.Address in hexadecimal format.
5098 Use ada_print_floating to print floating-point numbers in Ada format.
5099 Print class tag values with type names.
5100 No longer print the address of reference values. Avoids
5101 a potential confusion.
5102 (ada_value_print): Stop printing the object type for reference
5103 values, but preserve that behavior for access types. Avoids
5104 a potential confusion.
5105 Simplify one conditional expression, as the first part is now
5106 necessarily true.
5107 ada_is_array_descriptor => ada_is_array_descriptor_type
5108 Add check for arrays for null records, and print them by hand.
5109
5110 2004-06-01 Jim Blandy <jimb@redhat.com>
5111
5112 * ppc-tdep.h: Delete unused 'regoff' member.
5113 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5114
5115 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5116
5117 Fix PR symtab/1661.
5118 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5119 (hpread_read_struct_type): Likewise.
5120
5121 2004-06-01 Andrew Cagney <cagney@gnu.org>
5122
5123 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5124 instead of xasprintf.
5125 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5126 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5127 (mi_cmd_data_list_register_names)
5128 (mi_cmd_data_list_changed_registers)
5129 (mi_cmd_data_list_register_values)
5130 (get_register, mi_cmd_data_write_register_values)
5131 (mi_cmd_data_write_register_values)
5132 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5133 (mi_cmd_target_download, mi_cmd_target_select)
5134 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5135 (mi_execute_cli_command, mi_execute_async_cli_command)
5136 (mi_execute_async_cli_command): Ditto.
5137 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5138 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5139
5140 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5141 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5142 error_last_message instead of mi_error_last_message.
5143 * mi/mi-main.c (mi_error_last_message): Delete function.
5144
5145 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5146 "invalid number of columns" error. Delete redundant "out of
5147 memory" check.
5148
5149 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5150
5151 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5152 (gregset_t, fpregset_t): Remove typedefs.
5153 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5154 (REG_OFFSET): Rename argument.
5155 (i386bsd_r_reg_offset): Rename from reg_offset.
5156 (REG_ADDR): Remove macro.
5157 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5158 functions.
5159 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5160 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5161 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5162 instead of supply_gregset.
5163 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5164 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5165 instead of fill_gregset.
5166 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5167
5168 * i386bsd-nat.c: Don't include "gregset.h".
5169 (supply_gregset, fill_gregset): Make static.
5170 (supply_fpregset, fill_fpregset): Remove.
5171 * Makefile.in (i386bsd-nat.o): Update dependencies.
5172
5173 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5174
5175 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5176 "gdb_assert.h". Con't include "gregset.h".
5177 (fbsd_make_corefile_notes): Use regset-based core file support
5178 instead off fill_gregset and fill_fpregset.
5179 * Makefile.in (fbsd-proc.o): Update dependencies.
5180
5181 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5182 instructions.
5183 (m88k_frame_prev_register): Simplify code a bit.
5184
5185 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5186 (amd64_collect_fpregset): New function.
5187 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5188
5189 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5190
5191 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5192 (i386_collect_gregset): New function.
5193 (i386_supply_fpregset): Adjust comment.
5194 (i386_collect_fpregset): New function.
5195 (i386_regset_from_core_section): Use i386_collect_gregset and
5196 i386_collect_fpregset.
5197
5198 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5199 handle VALUEP being null.
5200
5201 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5202
5203 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5204
5205 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5206
5207 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5208 assembler in OpenBSD 3.5-current.
5209 (amd64obsd_sigcontext_addr): Likewise.
5210
5211 2004-05-28 Jim Blandy <jimb@redhat.com>
5212
5213 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5214 register set, so our regcache isn't declared "legacy" and our E500
5215 pseudoregister read and write functions aren't ignored.
5216 (rs6000_register_byte, rs6000_register_raw_size,
5217 rs6000_register_virtual_type, rs6000_register_convertible,
5218 rs6000_register_convert_to_virtual,
5219 rs6000_register_convert_to_raw): Deleted.
5220 (rs6000_register_type, rs6000_convert_register_p,
5221 rs6000_register_to_value, rs6000_value_to_register): New
5222 functions.
5223 (rs6000_gdbarch_init): Don't register
5224 gdbarch_deprecated_register_size,
5225 gdbarch_deprecated_register_bytes,
5226 gdbarch_deprecated_register_byte,
5227 gdbarch_deprecated_register_raw_size,
5228 gdbarch_deprecated_register_virtual_type,
5229 gdbarch_deprecated_register_convertible,
5230 gdbarch_deprecated_register_convert_to_virtual, or
5231 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5232 register gdbarch_register_type, gdbarch_convert_register_p,
5233 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5234
5235 2004-05-26 Jim Blandy <jimb@redhat.com>
5236
5237 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5238 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5239 functions, updated to match the register numberings used in GCC.
5240 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5241 rs6000_dwarf2_reg_to_regnum as register number conversions
5242 functions for STABS and Dwarf2.
5243
5244 2004-05-26 Randolph Chung <tausq@debian.org>
5245
5246 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5247 in header file.
5248
5249 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5250
5251 * NEWS: Document new "start" command.
5252
5253 2004-05-25 Randolph Chung <tausq@debian.org>
5254
5255 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5256 hppa-linux.
5257
5258 2004-05-25 Randolph Chung <tausq@debian.org>
5259
5260 * hppa-hpux-tdep.c (offsetof): Define.
5261 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5262 (hppa32_hpux_frame_base_before_sigtramp)
5263 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5264 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5265 (hppa64_hpux_frame_base_before_sigtramp)
5266 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5267 functions.
5268 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5269 (hppa_hpux_sigtramp_frame_unwind_cache)
5270 (hppa_hpux_sigtramp_frame_this_id)
5271 (hppa_hpux_sigtramp_frame_prev_register)
5272 (hppa_hpux_sigtramp_frame_unwind)
5273 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5274 (hppa_hpux_init_abi): Register sigtramp unwinder.
5275 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5276
5277 2004-05-25 Randolph Chung <tausq@debian.org>
5278
5279 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5280 and multiple stack unwinds.
5281 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5282
5283 2004-05-25 Andrew Cagney <cagney@gnu.org>
5284
5285 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5286 * symfile-mem.h: Delete file.
5287 * symfile-mem.c: Do not include "symfile-mem.h".
5288 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5289 "struct bfd_section". When an error do not bother returning NULL.
5290 (add_symbol_file_from_memory_command): Use "struct bfd" and
5291 "struct bfd_section".
5292 * Makefile.in (symfile_mem_h): Delete.
5293 (symfile-mem.o): Update dependencies.
5294
5295 2004-05-25 Nick Roberts <nickrob@gnu.org>
5296
5297 * gdb-mi.el: New file.
5298
5299 2004-05-25 Andrew Cagney <cagney@gnu.org>
5300
5301 * inftarg.c: Include "observer.h".
5302 (child_attach, child_create_inferior): Notify inferior_created.
5303 * corelow.c: Include "observer.h".
5304 (core_open): Notify inferior_created.
5305 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5306
5307 2004-05-25 Andrew Cagney <cagney@gnu.org>
5308
5309 * target.h (struct target_ops): Add from_tty to
5310 to_create_inferior.
5311 (target_create_inferior, find_default_create_inferior): Update.
5312 * infcmd.c (run_command): Update.
5313 * wince.c (child_create_inferior): Update.
5314 * win32-nat.c (child_create_inferior): Update.
5315 * uw-thread.c (uw_thread_create_inferior): Update.
5316 * thread-db.c (thread_db_create_inferior): Update.
5317 * target.c (debug_to_create_inferior)
5318 (find_default_create_inferior): Update.
5319 (maybe_kill_then_create_inferior): Update.
5320 * sol-thread.c (sol_thread_create_inferior): Update.
5321 * remote.c (extended_remote_async_create_inferior)
5322 (extended_remote_create_inferior): Update.
5323 * remote-vx.c (vx_create_inferior): Update.
5324 * remote-st.c (st2000_create_inferior): Update.
5325 * remote-sim.c (gdbsim_create_inferior): Update.
5326 * remote-sds.c (sds_create_inferior): Update.
5327 * remote-rdp.c (remote_rdp_create_inferior): Update.
5328 * remote-rdi.c (arm_rdi_create_inferior): Update.
5329 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5330 * remote-e7000.c (e7000_create_inferior): Update.
5331 * procfs.c (procfs_create_inferior): Update.
5332 * ocd.c (ocd_create_inferior): Update.
5333 * ocd.h (ocd_create_inferior): Update.
5334 * nto-procfs.c (procfs_create_inferior): Update.
5335 * monitor.c (monitor_create_inferior): Update.
5336 * lin-lwp.c (lin_lwp_create_inferior): Update.
5337 * inftarg.c (child_create_inferior): Update.
5338 * hpux-thread.c (hpux_thread_create_inferior): Update.
5339 * gnu-nat.c (gnu_create_inferior): Update.
5340
5341 2004-05-25 Andrew Cagney <cagney@gnu.com>
5342
5343 * MAINTAINERS: Update e-mail address.
5344
5345 2004-05-24 Randolph Chung <tausq@debian.org>
5346
5347 * thread.c (info_threads_command, thread_apply_all_command)
5348 (thread_apply_command, thread_command, do_captured_thread_select):
5349 Remove HPUXHPPA-specific code.
5350
5351 2004-05-24 Randolph Chung <tausq@debian.org>
5352
5353 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5354 unused symbols.
5355 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5356 references.
5357
5358 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5359
5360 * infcmd.c (kill_if_already_running): New function, extracted
5361 from run_command().
5362 (run_command): Replace extracted code by call to
5363 kill_if_already_running().
5364 (start_command): New function.
5365 (_initialize_infcmd): Add "start" command.
5366
5367 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5368
5369 Add OpenBSD/m88k support.
5370 * NEWS (New native configurations): Mention OpenBSD/m88k.
5371 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5372 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5373 * Makefile.in (m88k_tdep_h): New variable.
5374 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5375 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5376 * configure.host: Add m88*-*-openbsd*.
5377 * configure.tgt: Add m88*-*-openbsd*.
5378
5379 2004-05-24 Jim Blandy <jimb@redhat.com>
5380
5381 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5382 to approve changes.
5383
5384 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5385
5386 * symtab.c (fixup_section): Search section table when lookup by
5387 name fails.
5388
5389 2004-05-24 Randolph Chung <tausq@debian.org>
5390
5391 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5392 be "small_struct".
5393
5394 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5395
5396 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5397 register number in regcache_raw_collect call.
5398 (m68kbsd_collect_fpregset): Likewise.
5399 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5400
5401 * regset.h (struct regset): Add back `regset' member.
5402
5403 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5404
5405 * configure.in: Check for td_pcb in `struct thread'.
5406 * configure, config.in: Regenerated.
5407
5408 * dpx2-nat.c: Remove file.
5409 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5410 (dpx2-nat.o): Remove dependencies.
5411
5412 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5413 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5414 (amd64obsd_supply_pcb): New function.
5415 (_initialize_amd64obsd_nat): Enable libkvm interface.
5416 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5417 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5418 (LOADLIBES): New variable.
5419
5420 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5421 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5422 (sparc32nbsd_supply_pcb): New function.
5423 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5424 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5425 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5426 (LOADLIBES): New variable.
5427
5428 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5429
5430 * bsd-kvm.c, bsd-kvm.h: New files.
5431 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5432 "bsd-kvm.h".
5433 (i386fbsd_supply_pcb): New function.
5434 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5435 (i386fbsd-nat.o): Update dependencies.
5436 (bsd_kvm_h): New variable.
5437 (bsd-kvm.o): New dependency.
5438 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5439 (LOADLIBES): New variable.
5440
5441 * regset.c: Tweak comment.
5442 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5443 macro.
5444 * regset.h: Update copyright year.
5445 (struct regset): Remove `descr' member, add `gdbarch' member.
5446 (regset_alloc): Adjust prototype and comment.
5447 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5448 (i386_supply_fpregset): Likewise.
5449 (i386_regset_from_core_section): Update call to regset_alloc.
5450 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5451 REGSET->arch.
5452 (i386obsd_aout_regset_from_core_section): Update call to
5453 regset_alloc.
5454 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5455 REGSET->arch.
5456 (i386nbsd_aout_regset_from_core_section): Update call to
5457 regset_alloc.
5458 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5459 REGSET->arch.
5460 (amd64_regset_from_core_section): Update call to regset_alloc.
5461 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5462 REGSET->arch.
5463 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5464 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5465 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5466 (sparc32nbsd_init_abi): Update call to regset_alloc.
5467 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5468 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5469 (sparc64obsd_init_abi): Update call to regset_alloc.
5470 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5471 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5472 (sparc64nbsd_init_abi): Update call to regset_alloc.
5473 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5474 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5475 (sparc64fbsd_init_abi): Update call to regset_alloc.
5476
5477 2004-05-22 Jim Blandy <jimb@redhat.com>
5478
5479 * ppc-tdep.h (spe_register_p): New declaration.
5480 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5481 ppc_spefscr_regnum.
5482 * rs6000-tdep.c (spe_register_p): New function.
5483 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5484 spefscr.
5485 (rs6000_gdbarch_init): Initialize the new members of the tdep
5486 structure.
5487
5488 2004-05-21 Jim Blandy <jimb@redhat.com>
5489
5490 * ppc-linux-nat.c (fetch_register): Move code back to be next
5491 to the comment that describes it. (Moved code, instead of
5492 comment, for symmetry with store_register.)
5493
5494 Allocate regset structures in the gdbarch's obstack, not using
5495 xmalloc.
5496 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5497 Add 'arch' argument. Allocate the regset on arch's obstack, not
5498 using xmalloc.
5499 * regset.h (regset_alloc): Update declaration.
5500 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5501 gdbarch argument.
5502 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5503 * i386-tdep.c (i386_regset_from_core_section): Same.
5504 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5505 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5506 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5507 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5508 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5509 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5510
5511 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5512
5513 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5514
5515 2004-05-21 Jim Blandy <jimb@redhat.com>
5516
5517 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5518 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5519
5520 2004-05-20 Jim Blandy <jimb@redhat.com>
5521
5522 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5523
5524 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5525
5526 * regset.h: Make prototype const-correct.
5527 * regset.c (regset_xmalloc): Make const-correct.
5528
5529 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5530
5531 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5532 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5533 (symbol_search_name): Declare.
5534
5535 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5536 (iter_name_next_hashed): Ditto.
5537 (iter_name_next_linear): Ditto.
5538 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5539
5540 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5541 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5542 (symbol_search_name): New function.
5543
5544 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5545
5546 * minsyms.c (build_minimal_symbol_hash_tables): Change
5547 test for adding to demangled hash table to check for difference
5548 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5549
5550 2004-05-19 Jim Blandy <jimb@redhat.com>
5551
5552 Use a constructor function to create regset structures.
5553 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5554 (struct regset): Use supply_regset_ftype. Add new
5555 'collect_regset' member.
5556 (regset_xmalloc): New declaration.
5557 * regset.c: New file.
5558 * am64-tdep.c (amd64_regset_from_core_section): Use
5559 regset_xmalloc to construct regset structures.
5560 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5561 * i386-tdep.c (i386_regset_from_core_section): Same.
5562 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5563 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5564 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5565 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5566 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5567 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5568 * Makefile.in (COMMON_OBS): Add regset.o.
5569 (regset.o): New rule.
5570
5571 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5572
5573 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5574 and pthread_cond_wait.c.
5575
5576 2004-05-18 Jim Blandy <jimb@redhat.com>
5577
5578 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5579 before the mach-specific switch, and then let the individual cases
5580 override the defaults, rather than leaving them uninitialized
5581 until the switch and then setting them in each case.
5582
5583 2004-05-18 Randolph Chung <tausq@debian.org>
5584
5585 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5586 millicode functions.
5587
5588 2004-05-18 Randolph Chung <tausq@debian.org>
5589
5590 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5591 references to dld_flags_buffer consistent.
5592
5593 2004-05-18 Randolph Chung <tausq@debian.org>
5594
5595 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5596 it for unwinding the stack.
5597
5598 2004-05-18 Randolph Chung <tausq@debian.org>
5599
5600 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5601 Undefine these so we can overide them using gdbarch.
5602
5603 2004-05-18 Randolph Chung <tausq@debian.org>
5604
5605 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5606 handling for 64-bit HPUX (elf).
5607
5608 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5609
5610 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5611 constants.
5612 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5613 * ia64-tdep.c (examine_prologue): Likewise.
5614 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5615 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5616
5617 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5618
5619 * vax-tdep.c (vax_return_value): Implement
5620 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5621
5622 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5623
5624 * vax-tdep.c (vax_return_value): Fix typo.
5625
5626 2004-05-17 Andrew Cagney <cagney@redhat.com>
5627
5628 * MAINTAINERS: Mark Salter was also responsible for
5629 testsuite/config/
5630
5631 * NEWS: Mention signal fixes.
5632
5633 2004-05-17 Randolph Chung <tausq@debian.org>
5634
5635 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5636 check to see if we are unwinding an export stub. Export stubs clobber
5637 the %rp in the call path and stores the original rp in a stack slot.
5638
5639 2004-05-17 Jim Blandy <jimb@redhat.com>
5640
5641 * MAINTAINERS: Update address for J.T. Conklin.
5642
5643 2004-05-17 Randolph Chung <tausq@debian.org>
5644
5645 * hppa-tdep.c: Remove superfluous #include's.
5646 * Makefile.in (hppa-tdep.o): Update dependencies.
5647
5648 2004-05-17 Randolph Chung <tausq@debian.org>
5649
5650 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5651 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5652 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5653 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5654 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5655 Remove static function declarations.
5656
5657 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5658
5659 * alphabsd-nat.c: Update copyright year.
5660 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5661
5662 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5663 and M68K_A2_REGNUM.
5664
5665 * m68k-tdep.c (m68k_svr4_return_value): Implement
5666 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5667
5668 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5669
5670 * sol-thread.c Update copyright year. Fix various coding
5671 standards violations. Tweak a few comments.
5672 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5673 Delete prototypes.
5674
5675 2004-05-15 Randolph Chung <tausq@debian.org>
5676
5677 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5678 as pointer instead of array reference since HPUX compiler does
5679 not accept unsized array arguments.
5680 * somsolib.c (dld_flags_buffer): Use constant array size.
5681
5682 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5683
5684 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5685 offset with decimal offset.
5686 (amd64obsd_sigcontext_addr): Return correct address for entire
5687 signal trampoline.
5688
5689 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5690 instead of get_frame_base.
5691
5692 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5693 (fill_gregset): Use regcache_raw_collect.
5694
5695 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5696 ppcobsd-tdep.c.
5697
5698 * config/sparc/tm-nbsd64.h: Remove file.
5699 * config/tm-sunos.h: Remove file.
5700
5701 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5702
5703 * rs6000-tdep.c (store_param_on_stack_p): New function,
5704 an improved version of some code extracted from skip_prologue().
5705 (skip_prologue): Use store_param_on_stack_p() to detect
5706 instructions saving a parameter on the stack. Detect when r0
5707 is used to save a parameter.
5708 Do not mark "li rx, SIMM" instructions as part of the prologue,
5709 unless the following instruction is also part of the prologue.
5710
5711 2004-05-14 Andrew Cagney <cagney@redhat.com>
5712
5713 * infrun.c (handle_inferior_event): Simplify
5714 STEP_OVER_UNDEBUGGABLE.
5715
5716 * infrun.c (handle_step_into_function): Delete function.
5717 (handle_inferior_event): Inline calls to
5718 handle_step_into_function.
5719
5720 2004-05-14 Jerome Guitton <guitton@gnat.com>
5721
5722 * rs6000-nat.c: Fix a comment.
5723
5724 2004-05-12 David Anderson <davea@sgi.com>
5725
5726 Committed by Jim Blandy <jimb@redhat.com>:
5727 * regcache.c (struct regcache_descr): fix comment spelling.
5728
5729 2004-05-13 J. Brobecker <brobecker@gnat.com>
5730
5731 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5732 Fixes a link link failure.
5733
5734 2004-05-13 J. Brobecker <brobecker@gnat.com>
5735
5736 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5737 error that was causing the build to fail.
5738
5739 2004-05-13 J. Brobecker <brobecker@gnat.com>
5740
5741 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5742 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5743
5744 2004-05-13 Andrew Cagney <cagney@redhat.com>
5745
5746 * infrun.c (handle_inferior_event): Check for
5747 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5748 calls. Update comments.
5749
5750 2004-05-13 Jim Blandy <jimb@redhat.com>
5751
5752 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5753 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5754 (store_regs_user_thread, store_regs_kernel_thread): Use
5755 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5756 * ppc-linux-nat.c (fill_gregset): Same.
5757 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5758 (ppc_linux_sigtramp_cache): Same.
5759 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5760 (ppcnbsd_sigtramp_cache_init): Same.
5761 * rs6000-nat.c (fetch_core_registers): Same.
5762 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5763 (rs6000_frame_cache): Same.
5764
5765 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5766 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5767 of assuming that the gprs are numbered starting with zero.
5768 * ppc-linux-nat.c (fill_gregset): Same.
5769 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5770 * ppcnbsd-nat.c (getregs_supplies): Same.
5771 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5772 * rs6000-nat.c (fetch_core_registers): Same.
5773 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5774
5775 2004-05-07 Michael Snyder <msnyder@redhat.com>
5776
5777 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5778 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5779
5780 2004-05-13 Andrew Cagney <cagney@redhat.com>
5781
5782 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5783
5784 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5785
5786 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5787 base_address for shared libraries.
5788
5789 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5790
5791 * MAINTAINERS (write after approval): Add myself.
5792
5793 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5794
5795 * breakpoint.c (bpstat_stop_status): Add new argument
5796 STOPPED_BY_WATCHPOINT. Use it instead of testing
5797 target_stopped_data_address agaist 0 to check whether
5798 or not we stopped due to a hardware watchpoint.
5799 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5800 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5801 with new argument.
5802
5803 2004-05-12 Jim Blandy <jimb@redhat.com>
5804
5805 * configure.in: When checking whether we should use the -bbigtoc
5806 option, don't forget to restore the original value of LDFLAGS.
5807 * configure: Regenerated.
5808
5809 2004-05-12 Andrew Cagney <cagney@redhat.com>
5810
5811 * thread.c (load_infrun_state): Delete step_sp.
5812 * infrun.c (context_switch): Ditto.
5813 * inferior.h (step_sp): Ditto.
5814 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5815 * gdbthread.h (struct thread_info, save_infrun_state)
5816 (restore_infrun_state): Ditto.
5817
5818 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5819
5820 * MAINTAINERS (write after approval): Add myself.
5821
5822 2004-05-12 Andrew Cagney <cagney@redhat.com>
5823
5824 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5825 eliminate reference to step_sp.
5826 (struct execution_control_state, init_execution_control_state)
5827 (handle_inferior_event, keep_going): Delete update_step_sp and
5828 step_sp.
5829 * infcmd.c (step_sp): Note that variable is unused.
5830
5831 2004-05-11 Andrew Cagney <cagney@redhat.com>
5832
5833 * infrun.c (step_over_function): Delete function.
5834 (handle_step_into_function): Use insert_step_resume_breakpoint.
5835 (insert_step_resume_breakpoint): Fix assertion.
5836
5837 2004-05-11 Nick Roberts <nickrob@gnu.org>
5838
5839 * utils.c (defaulted_query): Just use the normal query input type
5840 when printing the annotations.
5841
5842 2004-05-11 Andrew Cagney <cagney@redhat.com>
5843
5844 * infrun.c (handle_inferior_event): Simplify code handling
5845 step-into or return-from a signal trampoline.
5846
5847 2004-05-11 Andrew Cagney <cagney@redhat.com>
5848
5849 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5850 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5851
5852 2004-05-10 Jim Blandy <jimb@redhat.com>
5853
5854 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5855 with a call to internal_error.
5856
5857 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5858 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5859 processor variant lacks those registers.
5860 (ppc_floating_point_unit_p): Change description to make it clear
5861 that this returns info about the ISA, not the ABI.
5862 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5863 return true or false by checking tdep->ppc_fp0_regnum and
5864 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5865 arch/mach switching done in rs6000_gdbarch_init; it's better to
5866 keep that logic there, and just check the results here.
5867 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5868 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5869 floating-point registers.
5870 (ppc_supply_fpregset, ppc_collect_fpregset)
5871 (rs6000_push_dummy_call, rs6000_extract_return_value)
5872 (rs6000_store_return_value): Assert that we have floating-point
5873 registers.
5874 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5875 (rs6000_frame_cache): Don't note the locations at which
5876 floating-point registers were saved if we have no fprs.
5877 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5878 registers.
5879 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5880 (store_regs_user_thread, store_regs_kernel_thread): Only call
5881 supply_fprs / fill_fprs if we actually have floating-point
5882 registers.
5883 (special_register_p): Check ppc_fpscr_regnum before matching
5884 against it.
5885 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5886 supply / collect fpscr if we don't have it.
5887 * ppc-bdm.c: #include "gdb_assert.h".
5888 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5889 have floating-point registers, since I can't test this code on
5890 FP-free systems to adapt it.
5891 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5892 fpscr and floating point register numbers if they don't exist.
5893 (fetch_register): Assert that we have floating-point registers
5894 before we reach the code that handles them.
5895 (store_register): Same. And use tdep instead of calling
5896 gdbarch_tdep again.
5897 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5898 don't have them.
5899 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5900 fprs and fpscr if we don't have them.
5901 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5902 don't have them.
5903 * ppcnbsd-nat.c: #include "gdb_assert.h".
5904 (getfpregs_supplies): Assert that we have floating-point registers.
5905 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5906 * ppcobsd-tdep.c: #include "gdb_assert.h".
5907 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5908 have floating-point registers.
5909 * rs6000-nat.c (regmap): Don't match against the fpscr and
5910 floating point register numbers if they don't exist.
5911 (fetch_inferior_registers, store_inferior_registers,
5912 fetch_core_registers): Only fetch / store / supply the
5913 floating-point registers and the fpscr if we have them.
5914 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5915 (ppcobsd-tdep.o): Update dependencies.
5916
5917 2004-05-10 Andrew Cagney <cagney@redhat.com>
5918
5919 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5920 (context_switch): Do not switch through_sigtramp_breakpoint.
5921 * gdbthread.h (save_infrun_state, load_infrun_state)
5922 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5923 and structure member.
5924 * thread.c (load_infrun_state, save_infrun_state): Update.
5925
5926 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5927
5928 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5929
5930 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5931
5932 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5933 throughout.
5934 * aclocal.m4: Regenerate.
5935
5936 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5937
5938 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5939
5940 2004-05-10 Andrew Cagney <cagney@redhat.com>
5941
5942 * infrun.c (check_sigtramp2): Delete function.
5943 (handle_inferior_event): When single stepping, and taking a
5944 signal, set a breakpoint at the signal return address. Delete
5945 redundant calls to check_sigtramp2.
5946 (insert_step_resume_breakpoint): New function.
5947 (through_sigtramp_breakpoint, handle_inferior_event)
5948 (follow_exec, wait_for_inferior, fetch_inferior_event)
5949 (currently_stepping, keep_going): Delete most uses of
5950 through_sigtramp_breakpoint, not that it should be deleted.
5951 (delete_breakpoint_current_contents): Delete function.
5952
5953 2004-05-10 Randolph Chung <tausq@debian.org>
5954
5955 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5956 target.
5957 * config/pa/tm-linux.h: New file.
5958
5959 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5960
5961 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5962 of prefixes. Don't print the prefix twice in the CLI.
5963
5964 2004-05-10 Jim Blandy <jimb@redhat.com>
5965
5966 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5967 collect all the gprs.
5968
5969 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5970 loop collecting gprs.
5971
5972 2004-05-09 Andrew Cagney <cagney@redhat.com>
5973
5974 * remote-vx.c (net_step): Delete step-range code.
5975 * remote.c (remote_resume, init_all_packet_configs)
5976 (set_remote_protocol_E_packet_cmd)
5977 (show_remote_protocol_E_packet_cmd)
5978 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5979 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5980 (show_remote_protocol_e_packet_cmd): Ditto.
5981
5982 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5983
5984 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5985
5986 * hppa-tdep.h: Update copyright year.
5987 (struct trad_frame_saved_reg): Add opaque declaration.
5988
5989 * amd64-tdep.c (amd64_return_value): Implement
5990 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5991
5992 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5993 (m68k_value_to_register): New functions.
5994 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5995 value_to_register.
5996
5997 * defs.h (enum return_value_convention): Add
5998 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5999 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6000 * infcmd.c (legacy_return_value): New function.
6001 (print_return_value): Rwerite to implement
6002 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6003 * values.c (using_struct_return): Check for inequality to
6004 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6005 RETURN_VALUE_STRUCT_CONVENTION.
6006 * i386-tdep.c (i386_return_value): Implement
6007 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6008
6009 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6010 include "symtab.h", "opcode/vax.h" and "inferior.h".
6011 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6012 to read_memory_unsigned_integer.
6013 (vax_gdbarch_init): Reorder.
6014 (_initialize_vax_tdep): Spell out prototype.
6015 * Makefile.in (vax-tdep.o): Update dependencies.
6016
6017 2004-05-08 Andrew Cagney <cagney@redhat.com>
6018
6019 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6020 * target.c (target_detach, target_disconnect): Ditto.
6021
6022 * infcall.c (call_function_by_hand): When no
6023 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6024 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6025 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6026 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6027 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6028
6029 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6030 * gdbarch.h, gdbarch.c: Re-generate.
6031 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6032 deprecated_fix_call_dummy.
6033 * v850-tdep.c (v850_gdbarch_init): Ditto.
6034 * infcall.c (call_function_by_hand): Do not call
6035 DEPRECATED_FIX_CALL_DUMMY.
6036
6037 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6038 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6039 * gdbarch.h, gdbarch.c: Re-generate.
6040 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6041 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6042 deprecated_sizeof_call_dummy_words.
6043 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6044 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6045 * v850-tdep.c (v850_gdbarch_init): Ditto.
6046 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6047 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6048 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6049 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6050 * arch-utils.h (legacy_call_dummy_words)
6051 (legacy_sizeof_call_dummy_words): Delete declarations.
6052 * arch-utils.c (legacy_call_dummy_words)
6053 (legacy_sizeof_call_dummy_words): Delete variables.
6054
6055 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6056 * gdbarch.h, gdbarch.c: Re-generate.
6057 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6058 * infcall.c (call_function_by_hand): Eliminate call to
6059 DEPRECATED_PUSH_DUMMY_FRAME.
6060 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6061 push_dummy_frame.
6062 (ns32k_push_dummy_frame): Delete function.
6063
6064 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6065 deprecated_call_dummy_breakpoint_offset or
6066 deprecated_call_dummy_start_offset.
6067 * dummy-frame.c, arm-tdep.c: Update comments.
6068 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6069 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6070 * gdbarch.h, gdbarch.c: Re-generate.
6071
6072 * infcall.c (legacy_push_dummy_code): Delete function.
6073 (push_dummy_code): Delete call.
6074
6075 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6076 * gdbarch.h, gdbarch.c: Re-generate.
6077 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6078 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6079 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6080 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6081
6082 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6083 (struct frame_info): Delete opaque declaration.
6084 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6085 * frame.c (get_frame_type): Delete call.
6086
6087 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6088 pc_in_call_dummy.
6089 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6090 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6091
6092 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6093
6094 * alphanbsd-tdep.c: Include "gdb_string.h".
6095 * armnbsd-tdep.c: Update copyright year.
6096 Include "gdb_string.h".
6097 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6098 dependencies.
6099
6100 * delta68-nat.c: Remove file.
6101 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6102 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6103 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6104 (delta68-nat.o): Remove dependency.
6105
6106 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6107 function.
6108 (m68k_gdbarch_init): Don't set
6109 deprecated_frameless_function_invocation.
6110
6111 2004-05-07 Randolph Chung <tausq@debian.org>
6112
6113 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6114 read_memory_nobpt for code reading when doing frame unwinding.
6115 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6116
6117 2004-05-07 Randolph Chung <tausq@debian.org>
6118
6119 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6120 instead of sp, handle sigaltstack case.
6121 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6122 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6123 signal handler and not that of the caller.
6124 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6125 hppa_linux_sigtramp_find_sigcontext.
6126
6127 2004-05-07 Randolph Chung <tausq@debian.org>
6128
6129 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6130 hppa-linux-nat.c.
6131 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6132 * hppa-linux-nat.c (fetch_register, store_register): Define.
6133 (fetch_inferior_registers, store_inferior_registers): Define.
6134 (supply_gregset): Add comment and clean up some unneeded code.
6135 (fill_gregset): Add comment and fix so that it saves registers in
6136 the right place in the gregset.
6137 (fill_fpregset): Fix buffer overrun problem.
6138 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6139
6140 2004-05-07 Randolph Chung <tausq@debian.org>
6141
6142 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6143 do common handling of the pcoqt register.
6144 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6145 to use helper function.
6146 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6147 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6148 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6149 generic fallback unwinder when all else fails.
6150 (hppa_gdbarch_init): Add fallback sniffer.
6151 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6152 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6153 to use helper function.
6154
6155 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6156
6157 * config/djgpp/fnchange.lst: Add translation rules for
6158 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6159
6160 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6161
6162 * frame.c (get_prev_frame_1): Work around GCC bug.
6163 * frame.h: Add comment about GCC bug.
6164
6165 2004-05-07 Andrew Cagney <cagney@redhat.com>
6166
6167 * observer.c: Include "commands.h" and "gdbcmd.h".
6168 (observer_debug, _initialize_observer): Add the
6169 command "set/show debug observer".
6170 * observer.sh: When observer debugging, log notify calls.
6171 * Makefile.in (observer.o): Update dependencies.
6172
6173 2004-05-07 Jason Molenda (jmolenda@apple.com)
6174
6175 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6176
6177 2004-05-07 Jim Blandy <jimb@redhat.com>
6178
6179 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6180 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6181 to recognize gpr regnums, instead of assuming that
6182 tdep->ppc_fp0_regnum marks the end of the general-purpose
6183 registers.
6184
6185 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6186 the given architecture has floating-point registers.
6187
6188 2004-05-07 Andrew Cagney <cagney@redhat.com>
6189
6190 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6191 macro defined to 1.
6192 * gdbarch.h, gdbarch.c: Re-generate.
6193 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6194 deprecated_use_generic_dummy_frames.
6195
6196 2004-05-07 Brian Ford <ford@vss.fsi.com>
6197
6198 * NEWS: Mention Cygwin DWARF 2 support.
6199
6200 2004-05-07 Andrew Cagney <cagney@redhat.com>
6201
6202 * objfiles.h (struct entry_info): Delete unused fields
6203 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6204 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6205 * mipsread.c (mipscoff_symfile_read): Update.
6206 * mdebugread.c (parse_partial_symbols): Update.
6207 * dwarfread.c (read_file_scope): Update.
6208 * dwarf2read.c (read_file_scope): Update.
6209 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6210 * coffread.c (complete_symtab): Update.
6211
6212 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6213
6214 * infcall.c (_initialize_infcall): Fix typo.
6215
6216 2004-05-07 Andrew Cagney <cagney@redhat.com>
6217
6218 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6219 * command.h (add_setshow_zinteger_cmd): Declare.
6220
6221 2004-05-06 Randolph Chung <tausq@debian.org>
6222
6223 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6224 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6225 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6226 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6227 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6228 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6229 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6230 definitions ...
6231 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6232 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6233 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6234 (hppa64_hpux_frame_find_saved_regs_in_sig)
6235 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6236 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6237 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6238 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6239 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6240 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6241 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6242 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6243 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6244 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6245 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6246 (hppa32_register_type, hppa_cannot_store_register)
6247 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6248 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6249 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6250 * pa64solib.c (pa64_solib_have_load_event)
6251 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6252 (pa64_solib_unloaded_library_pathname): Likewise.
6253 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6254 (som_solib_library_pathname): Likewise.
6255
6256 2004-05-05 Jim Ingham <jingham@apple.com>
6257
6258 * breakpoint.c (create_breakpoints): Copy the ignore count and
6259 thread id over from the pended breakpoint to the actual
6260 breakpoint.
6261
6262 2004-05-05 Andrew Cagney <cagney@redhat.com>
6263
6264 * gdbarch.sh (PARM_BOUNDARY): Delete.
6265 gdbarch.h, gdbarch.c: Re-generate.
6266 * valops.c (PARM_BOUNDARY): Delete macro.
6267 (value_push): Delete PARM_BOUNDARY code.
6268 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6269
6270 2004-05-04 Jim Blandy <jimb@redhat.com>
6271
6272 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6273 Don't assume that the gprs, fprs, and UISA sprs are
6274 contiguous, start at register number zero, and end with fpscr.
6275 Instead, use the numbers from the tdep structure.
6276
6277 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6278 should no longer be used in code specific to the RS6000 and its
6279 derivatives.
6280 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6281 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6282 tdep->ppc_fp0_regnum.
6283 (ppc_supply_fpregset, ppc_collect_fpregset)
6284 (rs6000_push_dummy_call, rs6000_extract_return_value)
6285 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6286 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6287 FP0_REGNUM.
6288 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6289 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6290 Same.
6291 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6292 bdm_ppc_store_registers): Same.
6293 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6294 (store_register, fill_fpregset): Same.
6295 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6296 (ppc_linux_supply_fpregset): Same.
6297 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6298 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6299 Same.
6300 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6301 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6302 ppc64_sysv_abi_return_value): Same.
6303 * rs6000-nat.c (regmap, fetch_inferior_registers)
6304 (store_inferior_registers, fetch_core_registers): Same.
6305
6306 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6307
6308 * m68knbsd-nat.c: Remove file.
6309 * m68knbsd-tdep.c: Remove file.
6310 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6311 dependencies.
6312 * configure.host: Add m68k-*-netbsdelf*.
6313 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6314 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6315 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6316 (XM_FILE): Remove.
6317 * config/m68k/nbsdelf.mh: New file.
6318 * config/m68k/nbsd.mt: New file.
6319 * config/m68k/nbsdaout.mt: Remove file.
6320 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6321 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6322 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6323 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6324 (use_struct_convention): Remove prototype.
6325 (USE_STRUCT_CONVENTION): Remove define.
6326 * config/m68k/xm-nbsd.h: Remove file.
6327
6328 2004-05-04 Michael Snyder <msnyder@redhat.com>
6329
6330 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6331 reg_struct_return method (as gcc usually does for cross targets).
6332
6333 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6334
6335 Committed by Andrew Cagney.
6336 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6337 alignment padding when accessing ucontext struct members.
6338
6339 2004-05-04 Jim Blandy <jimb@redhat.com>
6340
6341 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6342 'ppc_gplast_regnum' member.
6343 (ppc_num_gprs): New enum constant.
6344 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6345 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6346 * rs6000-nat.c (regmap, fetch_inferior_registers,
6347 store_inferior_registers): Same.
6348 * rs6000-tdep.c (e500_pseudo_register_read)
6349 (e500_pseudo_register_write): Same.
6350 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6351
6352 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6353 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6354 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6355 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6356 FPLAST_REGNUM.
6357 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6358 Same.
6359 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6360 * rs6000-nat.c (regmap, fetch_inferior_registers)
6361 (store_inferior_registers): Same.
6362
6363 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6364 with FPLAST_REGNUM.
6365
6366 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6367
6368 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6369 failure detected by recent versions of GCC.
6370 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6371 to be consistent with the usage in dwarf2_create_include_psymtab.
6372
6373 2004-05-03 Michael Snyder <msnyder@redhat.com>
6374
6375 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6376 (heuristic_proc_start): Whitespace cleanup.
6377
6378 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6379
6380 * sun3-nat.c: Remove file.
6381 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6382 dependencies.
6383 (ALLDEPFILES): Remove sun3-nat.c.
6384 (sun3-nat.o): Remove dependencies.
6385
6386 * i386-interix-nat.c, i386-interix-tdep.c,
6387 config/i386/nm-interix.h, config/i386/interix.mh,
6388 config/i386/interix.mt: Remove files.
6389 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6390 dependencies.
6391
6392 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6393
6394 * m68k-tdep.h (struct gdbarch_tdep): Add member
6395 struct_value_regnum.
6396 (m68k_svr4_init_abi): New prototype.
6397 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6398 different calling conventions.
6399 (m68k_extract_return_value): Remove code dealing with single-field
6400 structs.
6401 (m68k_store_return_value): Remove code dealing with single-field
6402 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6403 (m68k_extract_struct_value_address): Remove function.
6404 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6405 (m68k_reg_struct_return_p, m68k_return_value)
6406 (m68k_svr4_return_value): New functions.
6407 (m68k_use_struct_convention): Remove function.
6408 (m68k_push_dummy_call): Use new struct_value_regnum member of
6409 `struct gdbarch_tdep' instead of hardcoded register number to
6410 store STRUCT_ADDR.
6411 (m68k_svr4_init_abi): New function.
6412 (m68k_gdbarch_init): Don't set extract_return_value,
6413 store_return_values, deprecated_extract_struct_value_address and
6414 use_struct_convention. Set return_value instead. Initialize new
6415 struct_value_regnum member of `struct gdbarch_tdep'.
6416 * m68klinux-tdep.c: Update copyright year.
6417 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6418 (m68k_linux_extract_struct_value_address): Remove function.
6419 (m68k_linux_init_abi): Don't set extract_return_value,
6420 store_return_values, deprecated_extract_struct_value_address and
6421 use_struct_convention. Call m68k_svr4_init_abi but override the
6422 new struct_value_regnum member of `struct gdbarch_tdep'.
6423 * Makefile.in (m68k-tdep.o): Update dependencies.
6424
6425 2004-05-03 J. Brobecker <brobecker@gnat.com>
6426
6427 * dwarf2read.c (line_header): Add new included_p field in
6428 field file_names.
6429 (partial_die_info): New field has_stmt_list. New field line_offset.
6430 (dwarf2_create_include_psymtab): New function.
6431 (dwarf2_build_include_psymtabs): New function.
6432 (add_file_name): Add forward declaration. Initialize new field.
6433 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6434 to be able to determine the list of files included by the
6435 given unit, and build their associated psymtabs.
6436 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6437 files as well.
6438 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6439 (read_file_scope): Update call to dwarf_decode_lines.
6440 (read_partial_die): Handle DW_AT_stmt_list attributes.
6441
6442 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6443
6444 Unfix PR gdb/1626.
6445 * configure.in: Revert special case for osf5.*.
6446 * configure: Regenerate.
6447
6448 2004-05-02 Jim Blandy <jimb@redhat.com>
6449
6450 Move the symbol-file-from-memory functions into their own file.
6451 * symfile-mem.c, symfile-mem.h: New files.
6452 * symfile.c (symbol_file_add_from_bfd): New function.
6453 (symbol_file_add): Call symbol_file_add_from_bfd.
6454 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6455 Moved to symfile-mem.c.
6456 (_initialize_symfile): Move definition of
6457 add-symbol-file-from-memory command to symfile-mem.c.
6458 * symfile.h (symbol_file_add_from_bfd): New declaration.
6459 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6460 * config/powerpc/linux.mt (TDEPFILES): Same.
6461 * Makefile.in (SFILES): Add symfile-mem.c.
6462 (symfile_mem_h): New variable.
6463 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6464 (symfile-mem.o): New rule.
6465
6466 2004-05-01 Andrew Cagney <cagney@redhat.com>
6467
6468 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6469 frame_find_by_id instead of frame_relative_level.
6470 (do_enable_breakpoint): Ditto.
6471 * thread.c: Update copyright.
6472 (info_threads_command): Ditto, simplify.
6473
6474 * frame.c (deprecated_generic_get_saved_register): Delete
6475 function, moved to "xstormy16-tdep.c".
6476 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6477 deprecated_generic_get_saved_register from "frame.c".
6478 (xstormy16_frame_saved_register): Call
6479 xstormy16_get_saved_register.
6480 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6481 static.
6482 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6483 * frame.h (deprecated_generic_get_saved_register): Delete.
6484
6485 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6486
6487 * dwarfread.c: Update documentation on the state of dwarf-1.
6488
6489 2004-05-01 Andrew Cagney <cagney@redhat.com>
6490
6491 * stack.c (select_frame_command): Delete call to
6492 frame_relative_level.
6493 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6494 Delete #if0 code.
6495 (frame_info): Do not print FRAMELESS.
6496 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6497 (catch_info): Delete #if0 code.
6498
6499 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6500 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6501 of frame_relative_level.
6502 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6503 to SENTINEL_FRAME.
6504 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6505 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6506 frame_relative_level.
6507
6508 * frame.h (deprecated_set_frame_type): Delete declaration.
6509 * frame.c (deprecated_set_frame_type): Delete function, update
6510 comments.
6511
6512 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6513 * gdbarch.h, gdbarch.c: Re-generate.
6514 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6515 (shnbsd_pc_in_sigtramp): Delete.
6516 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6517 pc_in_sigtramp.
6518 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6519 pc_in_sigtramp.
6520 * frame.h: Update comments.
6521 * ppc-linux-tdep.c: Update comments.
6522 * breakpoint.c (bpstat_what): Update comments.
6523
6524 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6525 m68klinux-tdep.o's dependencies, were previously added to
6526 m68klinux-nat.o.
6527
6528 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6529 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6530 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6531 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6532 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6533
6534 * Makefile.in (m68klinux-nat.o): Update dependencies.
6535 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6536 (m68k_linux_sigtramp_frame_cache)
6537 (m68k_linux_sigtramp_frame_this_id)
6538 (m68k_linux_sigtramp_frame_prev_register)
6539 (m68k_linux_sigtramp_frame_unwind)
6540 (m68k_linux_sigtramp_frame_sniffer)
6541 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6542 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6543 names, use trad-frame.h.
6544 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6545 (struct m68k_sigtramp_info): Delete.
6546 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6547 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6548 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6549 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6550 "m68klinux-tdep.c".
6551
6552 * infrun.c (check_sigtramp2): Delete check for
6553 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6554
6555 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6556
6557 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6558
6559 2004-05-01 Andrew Cagney <cagney@redhat.com>
6560
6561 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6562 (frv_linux_sigtramp_frame_cache)
6563 (frv_linux_sigtramp_frame_this_id)
6564 (frv_linux_sigtramp_frame_prev_register)
6565 (frv_linux_sigtramp_frame_unwind)
6566 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6567 include "linux" in function and variable names, directly call
6568 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6569 the latest trad-frame code.
6570 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6571 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6572 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6573 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6574 * frv-tdep.c (frv_sigtramp_frame_cache)
6575 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6576 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6577 frv-linux-tdep.c.
6578 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6579 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6580 (frv_set_sigcontext_reg_addr): Delete function.
6581
6582 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6583 (DEPRECATED_SIGTRAMP_END): Delete.
6584 * gdbarch.h, gdbarch.c: Re-generate.
6585 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6586 * config/vax/tm-vaxbsd.h: Update copyright.
6587 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6588 (DEPRECATED_IN_SIGTRAMP): Define.
6589 * config/m68k/tm-nbsd.h: Update copyright.
6590 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6591 (DEPRECATED_IN_SIGTRAMP): Define.
6592
6593 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6594
6595 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6596 encondings. Fixes PR gdb/1628.
6597
6598 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6599 DW_CFA_restore state without a matching DW_CFA_remember_state
6600 instead of aborting. Fixes PR backtrace/1589.
6601
6602 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6603
6604 * MAINTAINERS: Add self as AIX maintainer.
6605 Update my e-mail address in write-after-approval section.
6606
6607 2004-04-30 Andrew Cagney <cagney@redhat.com>
6608
6609 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6610 (legacy_get_prev_frame): Ditto.
6611
6612 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6613 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6614 * mipsread.c (sigtramp_address): Delete extern variable.
6615 (mipscoff_new_init): Delete reference.
6616 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6617 (fixup_sigtramp): Delete function.
6618 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6619 (fixup_sigtramp): Delete declarations.
6620
6621 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6622 deprecated_pc_in_sigtramp.
6623 (ppcnbsd_pc_in_sigtramp): Delete function.
6624
6625 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6626
6627 * config/m68k/nm-nbsd.h: Tweak comments.
6628 * config/m68k/nm-nbsdaout.h: Likewise.
6629
6630 2004-04-30 Andrew Cagney <cagney@redhat.com>
6631
6632 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6633 legacy_pc_in_sigtramp.
6634 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6635
6636 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6637
6638 Add OpenBSD/m68k support.
6639 * NEWS (New native configurations): Mention OpenBSD/m68k.
6640 * m68kbsd-tdep.c: New file.
6641 * m68kbsd-nat.c: New file.
6642 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6643 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6644 * configure.host: Add m68k-*-openbsd.
6645 * configure.tgt: Add m68k-*-openbsd.
6646 * config/m68k/tm-obsd.h: New file.
6647 * config/m68k/obsd.mt: New file.
6648 * config/m68k/obsd.mh: New file.
6649 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6650 m68kbsd-tdep.c.
6651
6652 2004-04-30 Andrew Cagney <cagney@redhat.com>
6653
6654 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6655 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6656
6657 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6658
6659 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6660 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6661
6662 2004-04-30 Brian Ford <ford@vss.fsi.com>
6663
6664 Revert 2004-04-16 change.
6665 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6666 (i386_coff_init_abi): Remove.
6667 * i386-tdep.h (i386_coff_init_abi): Remove.
6668 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6669
6670 2004-04-30 Andrew Cagney <cagney@redhat.com>
6671
6672 * blockframe.c (find_pc_partial_function): Delete use of
6673 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6674 DEPRECATED_SIGTRAMP_END.
6675
6676 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6677 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6678 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6679 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6680 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6681
6682 * defs.h (deprecated_inside_entry_file): Delete declaration.
6683 * blockframe.c (deprecated_inside_entry_file): Delete function.
6684 (legacy_frame_chain_valid): Delete call.
6685 * sh64-tdep.c (sh64_frame_chain): Delete call.
6686 * objfiles.h: Update comments.
6687 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6688 call.
6689 * frame.c (get_prev_frame): Delete call, update comments.
6690
6691 2004-04-30 Brian Ford <ford@vss.fsi.com>
6692
6693 * MAINTAINERS (Write After Approval): Add myself.
6694
6695 2004-04-30 Andrew Cagney <cagney@redhat.com>
6696
6697 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6698 * gdbarch.h, gdbarch.c: Re-generate.
6699 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6700 code.
6701
6702 2004-04-30 Andrew Cagney <cagney@redhat.com>
6703
6704 * gdb-events.sh (selected_thread_changed)
6705 (selected_frame_level_changed, target_changed): Delete.
6706 * gdb-events.h, gdb-events.c: Re-generate.
6707 * valops.c (value_assign): Update.
6708 * stack.c (select_frame_command, up_silently_base)
6709 (down_silently_base): Update.
6710
6711 2004-04-29 Andrew Cagney <cagney@redhat.com>
6712
6713 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6714 registers correctly.
6715 (print_gp_register_row, mips32_heuristic_proc_desc)
6716 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6717 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6718 references to mips_isa_regsize.
6719
6720 2004-04-29 Andrew Cagney <cagney@redhat.com>
6721
6722 * mips-tdep.c (struct gdbarch_tdep): Delete
6723 mips_fp_register_double.
6724 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6725 mips_abi_regsize.
6726 (mips_gdbarch_init): Do not set mips_fp_register_double.
6727 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6728
6729 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6730
6731 Committed by Andrew Cagney.
6732 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6733 function calls.
6734
6735 2004-04-29 Andrew Cagney <cagney@redhat.com>
6736
6737 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6738 gdbarch, use mips_abi, update callers.
6739 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6740 mips_abi_regsize, update callers.
6741 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6742 mips_default_abi_regsize.
6743 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6744 mips_default_abi_regsize.
6745
6746 2004-04-29 Andrew Cagney <cagney@redhat.com>
6747
6748 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6749 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6750 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6751 mips_default_abi_regsize.
6752 (mips_isa_regsize): Rename mips_regisze.
6753 * mipsnbsd-tdep.c: Update.
6754 * mips-linux-tdep.c: Update.
6755 * irix5-nat.c: Update.
6756 * mips-tdep.h (mips_isa_regsize): Update.
6757
6758 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6759 Delete all disabled code.
6760 * gdb-events.h, gdb-events.c: Re-generate.
6761
6762 2004-04-19 Jerome Guitton <guitton@gnat.com>
6763 Mark Kettenis <kettenis@gnu.org>
6764
6765 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6766 the function begins with a branch instruction.
6767
6768 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6769
6770 * i386-tdep.c: Fix spelling mistakes.
6771
6772 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6773 Andrew Cagney <cagney@redhat.com>
6774
6775 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6776 <sys/proc.h>.
6777 * acconfig.h: Provide default _KMEMUSER value.
6778 * config.in, configure: Re-generate.
6779 * NEWS: Mention fix.
6780
6781 2004-04-24 Randolph Chung <tausq@debian.org>
6782
6783 * configure.host (hppa*-*-linux*): New target.
6784 * configure.tgt (hppa*-*-linux*): Likewise.
6785 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6786 gdbarch_init_osabi() call earlier so that osabi-specific frame
6787 unwinders can be registered first.
6788 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6789 hppa-linux-nat.c.
6790 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6791 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6792 * config/pa/linux.mh: New file.
6793 * config/pa/linux.mt: New file.
6794 * config/pa/nm-linux.h: New file.
6795 * config/pa/xm-linux.h: New file.
6796 * hppa-linux-nat.c: New file.
6797 * hppa-linux-tdep.c: New file.
6798
6799 2004-04-28 Randolph Chung <tausq@debian.org>
6800
6801 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6802 return values.
6803 (hppa32_push_dummy_call): Fix small struct and floating point argument
6804 passing, and make sure the stack frame is properly aligned.
6805
6806 2004-04-28 Andrew Cagney <cagney@redhat.com>
6807
6808 * stack.c (print_stack_frame): Fix description.
6809
6810 * NEWS: Mention gdb/gdbserver/configure execute permission
6811 changed. PR server/519.
6812
6813 2004-04-28 Andrew Cagney <cagney@redhat.com>
6814
6815 * stack.c (print_stack_frame_stub): Delete declaration.
6816 (struct print_stack_frame_args, print_stack_frame)
6817 (print_frame_info, print_frame): Replace "source" with print what.
6818 Replace "print" with "print_level". Replace "args" with
6819 "print_args".
6820 * frame.h (show_and_print_stack_frame, print_stack_frame)
6821 (print_frame_info): Update declarations.
6822 * stack.c (select_and_print_frame, frame_command)
6823 (current_frame_command, up_command, down_command): Update calls -
6824 use get_selected_frame, pass "enum print_what" for source, do not
6825 call frame_relative_level.
6826 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6827 * remote-rdp.c (remote_rdp_open): Ditto.
6828 * remote-mips.c (common_open): Ditto.
6829 * remote-e7000.c (e7000_start_remote): Ditto.
6830 * ocd.c (ocd_start_remote): Ditto.
6831 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6832 * infrun.c (normal_stop): Ditto.
6833 * inflow.c (kill_command): Ditto.
6834 * infcmd.c (finish_command): Ditto.
6835 * corelow.c (core_open): Ditto.
6836 * tracepoint.c (finish_tfind_command): Ditto.
6837 * thread.c (info_threads_command, info_threads_command)
6838 (restore_current_thread, do_captured_thread_select): Ditto.
6839 * ada-tasks.c (task_command): Ditto.
6840
6841 2004-04-26 Orjan Friberg <orjanf@axis.com>
6842
6843 * frame.c: Include "observer.h".
6844 (frame_observer_target_changed): New function.
6845 (_initialize_frame): Attach target_changed observer.
6846 * regcache.c: Include "observer.h".
6847 (regcache_observer_target_changed): New function.
6848 (_initialize_regcache): Attach target_changed observer.
6849 * valops.c: Include "observer.h".
6850 (value_assign): Notify target_changed event when modifying register.
6851 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6852
6853 2004-04-26 Orjan Friberg <orjanf@axis.com>
6854
6855 From Paul Koning <pkoning@equallogic.com>:
6856 * breakpoint.c (free_valchain): New function.
6857 (insert_bp_location, delete_breakpoint): Use free_valchain.
6858 (remove_breakpoint): Do not remove the valchain.
6859 (bpstat_stop_status): If not stopped by watchpoint, skip
6860 watchpoints when generating stop status list.
6861 * infrun.c (handle_inferior_event): Make
6862 stepped_after_stopped_by_watchpoint a global variable.
6863 * remote.c (remote_stopped_data_address): Return watch data
6864 address rather than zero if stepped_after_stopped_by_watchpoint is
6865 set.
6866
6867 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6868
6869 Fix PR gdb/1626.
6870 * configure.in: Check for curses after termcap.
6871 On osf5.*, do not check for ncurses.
6872 * configure: Regenerate.
6873
6874 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6875
6876 * ppcobsd-nat.c: Include "ppc-tdep.h".
6877 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6878
6879 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6880 Fixes PR tdep/1623 and PR tdep/1624.
6881
6882 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6883
6884 * xmodem.h, xmodem.c: Remove files.
6885 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6886
6887 2004-04-23 Randolph Chung <tausq@debian.org>
6888
6889 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6890 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6891 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6892 for handling stackless frames.
6893 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6894
6895 2004-04-23 Randolph Chung <tausq@debian.org>
6896
6897 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6898 starts at a pc before the frame is created.
6899
6900 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6901
6902 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6903
6904 2004-04-23 Jerome Guitton <guitton@gnat.com>
6905
6906 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6907 use convert_typed_floating to get the appropriate format.
6908
6909 2004-04-22 Randolph Chung <tausq@debian.org>
6910
6911 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6912 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6913 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6914 (hppa_sign_extend): Add prototype.
6915 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6916 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6917 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6918 hppa targets will also use these functions.
6919 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6920 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6921 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6922 (hppa_gdbarch_init): Remove gdbarch setting of
6923 skip_trampoline_code, in_solib_call_trampoline and
6924 in_solib_return_trampoline.
6925 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6926 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6927 hppa_in_solib_call_trampoline.
6928 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6929 Moved from hppa-tdep.c.
6930 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6931 in_solib_call_trampoline and in_solib_return_trampoline.
6932
6933 2004-04-22 Randolph Chung <tausq@debian.org>
6934
6935 * hppa-tdep.c (hppa_debug): New variable.
6936 (find_unwind_entry, hppa_frame_cache): Add debug output.
6937 (_initialize_hppa_tdep): Add command to set debug flag.
6938
6939 2004-04-22 Andrew Cagney <cagney@redhat.com>
6940
6941 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6942 "trad-frame.h".
6943 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6944 signal trampoline unwinder.
6945 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6946
6947 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6948
6949 Add OpenBSD/powerpc support.
6950 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6951 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6952 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6953 (ppc_collect_fpregset): New prototypes.
6954 * ppcobsd-nat.c: New file.
6955 * ppcobsd-tdep.c: New file.
6956 * ppcobsd-tdep.h: New file.
6957 * rs6000-tdep.c: Include "regset.h".
6958 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6959 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6960 New functions.
6961 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6962 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6963 (rs6000-tdep.o): Update dependencies.
6964 * configure.host: Add powerpc-*-openbsd.
6965 * configure.tgt: Add powerpc-*-openbsd.
6966 * config/powerpc/obsd.mh: New file.
6967 * config/powerpc/nm-obsd.h: New file.
6968 * config/powerpc/obsd.mt: New file.
6969
6970 2004-04-22 Andrew Cagney <cagney@redhat.com>
6971
6972 * frame.h (show_frame_info): Delete declaration.
6973
6974 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6975 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6976 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6977 * frv-tdep.c (frv_frame_this_id): Ditto.
6978 * avr-tdep.c (avr_frame_this_id): Ditto.
6979
6980 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6981
6982 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6983
6984 2004-04-22 Jim Blandy <jimb@redhat.com>
6985
6986 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6987 register number zero.
6988
6989 2004-04-21 Michael Snyder <msnyder@redhat.com>
6990
6991 * mips-tdep.c (heuristic_proc_start):
6992 Warning() already prefixes "Warning: ".
6993
6994 2004-04-21 Andrew Cagney <cagney@redhat.com>
6995
6996 * annotate.h (deprecated_annotate_starting_hook)
6997 (deprecated_annotate_stopped_hook)
6998 (deprecated_annotate_exited_hook)
6999 (deprecated_annotate_signal_hook)
7000 (deprecated_annotate_signalled_hook): Deprecate.
7001 * tracepoint.h (deprecated_create_tracepoint_hook)
7002 (deprecated_delete_tracepoint_hook)
7003 (deprecated_modify_tracepoint_hook)
7004 (deprecated_trace_find_hook)
7005 (deprecated_trace_start_stop_hook): Deprecate.
7006 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7007 * remote.h (deprecated_target_resume_hook)
7008 (deprecated_target_wait_loop_hook): Deprecate.
7009 * gdbcore.h (deprecated_exec_file_display_hook)
7010 (deprecated_file_changed_hook): Deprecate.
7011 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7012 * defs.h (deprecated_modify_breakpoint_hook)
7013 (deprecated_command_loop_hook, deprecated_show_load_progress)
7014 (deprecated_print_frame_info_listing_hook)
7015 (deprecated_query_hook, deprecated_warning_hook)
7016 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7017 (deprecated_delete_breakpoint_hook)
7018 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7019 (deprecated_readline_begin_hook, deprecated_readline_hook)
7020 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7021 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7022 (deprecated_context_hook, deprecated_target_wait_hook)
7023 (deprecated_attach_hook, deprecated_detach_hook)
7024 (deprecated_call_command_hook, deprecated_set_hook)
7025 (deprecated_error_hook, deprecated_error_begin_hook)
7026 (deprecated_ui_load_progress_hook): Deprecate.
7027 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7028 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7029 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7030 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7031 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7032 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7033 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7034 * annotate.c, aix-thread.c: Update.
7035
7036 2004-04-21 Andrew Cagney <cagney@redhat.com>
7037
7038 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7039 * vaxnbsd-tdep.c: Include "gdb_string.h".
7040
7041 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7042 (add_symbol_file_from_memory_command): #if 0 function body, call
7043 error instead.
7044
7045 2004-04-21 Andrew Cagney <cagney@redhat.com>
7046
7047 * gdbcore.h: Update copyright.
7048 (deprecated_add_core_fns): Rename add_core_fns.
7049 * win32-nat.c (_initialize_core_win32): Update.
7050 * sun3-nat.c (_initialize_core_sun3): Update.
7051 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7052 * rs6000-nat.c (_initialize_core_rs6000): Update.
7053 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7054 * nto-tdep.c (_initialize_nto_tdep): Update.
7055 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7056 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7057 * mips-nat.c (_initialize_core_mips): Update.
7058 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7059 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7060 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7061 * lynx-nat.c (_initialize_core_lynx): Update.
7062 * irix5-nat.c (_initialize_core_irix5): Update.
7063 * i386-interix-nat.c (_initialize_core_interix): Update.
7064 * cris-tdep.c (_initialize_cris_tdep): Update.
7065 * corelow.c (deprecated_add_core_fns): Update.
7066 * core-regset.c (_initialize_core_regset): Update.
7067 * core-aout.c (_initialize_core_aout): Update.
7068 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7069 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7070 * alpha-nat.c (_initialize_core_alpha): Update.
7071
7072 2004-04-21 Jim Blandy <jimb@redhat.com>
7073
7074 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7075
7076 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7077
7078 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7079 Delete.
7080 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7081 (read_attribute_value): Update calls to dwarf_alloc_block.
7082 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7083 dwarf2_tmp_obstack.
7084 (psymtab_to_symtab_1): Likewise. Clean up using
7085 free_stack_comp_unit.
7086 (add_to_cu_func_list): Use the comp_unit_obstack.
7087
7088 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7089
7090 * dwarf2read.c (dwarf2_flag_true_p): New function.
7091 (die_is_declaration): Use the function above. Add some comments.
7092
7093 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7094
7095 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7096 architecture when registering sparcnbsd_core_osabi_sniffer.
7097 Adjust comment.
7098
7099 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7100
7101 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7102 return value.
7103
7104 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7105 * i386-tdep.c: Correct register numbering scheme comments
7106 throughout.
7107 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7108 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7109 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7110 (i386_gdb_arch_init): Likewise.
7111
7112 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7113 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7114 ppcnbsd-tdep.o.
7115
7116 * m68k-tdep.h: Tweak comments.
7117 * m68k-tdep.c: Tweak comment.
7118
7119 2004-04-17 Randolph Chung <tausq@debian.org>
7120
7121 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7122 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7123 (hppa_hpux_som_init_abi): Set is_elf to 0.
7124 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7125 * hppa-tdep.c (low_text_segment_address): Remove global.
7126 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7127 section offset to calculate segment address.
7128 (internalize_unwinds): Define low_text_segment_address as local and
7129 pass to record_text_segment_lowaddr for ELF targets.
7130 (hppa_gdbarch_init): Zero fill tdep structure.
7131 (hppa_dump_tdep): Print tdep structure.
7132 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7133
7134 2004-04-17 Randolph Chung <tausq@debian.org>
7135
7136 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7137 (hppa_gdbarch_init): Set pseudo_register_read.
7138 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7139 * regcache.c (supply_register): Remove check for
7140 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7141
7142 2004-04-17 Randolph Chung <tausq@debian.org>
7143
7144 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7145 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7146 (hpread_adjust_stack_address): Move to hpread.c.
7147 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7148 obj_private_struct): Move from tm-hppa.h.
7149 * hpread.c (hppa-tdep.h): Include.
7150 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7151 (hpread_read_function_type, hpread_read_doc_function_type)
7152 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7153 directly.
7154 * pa64solib.c (hppa-tdep.h): Include.
7155 * somsolib.c (hppa-tdep.h): Include.
7156 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7157 inferior_status): Remove unused forward declarations.
7158 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7159 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7160 obj_private_struct): Move to hppa-tdep.h.
7161 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7162
7163 2004-04-17 Randolph Chung <tausq@debian.org>
7164
7165 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7166 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7167 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7168 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7169 Remove forward declaration and make static.
7170 (hppa_reg_struct_has_addr): Remove.
7171
7172 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7173
7174 * observer.sh: Move comments in sed command to first column.
7175
7176 2004-04-16 Jason Molenda (jmolenda@apple.com)
7177
7178 * frame.c: Minor typeo corrections in comments.
7179
7180 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7181
7182 * observer.c (observer_test_first_notification_function): Update
7183 function profile.
7184 (observer_test_second_notification_function): Likewise.
7185 (observer_test_third_notification_function): Likewise.
7186
7187 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7188
7189 From Brian Ford <ford@vss.fsi.com>:
7190 * i386-tdep.c (i386_coff_init_abi): New function.
7191 * i386-tdep.h (i386_coff_init_abi): New prototype.
7192 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7193 register number translation functions for DWARF and DWARF 2.
7194
7195 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7196
7197 * dwarf2read.c: Back out my previous change, it was incorrect.
7198
7199 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7200
7201 * dwarf2read.c: Include "hashtab.h".
7202 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7203 has_namespace_info.
7204 (struct partial_die_info): Add comments. Use bitfields to reduce
7205 memory footprint. Add scope, scope_set, has_specification,
7206 spec_offset, die_parent, die_child, and die_sibling.
7207 (peek_die_abbrev): Add prototype.
7208 (partial_read_comp_unit_head): New function, broken out from
7209 dwarf2_build_psymtabs_hard.
7210 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7211 Use partial_read_comp_unit_head. Initialize the CU and
7212 comp_unit_obstack. Update calls to read_partial_die and
7213 scan_partial_symbols. Use free_stack_comp_unit and
7214 load_partial_dies.
7215 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7216 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7217 Update calls to helper functions. Remove NAMESPACE argument.
7218 Update comments.
7219 (partial_die_parent_scope, partial_die_full_name): New functions.
7220 (add_partial_symbol): Remove namespace argument. Update call to
7221 pdi_needs_namespace. Use partial_die_full_name. Handle
7222 DW_TAG_namespace. Check has_namespace_info flag.
7223 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7224 tag. Handle namespaces.
7225 (add_partial_namespace, add_partial_enumeration): Simplify.
7226 (guess_structure_name): New function, derived from
7227 add_partial_structure.
7228 (add_partial_structure): Remove.
7229 (determine_class_name): Update comment.
7230 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7231 (is_type_tag_for_partial, load_partial_dies): New functions.
7232 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7233 Record specifications instead of following them immediately.
7234 (find_partial_die_in_comp_unit, find_partial_die)
7235 (fixup_partial_die, free_stack_comp_unit)
7236 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7237 (partial_die_hash, partial_die_eq): New functions.
7238 * Makefile.in (hashtab_h): Define.
7239 (dwarf2read.o): Update dependencies.
7240 (observer_inc, observer_h): Move to the correct section.
7241
7242 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7243
7244 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7245 (die_is_declaration): Use the function above. Add comment.
7246
7247 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7248
7249 * dwarf2read.c (read_structure_scope): Identify stub types
7250 using die_is_declaration() only.
7251
7252 2004-04-15 Roland McGrath <roland@redhat.com>
7253
7254 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7255 argument instead of NAME.
7256 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7257 in call to symbol_file_add_with_addrs_or_offsets.
7258 (build_addr_info): New function, helper for ...
7259 (symbol_file_add_from_memory): New function.
7260 (add_symbol_file_from_memory_command): New function using that.
7261 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7262 (pre_add_symbol_hook): Add const to argument type.
7263 * symfile.h (symbol_file_add_from_memory): Declare it.
7264
7265 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7266
7267 * NEWS (New native configurations): Mention OpenBSD/vax.
7268 * configure.host: Add vax-*-openbsd*.
7269 * config/vax/obsd.mh: New file.
7270 * config/vax/nm-obsd.h: New file.
7271
7272 * vax-tdep.c: Include "regset.h".
7273 (vax_supply_gregset): New function.
7274 (vax_gregset): New variable.
7275 (vax_regset_from_core_section): New function.
7276 (vax_gdbarch_init): Set regset_from_core_section.
7277 * Makefile.in (vax-tdep.o): Update dependencies.
7278
7279 2004-04-15 Andrew Cagney <cagney@redhat.com>
7280
7281 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7282 (observer_normal_stop_notification_stub)
7283 (observer_attach_normal_stop, observer_detach_normal_stop):
7284 Delete, replaced by #include "observer.inc".
7285 * infrun.c (normal_stop): Pass "stop_bpstat" to
7286 observer_notify_normal_stop.
7287 * Makefile.in (observer_inc): Define.
7288 (observer.o): Update dependencies.
7289 (observer.h, observer.inc): New rules.
7290 * observer.h: Delete file.
7291 * observer.sh: New file.
7292
7293 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7294
7295 * vax-tdep.c (vax_frame_cache): Fix typo.
7296
7297 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7298
7299 * NEWS (New native configurations): Mention NetBSD/vax.
7300 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7301 * config/vax/nbsdelf.mh: New file.
7302 * config/vax/nbsdaout.mh: New file.
7303 * config/vax/nm-nbsd.h: New file.
7304 * config/vax/nm-nbsdaout.h: New file.
7305
7306 * vaxnbsd-tdep.c: New file.
7307 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7308 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7309 * config/vax/nbsd.mt: New file.
7310 * config/vax/tm-nbsd.h: New file.
7311
7312 * Makefile.in (vaxbsd-nat.o): New dependency.
7313
7314 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7315 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7316 struct_addr arguments. Don't push return value address.
7317 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7318 arguments to vax_store_arguments. Store return value address in
7319 R1.
7320 (vax_store_struct_return, vax_extract_return_value)
7321 (vax_store_return_value): Remove functions.
7322 (vax_return_value): New function.
7323 (vax_gdbarch_init): Set return value. Don't set
7324 deprecated_store_struct_return, deprecated_extract_struct_return
7325 and deprecated_store_return_value.
7326
7327 2004-04-14 Andreas Schwab <schwab@suse.de>
7328
7329 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7330 value buffer.
7331 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7332
7333 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7334
7335 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7336 (vax_unwind_dummy_id): New functions.
7337 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7338 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7339 variables.
7340 (vax_fix_call_dummy): Remove function.
7341 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7342 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7343 call_dummy_location, deprecated_call_dummy_words,
7344 deprecated_sizeof_call_dummy_words,
7345 deprecated_call_dummy_breakpoint_offset,
7346 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7347 and deprecated_dummy_write_sp.
7348
7349 2004-04-13 David Carlton <carlton@kealia.com>
7350
7351 * MAINTAINERS: Move myself to "paper trail" section.
7352
7353 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7354
7355 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7356 "trad-frame.h".
7357 (vax_frame_init_saved_regs): Remove function.
7358 (vax_sigtramp_saved_pc): Remove function.
7359 (vax_frame_saved_pc): Remove function.
7360 (vax_frame_args_address): Remove function.
7361 (vax_frame_num_args): Rewrite.
7362 (vax_frame_chain): Remove function.
7363 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7364 VAX_FP_REGNUM.
7365 (vax_pop_frame): Likewise.
7366 (vax_saved_pc_after_call): Remove function.
7367 (struct vax_frame_cache): New structure.
7368 (vax_frame_cache): New function.
7369 (vax_frame_this_id): New function.
7370 (vax_frame_prev_register): New function.
7371 (vax_frame_unwind): New variable.
7372 (vax_frame_sniffer): New function.
7373 (vax_frame_base_address): New function.
7374 (vax_frame_args_address): New function.
7375 (vax_frame_base): New variable.
7376 (vax_unwind_pc): New function.
7377 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7378 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7379 deprecated_frame_chain, deprecated_frame_saved_pc,
7380 deprecated_frame_args_address and
7381 deprecated_frame_init_saved_regs.
7382 * Makefile.in (vax-tdep.o): Update dependencies.
7383
7384 * vaxbsd-nat.c: New file.
7385
7386 * vax-tdep.h: Update copyright year. Adjust comments.
7387 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7388 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7389 (vax_regnum): New enum. Replacing...
7390 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7391 (VAX_PS_REGNUM): ... these removed macros.
7392 * vax-tdep.c (vax_register_name): Remove prototype.
7393 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7394 (vax_register_byte, vax_register_raw_size,
7395 vax_register_virtual_size, vax_register_virtual_type): Remove
7396 functions.
7397 (vax_register_type): New function.
7398 (vax_breakpoint_from_pc): Reorganize.
7399 (vax_gdbarch_init): Set register_type. Don't set
7400 deprecated_register_size, deprecated_register_bytes,
7401 deprecated_register_byte, deprecated_register_raw_size,
7402 deprecated_max_register_raw_size,
7403 deprecated_register_virtual_size,
7404 deprecated_max_register_virtual_size and
7405 deprecated_register_virtual_type. Add comment on stack direction.
7406
7407 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7408
7409 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7410 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7411 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7412
7413 2004-04-10 Randolph Chung <tausq@debian.org>
7414
7415 * MAINTAINERS (write after approval): Add myself.
7416
7417 2004-04-07 Randolph Chung <tausq@debian.org>
7418
7419 * hppa-tdep.c (hppa_inner_than): Remove.
7420 (is_pa_2): Remove unused static variable.
7421 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7422
7423 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7424
7425 * language.h (language_defn): Add new la_post_parser field.
7426 * parser-defs.h (null_post_parser): New declaration (default for
7427 la_post_parser).
7428
7429 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7430 insert call to that function.
7431 (parse_exp_in_context): New function, including code formerly in
7432 parse_exp_1. Calls language-dependent post-parser after
7433 prefixification.
7434 (parse_expression_in_context): New exported function.
7435 (null_post_parser): New definition.
7436 * expression.h (parse_expression_in_context): Add declaration.
7437
7438 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7439 * c-lang.c (c_language_defn): Ditto.
7440 (cplus_language_defn): Ditto.
7441 (asm_language_defn): Ditto.
7442 (minimal_language_defn): Ditto.
7443 * f-lang.c (f_language_defn): Ditto.
7444 * jv-lang.c (java_language_defn): Ditto.
7445 * language.c (unknown_language_defn): Ditto.
7446 (auto_language_defn): Ditto.
7447 (local_language_defn): Ditto.
7448 * m2-lang.c (m2_language_defn): Ditto.
7449 * scm-lang.c (scm_language_defn): Ditto.
7450 * obj-lang.c (objc_language_defn): Ditto.
7451
7452 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7453
7454 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7455 (amd64nbsd_mcontext_addr): New function.
7456 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7457 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7458 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7459
7460 * corelow.c (core_xfer_partial): Fix coding standards violation.
7461 Add support for TARGET_OBJECT_WCOOKIE.
7462
7463 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7464 deprecated_pc_in_sigtramp.
7465 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7466 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7467 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7468 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7469 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7470 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7471 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7472
7473 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7474 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7475 Fix typo.
7476
7477 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7478 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7479 (amd64_collect_fxsave): Likewise.
7480
7481 * i386-sol2-tdep.c: Include "gdb_string.h".
7482 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7483 name.
7484 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7485
7486 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7487
7488 * i386-sol2-tdep.c: Include "solib-svr4.h".
7489 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7490 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7491 * config/i386/tm-i386sol2.h: Include :solib.h".
7492 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7493 solib-svr4.o and solib-legacy.o.
7494 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7495 solib-svr4.o.
7496
7497 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7498
7499 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7500 whether a register is supplied by PTRACE_GETFPREGS.
7501 (store_inferior_registers): Likewise.
7502 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7503 whether a register is supplied by PT_GETFPREGS.
7504 (store_inferior_registers): Likewise.
7505
7506 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7507 * config/i386/linux64.mt (TDEPFILES): Likewise.
7508
7509 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7510
7511 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7512 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7513 the program counter is in the range specified by `struct
7514 gdbarch_tdep'.
7515 * amd64-linux-tdep.c: Include "symtab.h".
7516 (amd64_linux_pc_in_sigtramp): Remove function.
7517 (amd64_linux_sigtramp_p): New function.
7518 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7519 deprecated_pc_in_sigtramp.
7520 * amd64nbsd-tdep.c: Include "symtab.h".
7521 (amd64nbsd_sigtramp_p): New function.
7522 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7523 deprecated_pc_in_sigtramp.
7524 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7525 few comments.
7526 (amd64obsd_pc_in_sigtramp): Remove function.
7527 (amd64obsd_sigtramp_p): New function.
7528 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7529 deprecated_pc_in_sigtramp.
7530 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7531 (i386bsd_pc_ins_sigtramp): Remove prototype.
7532 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7533 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7534 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7535 the program counter is in the range specified by `struct
7536 gdbarch_tdep'.
7537 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7538 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7539 (i386_go32_pc_in_sigtramp): Remove function.
7540 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7541 Initialize TDEP->sigtramp_p.
7542 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7543 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7544 deprecated_pc_in_sigtramp.
7545 * i386-linux-tdep.c: Adjust comments.
7546 (i386_linux_pc_in_sigtramp): Remove function.
7547 (i386_linux_sigtramp_p): New function.
7548 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7549 deprecated_pc_in_sigtramp.
7550 * i386-nto-tdep.c: Update copyright year.
7551 (i386nto_pc_in_sigtramp): Remove function.
7552 (i386nto_sigtramp_p): New function.
7553 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7554 SP_REGNUM.
7555 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7556 deprecated_pc_in_sigtramp.
7557 * i386-sol2-tdep.c: Update copyright year.
7558 (i386_sol2_pc_in_sigtramp): Remove function.
7559 (i386_sol2_sigtramp_p): New function.
7560 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7561 deprecated_pc_in_sigtramp.
7562 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7563 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7564 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7565 deprecated_sigtramp_start and deprecated_sigtramp_end.
7566 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7567 (i386nbsd_pc_in_sigtramp): Remove function.
7568 (i386nbsd_sigtramp_p): New function.
7569 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7570 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7571 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7572 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7573 (i386obsd_pc_in_sigtramp): Remove function.
7574 (i386obsd_sigtramp_p): New function.
7575 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7576 functions.
7577 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7578 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7579 TDEP->sigtramp_p.
7580 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7581 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7582 dependencies.
7583
7584 * config/i386/i386aout.mt: Remove file.
7585
7586 * configure.tgt: Remove i[34567]86-*-go32*,
7587 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7588 and i[34567]86-*-isc*. Set gdb_target to i386 for
7589 i[34567]86-*-netware* and i[34567]86-*-*.
7590 * config/i386/i386.mt: New file.
7591 * config/i386/embed.mt: Remove file.
7592 * config/i386/go32.mt: Remove file.
7593 * config/i386/i386nw.mt: Remove file.
7594 * config/i386/i386v.mt: Remove file.
7595 * config/i386/tm-go32.h: Remove file.
7596
7597 * tui/tui-hooks.c: Include "readline/readline.h" after
7598 "gdb_curses.h" instead of before.
7599 * tui/tui-io.c: Likewise.
7600
7601 * tui/tui.c: Fix typo in comment.
7602
7603 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7604
7605 2004-04-08 Andrew Cagney <cagney@redhat.com>
7606
7607 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7608 (deprecated_exception_support_initialized): Declare.
7609 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7610 (initialize_hp_cxx_exception_support)
7611 (child_enable_exception_callback): Update.
7612 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7613 (deprecated_exception_support_initialized): Rename
7614 deprecated_exception_catchpoints_are_fragile and
7615 deprecated_exception_support_initialized.
7616 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7617
7618 * symtab.c (deprecated_hp_som_som_object_present): Rename
7619 hp_som_som_object_present.
7620 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7621 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7622 Update. Delete extern declaration.
7623 * valops.c (hp_som_som_object_present): Ditto.
7624 * parse.c (deprecated_hp_som_som_object_present)
7625 (parse_nested_classes_for_hpacc): Ditto.
7626 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7627 * hppa-hpux-tdep.c (hp_som_som_object_present)
7628 (initialize_hp_cxx_exception_support): Ditto.
7629 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7630 * cp-valprint.c (hp_som_som_object_present)
7631 (cp_print_class_method): Ditto.
7632 * c-typeprint.c (hp_som_som_object_present):
7633 (c_type_print_base): Ditto.
7634 * c-exp.y (hp_som_som_object_present): Ditto.
7635
7636 2004-04-08 Andrew Cagney <cagney@redhat.com>
7637
7638 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7639 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7640 (frame_unwind_find_by_frame): Re-implement the unwind code so
7641 that it can both prepend and append sniffers. Replace
7642 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7643 * tramp-frame.c (tramp_frame_append): Use
7644 frame_unwind_prepend_unwinder.
7645 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7646 frame_unwind_register_unwinder.
7647 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7648 tramp_frame_append.
7649 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7650 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7651 (mips_linux_init_abi): Update.
7652
7653 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7654
7655 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7656 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7657 file support.
7658
7659 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7660
7661 * ia64-tdep.c (elf.h): Don't include.
7662 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7663
7664 2004-04-07 Jason Molenda (jmolenda@apple.com)
7665
7666 * frame.h: Typeo corrections in comments.
7667
7668 2004-04-07 Jim Blandy <jimb@redhat.com>
7669
7670 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7671 %esp and %ebp
7672
7673 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7674
7675 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7676 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7677 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7678 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7679 and solib-legacy.o.
7680 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7681 solib-svr4.o.
7682 * config/sparc/tm-sol2.h: Update copyright year. Include
7683 "solib.h".
7684
7685 * sparc-sol2-tdep.c: Update copyright year. Include
7686 "solib-svr4.h".
7687 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7688 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7689 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7690 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7691 dependencies.
7692
7693 2004-04-06 Andrew Cagney <cagney@redhat.com>
7694
7695 * infttrace.c: Include "infttrace.h".
7696 * infttrace.h: Include "target.h".
7697 * Makefile.in (infttrace_h): Update.
7698 (infttrace.o): Update.
7699
7700 2004-04-06 Andrew Cagney <cagney@redhat.com>
7701
7702 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7703 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7704 move extern declarations from here ...
7705 * infttrace.h: ... to here.
7706 * Makefile.in (hppah-nat.o): Update dependencies.
7707
7708 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7709 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7710 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7711 (hppa_breakpoint_from_pc): Delete.
7712
7713 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7714
7715 2004-04-05 Andrew Cagney <cagney@redhat.com>
7716
7717 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7718 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7719 <sys/file.h>.
7720
7721 2004-04-06 Randolph Chung <tausq@debian.org>
7722
7723 Committed by Andrew Cagney (mechanical change).
7724 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7725 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7726 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7727 child_enable_exception_callback, current_ex_event,
7728 null_symtab_and_line, child_get_current_exception_event,
7729 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7730 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7731 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7732 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7733 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7734 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7735 Move hpux-specific definitions ...
7736 * hppa-hpux-tdep.c: ... to here.
7737
7738 2004-04-05 Andrew Cagney <cagney@redhat.com>
7739
7740 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7741 skip_prologue_using_sal.
7742
7743 2004-04-05 Andrew Cagney <cagney@redhat.com>
7744
7745 * config/i386/tm-i386.h: Delete file.
7746 * config/i386/tm-vxworks.h: Update copyright, do not include
7747 "tm-i386.h".
7748 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7749 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7750 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7751 * config/i386/ncr3000.mt (TM_FILE): Delete.
7752 * config/i386/interix.mt (TM_FILE): Delete.
7753 * config/i386/i386v.mt (TM_FILE): Delete.
7754 * config/i386/i386nw.mt (TM_FILE): Delete.
7755 * config/i386/i386gnu.mt (TM_FILE): Delete.
7756 * config/i386/i386aout.mt (TM_FILE): Delete.
7757 * config/i386/embed.mt (TM_FILE): Delete.
7758
7759 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7760
7761 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7762 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7763 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7764 (accg7_regnum): New constants.
7765 (last_spr_regnum, last_pseudo_regnum): Update.
7766 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7767 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7768 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7769 for accg registers.
7770 (frv_register_sim_regno): Update spr_map[].
7771
7772 2004-04-04 Andrew Cagney <cagney@redhat.com>
7773
7774 * config/mips/xm-riscos.h: Delete.
7775 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7776 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7777 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7778 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7779 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7780 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7781 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7782 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7783 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7784 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7785 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7786 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7787 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7788 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7789 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7790 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7791 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7792 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7793 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7794 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7795 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7796 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7797 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7798 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7799 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7800 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7801
7802 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7803 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7804 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7805 * configure.host: Remove m680[01]0-sun-sunos3*,
7806 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7807 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7808 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7809 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7810 mips-*-riscos*.
7811 * NEWS: Mention removed systems.
7812
7813 2004-04-04 Andrew Cagney <cagney@redhat.com>
7814
7815 GDB 6.1 release created from 6.1 branch.
7816
7817 2004-04-04 Andrew Cagney <cagney@redhat.com>
7818
7819 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7820 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7821 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7822
7823 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7824 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7825 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7826
7827 2004-04-03 Jim Blandy <jimb@redhat.com>
7828
7829 * MAINTAINERS: Chris Faylor has changed employers; add him to
7830 "paper trail" section, and update his E-mail address.
7831
7832 2004-04-03 Andrew Cagney <cagney@redhat.com>
7833
7834 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7835 generic dummy frames.
7836 * dummy-frame.c: Update copyright.
7837 (dummy_frame_sniffer): Delete check for generic dummy frames.
7838
7839 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7840 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7841 (REG_PARM_STACK_SPACE): Delete.
7842 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7843 Inline reference to REG_PARM_STACK_SPACE.
7844
7845 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7846 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7847 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7848 (FRAME_BASE_BEFORE_SIGTRAMP)
7849 (hppa32_hpux_frame_base_before_sigtramp)
7850 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7851 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7852 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7853 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7854 (FRAME_BASE_BEFORE_SIGTRAMP)
7855 (hppa64_hpux_frame_base_before_sigtramp)
7856 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7857
7858 2004-04-03 Andrew Cagney <cagney@redhat.com>
7859
7860 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7861
7862 2004-04-02 Andrew Cagney <cagney@redhat.com>
7863
7864 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7865 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7866 * dummy-frame.h: Delete out-of-date comments.
7867 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7868 * gdbarch.h, gdbarch.c: Re-generate.
7869
7870 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7871
7872 Committed by Andrew Cagney <cagney@redhat.com>.
7873 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7874 into account an instruction saving a register if we have already
7875 seen an earlier instruction saving that same register.
7876
7877 2004-04-02 Andrew Cagney <cagney@redhat.com>
7878
7879 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7880 * gdbarch.h, gdbarch.c: Re-generate.
7881 * frame.c (legacy_get_prev_frame): Delete references to
7882 DEPRECATED_INIT_FRAME_PC_FIRST.
7883
7884 * infrun.c (pc_in_sigtramp): Delete function.
7885 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7886 get_frame_type.
7887
7888 2004-04-02 Andrew Cagney <cagney@redhat.com>
7889
7890 * infrun.c (handle_step_into_function): Delete code conditional on
7891 legacy_frame_p.
7892 (handle_inferior_event, step_over_function): Ditto.
7893
7894 2004-04-02 Andrew Cagney <cagney@redhat.com>
7895
7896 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7897 "previous frame inner to this frame" test.
7898
7899 2004-04-02 Andrew Cagney <cagney@redhat.com>
7900
7901 * frame.c (safe_frame_unwind_memory): New function.
7902 * frame.h (safe_frame_unwind_memory): Declare. Update description
7903 of /safe_/ methods.
7904 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7905 "next_frame". Use safe_frame_unwind_memory.
7906 (tramp_frame_sniffer): Update call to tramp_frame_start.
7907
7908 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7909
7910 * dwarf2read.c (dwarf2_objfile_data_key): New.
7911 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7912 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7913 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7914 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7915 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7916 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7917 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7918 Remove variables.
7919 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7920 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7921 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7922 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7923 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7924 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7925 Remove macros.
7926 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7927 data.
7928 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7929 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7930 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7931 (read_partial_die, read_full_die, read_indirect_string)
7932 (dwarf_decode_line_header, dwarf_decode_macros)
7933 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7934 Update uses of removed variables.
7935 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7936 of removed macros.
7937 (_initialize_dwarf2_read): New function.
7938 * symfile.h (dwarf2_has_info): Update prototype.
7939 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7940 * elfread.c (elf_symfile_read): Likewise.
7941
7942 2004-04-01 Jim Blandy <jimb@redhat.com>
7943
7944 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7945 function for register numbers on all the rs6000-derived targets.
7946 (rs6000_gdbarch_init): Don't register a separate
7947 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7948 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7949 variants.
7950
7951 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7952 numbering.
7953
7954 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7955
7956 * valarith.c: Update copyright notice.
7957 (value_add): Handle range types.
7958 (value_sub): Ditto.
7959 (value_equal): Ditto.
7960 (value_less): Ditto.
7961 (value_neg): Ditto.
7962 (value_complement): Ditto.
7963 (value_binop): Simplify slightly by using is_integral_type and
7964 eliminiating unnecessary COERCE_ENUMs.
7965
7966 2004-03-31 Andrew Cagney <cagney@redhat.com>
7967
7968 * frame.h (frame_unwind_id): Declare.
7969 * frame.c (frame_unwind_id): New function.
7970 (get_prev_frame_1): New function.
7971 (frame_debug_got_null_frame): New function.
7972 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7973 code proper to prev_frame, update description.
7974 * infrun.c (step_over_function): Use frame_unwind_id.
7975
7976 2004-04-31 J. Brobecker <brobecker@gnat.com>
7977
7978 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7979 (hppa64_push_dummy_call): Likewise.
7980
7981 2004-03-30 Jim Blandy <jimb@redhat.com>
7982
7983 From Ulrich Weigand:
7984 * utils.c (query): Do not use a va_list variable multiple times.
7985
7986 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7987
7988 * Makefile.in (linux_nat_h): Update dependencies.
7989 * configure.in: Check for <gnu/libc-version.h>.
7990 * configure: Regenerate.
7991 * config.in: Regenerate.
7992 * linux-nat.h: Include "target.h". Add waitstatus field to
7993 struct lwp_info.
7994 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7995 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7996 to.
7997 (lin_lwp_handle_extended): New function. Handle clone events.
7998 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7999 thread exit events.
8000 (child_wait): Handle clone events.
8001 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8002 * linux-nat.c (linux_enable_event_reporting): Turn on
8003 PTRACE_O_TRACECLONE.
8004 (linux_handle_extended_wait): Handle clone events.
8005 * thread-db.c: Include <gnu/libc-version.h>.
8006 (struct private_thread_info): Add dying flag.
8007 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8008 higher.
8009 (attach_thread): Update comments. Handle dying threads.
8010 (detach_thread): Set the dying flag.
8011 (check_event): Always call attach_thread.
8012
8013 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * mips-tdep.c (mips_pdr_data): New.
8016 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8017 (_initialize_mips_tdep): Initialize mips_pdr_data.
8018
8019 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8020
8021 * minsyms.c (install_minimal_symbols): Move dropping leading
8022 char from linkage name from here...
8023 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8024 test for "__gnu_compiled*" symbols.
8025
8026 2004-03-28 Jim Blandy <jimb@redhat.com>
8027
8028 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8029 registers to temp register r0 and byte stores as prologue
8030 instructions.
8031
8032 2004-03-28 Andrew Cagney <cagney@redhat.com>
8033
8034 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8035 arm*-*-*.
8036
8037 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8038
8039 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8040 and switch the layout to force a display of register window.
8041
8042 2004-02-26 J. Brobecker <brobecker@gnat.com>
8043
8044 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8045 of the INTEGER class.
8046
8047 2004-03-26 Jim Blandy <jimb@redhat.com>
8048
8049 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8050 bytes long on PPC GNU/Linux.
8051
8052 2004-03-26 David Carlton <carlton@kealia.com>
8053
8054 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8055
8056 2004-03-25 Andrew Cagney <cagney@redhat.com>
8057
8058 * PROBLEMS: Add general section titles, remove references to
8059 specific releases.
8060
8061 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8062
8063 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8064 INT_REGISTER_SIZE.
8065 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8066 FP_REGISTER_VIRTUAL_SIZE.
8067 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8068 of DEPRECATED_REGISTER_RAW_SIZE.
8069 (arm_register_type): Add gdbarch argument.
8070 (arm_register_raw_size, arm_register_virtual_size): Delete.
8071 (arm_register_byte, arm_extract_return_value)
8072 (arm_store_return_value, arm_get_longjmp_target): Update references
8073 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8074 (arm_gdbarch_init): Likewise. Don't set
8075 deprecated_register_raw_size, deprecated_register_virtual_size,
8076 deprecated_max_register_raw_size,
8077 deprecated_max_register_virtual_size, or
8078 deprecated_max_register_virtual_type. Do set register_type.
8079 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8080 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8081 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8082 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8083 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8084 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8085 INT_REGISTER_SIZE.
8086 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8087 (remote_rdp_store_register): Likewise.
8088
8089 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8090
8091 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8092 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8093 to after osabi initialization.
8094 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8095 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8096 functions.
8097 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8098 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8099 variables.
8100 (mips_linux_init_abi): Append signal trampoline unwinders.
8101
8102 2004-03-24 Andrew Cagney <cagney@redhat.com>
8103
8104 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8105 * tramp-frame.c: Include "gdb_assert.h".
8106 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8107 correct sizeof.
8108 (tramp_frame_append): Validate the tramp frame's instructions.
8109 * Makefile.in (tramp-frame.o): Update dependencies.
8110
8111 2004-03-23 Andrew Cagney <cagney@redhat.com>
8112
8113 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8114
8115 2004-03-23 Andrew Cagney <cagney@redhat.com>
8116
8117 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8118 Nasser as past testsuite/lib/ (and other) maintainers.
8119
8120 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8121
8122 * infcmd.c (attach_command): Reread symbols if we already have
8123 an exec file.
8124
8125 2004-03-23 Andrew Cagney <cagney@redhat.com>
8126
8127 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8128
8129 2004-03-23 Andrew Cagney <cagney@redhat.com>
8130
8131 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8132 * gdbarch.h, gdbarch.c: Re-generate.
8133 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8134 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8135 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8136 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8137 (DEPRECATED_SIGTRAMP_START): Update.
8138 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8139 (DEPRECATED_SIGTRAMP_START): Update.
8140 * blockframe.c (find_pc_sect_partial_function): Update.
8141 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8142
8143 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8144
8145 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8146 if necessary.
8147
8148 2004-03-23 Andrew Cagney <cagney@redhat.com>
8149
8150 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8151 predicate, deprecate.
8152 * gdbarch.h, gdbarch.c: Re-generate.
8153 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8154 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8155 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8156 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8157 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8158 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8159 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8160 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8161 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8162 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8163 * blockframe.c (find_pc_partial_function): Update.
8164 * breakpoint.c (bpstat_what): Update.
8165 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8166 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8167 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8168 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8169 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8170 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8171 * i386-nto-tdep.c (i386nto_init_abi): Update.
8172 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8173 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8174 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8175 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8176 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8177 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8178 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8179 * infrun.c (pc_in_sigtramp): Update.
8180 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8181 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8182 * mips-tdep.c (mips_gdbarch_init): Update.
8183 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8184 * ppc-linux-tdep.c: Update comment.
8185 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8186 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8187 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8188 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8189 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8190 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8191 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8192 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8193 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8194 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8195
8196 2004-03-23 Andrew Cagney <cagney@redhat.com>
8197
8198 * tramp-frame.h, tramp-frame.h: New files.
8199 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8200 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8201
8202 * Makefile.in: Update all dependencies.
8203
8204 2004-03-23 Andrew Cagney <cagney@redhat.com>
8205
8206 * Makefile.in (trad_frame_h): Add $(frame_h).
8207 * trad-frame.h: Update copyright. Include "frame.h".
8208 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8209 (trad_frame_set_id, trad_frame_get_id): Declare.
8210 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8211 * trad-frame.c: Update copyright.
8212 (struct trad_frame_cache): Define.
8213 (trad_frame_cache_zalloc): New function.
8214 (trad_frame_set_id, trad_frame_get_id): New functions.
8215 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8216
8217 2004-03-22 Andrew Cagney <cagney@redhat.com>
8218
8219 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8220 s390_pltstub_unwind_cache.
8221 (s390_stub_frame_unwind_cache): Rename
8222 s390_pltstub_frame_unwind_cache.
8223 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8224 (s390_stub_frame_prev_register): Rename
8225 s390_pltstub_frame_prev_register.
8226 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8227 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8228
8229 From Ulrich Weigand:
8230 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8231 pointer calls like PLT calls.
8232
8233 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8234
8235 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8236 PC rather than the partial function start address. Use the start
8237 address to sanity check the found PDR.
8238
8239 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8240
8241 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8242 linux_handle_extended_wait.
8243
8244 2004-03-22 Andrew Cagney <cagney@redhat.com>
8245
8246 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8247 function.
8248
8249 * frame.h (generic_pop_current_frame): Delete declaration.
8250 (deprecate_pop_dummy_frame): Deprecate
8251 generic_pop_dummy_frame.
8252 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8253 (generic_pop_current_frame): Delete function.
8254 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8255 generic_pop_current_frame.
8256 * v850-tdep.c (v850_pop_frame): Update.
8257 * mcore-tdep.c (mcore_pop_frame): Update.
8258 * sh64-tdep.c (sh64_pop_frame): Update.
8259 * h8300-tdep.c (h8300_pop_frame): Update.
8260
8261 2004-03-22 Andrew Cagney <cagney@redhat.com>
8262
8263 * frame.h (deprecated_pc_in_call_dummy): Rename
8264 generic_pc_in_call_dummy.
8265 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8266 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8267 generic_pc_in_call_dummy.
8268 (pc_in_dummy_frame): Make static.
8269 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8270 * gdbarch.h, gdbarch.c: Re-generate.
8271 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8272 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8273 (legacy_get_prev_frame): Ditto.
8274 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8275 comment.
8276
8277 2004-03-21 Andrew Cagney <cagney@redhat.com>
8278
8279 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8280 declaration and out-of-date comment.
8281 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8282 Delete function.
8283 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8284 deprecated_pc_in_call_dummy.
8285
8286 * infrun.c (handle_inferior_event): For non legacy frames, use the
8287 frame ID and frame type to identify a signal trampoline. Update
8288 comments.
8289
8290 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8291
8292 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8293 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8294
8295 2004-03-21 Andrew Cagney <cagney@redhat.com>
8296
8297 * frame-unwind.h: Update copyright.
8298 (struct frame_data): Add opaque declaration.
8299 (frame_sniffer_ftype): Declare.
8300 (struct frame_unwind): Add "unwind_data" and "sniffer".
8301 (frame_unwind_register_unwinder): Declare.
8302 (frame_unwind_find_by_frame): Add parameter "this_cache".
8303 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8304 (legacy_get_prev_frame, legacy_get_prev_frame)
8305 (get_frame_type): Pass the prologue_cache to
8306 frame_unwind_find_by_frame.
8307 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8308 "unwinder".
8309 (frame_unwind_register_unwinder): New function.
8310 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8311
8312 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8313
8314 * bcache.c (print_percentage): Use floating point to avoid
8315 incorrect results when portion*100 overflows.
8316
8317 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8318
8319 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8320 (ppc_linux_init_extra_frame_info)
8321 (ppc_linux_frameless_function_invocation)
8322 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8323 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8324 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8325 (rs6000_frame_chain): Delete declarations.
8326 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8327 (ppc_linux_init_extra_frame_info)
8328 (ppc_linux_frameless_function_invocation)
8329 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8330 (ppc_linux_init_abi): Remove registration of above deleted functions.
8331 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8332 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8333 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8334 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8335 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8336 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8337 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8338 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8339 frame management for all OSABIs.
8340
8341 2004-03-19 Andrew Cagney <cagney@redhat.com>
8342
8343 Committed by Kevin Buettner <kevinb@redhat.com>.
8344
8345 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8346 Update copyright.
8347 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8348 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8349 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8350 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8351 unwinders. #ifdef legacy frame code.
8352 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8353 "frame-base.h".
8354 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8355 (struct rs6000_frame_cache, rs6000_frame_cache)
8356 (rs6000_frame_this_id, rs6000_frame_prev_register)
8357 (rs6000_frame_sniffer, rs6000_frame_unwind)
8358 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8359 (rs6000_frame_base): Implement a traditional frame unwinder.
8360 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8361 frame unwinder.
8362
8363 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8364
8365 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8366 breakpoint address for watchpoints or the catch eventpoints.
8367 Add new paramter ``bptype''. Adjust all callers.
8368
8369 2004-03-19 Andrew Cagney <cagney@redhat.com>
8370
8371 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8372
8373 * PROBLEMS: Delete note that ARM does not use frame code, problem
8374 fixed.
8375
8376 2004-03-18 Andrew Cagney <cagney@redhat.com>
8377
8378 * stack.c (return_command): Delete code wrapped in #ifdef
8379 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8380
8381 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8382
8383 2004-03-18 Andrew Cagney <cagney@redhat.com>
8384
8385 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8386 DEPRECATED_IN_SIGTRAMP.
8387 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8388 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8389 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8390 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8391 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8392 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8393 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8394 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8395 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8396 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8397
8398 2004-03-18 Andrew Cagney <cagney@redhat.com>
8399
8400 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8401 (struct frame_base_table_entry): Define.
8402 (struct frame_base_table): Re-implement as a linked list.
8403 (frame_base_init): Re-implement.
8404 (frame_base_table): Delete function.
8405 (append_predicate): Delete function.
8406 (frame_base_append_sniffer): Update.
8407 (frame_base_set_default): Update.
8408 (frame_base_find_by_frame): Update.
8409 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8410 * Makefile.in (frame-base.o): Update dependencies.
8411
8412 2004-03-17 Andrew Cagney <cagney@redhat.com>
8413
8414 * frame.c (legacy_get_prev_frame): Pass correct frame to
8415 frame_unwind_find_by_frame.
8416
8417 2004-03-17 David Carlton <carlton@kealia.com>
8418
8419 * NEWS: Mention C++ nested types and namespaces
8420
8421 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8422
8423 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8424 and "Regressions since gdb 5.3.". Add known regressions since
8425 gdb 6.0.
8426
8427 2004-03-16 David Carlton <carlton@kealia.com>
8428
8429 * dwarf2read.c (process_structure_scope): Process children even
8430 when we're a declaration.
8431
8432 2004-03-16 Andrew Cagney <cagney@redhat.com>
8433
8434 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8435 * blockframe.c (find_pc_partial_function)
8436 (find_pc_sect_partial_function): Merge into a single
8437 find_pc_partial_function.
8438
8439 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8440
8441 * i386bsd-nat.c: s/regno/regnum/g.
8442 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8443 FP0_REGNUM.
8444 (store_inferior_registers): Likewise.
8445
8446 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8447
8448 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8449 of i387_fill_fsave.
8450 (store_inferior_registers): Call i387_collect_fsave and
8451 i387_collect_fxsave instead of i387_fill_fsave and
8452 i387_fill_fxsave.
8453
8454 2004-03-15 Andrew Cagney <cagney@redhat.com>
8455
8456 * Makefile.in (frame-unwind.o): Update dependencies.
8457 * frame-unwind.c: Include "gdb_obstack.h".
8458 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8459 parameter.
8460 (append_predicate): Delete function.
8461 (struct frame_unwind_table_entry): New structure.
8462 (struct frame_unwind_table): Replace "sniffer" with "head" and
8463 "tail".
8464 (frame_unwind_append_sniffer): Update.
8465 (frame_unwind_find_by_frame): Update.
8466 (_initialize_frame_unwind): Registe frame_unwind_init using
8467 gdbarch_data_register_pre_init.
8468
8469 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8470
8471 * i386bsd-nat.c: Update copyright year.
8472 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8473 define unconditionally.
8474
8475 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8476
8477 * i387-tdep.h (i387_collect_fsave): New prototype.
8478 * i387-tdep.c (i387_collect_fsave): New function containing most
8479 of the code from i387_fill_fsave.
8480 (i387_fill_fsave): Call i387_collect_fsave.
8481
8482 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8483
8484 * i386-linux-tdep.c: Update copyright year.
8485 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8486 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8487 svr4_ilp32_link_map_offsets instead of
8488 i386_linux_svr4_fetch_link_map_offsets.
8489
8490 2004-03-15 David Carlton <carlton@kealia.com>
8491
8492 Fix for PR c++/1553:
8493 * dwarf2read.c (read_structure_type): Determine type name by
8494 calling determine_class_name.
8495 (determine_class_name): New.
8496 (determine_prefix): Look at TYPE_TAG_NAME and call
8497 determine_class_name when appropriate.
8498 (determine_prefix_aux, class_name): Delete.
8499 (read_namespace): Set die->type.
8500
8501 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8502
8503 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8504 unused macro definition. The definition in target.h (or perhaps
8505 elsewhere) takes precedence.
8506
8507 2004-03-15 Andrew Cagney <cagney@redhat.com>
8508
8509 * ppc-tdep.h: Update copyright.
8510 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8511 function signatures to match "regsets.h".
8512 * ppc-linux-tdep.c: Include "regset.h".
8513 (ELF_GREGSET_SIZE): Delete.
8514 (right_supply_register): New function.
8515 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8516 using right_supply_register.
8517 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8518 functions.
8519 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8520 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8521 (_initialize_ppc_linux_tdep): Do not register
8522 ppc_linux_regset_core_fns.
8523 (ppc_linux_regset_from_core_section): Replace
8524 fetch_core_registers.
8525 (ppc_linux_regset_core_fns): Delete.
8526 * ppc-linux-nat.c: (right_fill_reg): New function.
8527 (supply_gregset): Update call to ppc_linux_supply_gregset.
8528 (fill_gregset): Clear the register set, use right_fill_reg.
8529 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8530 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8531
8532 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8533 unsigned.
8534
8535 2004-03-15 Andrew Cagney <cagney@redhat.com>
8536
8537 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8538 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8539 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8540 and register_gdbarch_data.
8541 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8542 (struct gdbarch_data): Replace "init" by "pre_init" and
8543 "post_init".
8544 * gdbarch.h, gdbarch.c: Re-generate.
8545 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8546 with"obstack", use OBSTACK_ZALLOC.
8547 (dwarf2_frame_ops): Delete.
8548 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8549 (dwarf2_frame_init_reg): Use gdbarch_data.
8550 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8551 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8552 (_initialize_svr4_solib): Update.
8553 * user-regs.c (_initialize_user_regs): Update.
8554 * reggroups.c (_initialize_reggroup): Update.
8555 * regcache.c (_initialize_regcache): Update.
8556 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8557 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8558 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8559 * frame-unwind.c (_initialize_frame_unwind): Update.
8560 * frame-base.c (_initialize_frame_base): Update.
8561 * user-regs.c (user_reg_add): Update.
8562 * reggroups.c (reggroup_add): Update.
8563 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8564 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8565 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8566 * frame-base.c (frame_base_table): Update.
8567 * remote.c (_initialize_remote): Update.
8568 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8569
8570 2004-03-15 Andrew Cagney <cagney@redhat.com>
8571
8572 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8573
8574 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8575
8576 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8577 * frv-linux-tdep.c: New file.
8578 * frv-tdep.c (struct gdbarch_tdep): Add new field
8579 ``sigcontext_reg_addr''.
8580 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8581 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8582 (frv_sigramp_frame_sniffer): New functions.
8583 (frv_sigtramp_frame_unwind): New static global.
8584 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8585 sniffers.
8586 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8587 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8588
8589 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8590
8591 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8592 but not via a call to error(), when unable to read memory.
8593
8594 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8595
8596 * frv-tdep.c (frv_call_dummy_words): Delete.
8597 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8598
8599 2004-03-15 Andrew Cagney <cagney@redhat.com>
8600
8601 * infrun.c (handle_step_into_function, step_over_function): Only
8602 update and use STEP_FRAME_ID when the system is using legacy
8603 frames. Update comments.
8604
8605 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8606
8607 * amd64-linux-tdep.h: Remove file.
8608 * amd64-linux-tdep.c: Don't include "inferior.h" and
8609 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8610 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8611 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8612 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8613 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8614 macros.
8615 (user_to_gdb_regmap): Remove variable.
8616 (amd64_linux_gregset_reg_offset): New variable.
8617 (amd64_core_fns): Remove variable.
8618 (fetch_core_registers): Remove function.
8619 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8620 functions.
8621 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8622 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8623 * Makefile.in (amd64_linux_tdep_h): Remove.
8624 (amd64-linux-nat.o): Update dependencies.
8625 (amd64-linux-tdep.o): Update dependencies.
8626
8627 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8628 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8629 functions.
8630 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8631
8632 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8633 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8634
8635 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8636
8637 * dwarf2read.c (read_structure_type): Rename from
8638 read_structure_scope. Don't create a symbol or call process_die.
8639 Return immediately if die->type is set. Call read_type_die before
8640 dwarf2_add_member_fn.
8641 (process_structure_scope): New function.
8642 (read_enumeration_type, process_enumeration_scope): New functions,
8643 broken out from read_enumeration. Don't create the enumeration
8644 type if it has already been created.
8645 (read_enumeration): Removed.
8646 (process_die): Call read_structure_type, process_structure_scope,
8647 read_enumeration_type, and process_enumeration_scope. Just call
8648 new_symbol for base and subrange types. Add a comment about other
8649 type dies.
8650 (read_type_die): Call read_enumeration_type.
8651 (add_partial_structure, new_symbol): Update comments.
8652
8653 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8654
8655 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8656
8657 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8658
8659 * tui/tui-win.h (tui_get_cmd_list): Declare.
8660 * tui/tui-win.c (tui_command): New function.
8661 (tui_get_cmd_list): New function.
8662 (_initialize_tui_win): Moved initialization of tui command in
8663 tui_get_cmd_list.
8664
8665 * tui/tui-data.c (init_content_element): Setup new data members.
8666 (init_win_info): Likewise.
8667 (free_content_elements): Free it.
8668 * tui/tui-data.h (struct tui_data_element): Store the register
8669 content to print.
8670 (struct tui_data_info): Keep the current register group.
8671
8672 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8673
8674 * tui/tui-regs.h (tui_show_registers): Update prototype.
8675 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8676 (tui_resize_all): No need to calculate anything for register window.
8677 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8678 (tui_set_register_element, tui_set_general_regs_content): Remove.
8679 (tui_set_special_regs_content): Remove.
8680 (tui_set_general_and_special_regs_content): Remove.
8681 (tui_set_float_regs_content): Remove.
8682 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8683 (tui_set_regs_content): Remove.
8684 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8685 (tui_v_show_registers_command_support): Remove.
8686 (tui_show_registers): Use a reggroup to specify the registers to show.
8687 (tui_show_register_group): New function.
8688 (tui_display_registers_from): Compute the layout of register window
8689 and refresh with new API; be sure to delete old register windows.
8690 (tui_check_register_values): Update to use tui_get_register and
8691 tui_display_data.
8692 (tui_display_register): Just refresh the register window part.
8693 (tui_register_format): Format registers and save in tui_data_element.
8694 (tui_get_register): New to combine tui_reg_value_has_changed and
8695 tui_get_register_raw_value; fix to use the new gdb API.
8696 (tui_show_float_command): Renamed tui_reg_float_command.
8697 (tui_show_general_command): Renamed tui_reg_general_command.
8698 (tui_show_special_command): Renamed tui_reg_system_command.
8699 (_initialize_tui_regs): Remove unused commands.
8700
8701 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8702
8703 * NEWS (New native configurations): Mention OpenBSD/amd64.
8704
8705 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8706 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8707 Remove defines.
8708 * config/i386/nm-fbsd64.h: Likewise.
8709 * config/i386/nm-obsd.h: Likewise.
8710 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8711 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8712
8713 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8714
8715 * frv-tdep.c (set_variant_scratch_registers): New function.
8716 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8717 New constants.
8718
8719 From Richard Sandiford <rsandifo@redhat.com>:
8720 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8721
8722 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8723
8724 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8725 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8726 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8727 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8728 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8729 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8730 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8731 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8732 definitions from frv-tdep.c to frv-tdep.h.
8733
8734 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8735
8736 Add shared library support for FR-V FDPIC ABI:
8737 * Makefile.in (solib-frv.o): Add dependencies.
8738 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8739 New functions.
8740 (frv_push_dummy_call): Add support for FDPIC ABI.
8741 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8742 for FDPIC ABI.
8743 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8744 (frv_fdpic_find_canonical_descriptor): Declare.
8745 * solib-frv.c: New file.
8746 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8747 * config/frv/tm-frv.h (solib.h): Include.
8748
8749 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8750
8751 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8752 (frv-tdep.o): Update dependencies.
8753 * frv-tdep.h: New file.
8754 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8755 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8756 constants.
8757 (struct gdbarch_tdep): Add new member ``frv_abi''.
8758 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8759 functions.
8760 (new_variant): Set ``frv_abi'' field.
8761 (gdb_arch_init): Detect FDPIC executables.
8762
8763 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8764
8765 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8766 wrapper.
8767
8768 2004-03-11 Andrew Cagney <cagney@redhat.com>
8769
8770 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8771
8772 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8773
8774 * solist.h (master_so_list): New function.
8775 * solib.c (master_so_list): Likewise.
8776 * solib-svr4.c (enable_break): Iterate over so_list entries
8777 obtained from master list instead of entries obtained directly
8778 via svr4_current_sos().
8779
8780 2004-03-10 Ben Elliston <bje@gnu.org>
8781
8782 * MAINTAINERS: Update my mail address.
8783
8784 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8785
8786 * remote-m32r-sdi.c: Support hardware watchpoint.
8787
8788 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8789
8790 * user-regs.c: Update copyright years.
8791 (struct user_regs): Rename to gdb_user_regs.
8792 (append_user_reg, builtin_user_regs, user_regs_init)
8793 (user_reg_add, user_reg_map_name_to_regnum)
8794 (usernum_to_user_reg): Update.
8795
8796 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8797
8798 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8799 (skip_children): New functions.
8800 (locate_pdi_sibling): Call skip_children.
8801
8802 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8803
8804 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8805 * gdbtypes.c (check_typedef): Update comments.
8806
8807 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8808
8809 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8810 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8811 pointer. Update comment about comp_unit_head.
8812 (struct abbrev_info): Shorten two int flags.
8813 (dwarf_alloc_abbrev): Take a CU argument.
8814 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8815 each time through the loop. Update cleanup argument.
8816 (psymtab_to_symtab_1): Update cleanup call.
8817 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8818 abbrev_obstack.
8819 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8820 Just call obstack_free and clear the pointer.
8821
8822 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8823
8824 * infrun.c (handle_inferior_event): Remove short-circuit code for
8825 events in a different thread.
8826
8827 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8828
8829 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8830 print the whole transfer.
8831 (initialize_targets): Update description of "set debug target".
8832
8833 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8834
8835 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8836
8837 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8838
8839 * MAINTAINERS (write after approval): Add myself.
8840
8841 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8842
8843 * sh-tdep.c (sh_print_registers_info): Use for loop.
8844 Don't skip multiple registers when a float register is encountered.
8845
8846 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8847
8848 Fix PR tdep/1291.
8849 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8850 to official SH documentation.
8851
8852 2004-03-07 Andrew Cagney <cagney@redhat.com>
8853
8854 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8855 unused function.
8856
8857 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8858
8859 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8860 (arm_get_next_pc): Handle BX and BLX.
8861
8862 2004-03-07 Andrew Cagney <cagney@redhat.com>
8863
8864 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8865 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8866 HPPA_SP_REGNUM.
8867 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8868 (hppa_target_read_fp): Delete.
8869 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8870 register_virtual_size, max_register_raw_size,
8871 max_register_virtual_size, register_byte, register_size,
8872 target_read_fp, fp_regnum, and register_bytes. Set register_type
8873 instead of register_virtual_type.
8874 (hppa32_register_type, hppa64_register_type): Replace
8875 hppa32_register_virtual_type and hppa64_register_virtual_type.
8876 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8877 (HPPA_FP_REGNUM): Define.
8878
8879 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8880
8881 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8882 (pa_do_registers_info): Delete.
8883 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8884 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8885 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8886
8887 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8888 GDB_TARGET_IS_HPPA code.
8889 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8890 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8891 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8892 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8893 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8894 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8895 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8896 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8897 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8898 (hppa_frameless_function_invocation, hppa64_store_return_value)
8899 (hppa_store_struct_return, hppa64_extract_return_value)
8900 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8901 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8902 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8903 (find_proc_framesize, deposit_21, restore_pc_queue)
8904 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8905 (rp_saved, pc_in_linker_stub): Delete.
8906
8907 Unconditionally enable 64-bit frame and ABI code.
8908 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8909 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8910 push_dummy_frame, fix_call_dummy, push_arguments,
8911 call_dummy_location, extract_return_value, use_struct_convention,
8912 store_return_value, store_struct_return, saved_pc_after_call,
8913 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8914 frame_chain, frame_chain_valid, frameless_function_invocation,
8915 frame_saved_pc, and pop_frame.
8916
8917 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8918 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8919 (hppa_gdbarch_init): Do not set PC_REGNUM.
8920
8921 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8922
8923 * config/alpha/tm-fbsd.h: Remove file.
8924 * config/alpha/fbsd.mt: Tweak comment.
8925 (TM_FILE): Set to tm-alpha.h.
8926
8927 2004-03-05 Andrew Cagney <cagney@redhat.com>
8928
8929 * infrun.c (step_over_function): When non-legacy code, and no
8930 step_frame_id, use the unwinder to get the caller's frame ID.
8931
8932 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8933
8934 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8935 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8936 bfd_arch_unknown. Adjust comment.
8937
8938 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8939 * i386obsd-tdep.c: Correct spelling in comment.
8940 * i386nbsd-tdep.c: Correct spelling in comment.
8941 * sparc-tdep.c: Correct spelling in comments.
8942
8943 2004-03-05 David Carlton <carlton@kealia.com>
8944
8945 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8946 bug.
8947
8948 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8949
8950 * sparc-tdep.c: Fix typo in comment.
8951
8952 2004-03-04 J. Brobecker <brobecker@gnat.com>
8953
8954 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8955
8956 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8957
8958 * dwarf2read.c: Add comment describing memory lifetimes.
8959 (struct dwarf2_pinfo): Update comment.
8960 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8961 (read_enumeration, new_symbol): Don't use obsavestring.
8962
8963 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8964
8965 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8966 instead of amd64_fill_fxsave.
8967 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8968 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8969
8970 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8971 Reorganize code a bit.
8972
8973 2004-03-04 Orjan Friberg <orjanf@axis.com>
8974
8975 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8976 when the frame pointer is pushed. Don't set the frame pointer's
8977 address on the stack unless it's actually located there.
8978 Set the SRP's address on the stack correctly when the PC is still in
8979 the prologue.
8980 (cris_return_value): New function.
8981 (cris_gdbarch_init): Clear deprecated store_return_value,
8982 extract_return_value.
8983
8984 2004-03-02 Jim Blandy <jimb@redhat.com>
8985
8986 * stabsread.c (reg_value_complaint): The maximum register number
8987 is one less than the number of registers.
8988
8989 2004-03-02 Andrew Cagney <cagney@redhat.com>
8990
8991 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8992 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8993 trailing comma and redundant assignment of I386_ST0_REGNUM.
8994 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8995 32-bit segment registers.
8996
8997 2004-03-01 Andrew Cagney <cagney@redhat.com>
8998
8999 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9000 use frame_relative_level and get_next_frame.
9001
9002 2004-02-29 Andrew Cagney <cagney@redhat.com>
9003
9004 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9005 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9006 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9007 Delete macro.
9008
9009 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9010
9011 * inflow.c (terminal_inferior): Don't give up the terminal if we
9012 previously couldn't get the inferior's terminal state.
9013
9014 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9015
9016 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9017 PC_REGNUM.
9018
9019 2004-02-28 Andrew Cagney <cagney@redhat.com>
9020
9021 * NEWS: Refer to GDB 6.1.
9022 * README: Refer to GDB 6.1.
9023 * PROBLEMS: Refer to GDB 6.1.
9024
9025 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9026
9027 * thread-db.c (disable_thread_signals): Remove unused function.
9028
9029 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9030
9031 * amd64-nat.c: Include "gdb_string.h".
9032 (amd64_collect_native_gregset): Zero-extend the 32-bit
9033 general-purpose registers and %eip.
9034
9035 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9036 * amd64-tdep.c (amd64_collect_fxsave): New function.
9037 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9038
9039 * i387-tdep.h: Update copyright year.
9040 (i387_collect_fxsave): New prototype.
9041 * i387-tdep.c: Update copyright year.
9042 (i387_collect_fxsave): New function containing most of the code
9043 from i387_fill_fxsave.
9044 (i387_fill_fxsave): Call i387_collect_fxsave.
9045
9046 2004-02-28 Andrew Cagney <cagney@redhat.com>
9047
9048 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9049 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9050
9051 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9052
9053 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9054
9055 2004-02-28 Andrew Cagney <cagney@redhat.com>
9056
9057 * utils.c: Use "", instead of <>, to include readline.
9058 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9059 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9060 * source.c, solib.c, exec.c, event-top.c: Ditto.
9061 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9062 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9063 * Makefile.in: Update all dependencies.
9064 (readline_tilde_h, readline_history_h): Define.
9065 (readline_headers): Delete.
9066
9067 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9068
9069 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9070 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9071 "config/i386/tm-lx64.h".
9072
9073 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9074 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9075 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9076
9077 2004-02-28 Andrew Cagney <cagney@redhat.com>
9078
9079 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9080
9081 * breakpoint.c (_initialize_breakpoint): Use
9082 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9083 Add help to show command.
9084
9085 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9086
9087 * i386-nat.c: Reformat to be closer to coding standards.
9088 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9089 `retval'. Make variables `align' and `size' local to while-loop.
9090 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9091 (_initialize_i386_nat): New prototype.
9092
9093 * tui/tui.c: Include <readline/readline.h> instead of
9094 "readline/readline.h". Include it after <term.h> and
9095 "gdb_curses.h".
9096
9097 2004-02-27 Andrew Cagney <cagney@redhat.com>
9098
9099 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9100 the new frame unwind code.
9101 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9102 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9103 PCOQ_HEAD_REGNUM.
9104
9105 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9106 "return_value" and "push_dummy_call".
9107 (hppa32_use_struct_convention): Delete unused function.
9108 (hppa32_store_return_value): Delete unused function.
9109 (hppa32_extract_return_value): Delete unused function.
9110 (hppa32_stack_align): Delete function.
9111
9112 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9113
9114 * coffread.c (enter_linenos): Don't let rawptr reference memory
9115 outside linetab[]'s limits.
9116
9117 2004-02-27 Andrew Cagney <cagney@redhat.com>
9118
9119 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9120 inferior stack space - the stack needs to grow upwards.
9121 (hppa32_frame_align): New function.
9122 (hppa64_frame_align): Replace hppa_frame_align.
9123 (hppa_gdbarch_init): Update.
9124
9125 2004-02-26 Orjan Friberg <orjanf@axis.com>
9126
9127 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9128 (dwarf2-frame.h): Include.
9129 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9130 Remove static variables related to ABI setting.
9131 (struct gdbarch_tdep): Remove cris_abi member.
9132 (struct frame_extra_info): Remove.
9133 (cris_unwind_cache, stack_item): New structs.
9134 (cris_frame_unwind, cris_frame_base): New variables.
9135 (push_stack_item, pop_stack_item)
9136 (cris_frame_unwind_cache, cris_frame_this_id)
9137 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9138 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9139 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9140 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9141 (cris_reg_struct_has_addr): New functions.
9142 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9143 (cris_frame_saved_pc, cris_saved_pc_after_call,
9144 (cris_store_struct_return, cris_frameless_function_invocation)
9145 (cris_pop_frame, cris_skip_prologue_main)
9146 (cris_abi_original_store_return_value)
9147 (cris_abi_v2_store_return_value)
9148 (cris_abi_original_extract_return_value)
9149 (cris_abi_v2_extract_return_value)
9150 (cris_abi_original_reg_struct_has_addr)
9151 (cris_abi_v2_reg_struct_has_addr)
9152 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9153 (cris_push_return_address, cris_abi_update): Remove.
9154 (_initialize_cris_tdep): Remove ABI command.
9155 (cris_dump_tdep): Ditto.
9156 (cris_gdbarch_init): Remove ABI command.
9157 Set store_return_value, extract_return_value, push_dummy_code,
9158 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9159 frame_unwind_append_sniffer, frame_base_set_default.
9160 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9161 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9162 sizeof_call_dummy_words, get_saved_register, push_return_address,
9163 pop_frame, store_struct_return, frame_init_saved_regs,
9164 init_extra_frame_info, frameless_function_invocation, frame_chain,
9165 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9166 dummy_write_sp.
9167
9168 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9169
9170 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9171 * valprint.c (print_hex_chars): Change from static to external.
9172 (print_char_chars): New function.
9173 * printcmd.c (print_scalar_formatted): For integer and enum types
9174 that are longer than LONGEST, perform processing via appropriate
9175 print_*_chars routines.
9176
9177 2004-02-26 Andrew Cagney <cagney@redhat.com>
9178
9179 * Makefile.in: Update dependencies.
9180 Changes from Ulrich Weigand,
9181 * s390-tdep.c: Include "dwarf2-frame.h".
9182 (s390_dwarf2_frame_init_reg): New function.
9183 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9184 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9185
9186 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9187
9188 * breakpoint.c (pending_break_support): New setting variable.
9189 (break_command_1): Account for pending_break_support setting
9190 when creating pending breakpoints.
9191 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9192 (_initialize_breakpoint): Add "set breakpoint pending" and
9193 "show breakpoint pending" commands.
9194
9195 2004-02-26 Andrew Cagney <cagney@redhat.com>
9196
9197 Fix PR i18n/1570.
9198 * charset.c (backslashable, backslashed, represented): Remove 'e'
9199 from list of escaped characters, not part of ISO-C.
9200
9201 2004-02-25 J. Brobecker <brobecker@gnat.com>
9202
9203 From Peter Schauer <schauer@pdf.de>:
9204 * tui/tui.c: Move system header includes after local includes.
9205 Fixes a build failure on solaris systems.
9206
9207 2004-02-25 J. Brobecker <brobecker@gnat.com>
9208
9209 * configure.in: Refine the previous change.
9210 * configure: Regenerate.
9211
9212 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9213
9214 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9215 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9216 "amd64-tdep.h" instead of "x86-64-tdep.h".
9217 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9218 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9219 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9220 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9221 and "x86-64-tdep.c".
9222 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9223 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9224 and "x86-64-tdep.c".
9225 * amd64bsd-nat.c: Update copyright year.
9226 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9227 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9228 "x86-64-tdep.h".
9229 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9230 "x86-64-tdep.h".
9231 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9232 "x86-64-tdep.h".
9233 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9234 "x86-64-tdep.h".
9235 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9236 "x86-64-tdep.h".
9237 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9238 "x86-64-tdep.h".
9239 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9240 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9241 * Makefile.in (amd64_linux_tdep_h): Renamed from
9242 x86_64_linux_tdep_h.
9243 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9244 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9245 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9246 (amd64obsd-tdep.o): Update dependencies.
9247 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9248 dependencies.
9249 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9250 dependencies.
9251 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9252 amd64-linux-nat.c amd64-linux-tdep.c.
9253 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9254 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9255 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9256 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9257 amd64-tdep.o and amd64-linux-tdep.o.
9258 (TM_FILE): Set to tm-linux64.h.
9259 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9260 (NAT_FILE): Set to nm-linux64.h.
9261 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9262 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9263 amd64-tdep.o.
9264 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9265 amd64-tdep.o.
9266 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9267 amd64-tdep.o.
9268
9269 2004-02-25 Roland McGrath <roland@redhat.com>
9270
9271 * remote.c (remote_protocol_qPart_auxv): New variable.
9272 (init_all_packet_configs): Initialize it.
9273 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9274 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9275 (show_remote_cmd): Call it.
9276 (_initialize_remote): Initialize commands.
9277 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9278 service TARGET_OBJECT_AUXV requests.
9279
9280 2004-02-25 J. Brobecker <brobecker@gnat.com>
9281
9282 * configure.in: Make sure that the wborder function is available.
9283 Otherwise, search for it in the cur_colr library.
9284 * configure: Regenerate.
9285
9286 2004-02-25 Andrew Cagney <cagney@redhat.com>
9287
9288 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9289
9290 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9291
9292 * config/i386/tm-x86-64linux.h: Tweak comments.
9293
9294 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9295
9296 * MAINTAINERS: Add self to write-after-approval list.
9297
9298 2004-02-25 Andrew Cagney <cagney@redhat.com>
9299
9300 PR cli/1566. Problem found, and fix suggested by David Allan.
9301 * cli/cli-script.c (execute_control_command): Unconditionally
9302 install a cleanup. Default "ret" to "invalid_control". Use
9303 "break" instead of "return" to escape from the switch.
9304
9305 2004-02-24 J. Brobecker <brobecker@gnat.com>
9306
9307 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9308 with the lines macro defined in term.h on AiX.
9309 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9310 a collision with the label_width macro defined in term.h on AiX.
9311
9312 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9313
9314 Committed by Kevin Buettner <kevinb@redhat.com>.
9315
9316 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9317 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9318 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9319 instead of ia64_write_pc().
9320 * ia64-linux-tdep.c (regcache.h): Include.
9321 (ia64_linux_write_pc): New function.
9322
9323 2004-02-23 Roland McGrath <roland@redhat.com>
9324
9325 * auxv.c (info_auxv_command): Fix typos in error messages.
9326
9327 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9328
9329 * x86-64-tdep.h: Tweak comment.
9330 (enum amd64_regnum): New.
9331 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9332 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9333 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9334 (X86_64_XMM1_REGNUM): Removed.
9335 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9336 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9337 prototypes for renamed functions.
9338 * x86-64-tdep.c: Fix typo.
9339 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9340 register numbers.
9341 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9342 Use constants from `enum amd64_regnum' for register numbers.
9343 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9344 (amd64_analyze_prologue, amd64_frame_cache,
9345 amd64_sigtramp_frame_cache): Use constants from `enum
9346 amd64_regnum' for register numbers.
9347 (amd64_supply_fpregset): Adjust for renamed functions.
9348 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9349 `enum amd64_regnum' for register numbers.
9350 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9351 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9352 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9353 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9354 (amd64_linux_fill_gregset): Adjust for renamed macros.
9355 (fetch_core_registers): Adjust for renamed functions.
9356 (amd64_linux_init_abi): Adjust for renamed functions.
9357 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9358 renamed functions.
9359 * amd64-nat.c: Adjust for renamed macros.
9360 * amd64bsd-nat.c (fetch_inferior_registers)
9361 (store_inferior_registers): Use constants from `enum amd64_regnum'
9362 for register numbers. Adjust for renamed variables.
9363 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9364 renamed variables.
9365 (_initialize_amd64fbsd_nat): Use constants from `enum
9366 amd64_regnum' for register numbers.
9367 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9368 `enum amd64_regnum' for register numbers.
9369 (amd64fbsd_init_abi): Adjust for renamed functions.
9370 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9371 `enum amd64_regnum' for register numbers.
9372 (amd64nbsd_init_abi): Adjust for renamed functions.
9373 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9374 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9375 `enum amd64_regnum' for register numbers.
9376 (amd64obsd_init_abi): Adjust for renamed functions.
9377 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9378
9379 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9380
9381 * breakpoint.c (print_one_breakpoint): Do not output spaces
9382 after printing <PENDING> for a pending breakpoint.
9383
9384 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9385
9386 * printcmd.c (print_scalar_formatted): Initialize val_long
9387 to remove compiler warning message.
9388
9389 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9390
9391 * defs.h (nquery, yquery): New prototypes.
9392 * breakpoint.c (break_command_1): Use new nquery interface.
9393 * utils.c (defaulted_query, nquery, yquery): New functions.
9394
9395 2004-02-23 Andrew Cagney <cagney@redhat.com>
9396
9397 * hppa-tdep.c (hppa_frame_align): New function.
9398 (hppa32_push_dummy_call): New function.
9399 (hppa64_push_dummy_call): New function.
9400 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9401 disabled.
9402
9403 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9404 FIX_CALL_DUMMY when push_dummy_call is available.
9405 (call_function_by_hand, push_dummy_code): Ditto.
9406
9407 2004-02-22 Andrew Cagney <cagney@redhat.com>
9408
9409 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9410 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9411 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9412 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9413 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9414 call_dummy_location to ON_STACK.
9415
9416 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9417
9418 * x86-64-linux-tdep.c: Tweak comment.
9419 (amd64_linux_supply_gregset): Renamed from
9420 x86_64_linux_supply_gresget.
9421 (amd64_linux_fill_gregset): Renamed from
9422 x86_64_linux_fill_gregset.
9423 (fetch_core_registers): Adjust for renamed functions.
9424 (amd64_core_fns): Renamed from x86_64_core_fns.
9425 (amd64_linux_sigtramp_start): Renamed from
9426 x86_64_linux_sigtramp_start.
9427 (amd64_linux_pc_in_sigtramp): Renamed from
9428 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9429 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9430 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9431 (amd64_linux_sigcontext_addr): Renamed from
9432 x86_64_linux_sigcontext_addr.
9433 (amd64_linux_sc_reg_offset): Renamed from
9434 x86_64_linux_sc_reg_offset.
9435 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9436 Adjust for renamed functions and variables.
9437 (_initialize_amd64_linux_tdep): Renamed from
9438 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9439 variables.
9440 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9441 Adjust for renamed functions.
9442
9443 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9444 from x86_64_linux_gregset64_reg_offset.
9445 (amd64_linux_gregset32_reg_offset): Rename from
9446 x86_64_linux_gregset64_reg_offset.
9447 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9448 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9449 (amd64_linux_dr_set_control): Renamed from
9450 x86_64_linux_dr_set_control. Adjust for renamed functions.
9451 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9452 Adjust for renamed functions.
9453 (amd64_linux_dr_reset_addr): Renamed from
9454 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9455 (amd64_linux_dr_get_status): Renamed from
9456 x86_64_linux_dr_get_status. Adjust for renamed functions.
9457 (_initialize_amd64_linux_nat): Renamed from
9458 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9459 functions.
9460 * config/i386/nm-x86-64linux.h: Update copyright year.
9461 Adjust for renamed functions.
9462
9463 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9464 amd64fbsd_sigtramp_start.
9465 (amd64fbsd_sigtramp_end_addr): Renamed from
9466 amd64fbsd_sigtramp_end.
9467 (amd64fbsd_init_abi): Adjust for renamed variables.
9468 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9469 variables.
9470 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9471 amd64fbsd_sigtramp_start.
9472 (amd64fbsd_sigtramp_end_addr): Renamed from
9473 amd64fbsd_sigtramp_end.
9474
9475 2004-02-22 Andrew Cagney <cagney@redhat.com>
9476
9477 * hppa-tdep.c (hppa32_return_value): New function.
9478 (hppa64_return_value): New function.
9479 (hppa_gdbarch_init): Set return_value; keep disabled.
9480
9481 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9482 struct-return and inferior function call methods.
9483
9484 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9485 "frame-base.h".
9486 (struct hppa_frame_cache): Define.
9487 (hppa_frame_cache, hppa_frame_this_id): New functions.
9488 (hppa_frame_prev_register): New function.
9489 (hppa_frame_unwind, hppa_frame_base): New variables.
9490 (hppa_frame_unwind_sniffer): New function.
9491 (hppa_frame_base_address, hppa_unwind_pc): New function.
9492 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9493 sniffer, and frame base sniffer; keep disabled.
9494 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9495 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9496
9497 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9498 to predicates for "seriously old code".
9499
9500 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9501 runtime if(0).
9502
9503 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9504 unsigned.
9505 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9506
9507 * config/pa/tm-hppa.h: Update copyright.
9508 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9509 (deprecated_init_frame_pc_default): Delete declaration.
9510 (hppa_frame_init_saved_regs): Delete declaration.
9511 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9512 * hppa-tdep.c: Include "arch-utils.h".
9513 (hppa_gdbarch_init): Set deprecated init_frame_pc
9514 and deprecated frame_init_saved_regs.
9515 (hppa_frame_init_saved_regs): Make static.
9516
9517 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9518
9519 Remove old 386BSD support.
9520 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9521 * configure.host: Remove i[34567]86-*-bsd*.
9522 * configure.tgt: Remove i[34567]86-*-bsd*.
9523 * i386b-nat.c: Removed.
9524 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9525 (i386b-nat.o): Remove dependencies.
9526
9527 * config/i386/i386bsd.mh: Removed.
9528 * config/i386/i386bsd.mt: Removed.
9529 * config/i386/nm-i386bsd.h: Removed.
9530 * config/i386/tm-i386bsd.h: Removed.
9531 * config/i386/xm-i386bsd.h: Removed.
9532
9533 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9534
9535 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9536 (amd64fbsd_init_abi): Set link map offsets.
9537 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9538 (amd64nbsd_init_abi): Set link map offsets.
9539 * amd64obsd-tdep.c: Include "solib-svr4.h".
9540 (amd64obsd_init_abi): Set link map offsets.
9541 * i386fbsd-tdep.c: Include "solib-svr4.h".
9542 (i386fbsd_init_abi): Set link map offsets.
9543 * i386nbsd-tdep.c: Include "solib-svr4.h".
9544 (i386nbsdelf_init_abi): Set link map offsets.
9545 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9546 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9547 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9548 solib-legacy.o and core-aout.o. Reformat.
9549 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9550 solib-svr4.o, solib-legacy.o. Reformat.
9551 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9552 * config/i386/nbsdelf.mh: Reformat.
9553 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9554 solib-svr4.o, solib-legacy.o and corelow.o.
9555 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9556 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9557 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9558 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9559 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9560 (TM_FILE): Set to tm-fbsd.h.
9561 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9562 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9563 solib-svr4.o.
9564 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9565 solib-svr4.o.
9566 (TM_FILE): Set to nm-nbsd.h.
9567 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9568 Simplify shared library support. Don't include "elf/common.h".
9569 (SVR4_SHARED_LIBS): Don't define.
9570 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9571 "solib.h".
9572 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9573 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9574 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9575 Don't include "i386/tm-i386.h". Include "solib.h".
9576 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9577 Don't include "i386/tm-i386.h".
9578 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9579 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9580 Include "i386/xm-i386.h".
9581 (HOST_LONG_DOUBLE_FORMAT): Remove.
9582
9583 Fix OpenBSD/i386 sigtramp recognition.
9584 * i386-tdep.h: Update copyright year.
9585 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9586 (i386bsd_sigtramp_end): New prototypes.
9587 (i386fbsd_sigtramp_start_addr): Renamed from
9588 i386fbsd_sigtramp_start.
9589 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9590 (i386obsd_sigtramp_start_addr): Renamed from
9591 i386obsd_sigtramp_start.
9592 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9593 * i386bsd-tdep.c: Update copyright year.
9594 (i386bsd_pc_in_sigtramp): Make public.
9595 * i386fbsd-nat.c: Update copyright year.
9596 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9597 * i386fbsd-tdep.c: Update copyright year.
9598 (i386fbsd_sigtramp_start_addr): Renamed from
9599 i386fbsd_sigtramp_start.
9600 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9601 (i386fbsdaout_init_abi): Adjust for renamed variables.
9602 * i386obsd-nat.c: Update copyright year.
9603 (_initialize_i386obsd_nat): Adjust for renamed variables.
9604 * i386obsd-tdep.c: Include "target.h".
9605 (i386obsd_page_size): New variable.
9606 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9607 (i386obsd_sigtramp_end): New functions.
9608 (i386obsd_sigtramp_start_addr): Renamed from
9609 i386obsd_sigtramp_start.
9610 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9611 (i386obsd_init_abi): Adjust for renamed variables. Set
9612 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9613 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9614
9615 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9616 trampoline change in OpenBSD kernel.
9617
9618 * amd64-nat.c: Update copyright year.
9619 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9620 architecture from REGCACHE.
9621
9622 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9623 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9624
9625 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9626
9627 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9628 i[34567]86-*-openbsd3.[0-3].
9629 * config/i386/obsdaout.mh: New file.
9630
9631 * config/i386/obsd.mh (MH_FLAGS): Remove.
9632
9633 Fix PR build/1549.
9634 * i386obsd-tdep.c: Update copyright years. Include
9635 "solib-svr4.h".
9636 (i386obsd_init_abi): Don't set regset_from_core_section here.
9637 (i386obsd_aout_init_abi): New function. Set
9638 regset_from_core_section here.
9639 (i386obsd_elf_init_abi): New function.
9640 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9641 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9642 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9643 (TM_FILE): Set to tm-nbsd.h.
9644
9645 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9646 solib-sunos.o.
9647
9648 * solib-svr4.h: Update copyright year.
9649 (svr4_ilp32_fetch_link_map_offsets)
9650 (svr4_lp64_fetch_link_map_offsets): New prototype.
9651 * solib-svr4.c: Update copyright year.
9652 (svr4_ilp32_fetch_link_map_offsets)
9653 (svr4_lp64_fetch_link_map_offsets): New function.
9654
9655 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9656
9657 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9658 to the partial symbol table.
9659
9660 2004-02-20 J. brobecker <brobecker@gnat.com>
9661
9662 * PROBLEMS: Add description of problem documented under gdb/1560.
9663
9664 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9665
9666 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9667 comments.
9668 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9669 functions.
9670 (amd64obsd_init_abi): Reorder initializations. Use
9671 amd64obsd_r_reg_offset to initialize the general-purpose register
9672 set details. Set regset_from_core_section.
9673 (_initialize_amd64obsd_tdep): Rename from
9674 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9675 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9676 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9677
9678 * NEWS (New native configurations): Mention OpenBSD/alpha.
9679 * configure.tgt: Add alpha*-*-openbsd*.
9680 * configure.host: Add alpha*-*-openbsd*.
9681 * alphanbsd-tdep.c: Update copyright year.
9682 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9683
9684 2004-02-20 Andrew Cagney <cagney@redhat.com>
9685
9686 Fix PR tdep/1372.
9687 * configure.tgt: Delete target "none-*-*".
9688 * configure.host: Delete host "none-*-*".
9689 * config/none/none.mh: Delete file.
9690 * config/none/none.mt: Delete file.
9691 * config/none/xm-none.h: Delete file.
9692 * config/none/tm-none.h: Delete file.
9693 * config/none/nm-none.h: Delete file.
9694
9695 2004-02-19 Fred Fish <fnf@redhat.com>
9696
9697 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9698 cache->uses_fp prior to setting it.
9699
9700 2004-02-19 Fred Fish <fnf@redhat.com>
9701
9702 Fix for PR breakpoint/1558.
9703 * sh-tdep.c (IS_JSR): New macro.
9704 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9705
9706 2004-02-19 Jim Blandy <jimb@redhat.com>
9707
9708 * findvar.c (value_from_register): Doc fix.
9709
9710 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9711
9712 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9713 type being greater than sizeof of host's LONGEST. Always use
9714 unpack_long() unless format 'f' chosen.
9715
9716 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9717
9718 Committed by Elena Zannoni <ezannoni@redhat.com>
9719
9720 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9721 contains a symbol wich is the best, non-exact match for the given
9722 pc. Update comments.
9723
9724 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9725
9726 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9727 macro, which was part of the now removed Mach 3 port.
9728 * utils.c (request_quit): Ditto.
9729
9730 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9731
9732 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9733 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9734
9735 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9736
9737 Committed by Mark Kettenis <kettenis@gnu.org>.
9738
9739 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9740 Define.
9741
9742 2004-02-18 Andrew Cagney <cagney@redhat.com>
9743
9744 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9745 CONFIG_INSTALL and CONFIG_UNINSTALL.
9746 * configure: Re-generate.
9747 * interps.h (INTERP_TUI): Define.
9748 * Makefile.in: Update dependencies.
9749 (TUI): New macro.
9750 (tui-main.o): Specify dependencies.
9751 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9752 * tui/tui-main.c: New file.
9753
9754 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9755
9756 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9757 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9758 dependencies.
9759 * configure.host: Add x86_64-*-openbsd*.
9760 * configure.tgt: Add x86_64-*-openbsd*.
9761 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9762
9763 * tui/tui.c: Don't include <malloc.h>.
9764
9765 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9766 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9767 amd64nbsd-tdep.c.
9768
9769 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9770 static. Remove extraneous whitespace.
9771 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9772 static.
9773
9774 2004-02-17 Jim Blandy <jimb@redhat.com>
9775
9776 * findvar.c (value_from_register): Doc fix.
9777
9778 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9779
9780 Committed by Jim Blandy <jimb@redhat.com>.
9781
9782 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9783 CORE_ADDR as type for selectors. Correct types for GNU run time
9784 message lookup function to use double indirection.
9785 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9786 * objc-lang.h (lookup_child_selector): Adapt prototype.
9787
9788 * s390-nat.c (SUBOFF): New macro.
9789 (supply_gregset, fill_gregset): Use it to handle debugging
9790 of 32-bit exectuables running under a 64-bit kernel.
9791 * s390-tdep.c: Include "solib-svr4.h".
9792 (s390_svr4_fetch_link_map_offset): New function.
9793 (s390x_svr_fetch_link_map_offset): Likewise.
9794 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9795 * Makefile.in (s390-tdep.o): Update dependencies.
9796
9797 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9798 "frame-unwind.h".
9799 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9800 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9801 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9802 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9803 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9804 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9805 S390_SIGNAL_FRAMESIZE,
9806 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9807 (struct frame_extra_info): Remove.
9808 (s390_memset_extra_info): Remove.
9809 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9810 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9811 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9812 (is_rse): Renamed to ...
9813 (is_rsy): ... this. Support long displacements.
9814 (is_rxe): Renamed to ...
9815 (is_rxy): ... this. Support long displacements.
9816 (compute_x_addr): Support long displacements.
9817 (struct s390_prologue_data): New data type.
9818 (s390_on_stack): Change API to use struct s390_prologue_data.
9819 (s390_store): Reimplement.
9820 (s390_load): New function.
9821 (s390_get_signal_frame_info): Remove.
9822 (s390_get_frame_info): Remove, replace by ...
9823 (s390_analyze_prolog): ... this new function.
9824 (s390_check_function_end): Remove.
9825 (s390_function_start): Remove.
9826 (s390_frameless_function_invokation): Remove.
9827 (s390_is_sigreturn): Remove.
9828 (s390_init_frame_pc_first): Remove.
9829 (s390_init_frame_extra_info): Remove.
9830 (s390_frame_init_saved_regs): Remove.
9831 (s390_frame_saved_pc_nofix): Remove.
9832 (s390_frame_saved_pc): Remove.
9833 (s390_frame_chain): Remove.
9834 (s390_fp_regnum, s390_read_fp): Remove.
9835 (s390_pop_frame_regular, s390_pop_frame): Remove.
9836 (s390_saved_pc_after_call): Remove.
9837 (s390_skip_prologue): Reimplement.
9838 (s390_in_function_epilogue_p): Support long displacements.
9839 (struct s390_unwind_cache): New data structure.
9840 (s390_frame_unwind_cache): New function.
9841 (s390_prologue_frame_unwind_cache): Likewise.
9842 (s390_backchain_frame_unwind_cache): Likewise.
9843 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9844 (s390_frame_unwind): Define.
9845 (s390_frame_sniffer): New function.
9846 (struct s390_pltstub_unwind_cache): New data structure.
9847 (s390_pltstub_frame_unwind_cache): New function.
9848 (s390_pltstub_frame_this_id): Likewise.
9849 (s390_pltstub_frame_prev_register): Likewise.
9850 (s390_pltstub_frame_unwind): Define.
9851 (s390_pltstub_frame_sniffer): New function.
9852 (struct s390_sigtramp_unwind_cache): New data structure.
9853 (s390_sigtramp_frame_unwind_cache): New function.
9854 (s390_sigtramp_frame_this_id): Likewise.
9855 (s390_sigtramp_frame_prev_register): Likewise.
9856 (s390_sigtramp_frame_unwind): Define.
9857 (s390_sigtramp_frame_sniffer): New function.
9858 (s390_frame_base_address, s390_local_base_address): New functions.
9859 (s390_frame_base): Define.
9860 (s390_unwind_pc, s390_unwind_sp): New function.
9861 (s390_push_dummy_call): Use new frame base location.
9862 (s390_unwind_dummy_id): Likewise.
9863 (s390_gdbarch_init): Remove calls to:
9864 set_gdbarch_frameless_function_invocation,
9865 set_gdbarch_deprecated_init_frame_pc,
9866 set_gdbarch_deprecated_frame_chain,
9867 set_gdbarch_deprecated_frame_init_saved_regs,
9868 set_gdbarch_deprecated_pop_frame,
9869 set_gdbarch_deprecated_init_extra_frame_info,
9870 set_gdbarch_deprecated_init_frame_pc_first,
9871 set_gdbarch_deprecated_target_read_fp,
9872 set_gdbarch_deprecated_frame_saved_pc,
9873 set_gdbarch_deprecated_saved_pc_after_call,
9874 set_gdbarch_deprecated_fp_regnum.
9875 Add calls to:
9876 set_gdbarch_in_solib_call_trampoline,
9877 frame_unwind_append_sniffer,
9878 frame_base_set_default,
9879 set_gdbarch_unwind_pc,
9880 set_gdbarch_unwind_sp.
9881 * Makefile.in (s390-tdep.o): Update dependencies.
9882
9883 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9884 (S390_STACK_FRAME_OVERHEAD): Remove.
9885 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9886 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9887 (s390_promote_integer_argument): Remove.
9888 (s390_cannot_extract_struct_value_address): Remove.
9889 (s390_use_struct_convention, s390_store_struct_return): Remove.
9890 (s390_extract_return_value, s390_store_return_value): Remove.
9891 (s390_return_value_convention, s390_return_value): New functions.
9892 (is_float_singleton): Handle typedefs.
9893 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9894 Remove, replace by ...
9895 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9896 s390_function_arg_integer): ... these new functions.
9897 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9898 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9899 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9900 Fill in tdep->abi.
9901 Remove calls to:
9902 set_gdbarch_deprecated_store_struct_return,
9903 set_gdbarch_deprecated_extract_return_value,
9904 set_gdbarch_deprecated_store_return_value,
9905 set_gdbarch_use_struct_convention,
9906 set_gdbarch_extract_struct_value_address,
9907 set_gdbarch_deprecated_pc_in_call_dummy,
9908 set_gdbarch_deprecated_push_arguments,
9909 set_gdbarch_deprecated_save_dummy_frame_tos,
9910 set_gdbarch_deprecated_push_return_address,
9911 set_gdbarch_deprecated_sizeof_call_dummy_words,
9912 set_gdbarch_deprecated_call_dummy_words,
9913 set_gdbarch_deprecated_dummy_write_sp.
9914 Add calls to:
9915 set_gdbarch_push_dummy_call,
9916 set_gdbarch_unwind_dummy_id,
9917 set_gdbarch_return_value.
9918
9919 * config/s390/nm-linux.h: Update comments.
9920 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9921 (STOPPED_BY_WATCHPOINT): Redefine.
9922 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9923 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9924 (s390_stopped_by_watchpoint): Likewise.
9925 (watch_area_cnt): Remove.
9926 * s390-nat.c: Update comments.
9927 (watch_area): Remove typedef.
9928 Global replace watch_area by struct watch_area.
9929 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9930 (s390_stopped_by_watchpoint): Remove pid argument,
9931 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9932 (s390_fix_watch_points): Remove pid argument,
9933 use s390_inferior_tid. Recompute area spanned by watchpoints.
9934 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9935 argument. Reimplement.
9936
9937 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9938 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9939 (FETCH_INFERIOR_REGISTERS): Define.
9940 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9941 core-regset.o.
9942 * config/s390/s390x.mt: Remove.
9943 * config/s390/tm-s390.h: Remove.
9944 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9945 (TARGET_ELF64): Remove.
9946 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9947 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9948 s390*-*-* case; always set gdb_target to s390.
9949 * regformats/reg-s390.dat: Remove control registers.
9950 * regformats/reg-s390x.dat: Likewise.
9951 * s390-tdep.h: New file.
9952 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9953 Include "inferior.h" and "s390-tdep.h".
9954 Remove private definition of offsetof.
9955 (s390_register_u_addr): Remove.
9956 (regmap_gregset, regmap_fpregset): Define.
9957 (supply_gregset, fill_gregset): Reimplement.
9958 (supply_fpregset, fill_fpregset): Likewise.
9959 (s390_inferior_tid): New function.
9960 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9961 (fetch_inferior_registers, store_inferior_registers): Likewise.
9962 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9963 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9964 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9965 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9966 (struct gdbarch_tdep): Define.
9967 (struct s390_register_info): Define.
9968 (s390_register_info): New variable.
9969 (s390_register_name): Reimplement.
9970 (s390_register_type): New function.
9971 (s390_register_raw_size, s390x_register_raw_size): Remove.
9972 (s390_cannot_fetch_register): Remove.
9973 (s390_register_byte): Remove.
9974 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9975 (s390_dwarf_regmap): New variable.
9976 (s390_dwarf_reg_to_regnum): New function.
9977 (s390_stab_reg_to_regnum): Remove.
9978 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9979 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9980 (s390_convert_register_p): Likewise.
9981 (s390_register_to_value, s390_value_to_register): Likewise.
9982 (s390_register_reggroup_p): Likewise.
9983 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9984 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9985 (s390_supply_regset, s390_regset_from_core_section): New functions.
9986 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9987 (S390_FPR_SIZE): Likewise.
9988 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9989 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9990 (S390_NUM_GPRS): Move here from tm-s390.h.
9991 (S390_NUM_FPRS): Likewise.
9992 (s390_in_function_epilogue_p): New function.
9993 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9994 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9995 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9996 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9997 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9998 Remove calls to:
9999 set_gdbarch_deprecated_max_register_raw_size,
10000 set_gdbarch_deprecated_max_register_virtual_size,
10001 set_gdbarch_deprecated_register_byte,
10002 set_gdbarch_cannot_fetch_register,
10003 set_gdbarch_cannot_store_register,
10004 set_gdbarch_deprecated_register_size,
10005 set_gdbarch_deprecated_register_raw_size,
10006 set_gdbarch_deprecated_register_virtual_size,
10007 set_gdbarch_deprecated_register_virtual_type,
10008 set_gdbarch_deprecated_register_bytes.
10009 Add calls to:
10010 set_gdbarch_num_pseudo_regs,
10011 set_gdbarch_register_type,
10012 set_gdbarch_convert_register_p,
10013 set_gdbarch_register_to_value,
10014 set_gdbarch_value_to_register,
10015 set_gdbarch_register_reggroup_p,
10016 set_gdbarch_regset_from_core_section,
10017 set_gdbarch_pseudo_register_read,
10018 set_gdbarch_pseudo_register_write,
10019 set_gdbarch_in_function_epilogue_p.
10020 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10021 (s390_tdep_h): New variable.
10022
10023 2004-02-17 Jim Blandy <jimb@redhat.com>
10024
10025 * findvar.c (value_from_register): If the type has no length, just
10026 return an acceptable value --- don't report an internal error.
10027
10028 * stabsread.c (read_type): If we find any type numbers that are
10029 forward references, complain if the references aren't resolved by
10030 the time we're finished reading.
10031 (cleanup_undefined_types): Make error message more appropriate for
10032 a complaint.
10033
10034 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10035
10036 * Makefile.in (defs_h): Remove dependency on progress_h.
10037 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10038 progress.h.
10039 * main.c (captured_main): Delete use of START_PROGRESS and
10040 END_PROGRESS.
10041
10042 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10043
10044 * objfiles.c (terminate_minimal_symbol_table): Add back
10045 initialization of MSYMBOL_TYPE.
10046
10047 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10048
10049 Committed by Andrew Cagney.
10050 * Makefile.in (ia64_tdep_h): New macro.
10051 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10052 (ia64-tdep.o): Likewise.
10053 * ia64-tdep.h: New file.
10054 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10055 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10056 (ia64_aix_sigcontext_register_address): Likewise.
10057 (ia64_linux_getunwind_table): Delete declaration.
10058 * ia64-linux-tdep.c: Likewise.
10059
10060 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10061
10062 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10063 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10064 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10065
10066 2004-02-17 Andrew Cagney <cagney@redhat.com>
10067
10068 * symtab.c (skip_prologue_using_sal): New function.
10069 * symtab.h (skip_prologue_using_sal): Declare.
10070 * frv-tdep.c: Include "symtab.h".
10071 (skip_prologue_using_sal): Delete function.
10072 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10073 * rs6000-tdep.c (refine_prologue_limit): Mention
10074 skip_prologue_using_sal.
10075 * ia64-tdep.c (refine_prologue_limit): Ditto.
10076 * Makefile.in: Update dependencies.
10077
10078 2004-02-16 Andrew Cagney <cagney@redhat.com>
10079
10080 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10081 START_INFERIOR_TRAPS_EXPECTED.
10082 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10083 START_INFERIOR_TRAPS_EXPECTED.
10084 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10085 Delete macro.
10086 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10087 macro, moved to "nm-osf.h". Update copyright.
10088 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10089 update copyright.
10090
10091 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10092 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10093 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10094 frameless_look_for_prologue.
10095 * frame.h (legacy_frameless_look_for_prologue): Rename
10096 frameless_look_for_prologue.
10097 * gdbarch.h, gdbarch.c: Re-generate.
10098 * sh64-tdep.c (sh64_gdbarch_init): Update.
10099 * sh-tdep.c (sh_gdbarch_init): Update.
10100 * s390-tdep.c (s390_gdbarch_init): Update.
10101 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10102 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10103 * m68k-tdep.c (m68k_gdbarch_init): Update.
10104 (delta68_frame_args_address): Update.
10105 * m32r-tdep.c (m32r_gdbarch_init): Update.
10106 * hppa-tdep.c (hppa_gdbarch_init): Update.
10107 * h8300-tdep.c (h8300_gdbarch_init): Update.
10108 * frv-tdep.c (frv_gdbarch_init): Update.
10109 (frv_frameless_function_invocation): Update.
10110 * cris-tdep.c (cris_gdbarch_init): Update.
10111 (cris_frameless_function_invocation): Update.
10112 * avr-tdep.c (avr_gdbarch_init): Update.
10113 * arm-tdep.c (arm_gdbarch_init): Update.
10114 * stack.c (frame_info): Update, call predicate.
10115 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10116 * frame.c (legacy_get_prev_frame): Update, call predicate..
10117 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10118 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10119 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10120 invocation.
10121 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10122 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10123 * vax-tdep.c (vax_gdbarch_init): Ditto.
10124
10125 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10126 function.
10127
10128 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10129
10130 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10131 initializations.
10132
10133 2004-02-16 Andrew Cagney <cagney@redhat.com>
10134
10135 * tui/tui-windata.c: Include "gdb_string.h".
10136 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10137 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10138 * Makefile.in: Update dependencies.
10139
10140 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10143 * infrun.c: Include "gdb_assert.h".
10144 (singlestep_ptid, saved_singlestep_ptid)
10145 (stepping_past_singlestep_breakpoint): New variables.
10146 (resume): Set singlestep_ptid. Check for singlestep thread
10147 hop.
10148 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10149 (handle_inferior_event): Handle singlestep thread hop.
10150
10151 2004-02-16 Andrew Cagney <cagney@redhat.com>
10152
10153 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10154 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10155 (dwarf2_frame_init_reg): Ditto.
10156
10157 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10158 suggested by Joshua Neuheisel
10159
10160 * configure.in: Always check for curses, including pdcurses.
10161 Warn, instead of error, when no curses are found. Enable TUI when
10162 curses is available.
10163 * configure: Re-generate.
10164
10165 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10166
10167 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10168 sh_sh4_register_convert_to_virtual.
10169 (sh_register_convert_to_raw): Rename from
10170 sh_sh4_register_convert_to_raw.
10171 (sh_pseudo_register_read): Accomodate above name change.
10172 (sh_pseudo_register_write): Ditto.
10173
10174 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10175
10176 * sh-tdep.c (sh_generic_register_name): Remove.
10177 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10178
10179 2004-02-15 Andrew Cagney <cagney@redhat.com>
10180
10181 * configure.in (build_warnings): Add -Wunused-function.
10182 * configure: Re-generate.
10183
10184 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10185 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10186
10187 * procfs.c (procfs_init_inferior): Assume that
10188 START_INFERIOR_TRAPS_EXPECTED is defined.
10189 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10190 * config/ns32k/tm-nbsd.h: Delete file,
10191 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10192
10193 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10194 * config/vax/tm-vax.h: Delete file.
10195
10196 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10197 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10198 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10199 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10200 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10201 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10202 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10203
10204 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10205
10206 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10207 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10208 (struct dwarf2_frame_ops): New.
10209 (dwarf2_frame_default_init_reg): New function, based on
10210 dwarf2_frame_init_reg.
10211 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10212 (dwarf2_frame_init_reg): Call architecture-specific function.
10213 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10214 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10215 instead of dwarf2_frame_data.
10216 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10217 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10218
10219 2004-02-15 Andrew Cagney <cagney@redhat.com>
10220
10221 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10222 register_gdbarch_swap.
10223 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10224 * f-lang.c (_initialize_f_language): Update, use
10225 DEPRECATED_REGISTER_GDBARCH_SWAP.
10226 * remote.c (_initialize_remote): Ditto.
10227 * regcache.c (_initialize_regcache): Ditto.
10228 * parse.c (_initialize_parse): Ditto.
10229 * infrun.c (_initialize_infrun): Ditto.
10230 * mi/mi-main.c (_initialize_mi_main): Ditto.
10231 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10232
10233 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10234 poking .cacheable directly.
10235 * symfile.c (symfile_bfd_open): Ditto.
10236
10237 * Makefile.in: Update all dependencies.
10238
10239 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10240 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10241 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10242 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10243 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10244
10245 2004-02-14 Andrew Cagney <cagney@redhat.com>
10246
10247 * arch-utils.c (legacy_convert_register_p): Check
10248 DEPRECATED_REGISTER_CONVERTIBLE_P.
10249 * findvar.c (value_of_register): Ditto.
10250
10251 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10252 * gdbarch.h, gdbarch.c: Re-generate.
10253 * arch-utils.c (deprecated_register_convertible_not): Delete.
10254 * arch-utils.h (deprecated_register_convertible_not): Delete.
10255 * mi/mi-main.c (get_register): Update. Update copyright.
10256 * infcmd.c (default_print_registers_info): Update.
10257
10258 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10259 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10260 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10261 * gdbarch.h, gdbarch.c: Re-generate.
10262 * frame.c (deprecated_get_next_frame_hack): Delete function.
10263 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10264 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10265 Update.
10266 * infcall.c (call_function_by_hand): Update.
10267
10268 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10269
10270 * symfile.c (init_entry_point_info, entry_point_address): Move
10271 from here...
10272 * objfiles.c (init_entry_point_info, entry_point_address):..to
10273 here.
10274 * symfile.h (init_entry_point_info, entry_point_address): Remove
10275 prototypes.
10276 * objfiles.h (init_entry_point_info, entry_point_address):Add
10277 prototypes.
10278 * cris-tdep.c: Remove include of symfile.h. Add include of
10279 objfiles.h.
10280 * infcall.c: Ditto.
10281 * mcore-tdep.c: Ditto.
10282 * mn10300-tdep.c: Ditto.
10283 * sh64-tdep.c: Ditto.
10284 * v850-tdep.c: Ditto.
10285 * arm-tdep.c: Remove include of symfile.h.
10286 * blockframe.c: Ditto.
10287 * coffread.c: Ditto.
10288 * dbxread.c: Ditto.
10289 * dwarf2read.c: Ditto.
10290 * dwarfread.c: Ditto.
10291 * frv-tdep.c: Ditto.
10292 * ia64-tdep.c: Ditto.
10293 * mdebugread.c: Ditto.
10294 * mipsread.c: Ditto.
10295 * rs6000-tdep.c: Ditto.
10296 * s390-tdep.c: Ditto.
10297 * sh-tdep.c: Ditto.
10298 * xstormy16-tdep.c: Ditto.
10299 * gdbarch.sh: Remove include of symfile.h.
10300 * gdbarch.c: Regenerate.
10301 * solib-irix.c (enable_break): Use entry_point_address().
10302 Add comment about include file.
10303 * xcoffread.c: Add comment about include file.
10304 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10305 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10306 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10307 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10308 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10309
10310 2004-02-13 Andrew Cagney <cagney@redhat.com>
10311
10312 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10313 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10314 copyright.
10315 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10316
10317 2004-02-12 Fred Fish <fnf@redhat.com>
10318
10319 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10320 set_gdbarch_store_return_value.
10321
10322 2004-02-12 Andrew Cagney <cagney@redhat.com>
10323
10324 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10325 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10326 (interrupt_query): Ditto.
10327 (ofunc): Delete unused variable.
10328 * cris-tdep.c (cris_abi): Delete unused function.
10329 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10330 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10331 (cris_get_asr_quick_shift_steps): Ditto.
10332 (cris_skip_prologue_frameless_p): Ditto.
10333 * arm-tdep.c (arm_push_return_address): Delete unused function.
10334 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10335 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10336 * s390-tdep.c (s390_function_start): Delete unused function.
10337
10338 2004-02-12 Andrew Cagney <cagney@redhat.com>
10339
10340 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10341 gdbarch.h, gdbarch.c: Re-generate.
10342 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10343 to generic_prologue_frameless_p.
10344 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10345 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10346
10347 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10348
10349 * mips-linux-tdep.c: Include "frame.h".
10350 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10351 (mips_linux_skip_resolver): New functions.
10352 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10353 and set_gdbarch_in_solib_call_trampoline.
10354 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10355 to after set_gdbarch_in_solib_return_trampoline. Only set the
10356 solib hooks to mips16 functions if the OS ABI is unknown.
10357 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10358 including "config/tm-linux.h".
10359 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10360 * Makefile.in (mips-linux-tdep.o): Update.
10361
10362 2004-02-11 David Carlton <carlton@kealia.com>
10363
10364 * linespec.c (decode_compound): Only look for a class symbol when
10365 considering all but the rightmost component.
10366
10367 2004-02-11 Andrew Cagney <cagney@redhat.com>
10368
10369 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10370 abi code are are separatly grouped.
10371
10372 2004-02-11 Andrew Cagney <cagney@redhat.com>
10373
10374 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10375 * gdbarch.h, gdbarch.c: Re-generate.
10376 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10377 * v850-tdep.c (v850_gdbarch_init): Update.
10378 * sh64-tdep.c (sh64_gdbarch_init): Update.
10379 * sh-tdep.c (sh_gdbarch_init): Update.
10380 * s390-tdep.c (s390_gdbarch_init): Update.
10381 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10382 * mips-tdep.c (mips_gdbarch_init): Update.
10383 * mcore-tdep.c (mcore_gdbarch_init): Update.
10384 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10385 * m32r-tdep.c (m32r_gdbarch_init): Update.
10386 * ia64-tdep.c (ia64_gdbarch_init): Update.
10387 * hppa-tdep.c (hppa_gdbarch_init): Update.
10388 * h8300-tdep.c (h8300_gdbarch_init): Update.
10389 * frv-tdep.c (frv_gdbarch_init): Update.
10390 * d10v-tdep.c (d10v_gdbarch_init): Update.
10391 * cris-tdep.c (cris_gdbarch_init): Update.
10392 * avr-tdep.c (avr_gdbarch_init): Update.
10393 * arm-tdep.c (arm_gdbarch_init): Update.
10394 * alpha-tdep.c (alpha_gdbarch_init): Update.
10395
10396 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10397
10398 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10399 comma.
10400 (sh_sh4al_dsp_register_name): Ditto.
10401
10402 2004-02-10 Andrew Cagney <cagney@redhat.com>
10403
10404 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10405 (mips_init_frame_pc_first): Delete function.
10406 (mips_frame_saved_pc): Delete function.
10407 (mips_frame_chain): Delete function.
10408 (mips_init_extra_frame_info): Delete function.
10409 (mips_xfer_register): Delete unused variable "reg".
10410 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10411 (mips_n32n64_return_value): Delete unused variable "reg".
10412 (mips_n32n64_return_value): Delete unused variable "pos".
10413 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10414 (mips_o32_return_value): Delete unused variable "pos".
10415 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10416 (mips_print_fp_register): Delete unused variable "namelen"
10417 (mips_print_fp_register): Delete unused variable "flt2"
10418 (get_frame_pointer): Delete function.
10419 (cached_proc_desc): Delete static variable.
10420 (mips_pop_frame): Delete function.
10421 (mips_find_saved_regs): Delete function.
10422 (mips_get_saved_register): Delete function.
10423 (mips_saved_pc_after_call): Delete function.
10424 (SIGFRAME_BASE): Delete macro.
10425 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10426 (SIGFRAME_PC_OFF): Delete macro.
10427 (SIGFRAME_REGSAVE_OFF): Delete macro.
10428 (mips_dump_tdep): Do not print deleted macro definitions.
10429
10430 2004-02-10 Andrew Cagney <cagney@redhat.com>
10431
10432 * Makefile.in (SFILES): Remove explictly listed tui files.
10433 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10434
10435 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10436
10437 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10438 to use paddr functions to format ia64 addresses and long values.
10439 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10440 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10441 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10442 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10443 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10444
10445 2004-02-10 Andrew Cagney <cagney@redhat.com>
10446
10447 * defs.h: Do not include "tui.h".
10448 * gdb_curses.h: New file.
10449 * tui/tui-hooks.h: New file.
10450 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10451 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10452 (tui_initialize_io): Delete declaration.
10453 (tui_initialize_readline: Delete redundant declaration.
10454 (struct tui_point): Delete definition.
10455 * tui/tui-data.h (struct tui_point): Define.
10456 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10457 * utils.c: Include "tui/tui.h".
10458 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10459 * printcmd.c [TUI]: Include "tui/tui.h".
10460 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10461 * tui/tui-command.c: Include "gdb_curses.h".
10462 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10463 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10464 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10465 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10466 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10467 * Makefile.in: Update all dependencies.
10468 (tui_hooks_h, gdb_curses_h): Define.
10469 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10470
10471 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10472
10473 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10474 auxf2. Add comments about some other rarely used fields.
10475
10476 2004-02-10 Andrew Cagney <cagney@redhat.com>
10477
10478 * Makefile.in (init.c): Fix script removing duplicates. Problem
10479 reported by Peter Schauer.
10480
10481 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10482
10483 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10484 obstack_specify_allocation.
10485 * objfiles.c (allocate_objfile): Ditto.
10486 * solib-sunos.c (solib_add_common_symbols)
10487 (allocate_rt_common_objfile): Ditto.
10488 * symfile.c (reread_symbols): Ditto.
10489 * gdb_obstack.h: Add comment.
10490
10491 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10492
10493 * linespec.c (decode_line_1, locate_first_half)
10494 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10495 commented out code.
10496
10497 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10498
10499 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10500 obstack_free.
10501
10502 2004-02-09 Andrew Cagney <cagney@redhat.com>
10503
10504 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10505 fails, try find_pc_section. Fix PR c++/1267.
10506 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10507 instead of find_pc_mapped_section.
10508 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10509 not default to the section containing PC. Fix PR symtab/1519.
10510
10511 2004-02-09 Andrew Cagney <cagney@redhat.com>
10512
10513 * Makefile.in (mips-tdep.o): Update dependencies.
10514 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10515 "trad-frame.h".
10516 (mips_unwind_pc): Return the pseudo PC register.
10517 (mips_unwind_dummy_id): New function.
10518 (mips16_fetch_instruction): New function.
10519 (mips32_fetch_instruction): New function.
10520 (struct mips_frame_cache): Define.
10521 (mips_mdebug_frame_cache): New function.
10522 (mips_mdebug_frame_this_id): New function.
10523 (mips_mdebug_frame_prev_register): New function.
10524 (mips_mdebug_frame_unwind): Define.
10525 (mips_mdebug_frame_sniffer): New function.
10526 (mips_mdebug_frame_base_address): New function.
10527 (mips_mdebug_frame_base): Define.
10528 (mips_mdebug_frame_base_sniffer): New function.
10529 (mips_gdbarch_init): Append unwind and base sniffers. Set
10530 unwind_dummy_id.
10531
10532 2004-02-08 Andrew Cagney <cagney@redhat.com>
10533
10534 * frame.c: Print both the register number and name.
10535
10536 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10537 and a sed into a single sed. Make .c and .o patterns more robust.
10538 (OBS): Delete.
10539 (INIT_FILES): Replace OBS with COMMON_OBS.
10540 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10541
10542 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10543
10544 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10545 the PT_WCOOKIE request.
10546
10547 2004-02-08 Andrew Cagney <cagney@redhat.com>
10548
10549 * mips-tdep.c (mips_unwind_pc): New function.
10550 (mips_gdbarch_init): Set mips_unwind_pc.
10551
10552 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10553 (get_frame_id): Allow the UNKNOWN_FRAME.
10554 (frame_register_unwind, get_frame_type): Ditto.
10555
10556 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10557 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10558 unwind_dummy_id indicates a legacy frame.
10559
10560 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10561 * configure: Re-generate.
10562
10563 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10564 methods.
10565
10566 2004-02-08 Andrew Cagney <cagney@redhat.com>
10567
10568 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10569 makefile macro.
10570 * configure: Re-generate.
10571 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10572 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10573 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10574 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10575 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10576 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10577 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10578 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10579 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10580 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10581
10582 2004-02-07 Andrew Cagney <cagney@redhat.com>
10583
10584 * Makefile.in: Update all dependencies.
10585
10586 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10587 * configure: Re-generate.
10588 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10589 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10590 (COMMON_OBS): Add "main.o" and "annotate.o".
10591 (ANNOTATE_OBS): Delete.
10592 (OBS): Remove ANNOTATE_OBS.
10593 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10594 CONFIG_INITS.
10595 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10596 against CONFIG_OBS and "main.o".
10597 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10598 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10599
10600 * tui/tui-command.c: Include "gdb_string.h", delete register
10601 attribute, use ISO-C function signatures.
10602 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10603 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10604 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10605 * tui/tui.c: Ditto.
10606
10607 * tui/tui-command.c: Change variable and function names to lower
10608 case.
10609 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10610 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10611 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10612 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10613 * tui/tui-winsource.c, tui/tui.c: Ditto.
10614
10615 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10616
10617 * buildsym.c (free_pending_blocks, finish_block)
10618 (record_pending_block, make_blockvector, end_symtab): Replace
10619 symbol_obstack with objfile_obstack.
10620 * coffread.c (process_coff_symbol, coff_read_struct_type)
10621 (coff_read_enum_type): Ditto.
10622 * cp-namespace.c (initialize_namespace_symtab)
10623 (check_one_possible_namespace_symbol): Ditto.
10624 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10625 (dwarf2_symbol_mark_computed): Ditto.
10626 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10627 * elfread.c (elf_symtab_read): Ditto.
10628 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10629 (hpread_read_enum_type, hpread_read_function_type)
10630 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10631 Ditto.
10632 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10633 (java_link_class_type): Ditto.
10634 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10635 (new_symbol): Ditto.
10636 * minsyms.c (install_minimal_symbols): Ditto.
10637 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10638 (terminate_minimal_symbol_table): Replace symbol_obstack with
10639 objfile_obstack.
10640 (free_objfile): Remove freeing of symbol_obstack.
10641 * objfiles.h: Remove symbol_obstack field.
10642 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10643 objfile_obstack.
10644 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10645 symbol_obstack.
10646 (solib_add_common_symbols): Replace symbol_obstack with
10647 objfile_obstack.
10648 * somsolib.c (som_solib_add): Ditto.
10649 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10650 (common_block_start, common_block_end): Ditto.
10651 * symfile.c (reread_symbols): Remove freeing and init of
10652 symbol_obstack.
10653 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10654 * symfile.h: Update comment.
10655 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10656 stats printing.
10657 * symtab.c (symbol_set_names): Replace symbol_obstack with
10658 objfile_obstack.
10659 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10660 Update comments.
10661 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10662 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10663 objfile_obstack.
10664
10665 2004-02-07 Andrew Cagney <cagney@redhat.com>
10666
10667 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10668 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10669 fields and variables.
10670 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10671 (m_beInvisible): Delete macro.
10672 * tui/tui-data.h: Fix case case fields and variables.
10673 (m_genWinPtrIsNull): Delete macro.
10674 (tui_win_list): Rename winList.
10675 (TUI_SRC_WIN): Rename srcWin.
10676 (TUI_DISASM_WIN): Rename disassemWin.
10677 (TUI_DATA_WIN): Rename dataWin.
10678 (TUI_CMD_WIN): Rename cmdWin.
10679 (m_genWinPtrNotNull): Delete macro.
10680 (m_winPtrIsNull): Delete macro.
10681 (m_winPtrNotNull): Delete macro.
10682 (tui_win_is_source_type): Replace m_winIsSourceType
10683 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10684 (tui_win_has_locator): Replace m_hasLocator.
10685 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10686 m_setWinHighlightOff.
10687 * tui/tui-data.c: Update references.
10688 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10689 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10690 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10691 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10692 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10693 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10694 * tui/tui-winsource.c, tui/tui.c: Ditto.
10695
10696 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10697
10698 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10699 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10700 StackGhost.
10701
10702 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10703 variable `i6' to `i7'.
10704 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10705
10706 2004-02-07 Andrew Cagney <cagney@redhat.com>
10707
10708 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10709 (TuiPoint, TuiPointPtr): Ditto.
10710 (TuiStatus, TuiStatusPtr): Ditto.
10711 (TuiWinType, TuiWinTypePtr): Ditto.
10712 (struct tui_point): Rename _TuiPoint.
10713 (tui_get_low_disassembly_address): Rename
10714 tuiGetLowDisassemblyAddress.
10715 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10716 (tuiFree): Delete declaration.
10717 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10718 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10719 * tui/tui.c (tuiFree): Delete function.
10720 * cli/cli-cmds.c (disassemble_command): Update references.
10721 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10722 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10723 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10724 * tui/tui-winsource.c: Ditto.
10725
10726 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10727
10728 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10729 coffstab_build_psymtabs, elfstab_build_psymtabs)
10730 (stabsect_build_psymtabs): Replace psymbol_obstack with
10731 objfile_obstack.
10732 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10733 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10734 Ditto.
10735 * dwarfread.c (scan_compilation_units): Ditto.
10736 * elfread.c (elfstab_offset_sections): Ditto.
10737 * hppa-tdep.c (read_unwind_info): Ditto.
10738 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10739 (hpread_end_psymtab): Ditto.
10740 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10741 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10742 Ditto.
10743 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10744 * objfiles.c (add_to_objfile_sections)
10745 (build_objfile_section_table): Ditto.
10746 (allocate_objfile): Remove init of psymbol_obstack.
10747 (free_objfile): Remove freeing of psymbol_obstack.
10748 * objfiles.h (struct objfile): Remove field
10749 psymbol_obstack. Update comments.
10750 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10751 psymbol_obstack with objfile_obstack.
10752 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10753 psymbol_obstack.
10754 * somread.c (som_symfile_offsets, init_import_symbols)
10755 (init_export_symbols): Replace psymbol_obstack with
10756 objfile_obstack.
10757 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10758 * symfile.c (default_symfile_offsets, syms_from_objfile)
10759 (reread_symbols): Remove freeing and init of psymbol_obstack.
10760 (cashier_psymtab): Update comment.
10761 * symmisc.c (print_objfile_statistics): Don't report stats for
10762 psymbol obstack.
10763 * symtab.h (struct general_symbol_info, struct partial_symtab):
10764 Update comments.
10765 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10766 (xcoff_symfile_offsets): Replace psymbol_obstack with
10767 objfile_obstack.
10768
10769 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10770
10771 * objfiles.h (struct objfile): Add objfile_obstack field.
10772 Remove type_obstack field.
10773
10774 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10775 read_structure_scope read_enumeration, new_symbol): Replace
10776 type_obstack with objfile_obstack.
10777 * dwarfread.c (struct_type, enum_type): Ditto.
10778 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10779 (lookup_fundamental_type): Ditto.
10780 * gdbtypes.h (TYPE_ALLOC): Ditto.
10781 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10782 (hpread_read_doc_function_type, hpread_read_struct_type)
10783 (fix_static_member_physnames, hpread_read_array_type)
10784 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10785 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10786 (java_link_class_type): Ditto.
10787 * mdebugread.c (parse_type): Ditto.
10788 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10789 * solib-sunos.c (solib_add_common_symbols): Ditto.
10790 * stabsread.c (define_symbol, read_type, read_member_functions,
10791 read_cpp_abbrev, read_one_struct_field): Ditto.
10792 * symfile.c (reread_symbols): Ditto.
10793 * symmisc.c (print_objfile_statistics): Ditto.
10794
10795 2004-02-07 Andrew Cagney <cagney@redhat.com>
10796
10797 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10798 (tui_exec_info_content): Rename TuiExecInfoContent.
10799 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10800 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10801 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10802 (TuiList, TuiListPtr): Ditto.
10803 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10804 (TuiDataType, TuiDataTypePtr): Ditto.
10805 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10806 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10807 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10808 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10809 (TuiDataElement, TuiDataElementPtr): Ditto.
10810 (TuiWinElement, TuiWinElementPtr): Ditto.
10811 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10812 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10813 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10814 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10815 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10816 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10817 * tui/tui-command.c, tui/tui-data.c: Update references.
10818 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10819 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10820 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10821 * tui/tui-winsource.c, tui/tui.c: Ditto.
10822
10823 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10824
10825 * dwarf2-frame.h: Update copyright.
10826 (enum dwarf2_frame_reg_rule): New.
10827 (struct dwarf2_frame_state_reg): New.
10828 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10829 * dwarf2-frame.c: Update copyright.
10830 (enum dwarf2_reg_rule): Remove.
10831 (struct dwarf2_frame_state): Remove defenition of `struct
10832 dwarf2_frame_state_reg'.
10833 (read_reg): Call get_frame_arch to get the architecture instead of
10834 using CURRENT_GDBARCH.
10835 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10836 DWARF2_FRAME_.
10837 (dwarf2_frame_init_reg): New function.
10838 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10839 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10840 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10841 tags with DWARF2_FRAME_.
10842 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10843 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10844 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10845
10846 2004-02-06 Andrew Cagney <cagney@redhat.com>
10847
10848 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10849 (enum tui_data_type): Rename _TuiDataType.
10850 (struct tui_layout_def): Rename _TuiLayoutDef.
10851 (struct tui_source_element): Rename _TuiSourceElement.
10852 (struct tui_data_element): Rename _TuiDataElement.
10853 (struct tui_command_element): Rename _TuiCommandElement.
10854 (struct tui_locator_element): Rename _TuiLocatorElement.
10855 (union tui_which_element): Define.
10856 (struct tui_win_element): Rename _TuiWinElement.
10857 (struct tui_data_info): Rename _TuiDataInfo.
10858 (struct tui_source_info): Rename _TuiSourceInfo.
10859 (struct tui_command_info): Rename _TuiCommandInfo.
10860 (tui_initialize_static_data): Rename initializeStaticData.
10861 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10862 (tui_alloc_win_info): Rename allocWinInfo.
10863 (tui_init_generic_part): Rename initGenericPart.
10864 (tui_init_win_info): Rename initWinInfo.
10865 (tui_alloc_content): Rename allocContent.
10866 (tui_add_content_elements): Rename addContentElements.
10867 (tui_init_content_element): Rename initContentElement.
10868 (tui_free_window): Rename freeWindow.
10869 (tui_free_win_content): Rename freeWinContent.
10870 (tui_free_data_content): Rename freeDataContent.
10871 (tui_free_all_source_wins_content): Rename
10872 freeAllSourceWinsContent.
10873 (tui_del_window): Rename tuiDelWindow.
10874 (tui_del_data_windows): Rename tuiDelDataWindows.
10875 (tui_partial_win_by_name): Rename partialWinByName.
10876 (tui_win_name): Rename winName.
10877 (tui_current_layout): Rename currentLayout.
10878 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10879 (tui_term_height): Rename termHeight.
10880 (tui_set_term_height_to): Rename setTermHeightTo.
10881 (tui_term_width): Rename termWidth.
10882 (tui_set_term_width_to): Rename setTermWidthTo.
10883 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10884 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10885 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10886 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10887 (tui_source_windows): Rename sourceWindows.
10888 (tui_clear_source_windows): Rename clearSourceWindows.
10889 (tui_clear_source_windows_detail): Rename
10890 clearSourceWindowsDetail.
10891 (tui_clear_win_detail): Rename clearWinDetail.
10892 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10893 (tui_default_tab_len): Rename tuiDefaultTabLen.
10894 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10895 (tui_win_with_focus): Rename tuiWinWithFocus.
10896 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10897 (tui_layout_def): Rename tuiLayoutDef.
10898 (tui_win_resized): Rename tuiWinResized.
10899 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10900 (tui_next_win): Rename tuiNextWin.
10901 (tui_prev_win): Rename tuiPrevWin.
10902 (tui_add_to_source_windows): Rename addToSourceWindows.
10903 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10904 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10905 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10906 * tui/tui.c, tui/tui-data.c: Ditto.
10907 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10908 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10909
10910 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10911 (struct symtab): Declare.
10912 (tui_set_source_content): Rename tuiSetSourceContent.
10913 (tui_show_symtab_source): Rename tuiShowSource.
10914 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10915 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10916 * tui/tui-source.c: Update copyright. Update references.
10917 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10918 * tui/tui-stack.c: Update references.
10919
10920 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10921 (struct tui_win_info): Declare.
10922 (tui_scroll_forward): Rename tuiScrollForward.
10923 (tui_scroll_backward): Rename tuiScrollBackward.
10924 (tui_scroll_left): Rename tuiScrollLeft.
10925 (tui_scroll_right): Rename tuiScrollRight.
10926 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10927 (tui_resize_all): Rename tuiResizeAll.
10928 (tui_refresh_all_win): Rename tuiRefreshAll.
10929 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10930 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10931 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10932 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10933
10934 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10935 (tui_erase_data_content): Rename tuiEraseDataContent.
10936 (tui_display_all_data): Rename tuiDisplayAllData.
10937 (tui_check_data_values): Rename tuiCheckDataValues.
10938 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10939 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10940 (tui_first_data_element_no_in_line): Rename
10941 tuiFirstDataElementNoInLine.
10942 (tui_delete_data_content_windows): Rename
10943 tuiDeleteDataContentWindows.
10944 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10945 (tui_display_data_from): Rename tuiDisplayDataFrom.
10946 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10947 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10948 * tui/tui-win.c, tui/tui-regs.c: Update references.
10949 * tui/tui-layout.c, tui/tui.c: Update references.
10950
10951 * tui/tui-wingeneral.h: Update copyright.
10952 (m_allBeVisible): Delete macro.
10953 (m_allBeInvisible): Delete macro.
10954 (struct tui_gen_win_info): Declare.
10955 (struct tui_win_info): Declare.
10956 (tui_unhighlight_win): Rename unhighlightWin.
10957 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10958 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10959 (tui_make_window): Rename makeWindow.
10960 (tui_copy_win): Rename copyWin.
10961 (tui_box_win): Rename boxWin.
10962 (tui_highlight_win): Rename highlightWin.
10963 (tui_check_and_display_highlight_if_needed): Rename
10964 checkAndDisplayHighlightIfNeeded.
10965 (tui_refresh_all): Rename refreshAll.
10966 (tui_delete_win): Rename tuiDelwin.
10967 (tui_refresh_win): Rename tuiRefreshWin.
10968 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10969 (tui_make_visible, tui_make_invisible): New functions.
10970 (tui_make_all_visible, tui_make_all_invisible): New functions.
10971 (make_all_visible): Rename makeAllVisible.
10972 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10973 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10974 * tui/tui-windata.c, tui/tui-win.c: Update references.
10975 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10976 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10977
10978 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10979
10980 * proc-api.c (write_with_trace): Initialize local variable to
10981 silence compiler warning.
10982
10983 2004-02-06 Andrew Cagney <cagney@redhat.com>
10984
10985 * tui/tui-source.h: Do not include "defs.h".
10986 (struct tui_win_info): Declare.
10987 (tui_set_source_content_nil): Declare.
10988 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10989 (union tui_line_or_address): Rename _TuiLineOrAddress.
10990 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10991 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10992 (tui_update_source_window_as_is): Rename
10993 tuiUpdateSourceWindowAsIs.
10994 (tui_update_source_windows_with_addr): Rename
10995 tuiUpdateSourceWindowsWithAddr.
10996 (tui_update_source_windows_with_line): Rename
10997 tuiUpdateSourceWindowsWithLine.
10998 (tui_clear_source_content): Rename tuiClearSourceContent.
10999 (tui_erase_source_content): Rename tuiEraseSourceContent.
11000 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11001 (tui_show_source_content): Rename tuiShowSourceContent.
11002 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11003 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11004 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11005 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11006 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11007 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11008 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11009 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11010 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11011 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11012 (struct tui_win_info): Declare.
11013 * tui/tui-stack.c: Update references.
11014 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11015 * tui/tui-win.c, tui/tui-source.c: Ditto.
11016 * tui/tui.c, tui/tui-disasm.c: Ditto.
11017
11018 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11019
11020 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11021 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11022
11023 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11024
11025 * infrun.c (handle_inferior_event): Allow for breakpoint
11026 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11027 and SIGEMT. Update comments.
11028 * NEWS (Revised SPARC target): Mention support for non-executable
11029 stack.
11030
11031 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11032
11033 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11034 * inftarg.c: Update copyright year.
11035 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11036 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11037 (sparc_xfer_wcookie): New function.
11038 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11039 * Makefile.in (sparc-nat.o): Update dependencies.
11040 * config/sparc/nm-nbsd.h: Include "target.h".
11041 (NATIVE_XFER_WCOOKIE): New define.
11042 (sparc_xfer_wcookie): New prototype.
11043
11044 2004-02-04 Andrew Cagney <cagney@redhat.com>
11045
11046 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11047 SYSCALL_TRAP function.
11048 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11049
11050 2004-02-04 Andrew Cagney <cagney@redhat.com>
11051 Daniel Jacobowitz <drow@mvista.com>
11052
11053 * objfiles.h: Delete comments refering to inside_entry_func and
11054 DEPRECATED_FRAME_CHAIN_VALID.
11055 * defs.h (inside_entry_func): Update prototype..
11056 * blockframe.c (inside_entry_func): Rename to
11057 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11058 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11059
11060 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11061
11062 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11063 outside of #ifdef SOLIB_ADD region.
11064 (do_restore_lang_radix_cleanup): Ditto.
11065 (resolve_pending_breakpoint): Ditto.
11066
11067 2004-02-03 Andrew Cagney <cagney@redhat.com>
11068
11069 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11070 (process_note_abi_tag_sections): Delete unused function.
11071 (ia64_read_fp): Delete unused function.
11072 (gdbarch_extract_struct_value_address): Delete declaration.
11073
11074 2004-02-02 Andrew Cagney <cagney@redhat.com>
11075
11076 * vax-tdep.c (vax_frame_chain): Delete call to
11077 deprecated_inside_entry_file.
11078 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11079
11080 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11081
11082 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11083 column that's "empty" or "same value" when eliminating REG_RA
11084 rules.
11085
11086 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11087
11088 * NEWS: Add information about new pending breakpoint support.
11089
11090 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11091
11092 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11093 and pending fields for pending breakpoint support.
11094 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11095 (condition_command): Only parse condition if not a pending
11096 breakpoint.
11097 (print_one_breakpoint): Add support for pending breakpoints.
11098 (describe_other_breakpoints): Add checks to verify we are not
11099 dealing with pending breakpoints.
11100 (check_duplicates): Don't check pending breakpoints.
11101 (set_raw_breakpoint): Initialize pending flag.
11102 (do_restore_lang_radix_cleanup): New cleanup routine.
11103 (resolve_pending_breakpoint): New function.
11104 (re_enable_breakpoints_in_shlibs): Try and resolve any
11105 pending breakpoints via resolve_pending_breakpoint.
11106 (mention): Add pending breakpoint support.
11107 (parse_breakpoint_sals): Add new parameter to pass to
11108 decode_line_1 to indicate silent errors when files or functions
11109 are not found. Change all callers.
11110 (do_captured_parse_breakpoint): New function.
11111 (break_command_1): Change prototype to return an rc value and to
11112 take an optional pending breakpoint pointer. Support creating
11113 a pending breakpoint if a "not found" form of error occurs when
11114 parsing the breakpoint. Also support resolving an existing pending
11115 breakpoint and be silent if the resolution fails.
11116 (create_breakpoints): Change prototype to take pending breakpoint
11117 pointer. When resolving a pending breakpoint, use the new pointer
11118 to provide a conditional or commands added by the end-user.
11119 (delete_breakpoint): Add appropriate check for pending.
11120 (breakpoint_re_set_one): Ditto.
11121 (do_enable_breakpoint): Ditto.
11122
11123 2004-02-02 David Carlton <carlton@kealia.com>
11124
11125 * valops.c (enum oload_classification): New.
11126 (find_overload_match): Break implementation into separate
11127 functions; delete #if 0'd code; look for symbols within
11128 namespaces.
11129 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11130 (find_oload_champ,oload_method_static,classify_oload_match): New.
11131 * cp-support.h: Add declaration for cp_func_name; update
11132 declaration for make_symbol_overload_list.
11133 * cp-support.c (cp_func_name): New.
11134 (overload_list_add_symbol): Fix comment, use
11135 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11136 (make_symbol_overload_list): Take a function name and a namespace
11137 instead of a symbol; change implementation.
11138 (make_symbol_overload_list_using): New.
11139 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11140
11141 2004-02-02 Fred Fish <fnf@redhat.com>
11142
11143 * main.c (gdb_stdtarg): Move definition to group with other
11144 gdb_stdtarg definitions and update copyright years.
11145 * remote-sim.c (gdb_os_write_stderr): Write output to
11146 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11147 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11148 gdb_stderr stream and update copyright years.
11149
11150 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11151
11152 * Makefile.in (mips-linux-nat.o): Update dependencies.
11153 * mips-linux-nat.c: Include mips-tdep.h.
11154
11155 2004-02-01 Roland McGrath <roland@redhat.com>
11156
11157 * sol-thread.c (sol_thread_xfer_partial): New function.
11158 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11159 (init_sol_core_ops): Likewise.
11160
11161 * procfs.c (procfs_xfer_partial): New function.
11162 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11163 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11164
11165 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11166 procfs_xfer_auxv function.
11167
11168 * procfs.c (procfs_make_note_section): If we can read
11169 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11170 * linux-proc.c (linux_make_note_section): Likewise.
11171
11172 * auxv.h: New file.
11173 * auxv.c: New file.
11174 * Makefile.in (auxv_h): New variable.
11175 (COMMON_OBS): Add auxv.o here.
11176 (auxv.o): New target.
11177
11178 * corelow.c (core_xfer_partial): New function.
11179 (init_core_ops): Use it for core_ops.to_xfer_partial.
11180
11181 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11182 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11183 macro if that is defined.
11184
11185 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11186
11187 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11188 and check the specified thread for each breakpoint.
11189 * breakpoint.h (bpstat_stop_status): Update prototype.
11190 * infrun.c (handle_inferior_event): Update calls to
11191 bpstat_stop_status.
11192
11193 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11194
11195 * Makefile.in (cli-cmds.o): Add $(readline_h).
11196
11197 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11198
11199 * cli/cli-cmds.c: Include readline.h.
11200 (complete_command): Pass the start of the last word to
11201 complete_line.
11202
11203 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11204
11205 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11206 argument, and change first argument to a CORE_ADDR.
11207 * breakpoint.h (bpstat_stop_status): Update prototype.
11208 * infrun.c (adjust_pc_after_break): Add a new comment.
11209 (handle_inferior_event): Update calls to bpstat_stop_status.
11210
11211 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11212
11213 * breakpoint.h: Update copyright years.
11214
11215 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11216
11217 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11218 (bpstat_stop_status): Don't decrement PC.
11219 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11220 prototype.
11221 * infrun.c (adjust_pc_after_break): New function.
11222 (handle_inferior_event): Call it, early. Remove later references
11223 to DECR_PC_AFTER_BREAK.
11224 (normal_stop): Add commentary.
11225
11226 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11227
11228 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11229 2004-01-27 double-free fix.
11230
11231 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11232
11233 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11234 (sparc32_frame_prev_register): Handle StackGhost.
11235 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11236
11237 2004-01-29 Roland McGrath <roland@redhat.com>
11238
11239 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11240 * configure: Regenerated.
11241
11242 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11243 * Makefile.in (procfs.o): Add dep.
11244
11245 2004-01-28 Andrew Cagney <cagney@redhat.com>
11246
11247 * tui/tui-stack.h: Update copyright.
11248 (struct frame_info): Add opaque declaration.
11249 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11250 (tui_show_locator_content): Rename tuiShowLocatorContent.
11251 (tui_show_frame_info): Rename tuiShowFrameInfo.
11252 * tui/tui-stack.c: Update copyright. Update references.
11253 * tui/tui-winsource.c: Update references.
11254 * tui/tui-win.c: Update references.
11255 * tui/tui-layout.c: Update references.
11256 * tui/tui-hooks.c: Update copyright, update references.
11257 * tui/tui.c: Update copyright, update references.
11258 * tui/tui-disasm.c: Update references.
11259
11260 2004-01-28 David Carlton <carlton@kealia.com>
11261
11262 * dwarf2read.c (add_partial_structure): Use demangled name if
11263 namespace equals "".
11264
11265 2004-01-27 Jim Blandy <jimb@redhat.com>
11266
11267 Clean up misapplied patch:
11268 * dwarf2read.c (determine_prefix): Change one of the two forward
11269 declarations for 'determine_prefix_aux' to a declaration for this.
11270 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11271 argument to 'die_specification'.
11272
11273 * dwarf2read.c (read_func_scope): Re-indent comment.
11274
11275 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11276
11277 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11278 b->exp to NULL after freeing so that error during re-parsing or
11279 evaluation of expressions associated with breakpoint don't
11280 eventually lead to re-freeing of storage.
11281 Committed by Andrew Cagney.
11282
11283 2004-01-27 Andrew Cagney <cagney@redhat.com>
11284
11285 * source.c (ambiguous_line_spec): Delete undefined declaration.
11286 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11287 (m32r_set_server_address, m32r_set_download_path): Ditto.
11288 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11289
11290 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11291
11292 * dwarf2read.c: Update calls to changed and renamed functions, and
11293 references to moved variables.
11294
11295 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11296 language, language_defn, list_in_scope, and ftypes members.
11297 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11298 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11299 (baseaddr): Remove globals.
11300
11301 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11302 (set_cu_language, die_is_declaration, die_specification)
11303 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11304 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11305 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11306 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11307
11308 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11309 cu.list_in_scope. Don't initialize cu_header_offset.
11310 (add_partial_symbol): Add local baseaddr.
11311 (psymtab_to_symtab_1): Add local baseaddr. Use
11312 objfile->section_offsets for consistency. Don't initialize
11313 cu_header_offset; do initialize cu.header.offset and
11314 cu.list_in_scope.
11315 (read_file_scope, read_func_scope, read_lexical_block_scope)
11316 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11317
11318 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11319
11320 * PROBLEMS: Add gdb/1516.
11321
11322 2003-12-29 Robert Millan <robertmh@gnu.org>
11323
11324 Patch committed by Andrw Cagney.
11325 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11326 * configure.tgt: Match knetbsd*-gnu.
11327
11328 2004-01-26 Andrew Cagney <cagney@redhat.com>
11329
11330 * breakpoint.c (catch_command_1): Delete #ifdef code.
11331 (catch_fork_command_1): Delete #ifdef wrapper.
11332 (catch_exec_command_1): Ditto.
11333 (catch_load_command_1): Ditto.
11334 (catch_unload_command_1): Ditto.
11335
11336 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11337 (catch_breakpoint): Delete #if0ed function.
11338 (disable_catch_breakpoint): Ditto.
11339 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11340 (disable_catch, enable_catch, delete_catch): Ditto.
11341
11342 2004-01-26 Andrew Cagney <cagney@redhat.com>
11343
11344 * remote.c (echo_check, quit_flag): Delete variables.
11345 (cisco_kernel_mode): Delete variable.
11346 (minitelnet_return, tty_input, escape_count): Delete variables.
11347 (remote_cisco_mode): Delete variable.
11348 (remote_cisco_open, remote_cisco_close): Delete function.
11349 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11350 (init_remote_cisco_ops): Delete function.
11351 (_initialize_remote): Do not install "remote cisco" code.
11352 (read_frame): Delete cisco specific code.
11353 (remote_info_process): Delete function.
11354 (remote_wait): Delete cisco specific code.
11355 (remote_cisco_section_offsets): Delete function.
11356 (remote_cisco_objfile_relocate): Delete function.
11357 (remote_async_wait): Delete cisco specific code.
11358 (minitelnet, readtty, readsocket): Delete function.
11359
11360 2004-01-26 Andrew Cagney <cagney@redhat.com>
11361
11362 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11363 comments mentioning extract_returned_value_address.
11364 * infcmd.c (print_return_value): Update. Add comments on
11365 extract_returned_value_address.
11366 * stack.c (return_command): Add comments on
11367 extract_returned_value_address.
11368 * values.c: Update comment.
11369 * m32r-tdep.c: Update comment.
11370 * sparc-tdep.c: Update comment.
11371 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11372 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11373 * sh64-tdep.c (sh64_gdbarch_init): Update.
11374 * sh-tdep.c (sh_gdbarch_init): Update.
11375 * s390-tdep.c (s390_gdbarch_init): Update.
11376 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11377 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11378 * m68k-tdep.c (m68k_gdbarch_init): Update.
11379 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11380 * m32r-tdep.c (m32r_gdbarch_init): Update.
11381 * ia64-tdep.c (ia64_gdbarch_init): Update.
11382 * h8300-tdep.c (h8300_gdbarch_init): Update.
11383 * frv-tdep.c (frv_gdbarch_init): Update.
11384 * arm-tdep.c (arm_gdbarch_init): Update.
11385 * alpha-tdep.c (alpha_gdbarch_init): Update.
11386
11387 2004-01-26 Andrew Cagney <cagney@redhat.com>
11388
11389 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11390 SYMBOL_LOCATION_FUNCS
11391 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11392 "struct symbol_ops".
11393 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11394 type to "struct symbol_ops".
11395 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11396 (struct symbol): Replace ".aux_value.loc.funcs" and
11397 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11398 (SYMBOL_OBJFILE): Delete macro.
11399 (SYMBOL_LOCATION_FUNCS): Delete macro.
11400 (SYMBOL_LOCATION_BATON): Update.
11401 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11402 intead of SYMBOL_LOCATION_FUNCS.
11403 * ax-gdb.c (gen_var_ref): Ditto.
11404 * printcmd.c (address_info): Ditto.
11405 * findvar.c (read_var_value): Ditto.
11406 (symbol_read_needs_frame): Ditto.
11407
11408 2004-01-26 Andrew Cagney <cagney@redhat.com>
11409
11410 * dwarf2read.c (read_func_scope): Document frame-base hack.
11411
11412 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11413
11414 * infcmd.c (print_return_value): Plug memory leak; delete
11415 ui_stream object. Rename argument `structure_return' to
11416 `struct_return'.
11417
11418 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11419
11420 * infcmd.c (print_return_value): Wrap long lines.
11421 (finish_command_continuation, finish_command): Remove unused
11422 variable `funcaddr'. Fix some coding-standards problems.
11423
11424 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11425 SECT_SIZE is large enough, not whether it's exactly the right size.
11426 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11427 TDEP->fpregset to zero.
11428
11429 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11430 floating-point registers for traditional NetBSD core files.
11431 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11432 TDEP->sizeof_fpregset here.
11433
11434 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11435
11436 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11437 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11438 function with code split out from
11439 sparc32nbsd_sigcontext_frame_cache.
11440 (sparc32nbsd_sigcontext_frame_cache): Use
11441 sparc32nbsd_sigcontext_saved_regs.
11442 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11443 OpenBSD.
11444 * sparcobsd-tdep.c: New file.
11445 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11446 (sparcobsd-tdep.o): New dependency.
11447 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11448 * config/sparc/obsd.mt: New file.
11449
11450 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11451 TDEP->fpregset to be initialized to enable core file register
11452 sets.
11453
11454 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11455
11456 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11457 Add opaque declarations.
11458 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11459 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11460 function with code split out from
11461 sparc64nbsd_sigcontext_frame_cache.
11462 (sparc64nbsd_sigcontext_frame_cache): Use
11463 sparc64nbsd_sigcontext_saved_regs.
11464 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11465 OpenBSD.
11466 * sparc64obsd-tdep.c: New file.
11467 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11468 (sparc64obsd-tdep.o): New dependency.
11469 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11470 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11471 * config/sparc/obsd64.mt: New file.
11472
11473 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11474 read the instruction at PC.
11475
11476 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11477 value of GDB_OSABI_DEFAULT.
11478 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11479 instead of GDB_OSABI_NETBSD_AOUT.
11480
11481 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11482
11483 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11484 copyright.
11485
11486 2004-01-23 Andrew Cagney <cagney@redhat.com>
11487
11488 * printcmd.c (display_command): Replace tui_set_display call with
11489 tui_set_layout_for_display_command.
11490 * tui/tui.h (enum tui_win_type): Define.
11491 (tui_set_layout): Delete declaration.
11492 (tui_set_layout_for_display_command): Rename set_tui_layout.
11493 * tui/tui-data.h (enum tui_layout_type): Define.
11494 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11495 "tui.h".
11496 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11497 (tui_default_win_height): Rename tuiDefaultWinHeight.
11498 (tui_default_win_viewport_height): Rename
11499 tuiDefaultWinViewportHeight.
11500 (tui_set_layout): RenametuiSetLayout.
11501 * tui/tui-layout.c: Update references.
11502 * tui/tui.c: Update references.
11503 * tui/tui-disasm.c: Update references.
11504
11505 2004-01-23 David Carlton <carlton@kealia.com>
11506
11507 Partial workaround for PR c++/1511:
11508 * cp-namespace.c: Include frame.h.
11509 (cp_lookup_transparent_type): New
11510 (cp_lookup_transparent_type_loop): New.
11511 * cp-support.h: Declare cp_lookup_transparent_type.
11512 * symtab.c (basic_lookup_transparent_type): Renamed from
11513 lookup_transparent_type.
11514 (lookup_transparent_type): Replace old body by a call to
11515 current_language->la_lookup_transparent_type.
11516 * symtab.h: Update copyright. Declare
11517 basic_lookup_transparent_type.
11518 * language.h: Update copyright.
11519 (struct language_defn): Add la_lookup_transparent_type.
11520 * language.c: Update copyright.
11521 (unknown_language_defn): Add basic_lookup_transparent_type.
11522 (auto_language_defn): Add basic_lookup_transparent_type.
11523 (local_language_defn): Add basic_lookup_transparent_type.
11524 * ada-lang.c: Update copyright.
11525 (ada_language_defn): Add basic_lookup_transparent_type.
11526 * c-lang.c: Update copyright.
11527 (c_language_defn): Add basic_lookup_transparent_type.
11528 (cplus_language_defn): Add basic_lookup_transparent_type.
11529 (asm_language_defn): Add basic_lookup_transparent_type.
11530 (minimal_language_defn): Add basic_lookup_transparent_type.
11531 * f-lang.c: Update copyright.
11532 (f_language_defn): Add basic_lookup_transparent_type.
11533 * jv-lang.c: Update copyright.
11534 (java_language_defn): Add basic_lookup_transparent_type.
11535 * m2-lang.c: Update copyright.
11536 (m2_language_defn): Add basic_lookup_transparent_type.
11537 * objc-lang.c: Update copyright.
11538 (objc_language_defn): Add basic_lookup_transparent_type.
11539 * p-lang.c: Update copyright.
11540 (p_language_defn): Add basic_lookup_transparent_type.
11541 * scm-lang.c: Update copyright.
11542 (scm_language_defn): Add basic_lookup_transparent_type.
11543 * Makefile.in (cp-namespace.o): Depend on frame.h.
11544
11545 2004-01-23 David Carlton <carlton@kealia.com>
11546
11547 Patch for PR c++/1520:
11548 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11549 properly if we have a specification die.
11550 (determine_prefix_aux): Rename from determine_prefix.
11551 (determine_prefix): Like the old determine_prefix, but never
11552 returns NULL.
11553
11554 2004-01-23 Theodore A. Roth <troth@openavr.org>
11555
11556 * avr-tdep.c: Update copyright.
11557 (avr_iaddr_p): Delete unused function.
11558 (avr_saddr_p): Delete unused function.
11559
11560 2004-01-23 David Carlton <carlton@kealia.com>
11561
11562 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11563 Fix for PR symtab/1534.
11564
11565 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11566
11567 * NEWS (New native configurations): Mention OpenBSD/sparc and
11568 OpenBSD/sparc64.
11569 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11570 * configure.host: Likewise.
11571 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11572 handler for OpenBSD.
11573 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11574
11575 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11576
11577 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11578 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11579
11580 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11581 * cli/cli-cmds.c (shell_escape): Likewise.
11582
11583 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11584 OpenBSD .note.openbsd.ident sections.
11585
11586 2004-01-22 David Carlton <carlton@kealia.com>
11587
11588 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11589 get_scope_pc_bounds.
11590 (read_file_scope): Ditto.
11591 (get_scope_pc_bounds): New function, produced by extracting code
11592 from the above two functions, consolidating it, and adding support
11593 for DW_TAG_namespace.
11594
11595 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11596
11597 * osabi.c (MAX_NOTESZ): New define.
11598 (check_note): New function.
11599 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11600 check_note.
11601
11602 2004-01-21 Roland McGrath <roland@redhat.com>
11603
11604 * MAINTAINERS (write after approval): Add myself.
11605
11606 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11607
11608 * utils.c (init_page_info): Move declarations of `rows' and
11609 `cols' before the __GO32__-specific code. Move the closing brace
11610 outside the #ifdef __GO32__..#endif block.
11611 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11612
11613 2004-01-21 Paul Brook <paul@codesourcery.com>
11614
11615 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11616 BPSTAT_WHAT_CHECK_SHLIBS.
11617
11618 2004-01-21 Paul Brook <paul@codesourcery.com>
11619
11620 * MAINTAINERS: Add myself to write-after-approval.
11621
11622 2004-01-20 Andrew Cagney <cagney@redhat.com>
11623
11624 * ax-gdb.c (print_axs_value): Delete unused function.
11625 * jv-lang.c (java_lookup_type): Delete unused function.
11626 * cli/cli-dump.c (dump_filetype): Delete unused function.
11627 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11628 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11629 (mips_getstring): Delete unused function.
11630 (pmon_insert_breakpoint): Delete #if0ed function.
11631 (PMON_MAX_BP): Delete #if0ed MACRO.
11632 (mips_pmon_bp_info): Delete #if0ed variable.
11633 (pmon_remove_breakpoint): Delete #if0ed function.
11634 * monitor.c (monitor_write_even_block): Delete unused function.
11635 (monitor_write_memory_block): Delete #if0ed code.
11636 * dink32-rom.c (dink32_load): Delete unused function.
11637 (_initialize_dink32_rom): Delete #if0ed code.
11638 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11639
11640 * tui/tui-command.c: Update references.
11641 * tui/tui-io.c: Update references.
11642 * tui/tui-command.h: Update copyright.
11643 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11644
11645 * source.c (ambiguous_line_spec): Delete never-defined function.
11646 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11647 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11648 * cli/cli-cmds.c (validate_comname): Ditto.
11649
11650 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11651 "tui-data.h".
11652 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11653 (tui_show_disassem): Rename tuiShowDisassem.
11654 (tui_show_disassem_and_update_source): Rename
11655 tuiVerticalDisassemScroll.
11656 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11657 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11658 * tui/tui.h: Update copyright.
11659 (enum tui_status): Define.
11660 * tui/tui-data.h (enum tui_scroll_direction): Define.
11661 * tui/tui-disasm.c: Update copyright. Update references.
11662 * tui/tui-winsource.c: Update copyright. Update references.
11663 * tui/tui-win.c: Update references.
11664 * tui/tui-layout.c: Update references.
11665
11666 2004-01-20 Andrew Cagney <cagney@redhat.com>
11667
11668 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11669 sym2 to start of block.
11670
11671 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11672
11673 * MAINTAINERS: Delete mmalloc.
11674 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11675 * NEWS: Mention removal of --with-malloc.
11676 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11677 * config.in: Regenerate.
11678 * configure: Regenerate.
11679 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11680 USE_MMALLOC, MMCHECK_FORCE.
11681 * gdbinit.in: Remove mmalloc.
11682 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11683 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11684 * config/i386/go32.mh: Likewise.
11685 * config/i386/interix.mh: Likewise.
11686 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11687
11688 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11689
11690 * linespec.c (decode_variable, symtab_from_filename): Call
11691 error_silent with error message instead of throwing an exception
11692 directly.
11693 * defs.h (error_silent, error_output_message): Add prototypes.
11694 (catch_exceptions_with_msg): Ditto.
11695 * utils.c (error_silent, error_output_message): New functions.
11696 * top.c (catch_exceptions_with_msg): New function.
11697
11698 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11699
11700 * mi/mi-cmds.h (enum print_values): Add definition.
11701
11702 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11703 type and value for simple data types and just the name and type
11704 for complex ones, if required.
11705
11706 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11707 children, if required.
11708
11709 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11710
11711 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11712 unused declarations.
11713
11714 2004-01-19 Andrew Cagney <cagney@redhat.com>
11715
11716 * top.h (mapped_symbol_files): Delete declaration.
11717 * main.c (captured_main): Delete option "m" and "mapped".
11718 * objfiles.c (mapped_symbol_files): Delete variable.
11719 * symfile.c (symbol_file_command): Delete mmap code.
11720 (symbol_file_add_with_addrs_or_offsets): Ditto.
11721 (add_symbol_file_command, reread_separate_symbols): Ditto.
11722 * objfiles.h (OBJF_MAPPED): Delete.
11723 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11724 (free_objfile) [USE_MMALLOC]: Ditto.
11725 (open_existing_mapped_file): Delete function.
11726 (open_mapped_file): Delete function.
11727 (map_to_file): Delete function.
11728
11729 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11730
11731 * infrun.c (step_into_function): Account for possible breakpoint
11732 adjustment when computing ``stop_func_start''.
11733
11734 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11735
11736 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11737 the region size against the size of a pointer, not the size of
11738 a register as given by DEPRECATED_REGISTER_SIZE.
11739
11740 2004-01-19 Andrew Cagney <cagney@redhat.com>
11741
11742 * tui/tui-regs.h: Include "tui-data.h".
11743 (tuiFirstRegElementNoInLine): Delete declaration.
11744 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11745 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11746 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11747 (tui_calculate_regs_column_count): Rename
11748 tuiCalculateRegsColumnCount.
11749 (tui_check_register_values): Rename tuiCheckRegisterValues.
11750 (tui_show_registers): Rename tuiShowRegisters.
11751 (tui_display_registers_from_line): Rename
11752 tuiDisplayRegistersFromLine.
11753 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11754 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11755 (tui_first_reg_element_no_inline): Rename
11756 tuiFirstRegElementNoInLine.
11757 * tui/tui-data.h: Update copyright.
11758 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11759 * tui/tui-windata.c: Update copyright, update references.
11760 * tui/tui-regs.c: Update copyright, update references.
11761 * tui/tui-win.c: Update copyright, update references.
11762 * tui/tui-layout.c: Update copyright, update references.
11763
11764 2004-01-18 Andrew Cagney <cagney@redhat.com>
11765
11766 * tui/tui-io.c: Update copyright.
11767 (key_is_end_sequence, key_is_backspace): New functions.
11768 (key_is_command_char, key_is_start_sequence): New function.
11769 (tui_getc): Update references.
11770 * tui/tui-io.h: Update copyright.
11771 (m_tuiStartNewLine): Delete macro.
11772 (m_isBackspace, m_isDeleteChar): Delete macros.
11773 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11774 (m_isNextPage, m_isPrevPage): Delete macros.
11775 (m_isLeftArrow, m_isRightArrow): Delete macros.
11776 (m_isXdbStyleCommandChar): Delete macro.
11777 (key_is_start_sequence): Declare, replace m_isStartSequence.
11778 (key_is_end_sequence): Declare, replace m_isEndSequence.
11779 (key_is_backspace): Declare ,replace m_isBackspace.
11780 (key_is_command_char): Declare, replace m_isCommandChar.
11781 * tui/tui-command.c: Update copyright.
11782 (tuiDispatchCtrlChar): Update references.
11783
11784 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11785 tuiSourceWin.h.
11786
11787 * tui/tui-command.c: Rename tui/tuiCommand.c.
11788 * tui/tui-command.h: Rename tui/tuiCommand.h.
11789 * tui/tui-data.c: Rename tui/tuiData.c.
11790 * tui/tui-data.h: Rename tui/tuiData.h.
11791 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11792 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11793 * tui/tui-io.c: Rename tui/tuiIO.c.
11794 * tui/tui-io.h: Rename tui/tuiIO.h.
11795 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11796 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11797 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11798 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11799 * tui/tui-source.c: Rename tui/tuiSource.c.
11800 * tui/tui-source.h: Rename tui/tuiSource.h.
11801 * tui/tui-stack.c: Rename tui/tuiStack.c.
11802 * tui/tui-stack.h: Rename tui/tuiStack.h.
11803 * tui/tui-win.c: Rename tui/tuiWin.c.
11804 * tui/tui-win.h: Rename tui/tuiWin.h.
11805 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11806 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11807 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11808 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11809 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11810 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11811 * tui/tui-file.c: Update includes.
11812 * tui/tui-hooks.c: Update includes.
11813 * tui/tui-interp.c: Update includes.
11814 * tui/tui.c: Update includes.
11815 * Makefile.in: Update all tui/ dependencies.
11816 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11817
11818 * Makefile.in: Update copyright. Update dependencies.
11819
11820 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11821 problem.
11822
11823 2004-01-18 Andrew Cagney <cagney@redhat.com>
11824
11825 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11826 instead of register_gdbarch_init.
11827
11828 * remote-sds.c (tohex): Delete unused function. Update copyright.
11829 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11830 * v850-tdep.c (v850_register_virtual_size): Ditto.
11831 * target.c (normal_target_post_startup_inferior): Ditto.
11832 * source.c (ambiguous_line_spec): Ditto.
11833 * remote.c (adapt_remote_get_threadinfo): Ditto.
11834 * mi/mi-out.c (out_field_fmt): Ditto.
11835 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11836 (output_control_change_notification): Ditto.
11837 * m68k-tdep.c (m68k_register_byte): Ditto.
11838 (m68k_remote_breakpoint_from_pc): Ditto.
11839 * ui-out.c (init_ui_out_state): Delete unused declaration.
11840 * stabsread.c (search_value): Ditto.
11841 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11842 * maint.c (print_section_table): Ditto.
11843 * infrun.c (set_follow_fork_mode_command): Ditto.
11844
11845 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11846
11847 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11848 DW_CFA_def_cfa_exporession. Add support for
11849 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11850 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11851
11852 2004-01-18 Andrew Cagney <cagney@redhat.com>
11853
11854 * ocd.c: Update copyright.
11855 (bdm_read_register_command): Delete unused function.
11856 (_initialize_remote_ocd): Delete commented out reference.
11857 (get_quoted_char, reset_packet): Delete #if0ed function.
11858 (output_packet, put_quoted_char): Delete #if0ed function.
11859 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11860 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11861 (BDM_BREAKPOINT): Delete #if0ed macro.
11862 (remote_timeout): Delete #if0ed variable.
11863
11864 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11865
11866 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11867 (core-sol2.o): Remove dependency.
11868 * core-sol2.c: Remove file.
11869
11870 2004-01-17 Andrew Cagney <cagney@redhat.com>
11871
11872 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11873 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11874 enums.
11875
11876 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11877
11878 * remote.c: Update copyright years.
11879
11880 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11881
11882 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11883
11884 2004-01-17 Andrew Cagney <cagney@redhat.com>
11885
11886 * mdebugread.c: Update copyright.
11887 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11888 (parse_type, parse_procedure): Ditto.
11889 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11890
11891 * cris-tdep.c (cris_store_struct_return): Put back accidently
11892 deleted function.
11893
11894 * gdbarch.sh: Update copyright year.
11895 * gdbarch.h, gdbarch.c: Re-generate.
11896
11897 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11898
11899 Suggested by George Anzinger.
11900 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11901 correct stack offset. Include unknown opcode numbers in the error
11902 message.
11903
11904 2004-01-17 Andrew Cagney <cagney@redhat.com>
11905
11906 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11907 extract_struct_value_address, i386 does not set it.
11908 * sparc64-tdep.c (sparc64_init_abi): Do not set
11909 extract_struct_value_address, never called.
11910 (sparc64_extract_struct_value_address): Delete function.
11911 * m68hc11-tdep.c: Update copyright.
11912 (m68hc11_gdbarch_init): Delete redundant assignment of
11913 extract_struct_value_address.
11914 * i386-tdep.c: Update copyright.
11915 (i386_gdbarch_init): Do not set extract_struct_value_address,
11916 never called.
11917 (i386_extract_struct_value_address): Delete function.
11918 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11919 extract_struct_value_address, never called.
11920 (sparc32_extract_struct_value_address): #if 0 function. Add
11921 comments explaining its future.
11922
11923 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11924
11925 * arm-tdep.c (arm_write_pc): New function.
11926 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11927
11928 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11929
11930 * breakpoint.c (must_shift_inst_regs): Delete.
11931 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11932 and SHIFT_INST_REGS.
11933 * infcmd.c (step_1, step_1_continuation): Delete references to
11934 SHIFT_INST_REGS.
11935 * infrun.c (keep_going): Likewise.
11936 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11937 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11938
11939 2004-01-17 Andrew Cagney <cagney@redhat.com>
11940
11941 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11942 * gdbarch.h, gdbarch.c: Re-generate.
11943 * infcmd.c (print_return_value): Delete reference to
11944 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11945
11946 * cris-tdep.c (cris_gdbarch_init): Do not set
11947 deprecated_extract_struct_value_address.
11948
11949 * xstormy16-tdep.c: Update copyright.
11950 (xstormy16_extract_struct_value_address): Update to current
11951 extract struct value address interface.
11952 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11953 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11954 current extract struct value address interface.
11955 (sh64_gdbarch_init): Set extract_struct_value_address.
11956
11957 * cris-tdep.c: Update copyright.
11958 (cris_extract_struct_value_address): Delete function.
11959 (struct_return_address): Delete variable.
11960 (cris_store_struct_return): Do not set struct_return_address.
11961
11962 * mcore-tdep.c: Update copyright.
11963 (mcore_extract_struct_value_address): Delete function. Update
11964 comments.
11965 (mcore_gdbarch_init): Update.
11966 * mn10300-tdep.c: Update copyright.
11967 (mn10300_extract_struct_value_address): Delete function.
11968 (mn10300_gdbarch_init): Update.
11969 * v850-tdep.c: Update copyright.
11970 (v850_extract_struct_value_address): Delete.
11971 (v850_gdbarch_init): Update.
11972 * ns32k-tdep.c: Update copyright.
11973 (ns32k_extract_struct_value_address): Delete.
11974 (ns32k_gdbarch_init): Update.
11975 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11976 (hppa_gdbarch_init): Update.
11977 * vax-tdep.c: Update copyright.
11978 (vax_extract_struct_value_address): Delete.
11979 (vax_gdbarch_init): Update.
11980
11981 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11982 * gdbarch.h, gdbarch.c: Re-generate.
11983 * procfs.c (procfs_fetch_registers): Delete reference to
11984 DEPRECATED_NPC_REGNUM.
11985 (procfs_store_registers): Ditto.
11986 * regcache.c (generic_target_write_pc): Simplify.
11987 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11988
11989 * core-sol2.c (fetch_core_registers): Replace
11990 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11991
11992 * hppa-tdep.c: Update copyright year.
11993 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11994 NPC_REGNUM.
11995 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11996
11997 * mips-tdep.c (mips_write_pc): New function.
11998 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11999 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12000 (mips_find_saved_regs, mips_software_single_step: Ditto.
12001 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12002 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12003
12004 2004-01-17 Andrew Cagney <cagney@redhat.com>
12005
12006 * mips-tdep.c: Re-indent. Group functions by ABI.
12007
12008 2004-01-17 Andrew Cagney <cagney@redhat.com>
12009
12010 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12011 * gdbarch.c: Re-generate.
12012 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12013 DECR_PC_AFTER_BREAK to zero.
12014 * vax-tdep.c (vax_gdbarch_init): Ditto.
12015 * v850-tdep.c (v850_gdbarch_init): Ditto.
12016 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12017 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12018 * sh-tdep.c (sh_gdbarch_init): Ditto.
12019 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12020 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12021 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12022 * mips-tdep.c (mips_gdbarch_init): Ditto.
12023 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12024 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12025 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12026 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12027 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12028 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12029 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12030 * frv-tdep.c (frv_gdbarch_init): Ditto.
12031 * cris-tdep.c (cris_gdbarch_init): Ditto.
12032 * avr-tdep.c (avr_gdbarch_init): Ditto.
12033 * arm-tdep.c (arm_gdbarch_init): Ditto.
12034 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12035
12036 2004-01-17 J. Brobecker <brobecker@gnat.com>
12037
12038 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12039 Delete, no longer used.
12040 (read_subrange_type): New function, mostly extracted from
12041 read_array_type().
12042 (read_array_type): Replace extracted code by call to
12043 read_subrange_type().
12044 (dwarf2_get_attr_constant_value): New function.
12045 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12046 (add_partial_symbol): Likewise.
12047 (process_die): Likewise.
12048 (new_symbol): Likewise.
12049 (read_type_die): Likewise.
12050
12051 2004-01-16 Andrew Cagney <cagney@redhat.com>
12052
12053 * symfile.c: Update copyright year.
12054 (compare_symbols): Delete unused function.
12055 * stabsread.c: Update copyright year.
12056 (lrs_general_complaint): Delete unused function.
12057 (ref_search_value): Ditto.
12058 (get_substring): Delete declaration.
12059 * sh64-tdep.c: Update copyright year.
12060 (sh64_get_gdb_regnum): Delete unused function.
12061 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12062 Delete unused function.
12063
12064 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12065
12066 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12067 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12068
12069 2004-01-16 Andrew Cagney <cagney@redhat.com>
12070
12071 Changes from Peter Schauer.
12072 * rs6000-tdep.c: Update copyright year.
12073 (rs6000_push_dummy_call): Update the stack pointer before
12074 accessing the corresponding stack region.
12075 * rs6000-nat.c: Update copyright year.
12076 (set_host_arch): Set "info.abfd" to "exec_bfd".
12077
12078 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12079
12080 * blockframe.c: Update copyright year.
12081 (inside_entry_func): Don't treat a zero PC specially.
12082
12083 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12084
12085 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12086 variable.
12087 (gcore_create_callback): Ditto. Skip any memory segment that has
12088 no permissions set.
12089
12090 2004-01-14 David Carlton <carlton@kealia.com>
12091
12092 Change symbols for C++ nested types to contain the fully qualified
12093 name, if possible. (At least in the DWARF-2 case.) Partial fix
12094 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12095 c++/895.
12096 * c-exp.y (qualified_type): Handle types nested within classes.
12097 * cp-namespace.c: Update comments.
12098 (cp_set_block_scope): Delete #if 0.
12099 (cp_lookup_nested_type): Handle types nested within classes.
12100 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12101 when appropriate.
12102 (add_partial_symbol): Add the name of the enclosing namespace to
12103 types.
12104 (pdi_needs_namespace): New.
12105 (add_partial_namespace): Tweak comment.
12106 (add_partial_structure): New.
12107 (psymtab_to_symtab_1): Initialize processing_current_prefix
12108 here...
12109 (process_die): instead of here.
12110 (read_structure_scope): Try to figure out the name of the class or
12111 namespace that the structure might be defined within.
12112 (read_enumeration): Generate fully-qualified names, if possible.
12113 (read_namespace): Don't set name to NULL.
12114 (die_specification): New.
12115 (new_symbol): Generate fully-qualified names for types.
12116 (read_type_die): Determine appropriate prefix.
12117 (determine_prefix): New.
12118 (typename_concat): New.
12119 (class_name): New.
12120 * valops.c (value_aggregate_elt): Pass NOSIDE to
12121 value_struct_elt_for_reference.
12122 (value_struct_elt_for_reference): Make static, add NOSIDE
12123 parameter, call value_maybe_namespace_elt as a last resort.
12124 (value_namespace_elt): Break out code into
12125 value_maybe_namespace_elt.
12126 (value_maybe_namespace_elt): New.
12127
12128 2004-01-12 Andrew Cagney <cagney@redhat.com>
12129
12130 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12131 cooked floating-point registers.
12132 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12133 and value_to_register.
12134
12135 2004-01-13 Andrew Cagney <cagney@redhat.com>
12136
12137 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12138 * gdbarch.c: Re-generate.
12139 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12140 FUNCTION_START_OFFSET.
12141 * v850-tdep.c (v850_gdbarch_init): Ditto.
12142 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12143 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12144 * sh-tdep.c (sh_gdbarch_init): Ditto.
12145 * s390-tdep.c (s390_gdbarch_init): Ditto.
12146 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12147 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12148 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12149 * mips-tdep.c (mips_gdbarch_init): Ditto.
12150 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12151 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12152 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12153 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12154 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12155 * i386-tdep.c (i386_gdbarch_init): Ditto.
12156 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12157 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12158 * frv-tdep.c (frv_gdbarch_init): Ditto.
12159 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12160 * cris-tdep.c (cris_gdbarch_init): Ditto.
12161 * avr-tdep.c (avr_gdbarch_init): Ditto.
12162 * arm-tdep.c (arm_gdbarch_init): Ditto.
12163 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12164
12165 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12166
12167 * infrun.c (follow_fork_mode_ask): Remove.
12168 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12169 (follow_fork): Simplify and remove internal error for
12170 follow_fork_mode_ask.
12171 (_initialize_infrun): Update "set follow-fork-mode" help text.
12172
12173 2004-01-13 Andrew Cagney <cagney@redhat.com>
12174
12175 * configure.in: Update copyright year.
12176 (build_warnings): Add -Wunused-label.
12177 * configure: Re-generate.
12178
12179 2004-01-12 Andrew Cagney <cagney@redhat.com>
12180
12181 * exec.h (exec_ops): Make "extern".
12182
12183 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12184 the function is void.
12185 (mips_pseudo_register_write): Ditto.
12186
12187 2004-01-12 Andrew Cagney <cagney@redhat.com>
12188
12189 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12190 call. Never defined.
12191 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12192 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12193 (struct sparc_gregset, struct regcache): Ditto.
12194 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12195
12196 2004-01-12 Andrew Cagney <cagney@redhat.com>
12197
12198 * mi/ChangeLog: Delete file. Renamed to ...
12199 * mi/ChangeLog-1999-2003: New file.
12200 * tui/ChangeLog: Delete file. Renamed to ...
12201 * tui/ChangeLog-1998-2003: New file.
12202
12203 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12204
12205 * sparc64nbsd-tdep.c: Include "regset.h".
12206 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12207 Remove variables.
12208 (fetch_core_registers): Remove function.
12209 (sparc64nbsd_core_fns): Remove variable.
12210 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12211 functions.
12212 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12213 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12214 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12215
12216 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12217 sparc_extract_struct_value_address.
12218 (sparc32_gdbarch_init): Set extract_struct_value_address.
12219 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12220 function.
12221 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12222 return_value_on_stack.
12223
12224 * NEWS: Mention that %cs and %ss have been added to the AMD64
12225 configurations
12226
12227 * frame.c: Update copyright year.
12228 (get_prev_frame): Improve comment.
12229
12230 * sparc64fbsd-tdep.c: Include "regset.h".
12231 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12232 Remove variables.
12233 (fetch_core_registers): Remove function.
12234 (sparc64fbsd_core_fns): Remove variable.
12235 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12236 functions.
12237 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12238 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12239 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12240
12241 * sparcnbsd-tdep.c: Include "regset.h".
12242 (fetch_core_registers): Remove function.
12243 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12244 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12245 functions.
12246 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12247 TDEP->fpregset.
12248 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12249
12250 * sparc-tdep.h (struct regset): Provide opaque declaration.
12251 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12252 fpregset and sizeof_fpregset members.
12253 * sparc-tdep.c (struct regset): Provide opaque declaration.
12254 (sparc_regset_from_core_section): New function.
12255 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12256 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12257 Set regset_from_core_section when appropriate.
12258
12259 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12260
12261 * x86-64-tdep.c (amd64_non_pod_p): New function.
12262 (amd64_classify_aggregate): Return class memory for non-POD
12263 C++ structure types.
12264
12265 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12266 argument. Use it to reserve a register if necessary.
12267 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12268 amd64_push_arguments.
12269
12270 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12271
12272 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12273 register numbers in comments.
12274 * x86-64-tdep.h: Update copyright year.
12275 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12276 Adjust for addition of %cs and %ss.
12277 * amd64fbsd-nat.c: Update copyright year.
12278 (reg_offset): Add register offsets for %cs and %ss.
12279 * amd64fbsd-tdep.c: Update copyright year.
12280 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12281 (amd64fbsd_sc_reg_offset): Likewise.
12282 * x86-64-linux-nat.c: Update copyright year.
12283 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12284 and %ss.
12285 * amd64nbsd-nat.c: Update copyright year.
12286 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12287 * amd64nbsd-tdep.c: Update copyright year.
12288 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12289 * x86-64-linux-tdep.c: Update copyright year.
12290 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12291 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12292 * regformats/reg-x86-64.dat: Add %cs and %ss.
12293
12294 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12295 variables to prevent long lines. Update comments to reflect
12296 reality.
12297
12298 2004-01-09 David Carlton <carlton@kealia.com>
12299
12300 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12301 * dwarf2read.c (read_namespace): Pull out name-generating code
12302 into namespace_name. Rename previous_namespace to previous_prefix
12303 and processing_current_namespace to processing_current_prefix..
12304 (namespace_name): New function.
12305 (add_partial_symbol): Substitute uses of pdi->name with
12306 actual_name.
12307 * cp-support.h: Rename processing_current_namespace to
12308 processing_current_prefix.
12309 Update copyright year.
12310 * cp-namespace.c: Rename processing_current_namespace to
12311 processing_current_prefix.
12312 Update copyright year.
12313
12314 2004-01-09 Andrew Cagney <cagney@redhat.com>
12315
12316 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12317
12318 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12319
12320 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12321 complaining.
12322 (process_one_symbol): Deal with N_PATCH stabs.
12323
12324 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12325
12326 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12327 ifdeffed code.
12328 Update copyright year.
12329
12330 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12331
12332 * config/pa/tm-hppa.h: Update extern declarations for
12333 hppa32_hpux_frame_saved_pc_in_sigtramp,
12334 hppa32_hpux_frame_base_before_sigtramp, and
12335 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12336
12337 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12338
12339 * config/pa/tm-hppah.h: Update copyright years.
12340
12341 2004-01-08 Andrew Cagney <cagney@redhat.com>
12342
12343 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12344 (mips_o32_reg_struct_has_addr): Delete function.
12345 (mips_gdbarch_init): Update.
12346 (mips_extract_struct_value_address): Delete function.
12347
12348 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12349
12350 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12351 reality.
12352
12353 2004-01-07 Andrew Cagney <cagney@redhat.com>
12354
12355 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12356 architecture's elf flags (when available).
12357
12358 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12359 FPU to the start, check the MIPS FPU when looking for an old
12360 architecture.
12361 (set_mipsfpu_single_command): Update the architecture.
12362 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12363
12364 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12365 (mips_mask_address_p): Add "tdep" parameter.
12366 (show_mask_address, mips_addr_bits_remove): Update.
12367 (mips_dump_tdep): Update.
12368 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12369 (MIPS_STACK_ARGSIZE): Delete macro.
12370 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12371 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12372 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12373 (mips_dump_tdep): Update.
12374 (MIPS_SAVED_REGSIZE): Delete macro.
12375 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12376 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12377 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12378 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12379 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12380 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12381 (mips_pop_frame, return_value_location): Update.
12382 (mips_n32n64_return_value, mips_dump_tdep): Update.
12383
12384 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12385 MIPS ABI.
12386
12387 * mips-tdep.c: Update copyright.
12388 (mips_gdbarch_init): Merge two code blocks handling the register
12389 name and number layout.
12390
12391 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12392
12393 * tracepoint.c (validate_actionline): Fix segv at EOF
12394
12395 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12396
12397 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12398 properly for static fields.
12399
12400 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12401 Jason Molenda <jmolenda@apple.com>
12402
12403 * disasm.c: Update copyright to include 2004.
12404 (do_mixed_source_and_assembly): For uiout asm list
12405 and tuple cleanups, initialize to null_cleanup instead of
12406 NULL and do so prior to loop. Only reset when we close off
12407 the tuple/list. Move check for whether to close off the
12408 asm tuple/list to after dump_insns call where it will be run
12409 on each loop iteration.
12410
12411 2004-01-05 Andrew Cagney <cagney@redhat.com>
12412
12413 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12414 should be a switch case and not a label.
12415 * mips-tdep.c (mips32_next_pc): Delete unused labels
12416 "greater_equal_branch" and "less_zero_branch".
12417 * jv-valprint.c (java_print_value_fields): Delete unused label
12418 "flush_it".
12419
12420 * target.c (unpush_target): Only close a target that is in the
12421 target stack.
12422
12423 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12424
12425 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12426 address from [sp + 64] instead of %o2.
12427
12428 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12429 fixes PR backtrace/1476.
12430
12431 2004-01-05 Andrew Cagney <cagney@redhat.com>
12432
12433 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12434 move to start of file.
12435 * i386-tdep.h (struct regcache): Add opaque declaration.
12436 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12437 declaration.
12438 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12439 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12440 * win32-nat.c (fake_create_process): Use ISO C style definition.
12441 * stabsread.c (define_symbol): Delete #ifndef
12442 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12443 stabs_argument_has_addr call, macro never defined.
12444
12445 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12446
12447 * op50-rom.c: Delete.
12448 * w89k-rom.c: Delete.
12449 * Makefile.in: Remove references.
12450
12451 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12452
12453 * x86-64-tdep.c: Update copyright year.
12454 (struct amd64_register_info): Rename from x86_64_register_info.
12455 (amd64_register_info): Rename from x86_64_register_info.
12456 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12457 (amd64_register_name): Rename from x86_64_register_name.
12458 (amd64_register_type): Rename from x86_64_register_type.
12459 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12460 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12461 (amd64_dwarf_reg_to_regnum): Rename from
12462 x86_64_dwarf_reg_to_regnum.
12463 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12464 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12465 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12466 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12467 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12468 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12469 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12470 (amd64_frame_cache): Rename from x86_64_frame_cache.
12471 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12472 (amd64_frame_prev_register): Rename from
12473 x86_64_frame_prev_register.
12474 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12475 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12476 (amd64_sigtramp_frame_cache): Rename from
12477 x86_64_sigtramp_frame_cache.
12478 (amd64_sigtramp_frame_prev_register): Rename from
12479 x86_64_sigtramp_frame_prev_register.
12480 (amd64_sigtramp_frame_unwind): Rename from
12481 x86_64_sigtramp_frame_unwind.
12482 (amd64_sigtramp_frame_sniffer): Rename from
12483 x86_64_sigtramp_frame_sniffer.
12484 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12485 (amd64_frame_base): Rename from x86_64_frame_base.
12486 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12487 (amd64_frame_align): Rename from x86_64_frame_align.
12488 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12489 (amd64_regset_from_core_section): Rename from
12490 x86_64_regset_from_core_section.
12491 (x86_64_init_abi): Update comments.
12492
12493 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12494
12495 * MAINTAINERS (write after approval): Add myself.
12496
12497 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12498
12499 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12500 `float' arguments.
12501
12502 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12503
12504 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12505 such that it mentions a specific version of GCC that exhibits this
12506 bug.
12507
12508 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12509
12510 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12511 structure that has a single `float' member, store it in %f1 in
12512 addition to %f0.
12513
12514 * sparc-sol2-nat.c: Add missing '\'.
12515
12516 * sparc-tdep.c (sparc32_return_value): New function.
12517 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12518 Remove functions.
12519 (sparc32_gdbarch_init): Set return_value, don't set
12520 extract_return_value, store_return_value, use_struct_convention
12521 and return_value_on_stack.
12522
12523 * sparc-sol2-nat.c: Add missing ')'.
12524
12525 2004-01-03 J. Brobecker <brobecker@gnat.com>
12526
12527 * infrun.c (handle_step_into_function): New function.
12528 (handle_inferior_event): Extract out some code into the new
12529 function above.
12530
12531 2004-01-03 J. Brobecker <brobecker@gnat.com>
12532
12533 * infrun.c (handle_inferior_event): Move the declaration of
12534 real_stop_pc inside the if blocks where it is used.
12535
12536 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12537
12538 * sparc64-tdep.c (sparc64_16_byte_align_p)
12539 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12540 Use check_typedef to get subtypes of structures and unions.
12541 (sparc64_store_return_value): Fix calculation of the appropriate
12542 offset into VALBUF when storing a structure or union.
12543 (sparc64_return_value): New function.
12544 (sparc64_use_struct_convention): Remove function.
12545 (sparc64_init_abi): Set return_value, don't set
12546 extract_return_value, store_return_value and
12547 use_struct_convention.
12548
12549 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12550
12551 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12552 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12553 gdb/config/alpha/xm-alphaosf.h,
12554 gdb/config/powerpc/tm-ppcle-eabi.h,
12555 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12556 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12557 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12558 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12559 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12560 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12561 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12562 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12563 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12564 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12565 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12566 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12567 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12568 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12569 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12570 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12571 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12572 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12573 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12574 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12575 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12576 Remove lines for .cvsignore files.
12577
12578 2004-01-03 J. Brobecker <brobecker@gnat.com>
12579
12580 * infrun.c: Back out the previous change.
12581
12582 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12583
12584 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12585 sparc-*-sunos4* to the list of REMOVED configurations.
12586
12587 * configure.tgt: Add back sparc-*-vxworks*.
12588 * remote-vxsparc.c: Remove all includes except for "defs.h",
12589 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12590 Include "sparc-tdep.h".
12591 (SPARC_R_G1): New define.
12592 (vxsparc_gregset): New variable.
12593 (ext_format_sparc): Remove extern declaration.
12594 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12595 sparc32_supply_fpregset.
12596 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12597 sparc_collect_rwindow and sparc32_collect_fpregset.
12598 * config/sparc/tm-vxworks.h: New file, based on recently removed
12599 tm-vxsparc.h.
12600 * config/sparc/vxworks.mt: New file, based on recently removed
12601 vxworks.mt.
12602
12603 2004-01-03 J. Brobecker <brobecker@gnat.com>
12604
12605 * infrun.c (handle_step_into_function): New function.
12606 (handle_inferior_event): Extract out some code into the new
12607 function above.
12608
12609 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12610
12611 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12612 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12613 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12614 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12615 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12616 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12617 (sparc_nat_h): New variable.
12618 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12619 (tm-sun4os4.h): Remove dependency.
12620 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12621 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12622 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12623 sparc-tdep.o): Update dependencies.
12624 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12625 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12626 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12627 dependencies.
12628 * configure.host: Remove existing sparc-*-lynxos*,
12629 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12630 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12631 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12632 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12633 triplets.
12634 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12635 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12636 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12637 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12638 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12639 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12640 sparc64-*-solaris2* and sparc64-*-* triplets.
12641 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12642 "symtab.h" and "objfiles.h".
12643 (BIAS): Remove define.
12644 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12645 (X_DISP19): Remove macros.
12646 (sparc_fetch_instruction): Remove function.
12647 (struct gdbarch_tdep): Remove definition.
12648 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12649 (sparc_breakpoint_from_pc): Remove function.
12650 (struct sparc64_frame_cache): Remove definition.
12651 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12652 sparc64_unwind_pc): Remove functions.
12653 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12654 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12655 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12656 (sparc64_frame_cache): Change return type to `struct
12657 sparc_frame_cache *'. Simply call sparc_frame_cache.
12658 (sparc64_frame_this_id, sparc64_frame_prev_register,
12659 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12660 instead of `struct sparc64_frame_cache.
12661 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12662 sparc_analyze_control_transfer, sparc_software_single_step,
12663 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12664 _initialize_sparc64_tdep): Remove functions.
12665 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12666 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12667 macros.
12668 (sparc64_supply_gregset, sparc64_collect_gregset,
12669 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12670 (sparc64_init_abi): New function.
12671 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12672 inclusion guard. Include "sparc-tdep.h".
12673 (BIAS): Define.
12674 (r_tstate_offset, r_fprs_offset): New defines.
12675 (enum sparc_regnum): Remove defenition.
12676 (enum sparc64_regnum): Reformat.
12677 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12678 (sparc64_init_abi, sparc64_supply_gregset,
12679 sparc64_collect_gregset, sparc64_supply_fpregset,
12680 sparc64_collect_fpregset): New prototypes.
12681 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12682 Add extern declarations.
12683 (sparc64_sol2_init_abi): New prototype.
12684 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12685 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12686 prototypes.
12687 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12688 "sparnbsd-nat.h".
12689 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12690 functions.
12691 (_initialize_sparc64fbsd_nat): Remove initialization of
12692 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12693 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12694 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12695 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12696 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12697 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12698 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12699 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12700 (sparc64fbsd_r_y_offset): Remove variables.
12701 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12702 Make static and const.
12703 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12704 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12705 functions.
12706 (sparc64fbsd_gregset): New variable.
12707 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12708 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12709 and sparc64_supply_fpregset.
12710 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12711 (sparc64fbsd_sigtramp_frame_this_id)
12712 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12713 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12714 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12715 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12716 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12717 * sparcnbsd-tdep.c: Update copyright year. Include
12718 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12719 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12720 "value.h" and "sparcnbsd-tdep.h".
12721 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12722 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12723 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12724 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12725 defines.
12726 (sparcnbsd_gregset): New variable.
12727 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12728 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12729 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12730 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12731 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12732 variables.
12733 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12734 (sparc32nbsd_sigcontext_frame_this_id)
12735 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12736 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12737 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12738 (sparcnbsd_get_longjmp_target_32,
12739 sparcnbsd_get_longjmp_target_64): Remove functions.
12740 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12741 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12742 sparcnbsd_init_elf): Remove.
12743 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12744 (sparcnbsd_elf_init_abi): New functions.
12745 (_initialize_sparcnbsd_tdep): New prototype.
12746 (_initialize_sparnbsd_tdep): Update.
12747 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12748 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12749 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12750 * config/sparc/linux.mh: Update comment.
12751 (XM_FILE, HOST_IPC): Remove variables.
12752 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12753 sparc-linux-nat.o.
12754 * config/sparc/linux.mt: Update comment.
12755 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12756 * config/sparc/nbsd.mt: Reformat.
12757 * config/sparc/nbsd64.mh: Update comment.
12758 (NATDEPFILES): Add sparc-nat.o.
12759 * config/sparc/nbsd64.mt: Update comment.
12760 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12761 (TM_FILE): Set to tm-nbsd.h.
12762 * config/sparc/nbsdelf.mh: Update comment.
12763 (NATDEPFILES): Add sparc-nat.o.
12764 (XM_FILE): Delete.
12765 * config/sparc/nbsdaout.mh: Update comment.
12766 (NATDEPFILES): Add sparc-nat.o
12767 (XM_FILE): Delete.
12768 * config/sparc/nm-linux.h: Update copyright year. Don't include
12769 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12770 inclusion.
12771 (KERNEL_U_SIZE): Remove define.
12772 (kernel_u_size): Remove prototype.
12773 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12774 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12775 "regcache.h".
12776 (CHILD_PREPARE_TO_STORE): Remove define.
12777 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12778 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12779 sparcnbsd-nat.c: Rewrite files.
12780 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12781 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12782 sparcnbsd-tdep.h: Remove files.
12783 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12784 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12785 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12786 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12787 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12788 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12789 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12790 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12791 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12792 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12793 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12794 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12795 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12796 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12797 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12798 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12799 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12800 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12801 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12802
12803 2004-01-02 Andrew Cagney <cagney@redhat.com>
12804
12805 From 2003-12-18 Kazuhiro Inaoka:
12806 * configure.host: Add m32r-linux target.
12807
12808 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12809
12810 * top.c (print_gdb_version): Update year to 2004.
12811
12812 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12813
12814 * MAINTAINERS: Add myself to the write-after-approval category.
12815
12816 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12817
12818 From Bernardo Innocenti <bernie@develer.com>:
12819 * configure.tgt: Add uClinux target.
12820
12821 2004-01-02 Andrew Cagney <cagney@redhat.com>
12822
12823 * utils.c (do_my_cleanups): Make static, add forward declaration.
12824 * defs.h (do_my_cleanups): Delete declaration.
12825
12826 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12827
12828 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12829 bfd/ChangeLog-0203.
12830
12831 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12832
12833 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12834 in <machine/reg.h>.
12835 * configure, config.in: Regenerate.
12836
12837 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12838 tui/ChangeLog-1998-2003.
12839 \f
12840 Local Variables:
12841 mode: change-log
12842 left-margin: 8
12843 fill-column: 74
12844 version-control: never
12845 End:
This page took 0.275959 seconds and 5 git commands to generate.