* sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-10 Mark Kettenis <kettenis@gnu.org>
2
3 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
4 Remove function.
5 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
6
7 * ada-lang.c (lim_warning): Re-implement as a varargs function.
8 (decode_packed_array_type, value_subscript_packed)
9 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
10 argument in call to lim_warning.
11
12 * configure.in: Really disable the TUI if an enhanced curses
13 library isn't found.
14 * configure: Regenerate.
15
16 2004-10-09 Mark Kettenis <kettenis@gnu.org>
17
18 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
19 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
20 * config/i386/nm-nbsdaout.h: Remove file.
21 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
22 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
23 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
24 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
25 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
26 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
27 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
28 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
29 (ldd, ld_un, ld_2): Remove defines.
30 * config/i386/nm-obsd.h: Likewise.
31
32 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
33
34 * ada-lex.l: Remove useless rule whose right-context clause
35 causes unreferenced static function warning for yyrealloc.
36 (ada_flex_use): Remove the artificial reference to yyrealloc.
37
38 2004-10-08 Andrew Cagney <cagney@gnu.org>
39
40 * target.h (struct target_ops): Rename to_xfer_memory to
41 deprecated_xfer_memory.
42 * target.c: Update.
43 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
44 * wince.c: Update.
45 * win32-nat.c: Update.
46 * v850ice.c: Update.
47 * uw-thread.c: Update.
48 * thread-db.c: Update.
49 * sol-thread.c: Update.
50 * remote.c: Update.
51 * remote-vx.c: Update.
52 * remote-st.c: Update.
53 * remote-sim.c: Update.
54 * remote-sds.c: Update.
55 * remote-rdp.c: Update.
56 * remote-rdi.c: Update.
57 * remote-mips.c: Update.
58 * remote-m32r-sdi.c: Update.
59 * remote-e7000.c: Update.
60 * procfs.c: Update.
61 * ppc-bdm.c: Update.
62 * nto-procfs.c: Update.
63 * monitor.c: Update.
64 * linux-nat.c: Update.
65 * inftarg.c: Update.
66 * hpux-thread.c: Update.
67 * go32-nat.c: Update.
68 * gnu-nat.c: Update.
69 * exec.c: Update.
70 * corelow.c: Update.
71 * bsd-kvm.c: Update.
72 * aix-thread.c: Update.
73
74 2004-10-08 Andrew Cagney <cagney@gnu.org>
75
76 * target.c (debug_target): Move to near start of file.
77 (target_stopped_data_address_p): Re-org logic, add casts.
78
79 2004-10-02 Mark Kettenis <kettenis@gnu.org>
80
81 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
82 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
83 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
84 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
85 New defines.
86
87 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
88
89 * target.h (to_stopped_data_address): Change prototype to
90 take a CORE_ADDR pointer and return an int.
91 * target.c (update_current_target): Change to_stopped_data_address
92 to match new prototype.
93 (debug_to_stopped_data_address): Change appropriately.
94 * breakpoint.c (bpstat_stop_status): Change call to
95 target_stopped_data_address to use new prototype.
96 * frv-tdep.c (frv_have_stopped_data_address): New function.
97 (frv_stopped_data_address): Change to new prototype and
98 functionality.
99 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
100 prototype and functionality.
101 (ia64_stopped_by_watchpoint): New function.
102 * i386-nat.c (i386_stopped_data_address): Change to new
103 prototype and functionality.
104 (i386_stopped_by_watchpoint): New function.
105 * remote.c (remote_stopped_data_address): Change to new prototype
106 and functionality.
107 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
108 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
109 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
110 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
111 new i386_stopped_by_watchpoint function.
112 (i386_stopped_by_watchpoint): New prototype.
113 (i386_stoppped_data_address): Change to new prototype.
114 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
115 new ia64_stopped_by_watchpoint function.
116 (ia64_stopped_by_watchpoint): New prototype.
117 (ia64_stopped_data_address): Ditto.
118
119 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
120
121 * ada-typeprint.c (ada_print_type): Use int_string for printing
122 modulus of modular type.
123 * ada-lang.h (ada_modulus): Change return type to unsigned.
124 * ada-lang.c (ada_language_arch_info): Correct type of
125 string_char_type.
126 (ada_modulus): Return unsigned result.
127 (ada_lookup_symbol): Remove user disambiguation and modify comment
128 accordingly.
129
130 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
131
132 Committed by Paul Hilfinger.
133 * ada-lang.c (decode_packed_array): On big-endian targets,
134 left-justify the value if it comes with a modular type.
135
136 2004-10-08 Joel Brobecker <brobecker@gnat.com>
137
138 Committed by Paul Hilfinger.
139 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
140 (is_name_suffix): Add support for "___JM" suffixes.
141 (ada_check_typedef): Renames ada_completed_type.
142 Update all users of CHECK_TYPEDEF, check_typedef, and
143 ada_complete_type to call ada_check_typedef.
144 * ada-typeprint.c: Likewise.
145 * ada-valprint.c: Likewise.
146
147 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
148
149 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
150
151 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
152
153 * MAINTAINERS: Update e-mail address.
154
155 2004-10-07 Daniel Jacobowitz <dan@debian.org>
156
157 From Maciej W. Rozycki <macro@mips.com>:
158 * mips-tdep.c (mips32_next_pc): Check the register's contents,
159 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
160
161 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
162
163 * m32r-tdep.c (decode_prologue): Support functions written
164 in assembler language. Recognize trap instructions as the
165 end of prologue.
166 (m32r_frame_unwind_cache): Ditto.
167 (m32r_skip_prologue): Extend search limit. Quit analyzing
168 prologue if pc's location is not readable.
169
170 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
171
172 * Makefile.in (.l.c): Do conversions of names of alloc and free
173 functions that are done for .y.c files, plus special one
174 for yy_flex_realloc. Also, correct missing-file tests here.
175 * ada-lex.l (malloc, free): Remove macros.
176 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
177 xrealloc.
178 (ada_flex_use): Dummy definition to remove warnings about unused
179 functions.
180 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
181 to suppress warning.
182
183 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
184
185 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
186 RETURN_VALUE.
187 (sh_return_value_fpu): Ditto for CPUs with FPU.
188 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
189 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
190 Install sh_return_value_nofpu resp. sh_return_value_fpu as
191 RETURN_VALUE functions.
192
193 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
194
195 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
196 (sh_pseudo_register_write): Ditto.
197
198 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
199
200 * sh-tdep.c (IS_MACL_STS): New define.
201 (IS_MOVI20): Ditto.
202 (IS_MACL_LDS): Ditto.
203 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
204 instructions in prologue.
205 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
206 instructions in epilogue.
207
208 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
209
210 * sh-tdep.c (SH_NUM_REGS): Define as 67.
211 (sh_sh_register_name): Add eight empty register names.
212 (sh_sh3_register_name): Ditto.
213 (sh_sh3e_register_name): Ditto.
214 (sh_sh2e_register_name): Ditto.
215 (sh_sh2a_register_name): New function, defining SH2A register set.
216 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
217 in nofpu case.
218 (sh_sh_dsp_register_name): Add eight empty register names.
219 (sh_sh3_dsp_register_name): Ditto.
220 (sh_sh4_register_name): Ditto.
221 (sh_sh4_nofpu_register_name): Ditto.
222 (sh_sh4al_dsp_register_name): Ditto.
223 (sh2a_show_regs): New function.
224 (sh2a_nofpu_show_regs): New function.
225 (sh_sh2a_register_type): New function.
226 (do_bank_register_info): New function.
227 (sh_print_pseudo_register): Call do_bank_register_info.
228 Call sh_print_pseudo_register for valid "bank" register.
229 (sh_sh2a_register_sim_regno): New function.
230 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
231 Increment pseudo register count by one for all sh variants with
232 pseudo registers to accomodate pseudo bank register.
233 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
234 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
235 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
236 Increment pseudo register numbers.
237
238 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
239
240 * dwarf2read.c (read_subroutine_type): Call make_function_type
241 instead of lookup_function_type.
242
243 2004-10-05 Jim Blandy <jimb@redhat.com>
244
245 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
246 (Previous change missed some uses.)
247
248 2004-10-05 Andrew Cagney <cagney@gnu.org>
249
250 * target.h (deprecated_child_ops): Rename child_ops.
251 * wince.c: Update copyright. Rename child_ops.
252 * win32-nat.c: Rename child_ops.
253 * target.c: Rename child_ops.
254 * rs6000-nat.c: Rename child_ops.
255 * linux-nat.c: Rename child_ops.
256 * infttrace.c: Rename child_ops.
257 * inftarg.c: Rename child_ops.
258 * infptrace.c: Rename child_ops.
259 * hppah-nat.c: Update copyright. Rename child_ops.
260 * hpux-thread.c: Update copyright. Rename child_ops.
261
262 2004-10-05 Daniel Jacobowitz <dan@debian.org>
263
264 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
265
266 2004-10-05 Andrew Cagney <cagney@gnu.org>
267
268 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
269
270 2004-10-05 Daniel Jacobowitz <dan@debian.org>
271
272 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
273 (die_ref_table): Remove.
274 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
275 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
276 the usage of this type.
277 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
278 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
279 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
280 (dwarf2_create_include_psymtab): Update comment.
281 (find_partial_die): Remove third argument. Remove unreachable call
282 to error ().
283 (dwarf2_find_containing_comp_unit): Update comments. Change one
284 assertion to an error. Remove an unreachable error.
285 (dwarf2_find_comp_unit): Update comments.
286 (type_at_offset): Remove dead code.
287 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
288 (store_in_ref_table): Add CU argument.
289 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
290 inter-compilation-unit references.
291 (load_full_comp_unit, process_full_comp_unit): New functions, based
292 on psymtab_to_symtab_1.
293 (psymtab_to_symtab_1): Use them.
294 (dwarf2_add_dependence): New function.
295 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
296 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
297 (partial_die_parent_scope, guess_structure_name): Update for changes
298 to find_partial_die.
299 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
300 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
301 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
302 (read_die_and_children): Update call to store_in_ref_table.
303 (do_free_die_list_cleanup): Remove.
304 (fixup_partial_die): Update for changes to find_partial_die.
305 (read_full_die): Handle queueing absolute references.
306 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
307 (dwarf2_attr, die_specification, die_type)
308 (die_containing_type, dwarf2_extension): Update calls to
309 follow_die_ref.
310 (dump_die): Update DW_FORM_ref* handling.
311 (dwarf2_get_ref_die_offset): Likewise.
312 (free_one_comp_unit): Release the dies list.
313 (dwarf2_mark_helper): New function.
314 (dwarf2_mark): Use it.
315
316 2004-10-05 Mark Kettenis <kettenis@jive.nl>
317
318 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
319 when writing to memory.
320
321 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
322
323 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
324 (m32r_extract_struct_value_address): Delete function.
325 (m32r_return_value): New function.
326 (m32r_gdbarch_init): Instead of store_return_value,
327 extract_return_value, deprecated_extract_struct_value_address
328 and deprecated_use_struct_convention, set return_value.
329
330 2004-10-03 Daniel Jacobowitz <dan@debian.org>
331
332 * dwarf2read.c (read_subrange_type): Add comment for variable
333 sized arrays.
334
335 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
336
337 * Makefile.in (.l.c): Modify rule for compatibility with recent
338 versions of flex, and remove most command-line options.
339 * ada-lex.l: Add %options line in place of -I -i and -s command-line
340 options.
341
342 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
343
344 Turn on initial Ada support (mainly expression evaluation).
345
346 * Makefile.in (SFILES): Remove ada-tasks.c.
347 (HFILES_NO_SRCDIR): Add ada-lang.h.
348 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
349 (YYOBJ): Add ada-exp.o.
350 (rule .l.c): Generalize to not mention ada.
351 * symtab.c: Include ada-lang.h.
352 (symbol_natural_name, symbol_demangled_name)
353 (symbol_search_name): Add Ada case.
354
355 2004-10-01 Andrew Cagney <cagney@gnu.org>
356
357 * Makefile.in (COMMON_OBS): Add inf-child.o.
358 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
359 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
360 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
361 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
362 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
363 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
364 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
365 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
366 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
367 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
368 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
369 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
370 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
371
372 * target.c (xfer_using_stratum): Change return type to LONGEST.
373 On each iteration offset, readbuf and writebuf.
374 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
375 partial_length, and read/modify/write predicate, update comments.
376 Pass buffer.word to ptrace write.
377
378 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
379
380 * symfile.c (init_filename_language_table): Add extensions for
381 Ada.
382 * defs.h (enum language): Add language_ada.
383 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
384 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
385 (add_symbols_from_enclosing_procs): Make a no-op for now.
386 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
387 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
388 (find_line_in_linetable, find_next_line_in_linetable)
389 (read_all_symtabs, is_plausible_func_for_line)
390 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
391 (is_runtime_sym_defined, check_size): Remove declaration.
392 (function_name_from_pc, ada_translate_error_message)
393 (ada_lookup_minimal_symbol): Remove definition.
394 (ada_add_block_symbols): Remove useless label.
395 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
396 useless declaration.
397 (ada_is_exception_sym): Likewise.
398
399 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
400
401 Add m32r-linux support.
402 * configure.tgt: Add m32r*-*-linux*.
403 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
404 and m32r-linux-tdep.c.
405 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
406 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
407 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
408 m32r-linux-tdep.c.
409 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
410 config/m32r/linux.mh, config/m32r/linux.mt,
411 config/m32r/nm-linux.h: New files.
412
413 2004-09-30 Joel Brobecker <brobecker@gnat.com>
414
415 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
416 (mips32_fetch_instruction): Remove, unused.
417
418 2004-09-30 Joel Brobecker <brobecker@gnat.com>
419
420 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
421 conditions that will always be true.
422
423 2004-09-30 Mark Kettenis <kettenis@gnu.org>
424
425 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
426 (vaxbsd_fetch_inferior_registers): Rename from
427 fetch_inferior_registers. Make static.
428 (vaxbsd_store_inferior_registers): Rename from
429 store_inferior_registers. Make static.
430 (_initialize_vaxbsd_nat): Construct and add target vector.
431 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
432 inftarg.o. Add inf-child.o and inf-ptrace.o.
433 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
434 inftarg.o. Add inf-child.o and inf-ptrace.o.
435 (NAT_FILE): Remove.
436 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
437 inftarg.o. Add inf-child.o and inf-ptrace.o.
438 (NAT_FILE): Remove.
439 * Makefile.in (vaxbsd-nat.o): Update dependencies.
440
441 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
442 (m88kbsd_fetch_inferior_registers): Rename from
443 fetch_inferior_registers. Make static.
444 (m88kbsd_store_inferior_registers): Rename from
445 store_inferior_registers. Make static.
446 (_initialize_m88kbsd_nat): New prototype and function.
447 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
448 inftarg.o. Add inf-child.o and inf-ptrace.o.
449 (NAT_FILE): Remove.
450 * Makefile.in (m88kbsd-nat.o): Update dependencies.
451
452 2004-09-30 Andrew Cagney <cagney@gnu.org>
453
454 * target.c (target_xfer_partial): New function.
455 (target_read_memory_partial, target_write_memory_partial)
456 (default_xfer_partial, target_read_partial, target_write_partial)
457 (xfer_using_stratum): Use.
458 (debug_to_xfer_partial): Delete function.
459 (setup_target_debug): Do not override to_xfer_partial.
460
461 2004-09-30 Mark Kettenis <kettenis@chello.nl>
462
463 * fork-child.c: Update copyright year. Fix coding style.
464
465 2004-09-29 Mark Kettenis <kettenis@gnu.org>
466
467 * defs.h (msavestring, mstrsave): Remove prototypes.
468 * utils.c (msavestring, mstrsave): Remove functions.
469 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
470 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
471 of mstrsave.
472 * source.c (find_and_open_source): Use xstrdup instead of
473 mstrsave.
474
475 2004-09-30 Andrew Cagney <cagney@gnu.org>
476
477 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
478 (inf_ptrace_xfer_memory): Delete.
479 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
480 (target_read_memory, target_write_memory): Use xfer_using_stratum
481 when target_xfer_partial_p.
482 (debug_target): Move to start of file.
483 (target_read_memory_partial, target_write_memory_partial): Use
484 to_xfer_partial when target_xfer_partial_p.
485
486 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
487 inf_ptrace_xfer_memory with equivalent code.
488 * inftarg.c (child_xfer_partial): When performing a write, pass
489 writebuf to child_xfer_memory.
490
491 * target.c (target_read_string): Use target_read_memory instead of
492 target_xfer_memory.
493
494 2004-09-29 Andrew Cagney <cagney@gnu.org>
495
496 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
497 the address of status.
498
499 * infptrace.c (ptrace_wait): Mention problem with HPUX.
500 (kill_inferior): Inline ptrace_wait call.
501 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
502 * inftarg.c (child_wait): Inline ptrace_wait call.
503
504 * target.h (struct target_ops): Delete field to_post_wait.
505 (target_post_wait): Delete macro.
506 (child_post_wait): Delete declaration.
507 * target.c (update_current_target, update_current_target)
508 (debug_to_post_wait, setup_target_debug): Delete functions and
509 references.
510 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
511 * inftarg.c (child_post_wait): Delete.
512 (init_child_ops): Do not set to_post_wait.
513 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
514 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
515 * inf-child.c (inf_child_post_wait): Delete.
516 (inf_child_target): Do not set to_post_wait.
517 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
518 (inf_ptrace_target): Do not set to_post_wait.
519
520 * wince.c (child_ops): Delete.
521 * win32-nat.c (child_ops): Delete.
522
523 * inftarg.c (inftarg_set_find_memory_regions)
524 (inftarg_set_make_corefile_notes): Delete functions.
525 (_initialize_linux_nat): Inline calls.
526
527 * target.h (child_ops): Declare.
528 * inftarg.c (child_ops): Move from here ...
529 * target.c (child_ops): ... to here.
530 * wince.c (child_ops): Delete extern declaration.
531 * win32-nat.c (child_ops): Delete extern declaration.
532 * linux-nat.c (child_ops): Delete extern declaration.
533 * hpux-thread.c (child_ops): Delete extern declaration.
534
535 2004-09-28 Mark Kettenis <kettenis@gnu.org>
536
537 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
538
539 2004-09-28 Mark Kettenis <kettenis@gnu.org>
540
541 * configure.in: Only set host_makefile_frag when building a native
542 debugger.
543 * configure: Regenerate.
544
545 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
546 for OpenBSD ELF.
547
548 2004-09-28 Andrew Cagney <cagney@gnu.org>
549
550 Problem identified by Paul Hilfinger.
551 * Makefile.in (ada_lex_c): Define.
552 (ada-lex.o): Delete rule.
553
554 * linux-proc.c: Delete file.
555 * Makefile.in: Update.
556 * config/sparc/linux64.mh (NATDEPFILES):
557 * config/sparc/linux.mh (NATDEPFILES): Update.
558 * config/s390/s390.mh (NATDEPFILES): Update.
559 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
560 * config/powerpc/linux.mh (NATDEPFILES): Update.
561 * config/pa/linux.mh (NATDEPFILES): Update.
562 * config/mips/linux.mh (NATDEPFILES): Update.
563 * config/m68k/linux.mh (NATDEPFILES): Update.
564 * config/ia64/linux.mh (NATDEPFILES): Update.
565 * config/i386/linux64.mh (NATDEPFILES): Update.
566 * config/i386/linux.mh (NATDEPFILES): Update.
567 * config/arm/linux.mh (NATDEPFILES): Update.
568 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
569 * linux-nat.c: Update copyright. Include <sys/param.h>,
570 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
571 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
572 (O_LARGEFILE): Possibly define.
573 (_initialize_linux_nat, linux_proc_pending_signals)
574 (add_line_to_sigset, linux_proc_xfer_memory)
575 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
576 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
577 (struct linux_corefile_thread_data)
578 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
579 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
580
581 2004-09-16 Andrew Cagney <cagney@gnu.org>
582
583 * lin-lwp.c: Delete file.
584 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
585 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
586 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
587 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
588 (linux_nat_attach, detach_callback, linux_nat_detach)
589 (resume_callback, resume_clear_callback, linux_nat_resume)
590 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
591 (stop_wait_callback, linux_nat_has_pending, flush_callback)
592 (status_callback, running_callback, count_events_callback)
593 (select_singlestep_lwp_callback, select_event_lwp_callback)
594 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
595 (child_wait, stop_and_resume_callback, linux_nat_wait)
596 (kill_callback, kill_wait_callback, linux_nat_kill)
597 (linux_nat_create_inferior, linux_nat_mourn_inferior)
598 (linux_nat_xfer_memory, linux_nat_thread_alive)
599 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
600 (_initialize_linux_nat): New functions.
601 * Makefile.in: Update all dependencies.
602 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
603 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
604 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
605 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
606 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
607 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
608 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
609 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
610 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
611 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
612 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
613 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
614 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
615
616 2004-09-27 Mark Kettenis <kettenis@gnu.org>
617
618 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
619 config/i386/obsd64.mh (NAT_FILE): Remove variable.
620
621 * configure.in: Don't comment out NATDEPFILES in the generated
622 Makefile if NAT_FILE is unset.
623 * configure: Regenerate.
624
625 2004-09-27 Andrew Cagney <cagney@gnu.org>
626
627 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
628 (insert_step_resume_breakpoint): Delete.
629 (insert_step_resume_breakpoint_at_frame): New function.
630 (insert_step_resume_breakpoint_at_sal): New function.
631 (handle_inferior_event, step_into_function)
632 (insert_step_resume_breakpoint): Simplify by using same.
633
634 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
635
636 2004-09-26 Mark Kettenis <kettenis@gnu.org>
637
638 * fbsd-proc.c: Remove file.
639 * Makefile.in (fbsd-proc.o): Remove dependency.
640
641 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
642 code together.
643
644 * config/i386/nm-fbsd64.h: Remove file.
645 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
646
647 2004-09-26 Mark Kettenis <kettenis@gnu.org>
648
649 * amd64-nat.h: Update copyright year.
650 (amd64bsd_target): New prototype.
651 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
652 (amd64bsd_target): New function.
653 (amd64bsd_fetch_inferior_registers): Rename from
654 fetch_inferior_registers. Make static.
655 (amd64bsd_store_inferior_registers): Rename from
656 store_inferior_registers. Make static.
657 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
658 (_initialize_amd64fbsd_nat): Construct and add target vector.
659 * amd64nbsd-nat.o: Include "target.h".
660 (_initialize_amd64nbsd_nat): Construct and add target vector.
661 * amd64obsd-nat.c: Include "target.h".
662 (_initialize_amd64obsd_nat): Construct and add target vector.
663 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
664 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
665 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
666 fbsd-nat.o.
667 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
668 Remove infptrace.o and inftarg.o. Add inf-child.o and
669 inf-ptrace.o.
670 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
671 (amd64obsd-nat.o): Update dependencies.
672
673 2004-09-25 Mark Kettenis <kettenis@gnu.org>
674
675 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
676 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
677 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
678 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
679 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
680
681 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
682 Inline attach call.
683 (inf_ptrace_detach): Inline detach call.
684
685 * configure.in: Check for waddstr instead of mvwaddstr when
686 searching for curses library. Check for wborder.
687 * configure, config.in: Regenerate.
688 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
689 available.
690
691 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
692
693 2004-09-24 Robert Picco <Robert.Picco@hp.com>
694
695 Committed by Andrew Cagney.
696 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
697 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
698 configuration.
699 (fetch_register_using_p): Implement 'p' packet. Based on code by
700 Fernando Nasser.
701 (remote_fetch_registers): Call fetch_register_using_p.
702 (init_all_packet_configs, show_remote_cmd)
703 (_initialize_remote): Add p-packet.
704
705 2004-09-24 Mark Kettenis <kettenis@gnu.org>
706
707 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
708 instead of call_ptrace. Call wait directly instead of
709 ptrace_wait.
710 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
711 (inf_ptrace_wait): Inline ptrace_wait call.
712
713 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
714
715 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
716 rolled back instead.
717
718 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
719
720 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
721 the new argument order.
722
723 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
724
725 * MAINTAINERS: Remove "broken" from XStormy16 entry.
726 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
727 (struct gdbarch_tdep): Remove.
728 (struct xstormy16_frame_cache): New frame cache structure.
729 (xstormy16_register_byte, xstormy16_register_raw_size)
730 (xstormy16_reg_virtual_type, xstormy16_register_type)
731 (xstormy16_push_arguments, xstormy16_push_return_address)
732 (xstormy16_pop_frame, xstormy16_store_struct_return)
733 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
734 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
735 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
736 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
737 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
738 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
739 (xstormy16_use_struct_convention): Drop gcc_p parameter.
740 (xstormy16_extract_return_value, xstormy16_store_return_value):
741 Regcachify. Drop useless struct convention handling.
742 (xstormy16_register_type, xstormy16_return_value)
743 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
744 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
745 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
746 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
747 (xstormy16_unwind_sp, xstormy16_unwind_pc)
748 (xstormy16_unwind_dummy_id) : New functions.
749 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
750 of xstormy16_scan_prologue.
751 (xstormy16_frame_unwind): New frame_unwind structure.
752 (xstormy16_frame_base): New frame_base structure.
753 (xstormy16_gdbarch_init): Accomodate all of the above changes.
754 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
755
756 2004-09-22 Mark Kettenis <kettenis@gnu.org>
757
758 * language.c (language_gdbarch_post_init): Fix off-by one error.
759
760 2004-09-21 Daniel Jacobowitz <dan@debian.org>
761
762 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
763 (struct dwarf2_offset_and_type): New.
764 (set_die_type, reset_die_and_siblings_types, get_die_type)
765 (offset_and_type_hash, offset_and_type_eq): New functions.
766 (read_structure_type, read_enumeration_type, read_array_type)
767 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
768 (read_tag_reference_type, read_tag_const_type)
769 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
770 (read_typedef, read_base_type, read_subrange_type): Use
771 set_die_type.
772
773 2004-09-20 Daniel Jacobowitz <dan@debian.org>
774
775 * Makefile.in (dwarf2read.o): Update dependencies.
776 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
777 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
778 and read_in_chain.
779 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
780 mark, and has_form_ref_addr.
781 (struct dwarf2_per_cu_data): New.
782 (dwarf2_max_cache_age): New.
783 (dwarf2_build_psymtabs_hard): Free cached compilation units
784 after loading. Create and manage the list of compilation units.
785 Remove unnecessary NULL initialization. Fix indentation.
786 (psymtab_to_symtab_1): Initialize all of CU.
787 (dwarf2_read_abbrevs): Set has_form_ref_addr.
788 (find_partial_die): Use dwarf2_find_containing_comp_unit
789 and load_comp_unit.
790 (free_stack_comp_unit): Update comments. Clear the per-cu
791 pointer. Handle aging.
792 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
793 (age_cached_comp_units, free_one_cached_comp_unit)
794 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
795 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
796 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
797 (show_dwarf2_cmd): New.
798 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
799 and "maint show dwarf2 max-cache-age".
800 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
801 externs.
802 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
803 global.
804
805 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
806
807 * dwarf2read.c (typename_concat): Change prototype to accept obstack
808 and dwarf2_cu struct pointer as arguments. Change function to use
809 obstack if provided and use dwarf2_cu to determine language-specific
810 separator.
811 (partial_die_parent_scope): Change comment to include java. Use
812 new version of typename_concat instead of obconcat.
813 (partial_die_full_name): Use typename_concat.
814 (read_namespace): Ditto.
815 (read_enumeration_type): Use typename_concat instead of obconcat.
816 (new_symbol): Ditto.
817 (add_partial_symbol): Enhance tests for C++ to also test for Java.
818 (guess_structure_name): Ditto.
819 (read_subroutine_type): Ditto.
820 (read_structure_type): Ditto.
821 (is_vtable_name): Add Java support.
822 (determine_class_name): Switch to new typename_concat call.
823 (determine_prefix): Switch to new typename_concat call.
824 * jv-exp.y (FuncStart): New pattern.
825 (MethodInvocation): Add support for simple function calls. Change
826 warning message for other forms of inferior call currently not
827 supported.
828 * valarith.c (value_subscript): Treat an array with upper-bound
829 of -1 as unknown size.
830
831 2004-09-20 Daniel Jacobowitz <dan@debian.org>
832
833 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
834 (lookup_partial_symtab): Use symtab_to_fullname.
835
836 2004-09-19 Jim Blandy <jimb@redhat.com>
837
838 * minsyms.c (lookup_minimal_symbol): Doc fix.
839
840 2004-09-20 Andrew Cagney <cagney@gnu.org>
841
842 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
843 CHILD_RESUME.
844 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
845 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
846 KILL_INFERIOR.
847 * infptrace.c: Update.
848
849 2004-09-19 Daniel Jacobowitz <dan@debian.org>
850
851 * symtab.c (output_source_filename): Mark first argument as const.
852 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
853 for "info sources" output.
854
855 2004-09-20 Mark Kettenis <kettenis@gnu.org>
856
857 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
858 <machine/vmparam.h>.
859 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
860 (register_u_addr): Remove prototype.
861
862 2004-09-19 Mark Kettenis <kettenis@gnu.org>
863
864 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
865 (i386bsd_fetch_inferior_registers): Rename from
866 fetch_inferior_registers. Make static.
867 (i386bsd_store_inferior_registers): Rename from
868 store_inferior_registers. Make static.
869 (i386bsd_target): New function.
870 * i386bsd-nat.h: New file.
871 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
872 "i386bsd-nat.h".
873 (i386fbsd_resume): Rename from child_resume. Make static.
874 (_initialize_i386fbsd_nat): Construct and add target vector.
875 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
876 (_initialize_i386nbsd_nat): Construct and add target vector.
877 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
878 Remove defines.
879 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
880 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
881 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
882 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
883 (LOADLIBES): New variable.
884 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
885 inf-ptrace.o. Remove inftarg.o.
886 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
887 inf-ptrace.o. Remove inftarg.o.
888 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
889 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
890 (LOADLIBES): New variable.
891 * Makefile.in (i386bsd_nat_h): New variable.
892 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
893 dependencies.
894
895 * sparc64nbsd-tdep.c: Include "objfiles.h".
896 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
897 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
898 svr4_lp64_fetch_link_map_offsets.
899 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
900 "nbsd-tdep.h".
901 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
902 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
903 svr4_lp64_fetch_link_map_offsets.
904 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
905 dependencies.
906
907 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
908 * fbsd-nat.h: New file.
909 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
910 (fbsd_nat_h): New variable.
911 (fbsd-nat.o): New dependency.
912
913 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
914 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
915
916 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
917 comment.
918
919 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
920
921 * ada-exp.y (type_int): New function to add layer of abstraction
922 around references to expression types.
923 (type_long): Ditto.
924 (type_long_long): Ditto.
925 (type_float): Ditto.
926 (type_double): Ditto.
927 (type_long_double): Ditto.
928 (type_char): Ditto.
929 (type_system_address): Ditto.
930 (simple_exp): Use type_* functions in place of builtin_*
931 variables.
932 (exp): Ditto.
933 (write_var_from_name): Ditto.
934 (write_object_renaming): Ditto.
935 * ada-lang.c (ada_create_fundamental_type): Remove redundant
936 declaration.
937 (build_ada_types): Remove, replacing with...
938 (ada_language_arch_info): New function to initialize primitive
939 type vector in language_arch_info.
940 (ada_array_length): Remove use of builtin_type_ada_int.
941 (value_pos_atr): Ditto.
942 (ada_evaluate_subexp): Ditto.
943 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
944 builtin_type_ada_long_long, builtin_type_ada_char,
945 builtin_type_ada_float, builtin_type_ada_double,
946 builtin_type_ada_long_double, builtin_type_ada_natural,
947 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
948 (ada_builtin_types): Remove.
949 (ada_language_defn): Remove entries for la_builtin_type_vector and
950 string_char_type and use ada_language_arch_info.
951 (_initialize_ada_language): Do type-vector initialization along
952 the lines of c-lang.c.
953 (ada_create_fundamental_type): Break up line.
954 (ada_dump_symtab): Remove unused function.
955 (enum ada_primitive_types): Define.
956 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
957 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
958 builtin_type_ada_float, builtin_type_ada_double,
959 builtin_type_ada_long_double, builtin_type_ada_natural,
960 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
961 * ada-lex.l: Use type_* functions in place of builtin_* variables.
962 (processInt): Ditto.
963 (processReal): Ditto.
964 (name_lookup): Ditto.
965 * ada-typeprint.c (print_range): Use builtin_type_int, not
966 builtin_type_ada_int.
967
968 2004-09-18 Mark Kettenis <kettenis@gnu.org>
969
970 * i386-tdep.c (i386_register_name): Rename regno to regnum.
971
972 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
973 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
974 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
975 * configure.in: Improve checks for curses library by checking for
976 mvwaddstr instead of initscr. Drop HP curses in favour of
977 standard curses on HP-UX.
978 * configure: Regenerated.
979
980 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
981
982 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
983 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
984 Minor formatting changes.
985 (empty_array): Slight rewrite for formatting.
986 (emit_char,parse,ada_language_defn,build_ada_types,
987 ada_is_exception_sym, _initialize_ada_language): Move
988 definitions around.
989 (ada_dump_symtab): Remove unused definition.
990 (ada_maybe_exception_partial_symbol): Remove unused definition.
991
992 2004-09-16 Andrew Cagney <cagney@gnu.org>
993
994 * inf-child.c: Include "gdb_string.h".
995 (inf_child_core_file_to_sym_file): Delete.
996 (inf_child_target): Set to_fetch_registers and to_store_registers.
997 * inf-ptrace.c: Include "gdb_string.h".
998 * Makefile.in: Update all dependencies.
999
1000 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1001 problem.
1002
1003 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1004
1005 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1006 call to heuristic_proc_desc. Remove code that became redundant
1007 as a consequence.
1008 (read_next_frame_reg): Remove special case for SP_REGNUM.
1009 (set_reg_offset): Fix small typo.
1010 (reset_saved_regs): New procedure.
1011 (mips32_heuristic_proc_desc): No longer compute a fake
1012 procedure descriptor. Compute the full frame cache instead.
1013 Some minor comment reformatting.
1014
1015 2004-09-14 Andrew Cagney <cagney@gnu.org>
1016
1017 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1018 maintainer.
1019
1020 * thread-db.c (thread_db_new_objfile): Assume that there is a
1021 child process.
1022
1023 2004-09-13 Jim Blandy <jimb@redhat.com>
1024
1025 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1026 so that its storage isn't referenced after its lifetime ends.
1027
1028 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1029 and never assigned to. Delete it, and the 'if (use_buffer)'
1030 clauses. Delete 'raw_buffer', since it is now unused.
1031
1032 2004-09-13 Andrew Cagney <cagney@gnu.org>
1033
1034 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1035 * configure: Re-generate.
1036 * nlm/Makefile.in (TAGS): Update.
1037 * Makefile.in (TAGS): Update.
1038 * config/vax/nbsd.mt (TM_FILE): Update.
1039 * config/sparc/vxworks.mt (TM_FILE): Update.
1040 * config/sparc/sol2.mt (TM_FILE): Update.
1041 * config/sparc/sol2-64.mt (TM_FILE): Update.
1042 * config/sparc/obsd64.mt (TM_FILE): Update.
1043 * config/sparc/obsd.mt (TM_FILE): Update.
1044 * config/sparc/nbsd64.mt (TM_FILE): Update.
1045 * config/sparc/nbsd.mt (TM_FILE): Update.
1046 * config/sparc/linux64.mt (TM_FILE): Update.
1047 * config/sparc/linux.mt (TM_FILE): Update.
1048 * config/sparc/fbsd.mt (TM_FILE): Update.
1049 * config/sh/wince.mt (TM_FILE): Update.
1050 * config/sh/nbsd.mt (TM_FILE): Update.
1051 * config/sh/linux.mt (TM_FILE): Update.
1052 * config/sh/embed.mt (TM_FILE): Update.
1053 * config/s390/s390.mt (TM_FILE): Update.
1054 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1055 * config/rs6000/rs6000.mt (TM_FILE): Update.
1056 * config/rs6000/aix4.mt (TM_FILE): Update.
1057 * config/powerpc/vxworks.mt (TM_FILE): Update.
1058 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1059 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1060 * config/powerpc/obsd.mt (TM_FILE): Update.
1061 * config/powerpc/nbsd.mt (TM_FILE): Update.
1062 * config/powerpc/linux.mt (TM_FILE): Update.
1063 * config/powerpc/aix.mt (TM_FILE): Update.
1064 * config/pa/obsd.mt (TM_FILE): Update.
1065 * config/pa/linux.mt (TM_FILE): Update.
1066 * config/pa/hppahpux.mt (TM_FILE): Update.
1067 * config/pa/hppa64.mt (TM_FILE): Update.
1068 * config/pa/hppa.mt (TM_FILE): Update.
1069 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1070 * config/mips/wince.mt (TM_FILE): Update.
1071 * config/mips/vxmips.mt (TM_FILE): Update.
1072 * config/mips/nbsd.mt (TM_FILE): Update.
1073 * config/mips/linux.mt (TM_FILE): Update.
1074 * config/mips/irix6.mt (TM_FILE): Update.
1075 * config/mips/irix5.mt (TM_FILE): Update.
1076 * config/mips/embed.mt (TM_FILE): Update.
1077 * config/m68k/vxworks68.mt (TM_FILE): Update.
1078 * config/m68k/st2000.mt (TM_FILE): Update.
1079 * config/m68k/os68k.mt (TM_FILE): Update.
1080 * config/m68k/obsd.mt (TM_FILE): Update.
1081 * config/m68k/nbsd.mt (TM_FILE): Update.
1082 * config/m68k/monitor.mt (TM_FILE): Update.
1083 * config/m68k/linux.mt (TM_FILE): Update.
1084 * config/m68k/cisco.mt (TM_FILE): Update.
1085 * config/ia64/linux.mt (TM_FILE): Update.
1086 * config/ia64/aix.mt (TM_FILE): Update.
1087 * config/ia64/ia64.mt (TM_FILE): Update.
1088 * config/i386/vxworks.mt (TM_FILE): Update.
1089 * config/i386/obsd64.mt (TM_FILE): Update.
1090 * config/i386/obsd.mt (TM_FILE): Update.
1091 * config/i386/nto.mt (TM_FILE): Update.
1092 * config/i386/nbsd64.mt (TM_FILE): Update.
1093 * config/i386/nbsd.mt (TM_FILE): Update.
1094 * config/i386/linux64.mt (TM_FILE): Update.
1095 * config/i386/linux.mt (TM_FILE): Update.
1096 * config/i386/i386sol2.mt (TM_FILE): Update.
1097 * config/i386/i386lynx.mt (TM_FILE): Update.
1098 * config/i386/fbsd64.mt (TM_FILE): Update.
1099 * config/i386/fbsd.mt (TM_FILE): Update.
1100 * config/i386/cygwin.mt (TM_FILE): Update.
1101 * config/h8300/h8300.mt (TM_FILE): Update.
1102 * config/frv/frv.mt (TM_FILE): Update.
1103 * config/cris/cris.mt (TM_FILE): Update.
1104 * config/arm/wince.mt (TM_FILE): Update.
1105 * config/arm/nbsd.mt (TM_FILE): Update.
1106 * config/arm/linux.mt (TM_FILE): Update.
1107 * config/arm/embed.mt (TM_FILE): Update.
1108 * config/alpha/nbsd.mt (TM_FILE): Update.
1109 * config/alpha/fbsd.mt (TM_FILE): Update.
1110 * config/alpha/alpha.mt (TM_FILE): Update.
1111 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1112 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1113
1114 Eliminate event_loop_p, always has the value 1.
1115 * defs.h (event_loop_p): Delete macro.
1116 * breakpoint.c (until_break_command): Simplify.
1117 * utils.c (prompt_for_continue): Simplify.
1118 * tracepoint.c (read_actions): Simplify.
1119 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1120 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1121 (set_prompt, init_main): Simplify.
1122 (init_signals, disconnect): Delete, unused.
1123 * remote.c (remote_async_resume)
1124 (extended_remote_async_create_inferior): Simplify.
1125 * mi/mi-interp.c (mi_input): Delete, unused.
1126 (mi_interpreter_resume, mi_command_loop): Simplify.
1127 * interps.c (current_interp_command_loop): Simplify.
1128 * infrun.c (proceed): Simplify.
1129 * infcmd.c (run_command, continue_command, step_1, jump_command)
1130 (until_command, advance_command, finish_command)
1131 (interrupt_target_command): Simplify.
1132 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1133
1134 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1135 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1136 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1137 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1138 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1139 * mips-tdep.c (mips_dump_tdep): Do not print same.
1140
1141 2004-09-12 Andrew Cagney <cagney@gnu.org>
1142
1143 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1144 const.
1145 * Makefile.in (valprint.o): Delete explict rule.
1146
1147 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1148 reported by Dave Anderson.
1149
1150 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1151
1152 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1153
1154 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1155 Andrew Cagney <cagney@gnu.org>
1156
1157 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1158 (mi_cmd_data_list_register_values)
1159 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1160 the register number computation.
1161
1162 2004-09-12 Andrew Cagney <cagney@gnu.org>
1163
1164 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1165 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1166 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1167 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1168 target.
1169 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1170 inf-ptrace.o and inf-child.o.
1171 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1172 * Makefile.in: Update dependencies.
1173
1174 2004-09-11 Andrew Cagney <cagney@gnu.org>
1175
1176 * language.c (hex_string, hex_string_custom): Move from here ...
1177 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1178 (CELLSIZE): Increase to 50.
1179 * language.h (hex_string, hex_string_custom): Move from here ...
1180 * defs.h: ... to here.
1181 * Makefile.in: Update all dependencies.
1182
1183 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1184
1185 * language.c (local_hex_format_custom): Remove.
1186 (local_hex_string): Rename to hex_string, use C format, and move to
1187 utils.c
1188 (local_hex_string_custom): Rename to hex_string_custom and change
1189 interface. Now uses C format. Move to utils.c
1190 (local_octal_format_custom): Remove.
1191 (local_decimal_format_custom): Remove.
1192 (unknown_language_defn): Remove language-specific number
1193 formatting entries.
1194 (auto_language_defn): Ditto.
1195 (local_language_defn): Ditto.
1196 * language.h (struct language_format_info): Delete declaration.
1197 (struct language_defn): Remove language_format_info fields
1198 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1199 (local_binary_format): Remove macro.
1200 (local_binary_format_prefix): Remove macro.
1201 (local_binary_format_specifier): Remove macro.
1202 (local_binary_format_suffix): Remove macro.
1203 (local_octal_format): Remove macro.
1204 (local_octal_format_prefix): Remove macro.
1205 (local_octal_format_specifier): Remove macro.
1206 (local_octal_format_suffix): Remove macro.
1207 (local_decimal_format): Remove macro.
1208 (local_decimal_format_prefix): Remove macro.
1209 (local_decimal_format_specifier): Remove macro.
1210 (local_decimal_format_suffix): Remove macro.
1211 (local_hex_format): Remove macro.
1212 (local_hex_format_prefix): Remove macro.
1213 (local_hex_format_specifier): Remove macro.
1214 (local_hex_format_suffix): Remove macro.
1215 (local_decimal_format_custom): Remove.
1216 (local_octal_format_custom): Remove.
1217 (local_hex_format_custom): Remove.
1218 (local_hex_string): Rename to hex_string and move to defs.h.
1219 (local_hex_string_custom): Rename to hex_string_custom, change
1220 interface, and move to defs.h.
1221 * utils.c: (int_string): New function.
1222 (hex_string): New function (from language.c).
1223 (hex_string_custom): New function (from language.c).
1224 (octal2str): New function.
1225 (decimal2str): Add width parameter.
1226 (paddr_u): Use new decimal2str interface.
1227 (paddr_d): Ditto.
1228 * defs.h (hex_string): Declare.
1229 (hex_string_custom): Declare.
1230 (int_string): Declare.
1231 * printcmd.c (print_scalar_formatted): Remove localized binary
1232 formatting.
1233 * valprint.c (print_longest): Use int_string.
1234 (print_floating): Use C hex format.
1235 (print_hex_chars): Ditto.
1236 (print_binary_chars): Remove language-specific formatting.
1237 (print_octal_chars): Use C octal format.
1238 (print_decimal_chars): Delocalize format.
1239 (print_decimal): Remove.
1240 * ada-lang.c (ada_language_defn): Remove language-specific number
1241 formatting entries.
1242 * p-lang.c (pascal_language_defn): Ditto.
1243 * c-lang.c (c_language_defn): Ditto.
1244 (cplus_language_defn): Ditto.
1245 (asm_language_defn): Ditto.
1246 (minimal_language_defn): Ditto.
1247 * f-lang.c (f_language_defn): Ditto.
1248 * jv-lang.c (java_language_defn): Ditto.
1249 * m2-lang.c (m2_language_defn): Ditto.
1250 * scm-lang.c (scm_language_defn): Ditto.
1251 * objc-lang.c (objc_language_defn): Ditto.
1252 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1253 new interface.
1254 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1255 * ui-out.c (ui_out_field_core_addr): Ditto.
1256 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1257 * exec.c (print_section_info): Ditto.
1258 * i387-tdep.c (print_i387_status_word): Ditto.
1259 (print_i387_control_word): Ditto.
1260 (i387_print_float_info): Ditto.
1261 * maint.c (maint_print_section_info): Ditto.
1262 * solib.c (info_sharedlibrary_command): Ditto.
1263 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1264 * symtab.c (print_msymbol_info): Ditto.
1265 * tracepoint.c (tracepoints_info): Ditto.
1266 * solib-frv.c (lm_base): Ditto.
1267 (frv_current_sos): Ditto.
1268 (enable_break2): Ditto.
1269 (enable_break): Ditto.
1270 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1271 (process_one_symbol): Ditto.
1272 * infcmd.c (program_info): Ditto.
1273 * mdebugread.c (parse_partial_symbols): Ditto.
1274 * symfile.c (add_symbol_file_command): Ditto.
1275 * cli/cli-cmds.c (edit_command): Ditto.
1276 (list_command): Ditto.
1277 * infcall.c (call_function_by_hand): Ditto.
1278 * remote-vx.c (vx_run_files_info): Ditto.
1279 (vx_wait): Ditto.
1280 (vx_attach): Ditto.
1281 (vx_detach): Ditto.
1282 (vx_kill): Ditto.
1283 * aix-thread.c (pdc_symbol_addrs): Ditto.
1284 (pdc_read_regs): Ditto.
1285 (pdc_write_regs): Ditto.
1286 (pdc_read_data): Ditto.
1287 (pdc_write_data): Ditto.
1288 * d10v-tdep.c (display_trace): Ditto.
1289 * rs6000-nat.c (find_toc_address): Ditto.
1290 * aix-thread.c: Don't include language.h.
1291 * buildsym.c: Ditto.
1292 * dbxread.c: Ditto.
1293 * mdebugread.c: Ditto.
1294 * rs6000-nat.c: Ditto.
1295 * buildsym.c (make_blockvector): Use renamed hex_string.
1296
1297 2004-09-10 Jason Molenda (jmolenda@apple.com)
1298
1299 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1300 chars after 'if' or 'while' commands in user-defined commands.
1301
1302 2004-09-08 Jim Blandy <jimb@redhat.com>
1303
1304 Fix bug reported and analyzed by Olivier Crete:
1305 * symfile.c (copy_section_addr_info): New function.
1306 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1307 original set of address arguments, instead of handwritten code
1308 that uses one length to allocate and a different length to
1309 initialize. Use make_cleanup_free_section_addr_info.
1310 * symfile.h (copy_section_addr_info): New declaration.
1311 * utils.c: #include "symfile.h".
1312 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1313 New functions.
1314 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1315 * Makefile.in (utils.o): Update dependencies.
1316
1317 2004-09-08 Andrew Cagney <cagney@gnu.org>
1318
1319 * thread-db.c (keep_thread_db): Delete.
1320 (thread_db_new_objfile, thread_db_create_inferior)
1321 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1322
1323 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1324
1325 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1326 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1327 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1328 (i386_frameless_signal_p): Remove prototype.
1329 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1330 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1331 I386_SSE_NUM_REGS.
1332 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1333 instead of FP0_REGNUM.
1334 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1335 of FP0_REGNUM and FPC_REGNUM.
1336
1337 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1338 (sunos_solib_create_inferior_hook): Don't call
1339 sunos_relocate_main_executable.
1340
1341 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1342 solib_svr4_fetch_link_map_offsets to
1343 svr4_ilp32_fetch_link_map_offsets.
1344 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1345 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1346 svr4_ilp32_fetch_link_map_offsets.
1347 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1348
1349 2004-09-07 Jim Blandy <jimb@redhat.com>
1350
1351 * frame.h (frame_register): Doc fix.
1352
1353 2004-09-07 Andrew Cagney <cagney@gnu.org>
1354
1355 * vx-share/wait.h: Delete #ifdef USG.
1356 * utils.c (request_quit): Ditto.
1357 * tui/tui.c (tui_reset): Ditto.
1358 * remote.c: Ditto.
1359 * remote-sds.c: Ditto.
1360 * remote-rdi.c: Ditto.
1361 * mdebugread.c: Ditto.
1362 * m68klinux-nat.c: Ditto.
1363 * infttrace.c: Ditto.
1364 * infptrace.c: Ditto.
1365 * i386v-nat.c: Ditto.
1366 * exec.c: Ditto.
1367 * dbxread.c: Ditto.
1368 * core-aout.c: Ditto.
1369
1370 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1371
1372 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1373 heuristic_proc_desc.
1374 (mips_insn32_frame_cache): Likewise.
1375
1376 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1377
1378 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1379 left behind by error.
1380
1381 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1382
1383 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1384 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1385
1386 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1387
1388 * config/rs6000/xm-aix4.h: Remove this file.
1389 * config/rs6000/aix4.mh (XM_FILE): Delete.
1390
1391 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1392
1393 * config/rs6000/xm-rs6000.h: Remove this file.
1394 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1395
1396 2004-09-03 Andrew Cagney <cagney@gnu.org>
1397
1398 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1399 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1400 only use.
1401
1402 * mips-tdep.c (temp_saved_regs): Delete.
1403 (set_reg_offset): Replace saved_regs parameter with this_cache.
1404 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1405 (mips32_heuristic_proc_desc): Add this_cache parameter.
1406 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1407 (after_prologue): Pass a NULL this_cache.
1408
1409 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1410 non-kernel trap prologues.
1411
1412 * mips-tdep.c (find_proc_desc): Delete function.
1413 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1414 simplify.
1415 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1416 mips_insn32_frame_cache.
1417
1418 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1419 Simplify as NEXT_FRAME is NULL.
1420 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1421
1422 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1423 local variable.
1424 (mips_skip_prologue): Update.
1425
1426 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1427 "cur_frame" parameter.
1428 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1429 (mips_insn32_frame_cache, find_proc_desc): Update
1430
1431 * config/vax/nm-obsd.h: Delete file.
1432 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1433 * config/vax/nm-nbsd.h: Delete file.
1434 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1435 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1436 * config/sh/nm-nbsd.h: Delete file.
1437 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1438 * config/rs6000/nm-rs6000ly.h: Delete file.
1439 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1440 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1441 * config/powerpc/nm-obsd.h: Delete file.
1442 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1443 * config/powerpc/nm-nbsd.h: Delete file.
1444 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1445 * config/pa/nm-obsd.h: Delete file.
1446 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1447 * config/mips/nm-nbsd.h: Delete file.
1448 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1449 * config/m88k/nm-obsd.h: Delete file.
1450 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1451 * config/m68k/nm-nbsd.h: Delete file.
1452 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1453 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1454 * config/i386/nm-nbsd.h: Delete file.
1455 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1456 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1457 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1458 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1459 * config/i386/nm-i386lynx.h: Delete file.
1460 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1461 * config/arm/nm-nbsd.h: Delete file.
1462 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1463 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1464
1465 * config/i386/tm-fbsd.h: Delete file.
1466 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1467 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1468
1469 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1470 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1471 * config/rs6000/aix4.mt (TM_FILE): Set to
1472 config/rs6000/tm-rs6000.h.
1473 * config/powerpc/tm-ppc-aix.h: Delete file.
1474 * config/powerpc/aix.mt (TM_FILE): Set to
1475 config/rs6000/tm-rs6000.h.
1476 * config/m68k/tm-linux.h: Delete file.
1477 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1478 * config/i386/tm-linux64.h: Delete file.
1479 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1480 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1481
1482 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1483 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1484 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1485 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1486 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1487 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1488 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1489 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1490 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1491
1492 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1493 gdb_host_cpu.
1494
1495 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1496
1497 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1498 Minor reformatting. Some code factoring.
1499
1500 2004-09-02 Andrew Cagney <cagney@gnu.org>
1501
1502 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1503 * config/vax/tm-nbsd.h: Delete file.
1504 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1505 * config/sparc/tm-vxworks.h: Delete file.
1506 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1507 * config/sparc/tm-nbsd.h: Delete file.
1508 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1509 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1510 * config/sparc/tm-linux.h: Delete file.
1511 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1512 * config/s390/tm-linux.h: Delete file.
1513 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1514 * config/pa/tm-bsd.h: Delete file.
1515 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1516 * config/m68k/tm-obsd.h: Delete file.
1517 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1518 * config/m68k/tm-nbsd.h: Delete file.
1519 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1520 * config/i386/tm-vxworks.h: Delete file.
1521 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1522 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1523 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1524 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1525 * config/i386/tm-nbsd.h: Delete file.
1526 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1527 * config/i386/tm-i386lynx.h: Delete file.
1528 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1529 * config/cris/tm-cris.h: Delete file.
1530
1531 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1532 * configure: Re-generate.
1533 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1534 * config/arm/tm-nbsd.h: Delete file.
1535
1536 * config/powerpc/tm-ppcle-sim.h: Delete.
1537 * config/powerpc/tm-ppcle-eabi.h: Delete.
1538 * config/powerpc/tm-nbsd.h: Delete.
1539 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1540 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1541 tm-ppcle-eabi.h.
1542
1543 * config/i386/nto.mh (NAT_FILE): Delete.
1544 * config/i386/nm-nto.h: Delete.
1545
1546 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1547 * config/m68k/tm-os68k.h: Ditto.
1548 * config/m68k/tm-monitor.h: Ditto.
1549 * config/m68k/tm-cisco.h: Ditto.
1550 * config/m68k/st2000.mt (TM_FILE): Delete.
1551 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1552 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1553 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1554 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1555
1556 * config/m68k/tm-st2000.h: Delete.
1557 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1558 * config/sparc/fbsd.mt (TM_FILE): Delete.
1559 * config/sparc/tm-fbsd.h: Delete.
1560
1561 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1562 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1563 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1564
1565 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1566 GDB_TM_FILE and GDB_XM_FILE.
1567 * gdbarch.c: Re-generate.
1568 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1569 quotes in macro definition.
1570 * configure.in: Re-generate.
1571
1572 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1573 validating architecture methods.
1574 * gdbarch.c: Re-generate.
1575
1576 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1577 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1578 GDB_MULTI_ARCH_PARTIAL.
1579 * gdbarch.h: Re-generate.
1580
1581 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1582 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1583 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1584 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1585 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1586 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1587 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1588 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1589 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1590 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1591 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1592 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1593
1594 2004-09-01 Andrew Cagney <cagney@gnu.org>
1595
1596 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1597 and main_func_highpc.
1598 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1599 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1600 * nlmread.c (nlm_symfile_read): Update.
1601
1602 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1603
1604 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1605 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1606 (find_proc_desc): Remove dead code.
1607
1608 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1609
1610 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1611
1612 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1613
1614 * observer.sh: Add struct so_list declaration.
1615 * Makefile.in: Add dependencies on observer.h for solib.c and
1616 breakpoint.c.
1617 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1618 function.
1619 (_initialize_breakpoint): Register
1620 disable_breakpoints_in_unloaded_shlib as an observer of the
1621 "solib unloaded" observation event.
1622 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1623 call decode_line_1 so unfound breakpoint errors are silent.
1624 * solib.c (update_solib_list): When a solib is discovered to have
1625 been unloaded by the program, notify all observers of the
1626 "solib unloaded" observation event.
1627
1628 2004-09-01 Andrew Cagney <cagney@gnu.org>
1629
1630 * frame.c: Include "objfiles.h".
1631 (inside_main_func): New function.
1632 (get_prev_frame): Use new inside_main_func.
1633 * Makefile.in (frame.o): Update dependencies.
1634 * defs.h (inside_main_func): Delete declaration.
1635 * blockframe.c (inside_main_func): Delete function.
1636
1637 2004-08-31 Jim Blandy <jimb@redhat.com>
1638
1639 * dwarf2read.c (is_vtable_name): New function, based on logic from
1640 read_structure_type, but passing the correct length to strncmp,
1641 and using 'sizeof' instead of 'strlen'.
1642 (read_structure_type): Call it.
1643
1644 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1645
1646 * config/powerpc/aix.mh: Add comment.
1647
1648 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1649
1650 * MAINTAINERS: Add self to Write-After-Approval.
1651
1652 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1653
1654 * MAINTAINERS: Add self to Write-After-Approval.
1655
1656 2004-08-30 Andrew Cagney <cagney@gnu.org>
1657
1658 Fix PR breakpoints/1757.
1659 * infrun.c (struct execution_control_state): Replace
1660 remove_breakpoints_on_following_step with
1661 step_after_step_resume_breakpoint.
1662 (init_execution_control_state): Update.
1663 (handle_inferior_event): For signals, when stepping off a
1664 breakpoint, set step_after_step_resume_breakpoint. When
1665 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1666 (keep_going): Delete code handling
1667 remove_breakpoints_on_following_step.
1668
1669 2004-08-29 David Lecomber <david@streamline-computing.com>
1670
1671 Fix PR gdb/648
1672 * language.h (enum array_ordering): New enum.
1673 * language.h (struct language_defn): New la_array_ordering
1674 attribute.
1675 * language.c (unknown_language_defn, auto_language_defn)
1676 (local_language_defn): Ditto.
1677 * ada-lang.c (ada_language_defn): Ditto.
1678 * c-lang.c (c_language_defn, cplus_language_defn)
1679 (asm_language_defn, minimal_language_defn): Ditto.
1680 * f-lang.c (f_language_defn): Ditto.
1681 * jv-lang.c (java_language_defn): Ditto.
1682 * m2-lang.c (f_language_defn): Ditto.
1683 * objc-lang.c (objc_language_defn): Ditto.
1684 * p-lang.c (pascal_language_defn): Ditto.
1685 * scm-lang.c (scm_language_defn): Ditto.
1686 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1687 oriented large to small in type structure.
1688 * dwarf2read.c (read_array_order): New function.
1689 (read_array_type): Use read_array_order to check row/column
1690 major ordering.
1691
1692 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1693
1694 * target.c (target_resize_to_sections): Check
1695 current_target.to_sections for an old value when updating.
1696
1697 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1698
1699 * procfs.c (dbx_link_bpt_addr): New static global variable.
1700 (dbx_link_shadow_contents): New static global variable.
1701 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1702 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1703 if we just hit it.
1704 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1705 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1706 from run to run.
1707 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1708 after the inferior has been forked.
1709 (remove_dbx_link_breakpoint): New function.
1710 (dbx_link_addr): New function.
1711 (insert_dbx_link_bpt_in_file): New function.
1712 (insert_dbx_link_bpt_in_region): New function.
1713 (insert_dbx_link_breakpoint): New function.
1714 (proc_trace_syscalls_1): New function, extracted from
1715 proc_trace_syscalls.
1716 (proc_trace_syscalls): Replace extract code by call to
1717 proc_trace_syscalls_1.
1718 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1719 is no longer valid.
1720
1721 2004-08-25 Jim Blandy <jimb@redhat.com>
1722
1723 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1724
1725 2004-08-25 Andrew Cagney <cagney@gnu.org>
1726
1727 * infrun.c (struct execution_control_state): Delete field
1728 "stepping_through_sigtramp".
1729 (init_execution_control_state): Do not set same.
1730 (context_switch): Do not pass same to save_infrun_state and
1731 load_infrun_state.
1732 * gdbthread.h (struct thread_info): Delete field
1733 stepping_through_sigtramp.
1734 (save_infrun_state, load_infrun_state): Delete parameter
1735 stepping_through_sigtramp.
1736 * thread.c (load_infrun_state, save_infrun_state): Update.
1737
1738 * infrun.c: Re-indent. Move expression operators to the beginning
1739 of the line. Remove long disabled #if 0 code.
1740
1741 2004-08-24 Andrew Cagney <cagney@gnu.org>
1742
1743 * doublest.h (floatformat_ieee_quad): Rename
1744 floatformat_ia64_quad.
1745 * doublest.c (floatformat_ieee_quad): Rename
1746 floatformat_ia64_quad.
1747 (_initialize_doublest): Update.
1748
1749 2004-08-24 Jim Blandy <jimb@redhat.com>
1750
1751 * dwarf2expr.h (struct dwarf_expr_context): New members
1752 'num_pieces' and 'pieces', for returning the result of an
1753 expression that uses DW_OP_piece.
1754 (struct dwarf_expr_piece): New struct type.
1755 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1756 pieces.
1757 (free_dwarf_expr_context): Free pieces, if any.
1758 (add_piece): New function.
1759 (execute_stack_op): Implement DW_OP_piece.
1760 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1761 expression is a list of pieces, print an error message.
1762 (dwarf2_loc_desc_needs_frame): If the expression yields
1763 pieces, and any piece is in a register, then we need a frame.
1764
1765 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1766 the stack until we've decided what sort of result the evaluation
1767 has produced. Use separate variables, with more specific names.
1768
1769 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1770
1771 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1772 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1773 (arm_netbsd_init_abi_common): Register them.
1774
1775 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1776
1777 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1778
1779 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1780 safe_frame_unwind_memory instead of target_read_memory.
1781
1782 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1783 Reorder includes.
1784 (fetch_register, store_register): Remove prototypes.
1785 (child_resume): Reorganize code and comments such that it is
1786 grouped a bit more logically.
1787 (attach): Explicitly compare errno against 0.
1788 (detach): Likewise. Use perror_with_name instead of
1789 print_sys_errmsg.
1790 * Makefile.in (infptrace.o): Update dependencies.
1791
1792 * ia64-linux-nat.c: Update copyright year.
1793 (fetch_debug_register, store_debug_register)
1794 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1795 PTRACE_TYPE_ARG3.
1796 * config/ia64/nm-linux.h: Update copyright year.
1797 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1798
1799 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1800 from CORE_ADDR to struct frame_info *. Use
1801 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1802 (amd64_linux_sigtramp_p): Adjust for changed signature of
1803 and64_linux_sigtramp_start
1804
1805 * gdb_ptrace.h: GNU/Linux.
1806
1807 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1808 Remove defines.
1809
1810 * infptrace.c: Include "gdb_assert.h".
1811 (PTRACE_XFER_TYPE): Remove define.
1812 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1813 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1814 Tweak comment.
1815 (fetch_inferior_registers, store_inferior_registers): Remove
1816 redundant culry braces. Tweak comment. s/regno/regnum.
1817 * Makefile.in (infptrace.o): Update dependencies.
1818
1819 * configure.in: Change test for return type of ptrace to default
1820 to `long' instead of `int'.
1821 * configure: Regenerate.
1822
1823 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1824
1825 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1826
1827 * configure.in: Check for ttrace function.
1828 * configure, config.in: Regenerate.
1829
1830 * gdb_ptrace.h: New file.
1831 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1832 <sys/ptrace.h>.
1833 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1834 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1835 (attach): Don't define PT_ATTACH.
1836 (detach): Don't define PT_DETACH.
1837 * Makefile.in (gdb_ptrace_h): New variable.
1838 (infptrace.o): Update dependencies.
1839
1840 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1841
1842 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1843 instead of `int' if not already defined.
1844 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1845 PTRACE_TYPE_ARG3.
1846 * infptrace.c (call_ptrace): Revert change that replaced
1847 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1848
1849 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1850
1851 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1852 Remove defines.
1853
1854 * linux-nat.c (kill_inferior): Add missing third and fourth
1855 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1856
1857 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1858 PTRACE_TYPE_RET.
1859
1860 * proc-why.c (proc_prettyfprint_why): Fix format string.
1861
1862 * solib-osf.c (osf_current_sos): Remove unsused label.
1863
1864 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1865 curses headers.
1866 * configure, config.in: Regenerate.
1867 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1868 <ncurses/ncurses.h>.
1869
1870 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1871 * config/nm-nbsd.h: Update copyright year.
1872 (PTRACE_ARG3_TYPE): Remove define.
1873
1874 * sparc-nat.c (fetch_inferior_registers)
1875 (store_inferior_registers, sparc_xfer_wcookie):
1876 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1877
1878 * alphabsd-nat.c (fetch_inferior_registers):
1879 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1880 PTRACE_TYPE_ARG3.
1881 * amd64bsd-nat.c (fetch_inferior_registers)
1882 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1883 PTRACE_TYPE_ARG3.
1884 * armnbsd-nat.c: Update copyright year.
1885 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1886 (store_register, store_regs, store_fp_register, store_fp_regs):
1887 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1888 * hppabsd-nat.c (fetch_inferior_registers)
1889 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1890 PTRACE_TYPE_ARG3.
1891 * i386bsd-nat.c (fetch_inferior_registers)
1892 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1893 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1894 * m68kbsd-nat.c (fetch_inferior_registers)
1895 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1896 PTRACE_TYPE_ARG3.
1897 * m88kbsd-nat.c (fetch_inferior_registers)
1898 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1899 PTRACE_TYPE_ARG3.
1900 * mipsnbsd-nat.c: Update copyright year.
1901 (fetch_inferior_registers, store_inferior_registers):
1902 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1903 * ns32knbsd-nat.c: Update copyright year.
1904 (fetch_inferior_registers, store_inferior_registers):
1905 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1906 * ppcnbsd-nat.c (fetch_inferior_registers):
1907 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1908 PTRACE_TYPE_ARG3.
1909 * ppcobsd-nat.c (fetch_inferior_registers):
1910 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1911 PTRACE_TYPE_ARG3.
1912 * shnbsd-nat.c: Update copyright year.
1913 (fetch_inferior_registers, store_inferior_registers):
1914 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1915 * vaxbsd-nat.c (fetch_inferior_registers)
1916 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1917 PTRACE_TYPE_ARG3.
1918
1919 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1920 PTRACE_TYPE_ARG3.
1921 * infptrace.c (call_ptrace, child_resume, attach, detach)
1922 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1923 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1924 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1925 PTRACE_TYPE_ARG3.
1926
1927 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1928
1929 * defs.h: Remove out-of-date comment.
1930 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1931 [!GETENV_PROVIDED] (getenv): Remove prototype.
1932
1933 * standalone.c: Remove file.
1934 * Makefile.in (standalone.o): Remove dependency.
1935
1936 * i386-linux-nat.c (dummy_sse_values): Remove function and
1937 prototype.
1938 (i386_linux_dr_get): Fix typo in comment.
1939 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1940
1941 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1942
1943 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1944 from declaration.
1945 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1946 from definition.
1947
1948 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1949
1950 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1951 parenthesis in definition.
1952 * configure: Regenerated.
1953
1954 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1955
1956 * PROBLEMS: Mention build/1411.
1957
1958 2004-08-09 Robert Millan <robertmh@gnu.org>
1959
1960 Committed by Nathanael Nerode.
1961 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1962 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1963
1964 2004-08-12 Andrew Cagney <cagney@gnu.org>
1965
1966 * NEWS: Mention fixes in GDB 6.2.1.
1967 * PROBLEMS: Remove mention of mips-irix.
1968
1969 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1970
1971 * config/powerpc/xm-aix.h: Delete.
1972 * config/powerpc/aix.mh (MH_FILE): Remove.
1973 * config/powerpc/aix432.mh (MH_FILE): Remove.
1974
1975 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1976
1977 * config/powerpc/aix.mh: Remove obsolete comment.
1978 * config/powerpc/aix432.mh: Likewise.
1979
1980 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1981
1982 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1983
1984 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1985
1986 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1987 this file is now empty.
1988 * config/xm-aix4.h: Remove, this file is no longer included
1989 anywhere.
1990
1991 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1992
1993 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1994 that file is now empty.
1995 (termdef): Remove prototype, function no longer used.
1996
1997 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1998
1999 * doc/gdbint.texinfo (Host Definition): Remove documentation
2000 for USE_O_NOCTTY, no longer used.
2001 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2002 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2003
2004 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2005
2006 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2007 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2008 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2009
2010 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2011
2012 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2013 instead of FIVE_ARG_PTRACE.
2014
2015 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2016 (new_tty): Use O_NOCTTY unconditionally.
2017
2018 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2019
2020 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2021 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2022 fflush on stdout.
2023
2024 2004-08-10 Joel Brobecker <brobecker@gnat.com>
2025
2026 * xcoff_symfile_finish: Replace last call to xmfree by call
2027 to xfree.
2028
2029 2004-08-10 Andrew Cagney <cagney@gnu.org>
2030
2031 * main.c (captured_main): Delete call to init_malloc.
2032 * defs.h (init_malloc): Delete declaration.
2033 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2034 (init_malloc): Delete functions.
2035
2036 * defs.h (xmfree): Delete.
2037 * utils.c (xmfree): Delete function.
2038 (xfree): Inline calls to xmfree and mfree.
2039 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2040 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2041 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2042 * somread.c (som_symfile_finish): Ditto.
2043 * objfiles.c (allocate_objfile, free_objfile):
2044 * nlmread.c (nlm_symfile_finish): Ditto.
2045 * hpread.c (hpread_symfile_finish): Ditto.
2046 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2047 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2048 * coffread.c (coff_symfile_finish): Ditto.
2049
2050 * defs.h (xmcalloc): Delete declaration.
2051 * utils.c (xmcalloc): Delete.
2052 (xcalloc): Inline calls to xmcalloc and mcalloc.
2053 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2054 xcalloc and xfree.
2055 * symtab.c (create_demangled_names_hash): Ditto.
2056
2057 * defs.h (xmrealloc): Delete.
2058 * utils.c (xmrealloc): Delete.
2059 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2060 * symmisc.c (extend_psymbol_list): Use xrealloc.
2061 * source.c (find_source_lines): Ditto.
2062 * hpread.c (hpread_lookup_type): Ditto.
2063 * dbxread.c (add_bincl_to_list): Ditto.
2064
2065 * utils.c (xmmalloc): Delete.
2066 (xmalloc): Inline xmmalloc and mmalloc calls.
2067 (msavestring): Use xmalloc.
2068 * defs.h (xmmalloc): Delete declaration.
2069 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2070 xmmalloc.
2071 * symmisc.c (extend_psymbol_list): Ditto.
2072 * symfile.c (init_psymbol_list): Ditto.
2073 * source.c (find_source_lines): Ditto.
2074 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2075 * elfread.c (elf_symtab_read): Ditto.
2076 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2077 * coffread.c (coff_symfile_init): Ditto.
2078
2079 2004-08-10 David Carlton <carlton@bactrian.org>
2080
2081 * MAINTAINERS: Remove David Carlton from c++ testsuite
2082 maintainers.
2083
2084 2004-08-10 Jerome Guitton <guitton@gnat.com>
2085
2086 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2087 print a line feed before the prompt.
2088
2089 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2090
2091 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2092
2093 2004-08-09 Joel Brobecker <brobecker@gnat.com>
2094
2095 General cleanup of the AIX xm include file:
2096 * config/xm-aix4.h (fd_set): Remove undefine.
2097 Remove include of <sys/select.h>.
2098 (HAVE_TERMIO): Remove define.
2099 (USG): Likewise.
2100 (NULL): Remove redefine.
2101 (alloca): Remove #pragma.
2102 (vfork): Remove define.
2103 (termdef): Remove.
2104 (SIGWINCH_HANDLER): Remove.
2105 (SIGWINCH_HANDLER_BODY): Remove.
2106
2107 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2108
2109 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2110 GDB_OSABI_OPENBSD_ELF.
2111
2112 2004-08-07 Robert Millan <robertmh@gnu.org>
2113
2114 * bsd-kvm.c: Check for nlist.h before including it.
2115
2116 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2117
2118 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2119 sigcontext' offset consistency checks for ancient BSD.
2120
2121 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2122
2123 * configure.in: Check for <sys/types.h>. Check return and
2124 argument types of ptrace.
2125 * configure, config.in: Regenerate.
2126
2127 2004-08-09 Jim Blandy <jimb@redhat.com>
2128
2129 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2130 rs6000_register_sim_regno): Doc fixes.
2131
2132 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2133
2134 * mips-tdep.c: Include "floatformat.h".
2135 (n32n64_floatformat_always_valid): New function.
2136 (floatformat_n32n64_long_double_big): New constant.
2137 (mips_gdbarch_init): Set size and format of long double
2138 for N32 and N64 ABIs.
2139 * Makefile.in (mips-tdep.o): Update dependencies.
2140
2141 2004-08-08 Andrew Cagney <cagney@gnu.org>
2142
2143 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2144 print. Improve script's error messages.
2145 * gdbarch.h: Re-generate.
2146
2147 * gdbarch.sh (pformat): New function.
2148 (float_format, double_format, long_double_format): List with bit
2149 members. Use pformat when printing.
2150 * gdbarch.c, gdbarch.h: Re-generate.
2151
2152 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2153
2154 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2155 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2156 (ppcnbsd_supply_pcb): New function.
2157 (_initialize_ppcnbsd_nat): New prototype and function.
2158 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2159 (LOADLIBES): New variable.
2160 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2161
2162 2004-08-08 Andrew Cagney <cagney@gnu.org>
2163
2164 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2165 (builtin_type_ieee_double, builtin_type_ia64_quad)
2166 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2167 BE/LE floating-point types.
2168 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2169 (builtin_type_ieee_double, builtin_type_ia64_quad)
2170 (builtin_type_ia64_spill): Declare.
2171 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2172 (floatformat_ieee_double, floatformat_arm_ext)
2173 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2174 of LE/BE floatformats.
2175 * doublest.h: (struct floatformat, floatformat_ieee_single)
2176 (floatformat_ieee_double, floatformat_arm_ext)
2177 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2178
2179 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2180
2181 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2182
2183 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2184 instead of regcache_raw_supply when storing the registers.
2185
2186 * i386gnu-nat.c: Update copyright year.
2187 (gnu_store_registers): Don't use deprecated_registers and
2188 deprecated_registers_valid. Use regcache_valid_p and
2189 regcache_raw_supply instead.
2190
2191 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2192 frame_pc_unwind.
2193
2194 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2195 variables. Incapitalized "process".
2196
2197 * configure.in: Add cursesX to the list of possible curses libs.
2198 Add cursesX.h to the list of possible curses headers.
2199 * configure, config.in: Regenerate.
2200
2201 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2202
2203 * configure.in: Test for struct lwp in <sys/lwp.h>.
2204 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2205 the offset of l_addr in struct lwp.
2206
2207 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2208
2209 * bsd-kvm.c: Include "gdbcore.h"
2210 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2211
2212 2004-08-07 Andrew Cagney <cagney@gnu.org>
2213
2214 * gdbtypes.c (build_flt, build_complex): New functions.
2215 (gdbtypes_post_init): Use.
2216
2217 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2218
2219 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2220 through to builtin_type_uint128.
2221
2222 * c-exp.y: Use builtin_type function to obtain builtin types.
2223
2224 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2225 builtin_uint128.
2226 * gdbtypes.c (gdbtypes_post_init): Update.
2227 (build_gdbtypes): Move initialization of builtin_type_int0
2228 through to builtin_type_uint128 from here ...
2229 (_initialize_gdbtypes): ... to here.
2230 * d10v-tdep.c (d10v_register_type): Update.
2231
2232 * doublest.c: Update copyright.
2233 (floatformat_from_length): Call error when floatformat is NULL.
2234 (extract_floating_by_length): Remove NULL fmt check.
2235 (store_floating_by_length): Ditto.
2236
2237 2004-08-07 Andrew Cagney <cagney@gnu.org>
2238
2239 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2240 that the register is valid.
2241
2242 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2243
2244 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2245 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2246 struct frame_info *. Use safe_frame_unwind_memory instead of
2247 deprecated_read_memory_nobpt.
2248 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2249 changed signature of i386_linux_sigtramp_start and
2250 i386_linux_rt_sigtramp_start.
2251
2252 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2253 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2254 instead of deprecated_read_memory_nobpt.
2255 (i386nbsd_sigtramp_p): Adjust for changed signature of
2256 i386nbsd_sigtramp_offset.
2257
2258 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2259 safe_frame_unwind_memory instead of target_read_memory.
2260
2261 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2262 !NO_SYS_FILE.
2263 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2264 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2265 (_initialize_kernel_u_addr): Remove prototype and function.
2266 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2267 !NO_SYS_FILE.
2268 * xcoffread.c: Likewise.
2269
2270 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2271
2272 * vax-nat.c: New file.
2273 * vaxbsd-nat.c: Tweak comment.
2274 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2275 vaxnbsd-tdep.c.
2276 (vax-nat.o): New dependency.
2277 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2278 (vax-*-ultrix2*): Remove.
2279 * config/vax/vax.mh: New file.
2280 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2281 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2282 (vax_register_u_addr): New prototype.
2283 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2284 * config/vax/vaxult2.mh: Remove file.
2285 * config/vax/vaxult.mh: Remove file.
2286 * config/vax/vaxbsd.mh: Remove file.
2287 * config/vax/vax.mt (TM_FILE): Remove.
2288 * config/vax/tm-vaxbsd.h: Remove file.
2289
2290 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2291
2292 * aix-thread.c (get_signaled_thread): New function.
2293 (iter_trap): Delete, no longer used.
2294 (iter_tid): New function.
2295 (pd_update): Find the thread that received the SIGTRAP signal
2296 by first locating the kernel thread, and then finding its
2297 associated thread.
2298
2299 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2300
2301 * lin-lwp.c (child_wait): Continue inferior after processing
2302 PTRACE_EVENT_CLONE event.
2303
2304 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2305
2306 * MAINTAINERS: Add self to Write-After-Approval.
2307
2308 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2309
2310 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2311 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2312
2313 2004-08-05 Andrew Cagney <cagney@gnu.org>
2314
2315 * config/xm-sysv4.h: Delete file.
2316 * config/mips/xm-irix5.h: Delete file.
2317 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2318 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2319 * config/ia64/xm-aix.h: Delete file.
2320 * config/ia64/aix.mh (XM_FILE): Delete.
2321 * config/pa/xm-hppah.h: Delete file.
2322 * config/pa/hpux11w.mh (XM_FILE): Delete.
2323 * config/pa/hpux11.mh (XM_FILE): Delete.
2324 * config/pa/hpux1020.mh (XM_FILE): Delete.
2325 * config/pa/hppahpux.mh (XM_FILE): Delete.
2326
2327 * config/alpha/xm-alphalinux.h: Delete file.
2328 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2329 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2330 * config/alpha/xm-alphaosf.h: Delete file.
2331 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2332 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2333 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2334 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2335
2336 * config/i386/xm-i386v.h: Delete file.
2337 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2338 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2339 * config/i386/xm-i386sco.h: Delete file.
2340 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2341 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2342 * config/i386/xm-i386v4.h: Delete file.
2343 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2344 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2345 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2346 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2347
2348 * config/vax/xm-vax.h: Delete file.
2349 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2350 * config/vax/xm-vaxult2.h: Delete file.
2351 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2352 * config/vax/vaxult2.mh (XM_FILE): Delete.
2353 * config/vax/xm-vaxult.h: Delete file.
2354 * config/vax/vaxult.mh (XM_FILE): Delete.
2355 * config/vax/xm-vaxbsd.h: Delete file.
2356 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2357
2358 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2359 * gdbarch.h, gdbarch.c: Re-generate.
2360 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2361 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2362 * frame.h: Delete deprecated_read_fp from comments.
2363 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2364 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2365
2366 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2367
2368 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2369 trampoline in OpenBSD 3.5-current.
2370
2371 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2372 SSE registers.
2373
2374 * Makefile.in: Remove embedded page breaks.
2375
2376 2004-08-04 Jim Blandy <jimb@redhat.com>
2377
2378 * regcache.c (regcache_raw_read): Assert that, after calling
2379 target_fetch_registers, the register we're reading is cached.
2380
2381 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2382 a call to 'internal_error', with a more helpful error message.
2383 * rs6000-tdep.c (e500_pseudo_register_read,
2384 e500_pseudo_register_write, rs6000_store_return_value): Same.
2385
2386 2004-08-04 Andrew Cagney <cagney@gnu.org>
2387
2388 * Makefile.in: Update dependencies.
2389
2390 2004-08-04 Jim Blandy <jimb@redhat.com>
2391
2392 Change the layout of the PowerPC E500 raw register cache to allow
2393 the lower 32-bit halves of the GPRS to be their own raw registers,
2394 not pseudoregisters.
2395 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2396 add ppc_ev0_upper_regnum flag.
2397 * rs6000-tdep.c: #include "reggroups.h".
2398 (spe_register_p): Recognize the ev upper half registers as SPE
2399 registers.
2400 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2401 registers.
2402 (e500_move_ev_register): New function.
2403 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2404 vector registers are the pseudo-registers now, formed by splicing
2405 together the gprs and the upper-half registers.
2406 (e500_register_reggroup_p): New function.
2407 (P): Macro deleted.
2408 (P8, A4): New macro.
2409 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2410 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2411 macros.
2412 (registers_e500): Rearrange register set so that the raw register
2413 set contains 32-bit GPRs and upper-half registers, and the SPE
2414 vector registers become pseudo-registers.
2415 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2416 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2417 register numbers are now the same for the E500 as they are for
2418 other PowerPC variants. Register e500_register_reggroup_p as the
2419 register group function for the E500.
2420 * Makefile.in (rs6000-tdep.o): Update dependencies.
2421
2422 Adapt PPC E500 native support to the new raw regcache layout.
2423 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2424 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2425 (fetch_spe_register, store_spe_register): Handle fetching/storing
2426 all the SPE registers at once, if regno == -1. These now take
2427 over the job of fetch_spe_registers and store_spe_registers.
2428 (fetch_spe_registers, store_spe_registers): Deleted.
2429 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2430 unconditionally; they're always raw. Fetch/store SPE upper half
2431 registers, if present, instead of ev registers.
2432 (fetch_register, store_register): Remove sanity checks: gprs are
2433 never pseudo-registers now, so we never need to even mention any
2434 registers that are ever pseudoregisters.
2435
2436 Use a fixed register numbering when communicating with the PowerPC
2437 simulator.
2438 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2439 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2440 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2441 New functions.
2442 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2443 init_sim_regno_table.
2444 * Makefile.in (gdb_sim_ppc_h): New variable.
2445 (rs6000-tdep.o): Update dependencies.
2446
2447 2004-08-02 Andrew Cagney <cagney@gnu.org>
2448
2449 * cris-tdep.c (cris_register_size): Restore function, still used
2450 locally.
2451
2452 * gdbarch.sh (deprecated_target_read_fp)
2453 (deprecated_frame_locals_address, deprecated_frame_args_address)
2454 (deprecated_frame_chain_valid, deprecated_frame_chain)
2455 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2456 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2457 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2458 * gdbarch.h, gdbarch.c: Re-generate.
2459 * regcache.c (deprecated_read_fp): Do not call
2460 DEPRECATED_TARGET_READ_FP_P.
2461 * infcmd.c (default_print_registers_info): Do not call
2462 DEPRECATED_DO_REGISTERS_INFO.
2463 * frame-base.c (default_frame_locals_address): Do not call
2464 DEPRECATED_FRAME_LOCALS_ADDRESS.
2465 (default_frame_args_address): Do not call
2466 DEPRECATED_FRAME_ARGS_ADDRESS.
2467
2468 * gdbarch.sh (deprecated_register_raw_size)
2469 (deprecated_register_virtual_size:int): Delete.
2470 * gdbarch.h, gdbarch.c: Re-generate.
2471 * cris-tdep.c (cris_register_size): Delete.
2472 (cris_gdbarch_init): Update.
2473 * alpha-tdep.c (alpha_register_raw_size)
2474 (alpha_register_virtual_size): Delete.
2475 (alpha_gdbarch_init): Update.
2476
2477 * gdbarch.sh (deprecated_register_virtual_type)
2478 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2479 (deprecated_dummy_write_sp): Delete.
2480 * gdbarch.h, gdbarch.c: Re-generate.
2481
2482 * gdbarch.sh (deprecated_register_bytes): Delete.
2483 * gdbarch.h, gdbarch.c: Re-generate.
2484 * regcache.c (deprecated_register_bytes): New function.
2485 * regcache.h (deprecated_register_bytes): Declare.
2486 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2487 * v850-tdep.c (v850_gdbarch_init): Update.
2488 * sh64-tdep.c (sh64_gdbarch_init): Update.
2489 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2490 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2491 * mcore-tdep.c (mcore_gdbarch_init): Update.
2492 * cris-tdep.c (cris_gdbarch_init): Update.
2493 * arm-tdep.c (arm_gdbarch_init): Update.
2494 * remote.c (init_remote_state): Update.
2495 * remote-vx.c (vx_prepare_to_store): Update.
2496 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2497 * irix5-nat.c (fetch_core_registers): Update.
2498 * cris-tdep.c (cris_register_bytes_ok): Update.
2499 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2500
2501 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2502 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2503 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2504 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2505 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2506 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2507 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2508 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2509 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2510 with mips_insn16 and mips_insn32.
2511
2512 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2513 * rs6000-tdep.c (rs6000_push_dummy_call)
2514 (rs6000_extract_return_value): Use register_size.
2515 * xstormy16-tdep.c (xstormy16_get_saved_register)
2516 (xstormy16_extract_return_value): Ditto.
2517 * valops.c (value_assign): Ditto.
2518 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2519 * v850-tdep.c (v850_extract_return_value): Ditto.
2520 * tracepoint.c (collect_symbol): Ditto.
2521 * target.c (debug_print_register): Ditto.
2522 * stack.c (frame_info): Ditto.
2523 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2524 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2525 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2526 (store_register_using_P): Ditto.
2527 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2528 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2529 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2530 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2531 * regcache.c (deprecated_read_register_bytes)
2532 (deprecated_write_register_bytes, read_register)
2533 (write_register): Ditto.
2534 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2535 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2536 * monitor.c (monitor_supply_register, monitor_fetch_register)
2537 (monitor_store_register): Ditto.
2538 * mn10300-tdep.c (mn10300_pop_frame_regular)
2539 (mn10300_print_register): Ditto.
2540 * mipsv4-nat.c (fill_fpregset): Ditto.
2541 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2542 (mips64_fill_fpregset): Ditto.
2543 * mi/mi-main.c (register_changed_p, get_register)
2544 (mi_cmd_data_write_register_values): Ditto.
2545 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2546 * irix5-nat.c (fill_gregset, fetch_core_registers):
2547 * infrun.c (write_inferior_status_register): Ditto.
2548 * infptrace.c (fetch_register, store_register): Ditto.
2549 * infcmd.c (default_print_registers_info): Ditto.
2550 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2551 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2552 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2553 * hpux-thread.c (hpux_thread_fetch_registers)
2554 (hpux_thread_store_registers): Ditto.
2555 * hppah-nat.c (store_inferior_registers, fetch_register):
2556 * findvar.c (value_from_register): Ditto.
2557 * dve3900-rom.c (fetch_bitmapped_register):
2558 * cris-tdep.c (cris_gdbarch_init): Ditto.
2559 * alpha-tdep.h: Ditto.
2560 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2561
2562 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2563 DEPRECATED_REGISTER_RAW_SIZE from comments.
2564 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2565 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2566 DEPRECATED_REGISTER_RAW_SIZE.
2567 * findvar.c (value_of_register): Simplify by assuming that the
2568 registers raw and virtual sizes are identical.
2569 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2570 comment.
2571 * arch-utils.c (generic_register_size): Simplify by assuming
2572 register_type.
2573
2574 * regcache.c (legacy_read_register_gen, real_register)
2575 (legacy_write_register_gen): Delete, not used.
2576
2577 * regcache.c (struct regcache_descr): Delete legacy_p.
2578 (init_legacy_regcache_descr): Delete function.
2579 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2580 Do not use deprecated register functions.
2581 (regcache_raw_read, deprecated_write_register_gen):
2582 (deprecated_read_register_gen, regcache_raw_write): Delete code
2583 predicated on legacy_p.
2584 (register_size): Delete check against register raw size.
2585
2586 * cris-tdep.c (cris_register_type): Replace
2587 cris_register_virtual_type.
2588 (cris_gdbarch_init): Update, set register_type.
2589
2590 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2591 * gdbarch.h, gdbarch.c: Re-generate.
2592 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2593 (arm_gdbarch_init) Do not set frameless function invocation.
2594 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2595 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2596 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2597 (frv_gdbarch_init): Do not set frameless function invocation.
2598 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2599 * sh-tdep.c (sh_gdbarch_init): Ditto.
2600 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2601 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2602 * avr-tdep.c (avr_gdbarch_init): Ditto.
2603
2604 * blockframe.c (legacy_frame_chain_valid): Delete function.
2605
2606 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2607 and pc. Update comments.
2608 (pc_in_dummy_frame): Delete function.
2609 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2610 use the "id".
2611 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2612 call_hi, top and pc, use the id.
2613 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2614
2615 * dummy-frame.c: Include "gdb_string.h".
2616 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2617 (generic_save_dummy_frame_tos): Delete.
2618 (dummy_frame_push): New function, replaces above.
2619 * dummy-frame.h: Update copyright.
2620 (dummy_frame_push): Declare.
2621 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2622 (generic_save_call_dummy_addr): Delete declarations.
2623 * infcall.c: Include "dummy-frame.h".
2624 (call_function_by_hand): Add locals caller_regcache,
2625 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2626 with call to frame_save_as_regcache plus cleanup. Delete calls to
2627 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2628 Move clear_proceed_status to just before the resume, add call to
2629 dummy_frame_push (discard cleanup).
2630 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2631 (dummy-frame.o): Add $(gdb_string_h).
2632
2633 2004-08-01 Andrew Cagney <cagney@gnu.org>
2634
2635 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2636 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2637 * dummy-frame.c (find_dummy_frame): Delete.
2638 (struct dummy_frame_cache, dummy_frame_sniffer)
2639 (dummy_frame_prev_register, dummy_frame_this_id)
2640 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2641 frame unwinder using a dummy_frame_cache.
2642
2643 2004-08-01 Andrew Cagney <cagney@gnu.org>
2644
2645 * frame.h (frame_save_as_regcache): Declare.
2646 * frame.c (frame_save_as_regcache): New function.
2647 (do_frame_read_register): Replace do_frame_unwind_register.
2648 (frame_pop): Use frame_save_as_regcache.
2649 * dummy-frame.c (generic_push_dummy_frame): Use
2650 frame_save_as_regcache.
2651
2652 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2653
2654 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2655 file as included until we record the first line in the linetable.
2656
2657 2004-08-01 Andrew Cagney <cagney@gnu.org>
2658
2659 * frame.h (deprecated_pop_dummy_frame)
2660 (deprecated_read_register_dummy)
2661 (deprecated_generic_find_dummy_frame): Delete.
2662 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2663 (deprecated_read_register_dummy)
2664 (deprecated_find_dummy_frame_regcache)
2665 (discard_innermost_dummy)
2666 (deprecated_pop_dummy_frame): Delete.
2667 (dummy_frame_this_id): Simplify.
2668 (struct dummy_frame): Delete "fp" and "sp".
2669 (find_dummy_frame): Simplify.
2670 (generic_push_dummy_frame): Do not set "fp" or "sp".
2671 (fprint_dummy_frames): Do not print "fp" and "sp"
2672
2673 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2674
2675 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2676 (struct i386_insn): New structure.
2677 (i386_match_insn): New function.
2678 (i386_frame_setup_skip_insns): New variable.
2679 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2680 array i386_frame_setup_insns of instructions that should be
2681 skipped inside the frame setup sequence.
2682
2683 2004-08-01 Andrew Cagney <cagney@gnu.org>
2684
2685 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2686 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2687 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2688 * stack.c (frame_info): Delete references to
2689 DEPRECATED_FRAME_INIT_SAVED_REGS and
2690 deprecated_get_frame_saved_regs.
2691 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2692 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2693 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2694 (frame_unwind_register_signed)
2695 (frame_unwind_register_unsigned)
2696 (frame_unwind_unsigned_register): Use register_size.
2697 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2698 (deprecated_frame_xmalloc_with_cleanup)
2699 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2700 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2701
2702 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2703 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2704 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2705 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2706
2707 * infcall.c (call_function_by_hand): Do not use
2708 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2709 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2710 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2711 DEPRECATED_STACK_ALIGN.
2712
2713 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2714
2715 Committed by Andrew Cagney.
2716 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2717
2718 2004-08-01 Andrew Cagney <cagney@gnu.org>
2719
2720 * mips-tdep.c (mips16_frame_cache)
2721 (mips16_frame_this_id, mips16_frame_prev_register)
2722 (mips16_frame_unwind, mips16_frame_sniffer)
2723 (mips16_frame_base_address, mips16_frame_base)
2724 (mips16_frame_base_sniffer, mips32_frame_cache)
2725 (mips32_frame_this_id, mips32_frame_prev_register)
2726 (mips32_frame_unwind, mips32_frame_sniffer)
2727 (mips32_frame_base_address, mips32_frame_base)
2728 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2729 separate heuristic mips16 and mips32 unwinders.
2730 (mips_stub_frame_cache, mips_stub_frame_this_id)
2731 (mips_stub_frame_prev_register)
2732 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2733 (mips_stub_frame_base_address, mips_stub_frame_base)
2734 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2735 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2736 match true mdebug frames.
2737 (non_heuristic_proc_desc): Add forward declaration.
2738
2739 2004-08-01 Andrew Cagney <cagney@gnu.org>
2740
2741 * config/mips/tm-irix6.h: Delete file.
2742 * config/mips/tm-irix5.h: Delete file.
2743 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2744 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2745
2746 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2747 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2748 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2749 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2750 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2751 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2752 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2753 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2754 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2755 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2756 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2757 (TARGET_SIGNAL_RAW_VALUES): Delete.
2758 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2759 Delete.
2760 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2761 (TARGET_HW_WATCH_LIMIT): Delete.
2762 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2763 * minimon.h: Delete file.
2764
2765 * trad-frame.c (trad_frame_get_this_base)
2766 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2767 functions.
2768 * trad-frame.h (trad_frame_set_this_base)
2769 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2770
2771 2004-07-31 Andrew Cagney <cagney@gnu.org>
2772
2773 * trad-frame.c (trad_frame_get_prev_register): Rename
2774 trad_frame_get_prev_register.
2775 * vax-tdep.c (vax_frame_prev_register): Update.
2776 * trad-frame.h: Update.
2777 * trad-frame.c (trad_frame_get_register): Update.
2778 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2779 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2780 Update.
2781 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2782 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2783 Update.
2784 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2785 Update.
2786 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2787 Update.
2788 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2789 Update.
2790 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2791 Update.
2792 * s390-tdep.c (s390_frame_prev_register)
2793 (s390_stub_frame_prev_register)
2794 (s390_sigtramp_frame_prev_register): Update.
2795 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2796 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2797 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2798 * m88k-tdep.c (m88k_frame_prev_register)
2799 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2800 * m32r-tdep.c (m32r_frame_prev_register): Update.
2801 * hppa-tdep.c (hppa_frame_prev_register_helper)
2802 * frv-tdep.c (frv_frame_prev_register): Update.
2803 * d10v-tdep.c (d10v_frame_prev_register): Update.
2804 * cris-tdep.c (cris_frame_prev_register): Update.
2805 * avr-tdep.c (avr_frame_prev_register): Update.
2806 * arm-tdep.c (arm_prologue_prev_register)
2807 (arm_sigtramp_prev_register): Update.
2808
2809 2004-07-31 Andrew Cagney <cagney@gnu.org>
2810
2811 * frame.h (legacy_saved_regs_unwind)
2812 (legacy_frame_chain_valid, legacy_frame_p)
2813 (enum frame_type): Delete UNKNOWN_FRAME.
2814 * dummy-frame.c (dummy_frame_this_id): Simplify.
2815 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2816 * frame.c (struct frame_info): Delete the field "type".
2817 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2818 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2819 (legacy_saved_regs_unwind, legacy_frame_p)
2820 (frame_type_from_pc): Delete.
2821 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2822 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2823
2824 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2825
2826 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2827 indentation.
2828
2829 * mips-nat.c: Remove file.
2830 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2831 (mips-nat.o): Remove dependency.
2832
2833 * infptrace.c: Update copyright year.
2834 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2835 explicitly setting the buffer to all zeroes.
2836
2837 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2838 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2839
2840 2004-07-30 Andrew Cagney <cagney@gnu.org>
2841
2842 * GDB 6.2 released from gdb_6_2-branch.
2843
2844 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2845
2846 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2847
2848 * exec.c (exec_file_attach):
2849 * nto-tdep.c (nto_find_and_open_solib):
2850 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2851 * solib.c (solib_open):
2852 * somsolib.c (som_solib_sizeof_symbol_table):
2853 * source.c (is_regular_file, openp, open_source_file):
2854 * symfile.c (symfile_bfd_open):
2855 * wince.c (upload_to_device): Differentiate between the search for
2856 binary and source files.
2857
2858 2004-07-30 Andrew Cagney <cagney@gnu.org>
2859
2860 * complaints.c (_initialize_complaints): Pass NULL to
2861 add_setshow_zinteger_cmd for help_doc.
2862 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2863
2864 2004-07-30 Andrew Cagney <cagney@gnu.org>
2865
2866 Fix PR i18n/761.
2867 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2868 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2869 $(PACKAGE).pot and update-po.
2870 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2871 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2872 (update-po): New rules.
2873 (localedir): Define using autoconf.
2874 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2875 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2876 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2877 * configure.in: Generate CATALOGS and LINGUAS from contents of
2878 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2879 * configure: Re-generate.
2880 * po/gdbtext: New file
2881
2882 2004-07-30 Jerome Guitton <guitton@gnat.com>
2883
2884 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2885 order.
2886
2887 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2888
2889 * dwarf2read.c (read_file_scope): Set producer if attribute
2890 present.
2891 (struct dwarf2_cu): Added new member producer.
2892
2893 2004-07-30 Jerome Guitton <guitton@gnat.com>
2894
2895 * inflow.c (kill_command): release file handles in BFD.
2896 * exec.c (exec_file_attach): Ditto.
2897 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2898
2899 2004-07-29 Andrew Cagney <cagney@gnu.org>
2900
2901 * PROBLEMS (mips-irix): Note that it is broken.
2902
2903 2004-07-29 Andrew Cagney <cagney@gnu.org>
2904
2905 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2906 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2907
2908 * config/xm-nbsd.h: Delete file.
2909 * config/arm/xm-nbsd.h: Delete file.
2910 * config/i386/xm-nbsd.h: Delete file.
2911 * config/ns32k/xm-nbsd.h: Delete file.
2912 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2913 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2914 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2915 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2916 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2917
2918 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2919 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2920 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2921 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2922 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2923 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2924
2925 * config/powerpc/xm-linux.h: Delete empty file.
2926 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2927 * config/powerpc/linux.mh (XM_FILE): Delete.
2928 * config/m68k/xm-linux.h: Delete empty file.
2929 * config/m68k/linux.mh (XM_FILE): Delete.
2930 * config/ia64/xm-linux.h: Delete empty file.
2931 * config/ia64/linux.mh (XM_FILE): Delete.
2932 * config/arm/xm-linux.h: Delete empty file.
2933 * config/arm/linux.mh (XM_FILE): Delete.
2934
2935 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2936 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2937 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2938 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2939 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2940 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2941 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2942 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2943
2944 * config/m68k/xm-m68k.h: Delete file.
2945 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2946 copyright.
2947 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2948 * config/pa/xm-linux.h: Delete empty file.
2949 * config/pa/linux.mh (XM_FILE): Delete.
2950 * config/i386/xm-i386.h: Delete empty file.
2951 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2952 "i386/xm-i386.h".
2953 * config/i386/obsdaout.mh (XM_FILE): Delete.
2954 * config/i386/obsd64.mh (XM_FILE): Delete.
2955 * config/i386/fbsd64.mh (XM_FILE): Delete.
2956 * config/i386/nto.mh (XM_FILE): Delete.
2957 * config/i386/obsd.mh (XM_FILE): Delete.
2958 * config/i386/linux64.mh (XM_FILE): Delete.
2959 * config/i386/linux.mh (XM_FILE): Delete.
2960 * config/i386/i386sol2.mh (XM_FILE): Delete.
2961 * config/i386/i386gnu.mh (XM_FILE): Delete.
2962 * config/i386/fbsd.mh (XM_FILE): Delete.
2963 * config/i386/nbsd64.mh (XM_FILE): Delete.
2964
2965 2004-07-29 Andrew Cagney <cagney@gnu.org>
2966
2967 * config/pa/xm-linux.h: Do not include "floatformat.h".
2968 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2969 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2970 * config/i386/xm-i386.h: Do not include "floatformat.h".
2971 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2972 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2973 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2974 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2975 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2976 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2977 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2978 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2979 * configure, config.in: Regenerate.
2980 * configure.host (gdb_host_float_format, gdb_host_double_format)
2981 (gdb_host_long_double_format): Set according to the host.
2982
2983 2004-07-29 Andrew Cagney <cagney@gnu.org>
2984
2985 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2986
2987 2004-07-28 Andrew Cagney <cagney@gnu.org>
2988
2989 * PROBLEMS: Mention threads/1650.
2990 * NEWS: Mention the NPTL fix.
2991
2992 2004-07-28 Andrew Cagney <cagney@gnu.org>
2993
2994 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2995 (add_setshow_cmd_full): Make static.
2996 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2997 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2998 * cli/cli-decode.c (add_setshow_filename_cmd)
2999 (add_setshow_string_cmd): New functions.
3000 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3001 * mips-tdep.c (_initialize_mips_tdep): Update.
3002 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3003 * cli/cli-logging.c (_initialize_cli_logging): Update.
3004 * complaints.c (_initialize_complaints): Update.
3005 * remote.c (_initialize_remote): Update.
3006
3007 2004-07-28 Andrew Cagney <cagney@gnu.org>
3008
3009 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3010 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3011 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3012 print parameters. Make string parameters constant.
3013 * command.h: Update. Update copyright.
3014 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3015 * observer.c (_initialize_observer): Ditto.
3016 * frame.c (_initialize_frame): Ditto.
3017 * complaints.c (_initialize_complaints): Ditto.
3018 * maint.c (_initialize_maint_cmds): Ditto.
3019 * target.c (initialize_targets): Ditto.
3020 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3021 * infcall.c (_initialize_infcall): Ditto.
3022 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3023 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3024 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3025 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3026 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3027
3028 2004-07-28 Andrew Cagney <cagney@gnu.org>
3029
3030 * gdbtypes.c (lookup_primitive_typename): Delete function.
3031 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3032 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3033 * gdbtypes.c (lookup_typename): Ditto.
3034 * f-exp.y (yylex): Ditto.
3035 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3036
3037 * scm-lang.c (c_builtin_types): Delete extern declaration.
3038 (scm_language_defn): Replace
3039 string_char_type and primitive_type_vector with
3040 la_language_arch_info.
3041 * jv-lang.c (java_language_defn): Replace
3042 string_char_type and primitive_type_vector with
3043 la_language_arch_info.
3044 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3045 c_builtin_types in comment.
3046 * c-lang.h (struct language_arch_info): Declare opaque.
3047 (c_language_arch_info): Declare.
3048 (c_builtin_types): Delete declaration.
3049 * c-lang.c (c_language_arch_info): Set string_char_type to
3050 builtin_char, not builtin_true_char. Make global.
3051 (c_builtin_types): Delete array.
3052 (asm_language_defn, minimal_language_defn): Replace
3053 string_char_type and primitive_type_vector with
3054 la_language_arch_info.
3055
3056 2004-07-28 Andrew Cagney <cagney@gnu.org>
3057
3058 * gdbtypes.h (struct builtin_type): Rename true_char to
3059 builtin_true_char.
3060 * gdbtypes.c (gdbtypes_post_init): Update.
3061 * c-lang.c (arch_info): New function.
3062 (enum c_primitive_types): New enum.
3063 (c_language_defn): Instead of string_char_type and
3064 primitive_type_vector set la_language_arch_info.
3065
3066 2004-07-28 Andrew Cagney <cagney@gnu.org>
3067
3068 * language.h (struct language_arch_info): Fix typo
3069 s/primative/primitive/.
3070 * gdbtypes.c (lookup_primitive_typename): Ditto.
3071 * language.c (language_lookup_primitive_type_by_name)
3072 (unknown_language_arch_info): Ditto.
3073
3074 2004-07-27 Andrew Cagney <cagney@gnu.org>
3075
3076 * defs.h (enum language): Add nr_languages.
3077 * language.h (struct language_arch_info): Define.
3078 (struct language_defn): Add la_language_arch_info.
3079 (language_lookup_primative_type_by_name): Declare.
3080 (language_string_char_type): Declare.
3081 * language.c (_initialize_language, language_gdbarch_post_init)
3082 (struct language_gdbarch, language_gdbarch_data): Implement
3083 per-architecture language information.
3084 (unknown_language_arch_info, language_string_char_type)
3085 (language_lookup_primative_type_by_name): New functions.
3086 (unknown_language_defn, auto_language_defn)
3087 (local_language_defn): Set la_language_arch_info to
3088 unknown_language_arch_info.
3089 (unknown_builtin_types): Delete.
3090 * gdbtypes.c (lookup_primitive_typename): Use
3091 language_lookup_primative_type_by_name.
3092 (create_string_type): Use language_string_char_type.
3093 * values.c (value_from_string): Use language_string_char_type.
3094 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3095 * p-lang.c (pascal_language_defn): Ditto.
3096 * m2-lang.c (m2_language_defn): Ditto.
3097 * jv-lang.c (java_language_defn): Ditto.
3098 * objc-lang.c (objc_language_defn): Ditto.
3099 * f-lang.c (f_language_defn): Ditto.
3100 * c-lang.c (c_language_defn, cplus_language_defn)
3101 (asm_language_defn, minimal_language_defn): Ditto.
3102
3103 2004-07-27 Andrew Cagney <cagney@gnu.org>
3104
3105 * gdbtypes.h (struct builtin_type): Declare.
3106 (builtin_type): Declare.
3107 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3108 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3109 (gdbtypes_post_init): New function.
3110 (builtin_type): New function.
3111
3112 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3113
3114 * remote-m32r-sdi.c: Fix breakpoint bug.
3115 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3116 recv_char_data, recv_long_data): New functions to replace communication
3117 sequences.
3118
3119 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3120
3121 Document PR threads/1650.
3122 * PROBLEMS (Threads): Document problem with many threads
3123
3124 2004-07-26 Andrew Cagney <cagney@gnu.org>
3125
3126 * gdb-mi.el: Move from here ...
3127 * mi/gdb-mi.el: ... to here.
3128
3129 2004-07-26 Andrew Cagney <cagney@gnu.org>
3130
3131 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3132 * main.c (captured_main): When in batch mode always detach.
3133
3134 2004-07-26 Andrew Cagney <cagney@gnu.org>
3135
3136 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3137 and h8300 as broken.
3138 * NEWS: END-OF-LIFE frame compatibility module.
3139 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3140 specific comments.
3141
3142 2004-07-26 Andrew Cagney <cagney@gnu.org>
3143
3144 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3145 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3146 * wince.c (_initialize_wince): Update.
3147 * win32-nat.c (_initialize_win32_nat): Update.
3148 * varobj.c (_initialize_varobj): Update.
3149 * valops.c (_initialize_valops): Update.
3150 * utils.c (initialize_utils, initialize_utils): Update.
3151 * tui/tui-win.c (_initialize_tui_win): Update.
3152 * top.c (init_main): Update.
3153 * symfile.c (_initialize_symfile): Update.
3154 * source.c (_initialize_source): Update.
3155 * somsolib.c (_initialize_som_solib): Update.
3156 * solib.c (_initialize_solib): Update.
3157 * solib-frv.c (_initialize_frv_solib): Update.
3158 * serial.c (_initialize_serial): Update.
3159 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3160 * remote.c (_initialize_remote, _initialize_remote): Update.
3161 * remote-vx.c (_initialize_vx): Update.
3162 * remote-utils.c (_initialize_sr_support): Update.
3163 * remote-sds.c (_initialize_remote_sds): Update.
3164 * remote-mips.c (_initialize_remote_mips): Update.
3165 * remote-e7000.c (_initialize_remote_e7000): Update.
3166 * proc-api.c (_initialize_proc_api): Update.
3167 * printcmd.c: Update.
3168 * parse.c (_initialize_parse): Update.
3169 * pa64solib.c (_initialize_pa64_solib): Update.
3170 * p-valprint.c (_initialize_pascal_valprint): Update.
3171 * monitor.c (_initialize_remote_monitors): Update.
3172 * mips-tdep.c (_initialize_mips_tdep): Update.
3173 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3174 * maint.c (_initialize_maint_cmds): Update.
3175 * lin-lwp.c (_initialize_lin_lwp): Update.
3176 * language.c (_initialize_language): Update.
3177 * kod.c (_initialize_kod): Update.
3178 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3179 * i386-tdep.c (_initialize_i386_tdep): Update.
3180 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3181 * gdbarch.sh: Update.
3182 * gdbarch.c: Re-generate.
3183 * gdb-events.sh: Update.
3184 * gdb-events.c: Re-generate.
3185 * frame.c (_initialize_frame): Update.
3186 * exec.c: Update.
3187 * demangle.c (_initialize_demangler): Update.
3188 * dcache.c (_initialize_dcache): Update.
3189 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3190 * cp-valprint.c (_initialize_cp_valprint): Update.
3191 * corefile.c (_initialize_core): Update.
3192 * command.h: Update.
3193 * cli/cli-decode.h: Update.
3194 * cli/cli-cmds.c (init_cli_cmds): Update.
3195 * charset.c (_initialize_charset): Update.
3196 * breakpoint.c (_initialize_breakpoint): Update.
3197 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3198 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3199 * aix-thread.c (_initialize_aix_thread): Update.
3200
3201 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3202
3203 Partial fix for PR backtrace/1718.
3204 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3205 that GCC migrates into the prolugue. Don't handle any
3206 instructions that clobber %ebx.
3207
3208 2004-07-23 Andrew Cagney <cagney@gnu.org>
3209
3210 Use regcache_raw_collect instead of regcache_collect.
3211 * regcache.h (regcache_collect): Delete declaration.
3212 * regcache.c (regcache_colect): Delete function.
3213 * win32-nat.c (do_child_store_inferior_registers): Update.
3214 * sol-thread.c (sol_thread_store_registers): Update.
3215 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3216 * rs6000-nat.c (store_register): Update.
3217 * remote.c (store_register_using_P, remote_store_registers): Update.
3218 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3219 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3220 (fill_vrregset, store_spe_registers, fill_gregset)
3221 (fill_gregset): Update.
3222 * nto-procfs.c (procfs_store_registers): Update.
3223 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3224 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3225 * m68klinux-nat.c (store_register, fill_gregset): Update.
3226 * m68k-tdep.c (fill_gregset): Update.
3227 * infptrace.c (store_register): Update.
3228 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3229 * i386-linux-nat.c (store_register, fill_gregset): Update.
3230 * hppa-linux-nat.c (fill_gregset): Update.
3231 * go32-nat.c (store_register): Update.
3232 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3233 (store_fp_regs): Update.
3234 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3235 (store_nwfpe_extended, store_fpregister, store_fpregs)
3236 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3237 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3238 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3239 (store_regs_user_thread, store_regs_kernel_thread): Update.
3240
3241 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3242
3243 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3244 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3245 encoding.
3246 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3247 member of `struct comp_unit'.
3248
3249 2004-07-23 Andrew Cagney <cagney@gnu.org>
3250
3251 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3252 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3253
3254 2004-07-23 Martin Hunt <hunt@redhat.com>
3255 Kevin Buettner <kevinb@redhat.com>
3256
3257 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3258 alignment was being added to the offset instead of multiplied.
3259
3260 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3261
3262 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3263 changed signal trampoline in OpenBSD 3.5-current.
3264
3265 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3266 <machine/pcb.h> and "bsd-kvm.h".
3267 (sparc64nbsd_supply_pcb): New function.
3268 (_initialize_sparc64nbsd_nat): Renamed from
3269 _initialize_sparcnbsd_nat. Enable libkvm interface.
3270 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3271 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3272 (LOADLIBES): New variable.
3273
3274 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3275
3276 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3277
3278 2004-07-21 Andrew Cagney <cagney@gnu.org>
3279
3280 Use regcache_raw_supply instead of supply_register.
3281 * regcache.h (supply_register): Delete declaration.
3282 * regcache.c (supply_register): Delete function.
3283 * wince.c (do_child_fetch_inferior_registers): Update.
3284 * win32-nat.c (do_child_fetch_inferior_registers)
3285 (fetch_elf_core_registers): Update.
3286 * v850ice.c (v850ice_fetch_registers): Update.
3287 * thread-db.c (thread_db_store_registers): Update.
3288 * sol-thread.c (sol_thread_store_registers): Update.
3289 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3290 * rs6000-nat.c (fetch_register): Update.
3291 * rom68k-rom.c (rom68k_supply_one_register): Update.
3292 * remote.c (remote_wait, remote_async_wait): Update.
3293 * remote-st.c (get_hex_regs): Update.
3294 * remote-sim.c (gdbsim_fetch_register): Update.
3295 * remote-sds.c (sds_fetch_registers): Update.
3296 * remote-rdp.c (remote_rdp_fetch_register): Update.
3297 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3298 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3299 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3300 * remote-hms.c (init_hms_cmds): Update.
3301 * remote-est.c (init_est_cmds): Update.
3302 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3303 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3304 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3305 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3306 (fetch_register, supply_vrregset, supply_vrregset)
3307 (fetch_spe_registers): Update.
3308 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3309 * monitor.c (monitor_supply_register): Update.
3310 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3311 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3312 (mipsnbsd_supply_fpreg): Update.
3313 * mips-nat.c (fetch_inferior_registers)
3314 (fetch_core_registers): Update.
3315 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3316 (supply_fpregset, mips64_supply_gregset)
3317 (mips64_supply_fpregset): Update.
3318 * m68klinux-nat.c (fetch_register, supply_gregset)
3319 (supply_fpregset): Update.
3320 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3321 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3322 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3323 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3324 * infptrace.c (fetch_register): Update.
3325 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3326 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3327 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3328 (gnu_fetch_registers, gnu_store_registers): Update.
3329 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3330 * i386-linux-nat.c (fetch_register, supply_gregset)
3331 (dummy_sse_values): Update.
3332 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3333 * hppah-nat.c (fetch_register): Update.
3334 * hppa-linux-nat.c (fetch_register, supply_gregset)
3335 (supply_fpregset): Update.
3336 * go32-nat.c (fetch_register): Update.
3337 * dve3900-rom.c (fetch_bitmapped_register)
3338 (_initialize_r3900_rom): Update.
3339 * cris-tdep.c (supply_gregset): Update.
3340 * abug-rom.c (init_abug_cmds): Update.
3341 * core-aout.c (fetch_core_registers): Update.
3342 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3343 (fetch_register, fetch_fp_register): Update.
3344 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3345 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3346 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3347 * alphanbsd-tdep.c (fetch_core_registers): Update.
3348 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3349 * alpha-nat.c (fetch_osf_core_registers)
3350 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3351 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3352 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3353
3354 2004-07-21 Andrew Cagney <cagney@gnu.org>
3355
3356 * PROBLEMS: Mention breakpoints/1702.
3357 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3358 that is known to work.
3359
3360 2004-07-21 Andrew Cagney <cagney@gnu.org>
3361
3362 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3363 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3364 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3365 (handle_inferior_event): Wrap call to deprecated
3366 IGNORE_HELPER_CALL in #ifdef.
3367 * config/mips/tm-nbsd.h: Update.
3368
3369 2004-07-20 Jim Blandy <jimb@redhat.com>
3370
3371 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3372 bfd_mach_ppc has no segment registers.
3373
3374 Include PowerPC SPR numbers for special-purpose registers.
3375 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3376 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3377 new member in initializer.
3378 (S, S4, SN4, S64): New macros for defining special-purpose
3379 registers.
3380 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3381 registers_403, registers_403GC, registers_505, registers_860,
3382 registers_601, registers_602, registers_603, registers_604,
3383 registers_750, registers_e500): Use them.
3384
3385 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3386 replace references with expression used to initialize variable.
3387
3388 2004-07-20 Andrew Cagney <cagney@gnu.org>
3389
3390 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3391 read_memory_nobpt.
3392 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3393 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3394 (s390_sigtramp_frame_sniffer): Update.
3395 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3396 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3397 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3398 (mips32_fetch_instruction): Update.
3399 * mcore-tdep.c (get_insn): Update.
3400 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3401 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3402 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3403 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3404 (i386_linux_rt_sigtramp_start): Update.
3405 * i386-linux-nat.c (child_resume): Update.
3406 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3407 * hppa-linux-tdep.c (insns_match_pattern): Update.
3408 * gdbcore.h: Update.
3409 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3410 * frame.c (safe_frame_unwind_memory): Update.
3411 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3412 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3413 * alpha-tdep.c (alpha_read_insn): Update.
3414
3415 2004-07-20 Andrew Cagney <cagney@gnu.org>
3416
3417 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3418 containing both bytes and mask. Add "frame_type".
3419 * tramp-frame.c (tramp_frame_start): Update.
3420 (tramp_frame_prepend_unwinder): Update.
3421 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3422 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3423 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3424 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3425
3426 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3427
3428 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3429 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3430 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3431 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3432
3433 2004-07-17 Andrew Cagney <cagney@gnu.org>
3434
3435 * NEWS, PROBLEMS: Update for 6.2.
3436
3437 * README: Update to 6.2.
3438
3439 * utils.c (xvasprintf): Call xstrvprintf.
3440
3441 * parse.c: Update copyright.
3442 (null_post_parser): Eliminate ARGSUSED.
3443
3444 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3445 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3446 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3447
3448 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3449 * ppc-linux-nat.c: Use "Linux kernel".
3450 * hppa-linux-tdep.c: Use GNU/Linux.
3451 * hppa-linux-nat.c: Use GNU/Linux.
3452 * dwarfread.c: Add [sic] to use of Linux.
3453
3454 * hppa-linux-nat.c: Do not include <string.h>.
3455 (supply_fpregset): Remove "register" attribute.
3456
3457 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3458
3459 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3460
3461 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3462 * configure, config.in: Regenerated.
3463
3464 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3465 "bsd-kvm.h".
3466 (vaxbsd_supply_pcb): New function.
3467 (_initialize_vaxbsd_nat): New prototype and function.
3468 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3469 solib-sunos.o.
3470 (LOADLIBES): New variable.
3471 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3472 (LOADLIBES): New variable.
3473 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3474 (LOADLIBES): New variable.
3475 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3476
3477 2004-07-16 Andrew Cagney <cagney@gnu.org>
3478
3479 * defs.h (event_loop_p): Replace variable declaration with macro,
3480 always 1.
3481 * main.c (captured_main): Delete options "-async" and "-noasync".
3482 (event_loop_p): Delete variable.
3483 * NEWS: Mention that "-async" and "-noasync" were removed.
3484
3485 2004-07-16 Andrew Cagney <cagney@gnu.org>
3486
3487 * remote-m32r-sdi.c: Re-indent.
3488
3489 2004-07-16 Jim Blandy <jimb@redhat.com>
3490
3491 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3492 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3493 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3494 missing MPC823 SPRs.
3495 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3496 incorrect. (This was corrected in GDB's register name tables on
3497 2004-07-14.)
3498
3499 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3500 should be "esasrr" ("ESA Save and Restore Register").
3501
3502 2004-07-16 Andrew Cagney <cagney@gnu.org>
3503
3504 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3505 calls, no longer applicable. Update comments and rename parameter
3506 "step_frame" to "return_frame".
3507
3508 2004-07-16 Andrew Cagney <cagney@gnu.org>
3509
3510 * frame.c (fprint_field): New function.
3511 (fprint_frame_id): Use fprint_field.
3512
3513 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3514
3515 * ada-lang.c (ada_language_defn): Remove commented out code.
3516
3517 2004-07-15 Jim Blandy <jimb@redhat.com>
3518
3519 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3520 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3521
3522 2004-07-14 Jim Blandy <jimb@redhat.com>
3523
3524 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3525
3526 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3527
3528 * ppc-tdep.h (ppc_num_srs): New enum constant.
3529
3530 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3531 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3532 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3533 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3534 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3535 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3536 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3537 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3538 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3539 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3540 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3541 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3542 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3543 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3544 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3545 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3546 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3547 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3548 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3549 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3550 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3551 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3552 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3553 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3554 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3555 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3556 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3557 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3558 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3559 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3560 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3561 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3562 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3563 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3564 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3565 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3566 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3567 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3568 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3569 special-purpose register numbers.
3570
3571 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3572 manual mentions 'md_twb', but many mention 'm_twb', and at that
3573 point in the register list.)
3574
3575 2004-07-14 Andrew Cagney <cagney@gnu.org>
3576
3577 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3578 instead of "internal-error".
3579
3580 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3581
3582 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3583 that was inserted inside a comment.
3584
3585 2004-07-10 Randolph Chung <tausq@debian.org>
3586
3587 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3588 function.
3589 (hppa_hpux_push_dummy_code): New function.
3590 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3591 Set find_global_pointer method.
3592
3593 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3594
3595 * NEWS: Mention BSD libkvm interface.
3596
3597 2004-07-10 Michael Snyder <msnyder@redhat.com>
3598
3599 * symfile.c (generic_load): Comment typo.
3600 * stack.c (get_selected_block): Ditto.
3601 * regcache.c (regcache_cooked_read): Ditto.
3602 * monitor.c (monitor_debug): Ditto.
3603 * mips-tdep.c (mips_read_pc): Ditto.
3604 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3605 * gdb_mbuild.sh: Ditto.
3606 * gdbarch.sh: Ditto.
3607 * gdbarch.h: Ditto.
3608
3609 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3610
3611 * ada-tasks.c: Remove file.
3612
3613 Remove ARI problems:
3614
3615 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3616 beginning of line.
3617
3618 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3619 Add comment.
3620 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3621 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3622 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3623 (UMIN_OF_SIZE): Remove.
3624 (max_of_type): New function to replace orphan macro in gdbtypes.h
3625 (min_of_type): Ditto.
3626 (discrete_type_high_bound): Use max_of_type.
3627 (discrete_type_low_bound): Use min_of_type.
3628 (possible_user_operator_p): Move operator to beginning of line.
3629 (ada_is_variant_part): Ditto.
3630 (ensure_lval): Rewrite to avoid deprecated operations.
3631 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3632 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3633 (ada_enum_name): Remove assignments in 'if' statements.
3634 (build_ada_types): Add gdbarch parameter.
3635 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3636 with gdbarch_data_register_post_init.
3637 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3638 add_show_from_set.
3639
3640 * ada-valprint.c (inspect_it): Remove declaration.
3641 (repeat_count_threshold): Remove declaration.
3642 (ada_print_floating): Remove assignments in 'if' statements.
3643 (print_str): Move operator to beginning of line.
3644
3645 2004-07-08 Jim Blandy <jimb@redhat.com>
3646
3647 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3648
3649 2004-07-08 Bob Rossi <bob@brasko.net>
3650
3651 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3652
3653 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3654
3655 * language.h (struct_language_defn): Add new function pointer:
3656 la_class_name_from_physname. Also add new prototype for
3657 language_class_name_from_physname.
3658 * language.c (language_class_name_from_physname): New function.
3659 (unk_lang_class_name): Ditto.
3660 (unknown_language_defn, auto_language_defn): Change
3661 to add unk_lang_class_name function pointer for
3662 la_class_name_from_physname.
3663 (local_language_defn): Ditto.
3664 * dwarf2read.c (guess_structure_name): Change to call
3665 language_class_name_from_physname.
3666 (determine_class_name): Ditto.
3667 * cp-support.c (class_name_from_physname): Renamed.
3668 (cp_class_name_from_physname): New name of function.
3669 * cp-support.h: Ditto.
3670 * c-lang.c (c_language_defn): Change to add NULL
3671 for class_name_from_physname function pointer.
3672 (cplus_language_defn): Change to add cp_class_name_from_physname.
3673 * jv-lang.c (java_class_name_physname): New function.
3674 (java_find_last_component): New static routine.
3675 (java_language_defn): Add java_class_name_from_physname pointer.
3676 * ada-lang.c (ada_language_defn): Change to add NULL
3677 for class_name_from_physname function pointer.
3678 * f-lang.c (f_language_defn): Ditto.
3679 * m2-lang.c (m2_language_defn): Ditto.
3680 * objc-lang.c (objc_language_defn): Ditto.
3681 * p-lang.c (pascal_language_defn): Ditto.
3682 * scm-lang.c (scm_language_defn): Ditto.
3683
3684 2004-07-06 Andrew Cagney <cagney@gnu.org>
3685
3686 Patch from Bart Robinson.
3687 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3688 (O_LARGEFILE): Define to 0, if not defined.
3689
3690 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3691
3692 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3693 <machine/pcb.h> and "bsd-kvm.h".
3694 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3695 (m68kbsd_supply_pcb): New function.
3696 (_initialize_m68kbsd_nat): New prototype and function.
3697 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3698 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3699 (LOADLIBES): New variable.
3700 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3701 (LOADLIBES): New variable.
3702
3703 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3704
3705 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3706
3707 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3708 <sys/proc.h>.
3709 (bsd_kvm_cmdlist): New variable.
3710 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3711 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3712 command and "kvm proc" command.
3713 * Makefile.in (bsd-kvm.o): Update dependencies.
3714
3715 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3716
3717 * osabi.c: Update copyright year.
3718 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3719 notes if EI_OSABI is set to ELFOSABI_HPUX.
3720
3721 2004-07-01 Michael Snyder <msnyder@redhat.com>
3722
3723 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3724 that seems to have gotten whacked out of line.
3725
3726 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3727
3728 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3729 code.
3730
3731 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3732
3733 * ada-lang.c (decode_packed_array): Minor change to comment.
3734 (ada_value_slice_ptr): New function.
3735 (ada_value_slice): New function.
3736 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3737 test. Don't know why it is there.
3738 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3739 to avoid dereferencing huge arrays from which one is slicing.
3740 (empty_array): Correct to return an array rather than
3741 a subrange value.
3742 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3743 on empty arrays (let'em use 'FIRST instead).
3744
3745 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3746
3747 Address complaints from gdb_ari.sh:
3748
3749 * ada-exp.y: Include gdb_string.h rather than string.h.
3750 (convert_char_literal): Reformat declaration.
3751 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3752 * ada-lex.l: Change use of free to xfree (the macro would do so
3753 anyway, but this is harmless).
3754 Include gdb_string.h rather than string.h.
3755 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3756
3757 * ada-lang.c (parse): Remove K&Rism in parameter list.
3758 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3759
3760 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3761
3762 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3763 dead code.
3764
3765 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3766
3767 * alphabsd-nat.c: Update copyright year.
3768 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3769
3770 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3771
3772 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3773 (i386_cygwin_in_solib_call_trampoline): New function.
3774 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3775 and skip_trampoline_code gdbarch methods.
3776
3777 2004-06-29 Jim Blandy <jimb@redhat.com>
3778
3779 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3780 name actually used in the dependency lists.
3781
3782 2004-06-29 Randolph Chung <tausq@debian.org>
3783
3784 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3785
3786 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3787
3788 * win32-nat.c (child_pid_to_exec_file): New function.
3789 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3790 functionality.
3791
3792 2004-06-28 Andrew Cagney <cagney@gnu.org>
3793
3794 * defs.h (xstrvprintf): Declare.
3795 * utils.c (xstrvprintf): New function.
3796 (internal_vproblem, xstrprintf, xasprintf)
3797 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3798 * serial.c (serial_printf): Ditto.
3799 * complaints.c (vcomplaint): Ditto.
3800
3801 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3802
3803 * infcmd.c (attach_command): Move call to target_terminal_inferior
3804 behind loading symbol table.
3805
3806 2004-06-28 Andrew Cagney <cagney@gnu.org>
3807
3808 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3809 change - add back extern deprecated_ui_loop_hook declaration.
3810
3811 2004-06-28 Andrew Cagney <cagney@gnu.org>
3812
3813 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3814 xstrprintf.
3815 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3816 (c_value_of_variable): Ditto.
3817 * utils.c (internal_vproblem): Ditto.
3818 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3819 * remote.c (add_packet_config_cmd): Ditto.
3820 * remote-rdp.c (rdp_set_command_line): Ditto.
3821 * regcache.c (regcache_dump): Ditto.
3822 * frv-tdep.c (new_variant, new_variant): Ditto.
3823 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3824 (fbsd_find_memory_regions): Ditto.
3825 * breakpoint.c (create_thread_event_breakpoint)
3826 (create_breakpoints): Ditto.
3827 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3828 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3829
3830 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3831
3832 * ada-lang.c: Re-indent file, with some massaging to help indent
3833 a bit when the result is otherwise really too ugly.
3834
3835 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3836
3837 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3838 code_addr_p and special_addr_p to 'unsigned int'.
3839
3840 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3841
3842 * i386v4-nat.c: Update copyright year and tweak comment.
3843 (regmap): Remove trailing comma.
3844 (supply_gregset): Rename local variable i to regnum. Call
3845 regcache_raw_supply instead of supply_register.
3846 (fill_gregset): Rename argument regno to regnum. Call
3847 regcache_raw_collect instead of regcache_collect.
3848
3849 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3850
3851 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3852 and special_addr_p.
3853 (frame_id_build, frame_id_build_special): Update comments.
3854 (frame_id_build_wild): New prototype.
3855 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3856 struct frame_id fields.
3857 (frame_id_build_wild): New function.
3858 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3859
3860 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3861
3862 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3863 hppabsd-tdep.c.
3864
3865 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3866
3867 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3868
3869 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3870
3871 * ada-lang.c: Re-indent file.
3872
3873 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3874
3875 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3876 (no_symtab_msg): Likewise.
3877
3878 2004-06-27 Andreas Schwab <schwab@suse.de>
3879
3880 * source.c: Fix whitespace.
3881
3882 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3883
3884 * configure.in: Include <sys/param.h> for td_pcb test.
3885 * configure: Regenerated.
3886
3887 * i386nbsd-nat.c: New file.
3888 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3889 i386obsd-nat.c and i386obsd-tdep.c.
3890 (i386nbsd-nat.o): New dependency.
3891 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3892 bsd-kvm.o.
3893 (LOADLIBES): New variable.
3894 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3895 bsd-kvm.o.
3896 (LOADLIBES): New variable.
3897
3898 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3899 (LOADLIBES): New variable.
3900
3901 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3902 fetching from BSD_KVM_PADDR. Correctly lookup address for
3903 "_thread0".
3904
3905 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3906 "bsd-kvm.h".
3907 (amd64fbsd_supply_pcb): New funcion.
3908 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3909
3910 2004-06-27 <david@streamline-computing.com>
3911
3912 Partial fix for PR cli/1056.
3913 * valarith.c: Check for zero in division and remainder
3914 evaluation.
3915
3916 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3917
3918 * i387-tdep.c: Remove excessive whitespace.
3919
3920 2004-06-26 Andrew Cagney <cagney@gnu.org>
3921
3922 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3923 * gdb-events.h, gdb-events.c: Re-generate.
3924 * tui/tui-hooks.c (tui_install_hooks): Update.
3925 (tui_remove_hooks): Update.
3926 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3927
3928 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3929
3930 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3931 (gregset_t, fpregset_t): Remove typedefs.
3932 (REG_OFFSET): Rename argument.
3933 (amd64bsd_r_reg_offset): Rename from reg_offset.
3934 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3935 Remove functions.
3936 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3937 of reg_offset.
3938 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3939
3940 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3941
3942 * vax-tdep.c: Tweak comment.
3943
3944 Add OpenBSD/hppa support.
3945 * NEWS (New native configurations): Mention OpenBSD/hppa.
3946 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3947 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3948 files.
3949 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3950 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3951 * configure.host: Add hppa*-*-openbsd*.
3952 * configure.tgt: Add hppa*-*-openbsd*.
3953
3954 2004-06-25 Andrew Cagney <cagney@gnu.org>
3955
3956 * defs.h (deprecated_ui_loop_hook): Deprecated.
3957 * wince.c (child_wait): Update.
3958 * win32-nat.c (child_wait): Update.
3959 * v850ice.c (v850ice_wait): Update.
3960 * top.c (deprecated_ui_loop_hook): Update.
3961 * serial.h: Update.
3962 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3963 (do_unix_readchar): Update.
3964 * ser-tcp.c (net_open): Update.
3965 * remote-sim.c (gdb_os_poll_quit): Update.
3966 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3967
3968 2004-06-24 Andrew Cagney <cagney@gnu.org>
3969
3970 * defs.h (deprecated_pre_add_symbol_hook)
3971 (deprecated_post_add_symbol_hook): Deprecated.
3972 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3973 (symbol_file_add_with_addrs_or_offsets): Update references.
3974
3975 2004-06-24 Andrew Cagney <cagney@gnu.org>
3976
3977 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3978 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3979 * wince.c (ui_loop_hook): Delete extern declaration.
3980 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3981 * v850ice.c (ui_loop_hook): Delete extern declaration..
3982 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3983 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3984 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3985 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3986 ui_loop_hook declaration.
3987
3988 2004-06-24 Andrew Cagney <cagney@gnu.org>
3989
3990 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3991 entry_func_highpc fields.
3992 * objfiles.c (init_entry_point_info): Do not clear
3993 entry_func_lowpc and entry_func_highpc.
3994 (objfile_relocate): Do not relocate entry_func_lowpc and
3995 entry_func_highpc.
3996 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3997 entry_func_highpc.
3998 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3999 entry_func_highpc.
4000 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4001 entry_func_lowpc and entry_func_highpc with call to
4002 inside_entry_func.
4003
4004 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4005
4006 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4007 quad-precision floating point arguments in registers.
4008
4009 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4010
4011 From Michael Mueller <m.mueller99@kay-mueller.de>:
4012 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4013 account.
4014
4015 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4016
4017 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4018 to -1.
4019 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4020 untriggered watchpoints to a separate if clause. Update function
4021 comment regarding STOPPED_BY_WATCHPOINT argument.
4022
4023 2004-06-22 Jim Blandy <jimb@redhat.com>
4024
4025 * gdbarch.sh: Doc fix.
4026
4027 2004-06-21 Martin Hunt <hunt@redhat.com>
4028 Kevin Buettner <kevinb@redhat.com>
4029
4030 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4031 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4032 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4033 to set_gdbarch_sp_regnum(). Use cooked register number.
4034 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4035
4036 2004-06-21 Andrew Cagney <cagney@gnu.org>
4037
4038 * gdbarch.sh: When the macro field is empty, do not generate a
4039 macro definition. When the macro field is "=", generate the macro
4040 name from the upper-case function name.
4041 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4042 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4043 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4044 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4045 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4046 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4047 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4048 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4049 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4050 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4051 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4052 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4053 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4054 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4055 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4056 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4057 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4058 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4059 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4060 (DEPRECATED_USE_STRUCT_CONVENTION)
4061 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4062 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4063 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4064 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4065 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4066 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4067 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4068 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4069 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4070 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4071 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4072 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4073 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4074 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4075 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4076 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4077 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4078 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4079
4080 2004-06-21 Andrew Cagney <cagney@gnu.org>
4081
4082 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4083 macro name, and the function rather than macro value. Only wrap
4084 macro print statements in #ifdef. Move format logic to where it
4085 is needed.
4086 * gdbarch.c: Re-generate.
4087
4088 * gdbarch.sh (read): Delete "print_p" and "description", add
4089 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4090 Delete references to print_p.
4091 (TARGET_ARCHITECTURE): Delete print predicate.
4092 * gdbarch.c: Re-generate.
4093
4094 * gdbarch.sh: Check that multi-arch methods do not provide a
4095 macro.
4096 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4097 (print_registers_info, print_float_info, print_vector_info)
4098 (adjust_breakpoint_address, remote_translate_xfer_address)
4099 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4100 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4101 name from the multi-arch definition.
4102
4103 2004-06-20 Andrew Cagney <cagney@gnu.org>
4104
4105 * gdbarch.sh: Sort by the function, instead of macro name.
4106 * gdbarch.c: Re-generate.
4107
4108 2004-06-20 Andrew Cagney <cagney@gnu.org>
4109
4110 * gdbarch.sh: Use the function, instead of macro name in
4111 errors and the log file.
4112 (return_value): Remove stray ":" in spec.
4113
4114 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4115 * gdbarch.h, gdbarch.c: Re-generate.
4116 * Makefile.in (arch-utils.o): Update dependencies.
4117 * values.c (using_struct_return): Move code calling
4118 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4119 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4120 to legacy_return_value, simplify.
4121 * infcmd.c (print_return_value): Move code calling
4122 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4123 to legacy_return_value, simplify.
4124 * infcall.c (call_function_by_hand): Move code calling
4125 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4126 * arch-utils.c: Update copyright. Include "gdbcore.h".
4127 (legacy_return_value): New function.
4128 * arch-utils.h: Update copyright.
4129 (legacy_return_value): Declare.
4130
4131 2004-06-20 Andrew Cagney <cagney@gnu.org>
4132
4133 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4134 * gdbarch.h, gdbarch.c: Re-generate.
4135 * values.c (using_struct_return): Update call.
4136 * mcore-tdep.c: Update comment.
4137 * infcall.c (call_function_by_hand): Update comment.
4138 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4139 * arch-utils.h (always_use_struct_convention): Update.
4140 * v850-tdep.c (v850_gdbarch_init): Update.
4141 * sh64-tdep.c (sh64_gdbarch_init): Update.
4142 * sh-tdep.c (sh_gdbarch_init): Update.
4143 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4144 * mips-tdep.c (mips_gdbarch_init): Update.
4145 * mcore-tdep.c (mcore_gdbarch_init): Update.
4146 * m32r-tdep.c (m32r_gdbarch_init): Update.
4147 * ia64-tdep.c (ia64_gdbarch_init): Update.
4148 * h8300-tdep.c (h8300_gdbarch_init): Update.
4149 * frv-tdep.c (frv_gdbarch_init): Update.
4150 * cris-tdep.c (cris_gdbarch_init): Update.
4151 * arm-tdep.c (arm_gdbarch_init): Update.
4152 * alpha-tdep.c (alpha_gdbarch_init): Update.
4153
4154 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4155
4156 * PROBLEMS: Add more specific information, and a work-around,
4157 for PR gdb/1458.
4158
4159 2004-06-18 Andrew Cagney <cagney@gnu.org>
4160
4161 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4162 * gdbarch.h, gdbarch.c: Re-generate.
4163 * ada-lang.c (ada_finish_decode_line_1): Update.
4164 * infrun.c (handle_inferior_event): Update.
4165 * infcall.c (find_function_addr): Update.
4166 * linespec.c (minsym_found): Update.
4167 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4168 Update.
4169 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4170 * cli/cli-cmds.c (disassemble_command): Update.
4171 * vax-tdep.c (vax_gdbarch_init): Update.
4172
4173 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4174
4175 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4176
4177 2004-06-17 Andrew Cagney <cagney@gnu.org>
4178
4179 GDB 6.1.1 released from the GDB 6.1 branch.
4180 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4181 * PROBLEMS: Ditto.
4182
4183 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4184
4185 PR gdb/1658
4186 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4187 operation as a uleb128. Found by Michael Coulter.
4188
4189 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4190
4191 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4192 make it non-static.
4193 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4194 to ada-lang.h; this is needed to be able to implement the kill command
4195 in multi-task mode.
4196 (task_ptid): Ditto.
4197 (task_entry): Ditto.
4198 (task_list): Ditto.
4199 (ada_build_task_list): Ditto.
4200
4201 * ada-lang.c: Conditionalize routines and data structures related
4202 to breakpoints, exceptions, completion, and symbol caching on
4203 GNAT_GDB, since these are not yet used in the submitted public sources.
4204 (ada_main_name): Editorial: Move definition out of exception-related
4205 code.
4206
4207 2004-06-15 Andrew Cagney <cagney@gnu.org>
4208
4209 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4210 deprecated_pc_in_call_dummy.
4211
4212 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4213
4214 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4215 bfd_get_section_size_before_reloc or _raw_size.
4216 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4217 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4218 (dwarf2_read_section): Likewise.
4219 * elfread.c (elf_locate_sections): Likewise.
4220 * gcore.c (derive_heap_segment): Likewise.
4221 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4222 * remote-e7000.c (e7000_load): Likewise.
4223 * remote-m32r-sdi.c (m32r_load): Likewise.
4224 * remote-mips.c (mips_load_srec): Likewise.
4225 (pmon_load_fast): Likewise.
4226 * remote.c (compare_sections_command): Likewise.
4227 * symfile.c (add_section_size_callback): Likewise.
4228 (load_section_callback): Likewise.
4229 (pc_in_unmapped_range): Likewise.
4230 (pc_in_mapped_range): Likewise.
4231 (sections_overlap): Likewise.
4232 (list_overlays_command): Likewise.
4233 (simple_overlay_update_1): Likewise.
4234 (simple_overlay_update): Likewise.
4235 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4236 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4237
4238 2004-06-14 Randolph Chung <tausq@debian.org>
4239
4240 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4241 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4242 static.
4243 (hppa_hpux_inferior_created): New function.
4244 (hppa_hpux_init_abi): Register observer.
4245 * symfile.c (hp_cxx_exception_support_initialized)
4246 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4247 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4248
4249 2004-06-14 Randolph Chung <tausq@debian.org>
4250
4251 * MAINTAINERS (Write After Approval): Alphabetize my entry
4252 correctly.
4253
4254 2004-06-14 Andrew Cagney <cagney@gnu.org>
4255
4256 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4257 testsuite maintainer.
4258
4259 2004-06-13 Andrew Cagney <cagney@gnu.org>
4260
4261 * infcmd.c (print_return_value): Fix logic, allow
4262 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4263
4264 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4265 defining any macros.
4266 * gdbarch.h: Re-generate.
4267
4268 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4269 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4270 * gdbarch.h: Re-generate.
4271
4272 * values.c (generic_use_struct_convention): Don't check gcc_p.
4273
4274 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4275 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4276 * gdbarch.h, gdbarch.c: Regenerate.
4277 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4278 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4279 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4280 deprecated_max_register_raw_size and
4281 deprecated_max_register_virtual_size.
4282 * v850-tdep.c (v850_gdbarch_init): Ditto.
4283 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4284 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4285 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4286 * cris-tdep.c (cris_gdbarch_init): Ditto.
4287
4288 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4289 * gdbarch.h, gdbarch.c: Re-generate.
4290 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4291 (m68hc11_use_struct_convention): Delete function.
4292 (m68hc11_extract_struct_value_address): Delete function.
4293 (m68hc11_return_value): New function.
4294 (m68hc11_gdbarch_init): Instead of store_return_value,
4295 extract_return_value, return_value_on_stack,
4296 deprecated_extract_struct_value_address and use_struct_convention,
4297 set return_value.
4298 * values.c (using_struct_return): Do not call
4299 RETURN_VALUE_ON_STACK.
4300 * arch-utils.h (generic_return_value_on_stack_not): Delete
4301 declaration.
4302 * arch-utils.c (generic_return_value_on_stack_not): Delete
4303 function.
4304
4305 2004-06-12 Andrew Cagney <cagney@gnu.org>
4306
4307 * values.c (register_value_being_returned): Delete function.
4308 * infcmd.c (legacy_return_value): Delete function.
4309 * infcall.c (call_function_by_hand): Inline
4310 "register_value_being_returned", simplify.
4311 * values.c (using_struct_return): Update comment, refer to
4312 print_return_value instead of register_value_being_returned.
4313 * infcmd.c (print_return_value): Inline calls to
4314 register_value_being_returned and legacy_return_value. Simplify.
4315
4316 2004-06-11 Randolph Chung <tausq@debian.org>
4317
4318 * somread.c (som_symtab_read): Exclude gcc local symbols.
4319
4320 2004-06-11 Randolph Chung <tausq@debian.org>
4321
4322 * infrun.c (handle_inferior_event): Handle the case when a
4323 trampoline ends up in the runtime resolver, and if the trampoline
4324 has no name. Rearrange the code so that all the trampoline
4325 processing happens before other step-out-of-range handling.
4326
4327 2004-06-11 Martin Hunt <hunt@redhat.com>
4328
4329 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4330 has no fpu.
4331
4332 2004-06-10 Andrew Cagney <cagney@gnu.org>
4333
4334 * blockframe.c (legacy_inside_entry_func): Delete.
4335 (legacy_frame_chain_valid): Inline call to
4336 legacy_inside_entry_func, simplify.
4337
4338 2004-06-10 Bob Rossi <bob@brasko.net>
4339
4340 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4341 * dwarf2read.c (partial_die_info): Add dirname field.
4342 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4343 (read_partial_die): Save away DW_AT_comp_dir.
4344 * defs.h (symtab_to_filename): Removed.
4345 * source.c (find_and_open_source): Added.
4346 (open_source_file): Just calls find_and_open_source.
4347 (symtab_to_filename): Removed.
4348 (symtab_to_fullname, psymtab_to_fullname): Added.
4349 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4350 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4351 symtab_to_filename.
4352 * symtab.h (partial_symtab): Add dirname field.
4353 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4354 (mi_cmd_file_list_exec_source_file): Call new function
4355 symtab_to_fullname to find fullname.
4356 (mi_cmd_file_list_exec_source_files): Added.
4357 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4358 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4359
4360 2004-06-10 Andrew Cagney <cagney@gnu.org>
4361
4362 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4363 to generic_use_struct_convention, the default value.
4364
4365 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4366 of abort.
4367
4368 * ns32k-tdep.c (ns32k_push_arguments): New function.
4369 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4370 * infcall.c (call_function_by_hand): Call error instead of
4371 legacy_push_arguments.
4372 * value.h (legacy_push_arguments): Delete declaration.
4373 * valops.c (legacy_push_arguments): Delete function.
4374 (value_push): Delete function.
4375
4376 2004-06-10 Brian Ford <ford@vss.fsi.com>
4377
4378 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4379 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4380 info.
4381 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4382
4383 2004-06-10 Andrew Cagney <cagney@gnu.org>
4384
4385 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4386 * gdbarch.h, gdbarch.c: Re-generate.
4387 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4388 parameters.
4389 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4390 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4391 deprecated_pc_in_call_dummy instead of
4392 DEPRECATED_PC_IN_CALL_DUMMY.
4393 (arm_skip_prologue): Ditto.
4394 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4395 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4396 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4397 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4398 Ditto.
4399 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4400 (sh64_init_extra_frame_info, sh64_get_saved_register)
4401 (sh64_pop_frame): Ditto.
4402 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4403 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4404 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4405 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4406 (h8300_pop_frame): Ditto.
4407 * blockframe.c (legacy_inside_entry_func)
4408 (legacy_frame_chain_valid): Ditto.
4409 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4410 to deprecated_pc_in_call_dummy.
4411
4412 2004-06-09 Andrew Cagney <cagney@gnu.org>
4413
4414 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4415 provide a default value.
4416 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4417 * gdbarch.h, gdbarch.c: Re-generate.
4418 * arch-utils.c (generic_convert_register_p): Rename
4419 legacy_convert_register_p
4420 (legacy_register_to_value, legacy_value_to_register): Delete
4421 functions.
4422 * arch-utils.h (generic_convert_register_p): Rename
4423 legacy_convert_register_p.
4424 (legacy_register_to_value, legacy_value_to_register): Delete
4425 declarations.
4426
4427 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4428 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4429 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4430 * gdbarch.h, gdbarch.c: Re-generate.
4431 * infcmd.c (default_print_registers_info): Simplify.
4432 * findvar.c (value_of_register): Simplify.
4433 * mi/mi-main.c (get_register): Simplify.
4434 * arch-utils.c (legacy_convert_register_p): Always return 0.
4435 (legacy_register_to_value, legacy_value_to_register): Always call
4436 internal_error.
4437
4438 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4439 #ifdef CLEAR_INSN_CACHE code.
4440 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4441 Delete #ifdef CLEAR_DEFERRED_STORES code.
4442
4443 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4444
4445 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4446 copyright.
4447 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4448
4449 * config/mips/mipsv4.mh: Delete file.
4450
4451 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4452 unreferenced macro.
4453 (hpread_adjust_stack_address): Delete declaration.
4454
4455 2004-06-08 Andrew Cagney <cagney@gnu.org>
4456
4457 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4458 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4459 PTRACE_ATTACH / PTRACE_DETACH available call error.
4460 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4461 * infttrace.c (update_thread_state_after_attach, attach, detach):
4462 Remove #ifdef wrappers.
4463 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4464 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4465 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4466 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4467 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4468 * config/nm-linux.h (ATTACH_DETACH): Delete.
4469 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4470 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4471 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4472 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4473 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4474
4475 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4476
4477 * configure.in: Set $configdir to the right OS specific value.
4478 Use value when setting $tcldir and $tkdir.
4479 * configure: Regenerate.
4480
4481 2004-06-06 Paul Brook <paul@codesourcery.com>
4482
4483 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4484 records.
4485
4486 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4487
4488 * ada-lang.c (lookup_symbol_in_language): New function to allow
4489 re-use of another language's symbol lookup code. (Placed here
4490 temporarily while Ada support is being integrated into the public
4491 tree).
4492 (restore_language): New auxiliary function for
4493 lookup_symbol_in_language.
4494 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4495 temporarily while Ada support is being integrated into the public
4496 tree).
4497
4498 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4499
4500 * Makefile.in (check//%): New.
4501
4502 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4503 (mn10300_store_return_value): Rewrite.
4504 (mn10300_type_align): New.
4505 (mn10300_use_struct_convention): Rewrite.
4506 (mn10300_return_value): New, using all of the above.
4507 (mn10300_pop_frame_regular): Add saved_regs_size.
4508 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4509
4510 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4511 regs if PC is on movm.
4512
4513 2004-06-07 Jim Blandy <jimb@redhat.com>
4514
4515 Add native Linux support for the PowerPC E500.
4516 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4517 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4518 all architectures except the E500.
4519 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4520 #definitions.
4521 (struct gdb_evrregset_t): New type.
4522 (have_ptrace_getsetevrregs): New variable.
4523 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4524 fetch_spe_registers): New functions.
4525 (fetch_register): Call fetch_spe_register as appropriate.
4526 Assert that we're only passed raw register numbers.
4527 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4528 Don't fetch gprs if they're pseudoregisters.
4529 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4530 store_spe_registers): New functions.
4531 (store_register): Call store_spe_register as appropriate.
4532 Assert that we're only passed raw register numbers.
4533 (store_ppc_registers): Call store_spe_registers as appropriate.
4534 Don't store gprs if they're pseudoregisters.
4535
4536 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4537
4538 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4539 struct if one exists, even if we are dealing with a zombie thread.
4540
4541 2004-06-07 Andrew Cagney <cagney@gnu.org>
4542
4543 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4544 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4545 Rename PC_REQUIRES_RUN_BEFORE_USE.
4546 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4547 #ifdef.
4548
4549 2004-06-07 Randolph Chung <tausq@debian.org>
4550
4551 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4552 unwinding after sp has been saved to the stack but before the end
4553 of the prologue, and after the fp has been modified but before it has
4554 been saved to the stack.
4555 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4556 Remove superfluous definitions.
4557 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4558
4559 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4560
4561 Committed by Randolph Chung.
4562 * hppa-linux-nat.c: Include the correct version of the header file
4563 depending on the kernel version.
4564
4565 2004-06-06 Randolph Chung <tausq@debian.org>
4566
4567 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4568 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4569
4570 2004-06-06 Randolph Chung <tausq@debian.org>
4571
4572 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4573 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4574 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4575 * hppa-tdep.c (hppa_symbol_address): New function definition.
4576 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4577
4578 2004-06-06 Randolph Chung <tausq@debian.org>
4579
4580 * hppa-tdep.h (struct value): Forward declaration.
4581 (gdbarch_tdep): Define tdep find_global_pointer method.
4582 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4583 associated with the function we are trying to call, and write it
4584 to the gp register.
4585 (hppa32_convert_from_funct_ptr_addr): New function.
4586 (hppa_find_global_pointer): New function.
4587 (hppa_gdbarch_init): Set default find_global_pointer method; set
4588 convert_from_func_ptr_addr method.
4589 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4590 (hppa_linux_init_abi): Set find_global_pointer method.
4591 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4592
4593 2004-06-06 Randolph Chung <tausq@debian.org>
4594
4595 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4596 to struct value *function.
4597 * gdbarch.c: Regenerate.
4598 * gdbarch.h: Likewise.
4599 * infcall.c (call_function_by_hand): Pass entire function value
4600 to push_dummy_call.
4601
4602 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4603 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4604 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4605 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4606 * arm-tdep.c (arm_push_dummy_call): Likewise.
4607 * avr-tdep.c (avr_push_dummy_call): Likewise.
4608 * cris-tdep.c (cris_push_dummy_call): Likewise.
4609 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4610 * frv-tdep.c (frv_push_dummy_call): Likewise.
4611 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4612 * hppa-tdep.c (hppa32_push_dummy_call)
4613 (hppa64_push_dummy_call): Likewise.
4614 * i386-tdep.c (i386_push_dummy_call): Likewise.
4615 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4616 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4617 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4618 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4619 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4620 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4621 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4622 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4623 (ppc64_sysv_abi_push_dummy_call): Likewise.
4624 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4625 (ppc64_sysv_abi_push_dummy_call): Likewise.
4626 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4627 * s390-tdep.c (s390_push_dummy_call): Likewise.
4628 * sh-tdep.c (sh_push_dummy_call_fpu)
4629 (sh_push_dummy_call_nofpu): Likewise.
4630 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4631 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4632 * vax-tdep.c (vax_push_dummy_call): Likewise.
4633
4634 2004-06-04 Jim Blandy <jimb@redhat.com>
4635
4636 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4637 gdbarch argument to register_size.
4638
4639 * rs6000-tdep.c (rs6000_store_return_value): Use
4640 regcache_cooked_write_part instead of
4641 deprecated_write_register_bytes.
4642 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4643 not gdbarch_deprecated_store_return_value.
4644
4645 * ppc-linux-nat.c (store_register, fetch_register): Remove
4646 incorrect assertions. Simplify and generalize handling of
4647 transfers whose sizes are not multiples of, or less than, sizeof
4648 (PTRACE_XFER_TYPE).
4649
4650 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4651
4652 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4653 as a new thread event.
4654 * thread-db.c (thread_get_info_callback): If the thread is a
4655 zombie, return TD_THR_ZOMBIE.
4656 (thread_from_lwp): If thread_get_info_callback returns
4657 TD_THR_ZOMBIE, check if the thread is still on the thread list
4658 and return a -1 ptid if not found.
4659 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4660 change the status to TARGET_WAITKIND_SPURIOUS.
4661
4662 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4663
4664 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4665 double values in little endian mode.
4666
4667 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4668
4669 Committed by Andrew Cagney.
4670 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4671 after last enum constant to avoid error from IBM C
4672 compiler.
4673
4674 2004-06-02 Jim Blandy <jimb@redhat.com>
4675
4676 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4677 to 'message', and make it local to the lone block that uses it.
4678
4679 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4680
4681 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4682
4683 * ada-exp.y: Update copyright notice.
4684 Include block.h.
4685
4686 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4687 SPECIAL_VARIABLE and unify the treatment of these cases.
4688
4689 (write_attribute_call0): Remove.
4690 (write_attribute_call1): Remove.
4691 (write_attribute_calln): Remove.
4692 (save_qualifier): Add missing semicolon.
4693
4694 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4695 temporarily disabled to allow compilation with FSF head version.
4696
4697 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4698 use individual operators (OP_*) for all attributes.
4699 (exp syntax): Use write_int.
4700 Handle STRING literals with OP_STRING.
4701 (variable syntax): Add limit parameter to calls to
4702 write_object_renaming.
4703
4704 (temp_parse_space): New definition to hold entities that need
4705 only live until the next call to ada_parse.
4706 (string_to_operator): Rename fields of ada_opname_table entries.
4707
4708 (write_var_from_sym): Record block.
4709 (write_var_from_name): Minor reformatting.
4710 Make sure saved name is properly encoded in the case of multiple
4711 matches, and set its language to Ada.
4712 Update comment.
4713 Modify to indicate unresolved name as symbol in the UNRESOLVED
4714 namespace, allocated in temp_parse_space.
4715 (write_int): New function.
4716
4717 (write_object_renaming): Add max_depth parameter to limit
4718 chains of object renamings.
4719 Handle case where root of renaming expression is itself a renaming.
4720 Use temp_parse_space for temporary name buffer.
4721 Handle renamings to dereferenced pointers (___XEXA suffices).
4722
4723 (ada_parse, yyerror, string_to_operator,
4724 write_var_from_sym, write_var_from_name, write_attribute_call0,
4725 write_attribute_call1, write_attribute_calln,
4726 write_object_renaming): Protoize.
4727
4728 (_initialize_ada_exp): New function.
4729
4730 * ada-lang.c: Update copyright notice.
4731 General terminology change to conform to GNAT compiler usage:
4732 mangle => encode, demangle => decode
4733 Include gdb_obstack.h.
4734 Include gdb_regex.h
4735 Include frame.h
4736 Include hashtab.h
4737 Include completer.h
4738 Include gdb_stat.h
4739 Include block.h
4740 Include infcall.h
4741
4742 (ADA_RETAIN_DOTS): Make sure this is defined.
4743 (TRUNCATION_TOWARDS_ZERO): Define.
4744 (struct string_vector): Define.
4745 (unresolved_names): Remove definition.
4746 (xnew_string_vector): New function.
4747 (string_vector_append): New function.
4748 (extract_string): Make static.
4749 (ada_unqualified_name): New function.
4750 (add_angle_brackets): New function.
4751 (function_name_from_pc): New function.
4752 (place_on_stack): Rename to ensure_lval.
4753
4754 (ensure_lval): Renamed from place_on_stack.
4755 Make identity on lvals.
4756 Update comment.
4757 (is_nonfunction): New interface.
4758 Only symbols in LOC_CONST class can be enumerals.
4759 (fill_in_ada_prototype): Remove; now independent of language.
4760 (add_defn_to_vec): Add obstack and symtab arguments.
4761 Use obstack to hold collected definitions.
4762 (num_defns_collected): New function.
4763 (defns_collected): New function.
4764 (ada_resolve_subexp): Rename to resolve_subexp.
4765 (resolve_subexp): Renamed from ada_resolve_subexp.
4766 (ada_op_name): Return non-const result.
4767 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4768 other purposes.
4769
4770 (to_fixed_array_type): Add declaration.
4771 (coerce_unspec_val_to_type): Remove offset parameter.
4772 (find_sal_from_funcs_and_line): New interface.
4773 (find_line_in_linetable): Ditto.
4774
4775 (all_sals_for_line): Rename to ada_sals_for_line and make
4776 global.
4777 Add new parameter. When set, do not ask the user to choose the
4778 instance, but use the first one found instead.
4779 Use given line number in returned sals.
4780 Fix comment.
4781 Skip the prologue if funfirstline is set.
4782 Correct for memory leak when 0 lines found.
4783
4784 (value_pos_atr): Use pos_atr.
4785 (pos_atr): New function.
4786 (standard_lookup): Add block parameter.
4787
4788 (makeTimeStart): Remove declaration and uses.
4789 (makeTimeStop): Remove declaration and uses.
4790
4791 (ada_completer_word_break_characters): Allow for VMS.
4792 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4793 (raise_sym_name): New constant.
4794 (raise_unhandled_sym_name): New constant.
4795 (raise_assert_sym_name): New constant.
4796 (process_raise_exception_name): New constant.
4797 (longest_exception_template): New constant.
4798 (warning_limit): New variable to limit warnings during expression
4799 evaluation.
4800 (warnings_issued): New variable to keep track of warnings issued.
4801 (known_runtime_file_name_patterns): New constant.
4802 (known_auxiliary_function_name_patterns): New constant.
4803 (symbol_list_obstack): New variable.
4804
4805 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4806 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4807 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4808 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4809 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4810 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4811 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4812 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4813 and strcmp.
4814
4815 (ada_get_field_index): New function.
4816 (lim_warning): New function.
4817 (ada_translate_error_message): New function.
4818 (MAX_OF_SIZE): New function.
4819 (MIN_OF_SIZE): New function.
4820 (UMAX_OF_SIZE): New function.
4821 (UMIN_OF_SIZE): New function.
4822 (discrete_type_high_bound): New function.
4823 (discrete_type_low_bound): New function.
4824 (base_type): New function.
4825 (do_command): Remove.
4826
4827 (ada_update_initial_language): Use language_ada, not language_unknown.
4828 (ada_encode): Renamed from ada_mangle.
4829 Obey ADA_RETAIN_DOTS.
4830 (ada_decode): Renamed from ada_demangle.
4831 Update coding conventions.
4832 (decoded_names_store): New hash table.
4833 (ada_decode_symbol): New function.
4834 (ada_la_decode): New function.
4835
4836 (modify_general_field): Correct computations of offset and bit
4837 position.
4838 (desc_base_type): Handle ref types, too.
4839 (ada_is_direct_array_type): New function.
4840
4841 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4842 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4843 (ada_is_bogus_array_descriptor,ada_type_of_array,
4844 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4845 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4846 ada_is_array_descriptor_type.
4847
4848 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4849 (ada_is_packed_array_type): Handle pointers or
4850 references to packed arrays as well.
4851 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4852 (decode_packed_array_type): Search for the packed array type
4853 symbol in the currently selected block and associated
4854 superblocks too.
4855 Use lookup_symbol again.
4856
4857 (decode_packed_array): Handle pointers and references.
4858 Update call to coerce_unspec_val_to_type.
4859 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4860 (ada_value_primitive_packed_val): Improve comment.
4861
4862 (ada_index_type): Substitute int type for "undefined".
4863 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4864 ada_array_langth, ada_is_string_type): Use renamed
4865 ada_is_simple_array_type.
4866 (empty_array): New function.
4867
4868 (ada_resolve): Rename to resolve.
4869 (resolve): Make static.
4870 Call renamed resolve_subexp.
4871 Update comment.
4872 (ada_resolve_subexp): Rename to resolve_subexp.
4873 (resolve_subexp): Update comment.
4874 Decomment disabled code.
4875 Add LOC_COMPUTED* cases.
4876 Modify to use temporary struct symbols (marked as being in
4877 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4878 OP_UNRESOLVED_VALUE.
4879 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4880 Add OP_STRING case.
4881 Remove OP_ARRAY.
4882 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4883 Use new ada_lookup_symbol_list interface.
4884 Use new ada_resolve_function interface.
4885 Remove OP_TYPE case.
4886
4887 (ada_args_match): Idiot proof against null actuals.
4888 Use intermediate variables to clarify.
4889 (ada_resolve_function): Update comment and interface.
4890 (mangled_ordered_before): Rename to encoded_ordered_before and
4891 update comment.
4892 (sort_choices): Update comment and interface.
4893 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4894 (user_select_syms): New interface.
4895 Use new sort_choices interface.
4896 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4897 (possible_user_operator_p): Idiot-proof against null values.
4898 (ada_simple_renamed_entity): Don't make cleanup; rely on
4899 caller to free result string.
4900 Remove const from return type.
4901 (make_array_descriptor): Rename uses of place_on_stack to
4902 ensure_lval.
4903 Make sure that arrays are on stack.
4904
4905 (HASH_SIZE): Define.
4906 (struct cache_entry): Define.
4907 (cache_space): Define.
4908 (cache): Define.
4909 (clear_ada_sym_cache): New function.
4910 (find_entry): New function.
4911 (lookup_cached_symbol): New function.
4912 (defn_vector_size): Define.
4913 (cache_symbol): New function.
4914 (defn_symbols): Remove.
4915
4916 (standard_lookup): Use lookup_symbol_in_language to get effect of
4917 C lookup.
4918 Cache results.
4919
4920 (symbol_completion_match): New function.
4921 (symbol_completion_add): New function.
4922 (ada_make_symbol_completion_list): New function.
4923
4924 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4925 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4926 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4927 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4928
4929 (ada_lookup_simple_minsym): New function.
4930 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4931
4932 (add_symbols_from_enclosing_procs): New interface.
4933 Conditionalize more helpfully.
4934 Don't bother if program isn't running.
4935 Use new interface to get_frame_block.
4936 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4937
4938 (remove_extra_symbols): New interface.
4939 (xget_renaming_scope): New function.
4940 (is_package_name): New function.
4941 (renaming_is_visible): New function.
4942 (remove_out_of_scope_renamings): New function.
4943
4944 (ada_lookup_symbol_list): New interface.
4945 Properly reinitialize the symbol list obstack.
4946 Don't call add_symbols_from_enclosing_procs if we start from a
4947 static or global block.
4948 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4949 add_symbols_from_enclosing_procs.
4950 Add symtab data to cached entries.
4951 Handle symbols prefixed with
4952 "standard__" specially; strip prefix and don't look in local symbols.
4953 Do not include out of scope renaming symbols in list of
4954 symbols returned.
4955 Add const to block parameter.
4956 Move check for non-local, non-global symbols earlier.
4957 Remove timing stuff.
4958 (ada_lookup_symbol): New interface.
4959 Find symtab as well.
4960 (ada_lookup_symbol_nonlocal): New function.
4961
4962 (is_name_suffix): Enhance suffix detection to recognize
4963 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4964 (is_dot_digits_suffix): New function.
4965 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4966
4967 (ada_add_block_symbols): New interface. Use obstack to return results
4968 in a vector of struct ada_symbol_infos. Add symtab argument.
4969 Use new interface to add_defn_to_vec.
4970 Remove calls to fill_in_ada_prototype.
4971 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4972
4973 (ada_finish_decode_line_1): Add const qualification to local to fix
4974 warning.
4975 Start looking in static block for functions to avoid attempts
4976 to search frame chain for up-level variables.
4977 Adapt to new ada_sals_for_line interface.
4978 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4979 Handle quoting of the function name inside the spec string.
4980 Skip prologue when funfirstline is set and update the
4981 function documentation to that effect.
4982
4983 (debug_print_lines, debug_print_block, debug_print_blocks,
4984 debug_print_symtab): Remove.
4985
4986 (ada_main_name): New function.
4987 (ada_exception_breakpoint_type): New function.
4988 (is_known_support_routine): New function.
4989 (ada_find_printable_frame): Renamed from find_printable_frame and made
4990 global.
4991 Remove level parameter.
4992 Use new interface to select_frame.
4993
4994 (begin_command): Remove.
4995 (ada_adjust_exception_stop): New function.
4996 (ada_print_exception_stop): New function.
4997 (exception_name_from_cond): New function.
4998 (ada_report_exception_break): Replace disabled code with
4999 conditionalization on GNAT_GDB.
5000 Get the exception name from the condition string.
5001 Remove and move functionality into new functions
5002 ada_print_exception_breakpoint_task and
5003 ada_print_exception_breakpoint_nontask.
5004 (error_breakpoint_runtime_sym_not_found): New function.
5005 (is_runtime_sym_defined): New function.
5006 (ada_breakpoint_rewrite): Uncomment suppressed code.
5007 Use symbolic error-message and runtime-symbol names.
5008 Surround runtime symbol names in quotes.
5009 Allow non-specific breakpoints on exceptions and assertions before
5010 program starts.
5011
5012 (ada_is_tagged_type): Add parameter.
5013 (ada_is_tag_type): New function.
5014 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5015 (ada_variant_discrim_type): Ditto.
5016 (value_tag_from_contents_and_address): New function.
5017 (type_from_tag): New function.
5018 (struct tag_args): New structure used to communicate with
5019 ada_tag_name_1.
5020 (ada_tag_name_1): New function.
5021 (ada_tag_name): New function.
5022
5023 (ada_scan_number): Update comment.
5024 (find_struct_field): New function.
5025 (ada_search_struct_field): Make static.
5026 (ada_value_struct_elt): New version that returns references when
5027 given pointers or references to structs.
5028 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5029 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5030 interface.
5031 (ada_value_ind): Use new ada_to_fixed_value interface.
5032 (ada_coerce_ref): Ditto.
5033 (field_offset): Remove.
5034
5035 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5036 (ada_find_renaming_symbol): New function.
5037 (ada_prefer_type): Prefer named types over unnamed ones.
5038 (variant_field_index): New function.
5039 (contains_variant_part): Removed: subsumed by variant_field_index.
5040 (ada_template_to_fixed_record_type): New function, mostly from
5041 template_to_fixed_record_type.
5042 (template_to_fixed_record_type):
5043 Do not scan the type fields beyond the last one; prevents a
5044 potential SEGV.
5045 Handle case where variant field is listed BEFORE discriminant it
5046 depends on.
5047 Fix calculation of record length when bit length is
5048 not evenly divisible by char length.
5049 Move code to ada_template_to_fixed_record_type and call it.
5050
5051 (template_to_static_fixed_type): Revise comment.
5052 Modify to work on ordinary record types as well as templates,
5053 so as to handle fields that use ___XVE or ___XVU encodings.
5054 (to_record_with_fixed_variant_part): Fill out comment.
5055 Initialize C++ stuff in right type.
5056 Allow case where DVAL is null.
5057 Handle case where variant field is not last.
5058 Fix typo concerning record length.
5059 (to_fixed_record_type): Decomment disabled code.
5060 (to_fixed_record_type): Use variant_field_index instead of
5061 contains_variant_part.
5062 (to_fixed_variant_branch_type): Ditto.
5063 (to_fixed_array_type): Decomment disabled code.
5064 (ada_to_fixed_type): Convert tagged types to the specific type.
5065 Deactivate the size-check for array types in order to avoid
5066 some false size alarms.
5067 (to_static_fixed_type): Decomment disabled code.
5068 Modify to call template_to_static_fixed_type
5069 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5070 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5071 Remove valaddr argument, as it is never really used.
5072 (ada_to_fixed_value): Change interface to act on single struct value*
5073 operand.
5074 (adjust_pc_past_prologue): New function.
5075 (ada_attribute_name): Modify to take enum exp_opcode argument.
5076
5077 (ada_enum_name): Recognize new homonym-distinguishing convention.
5078 Adjust local variable's type to remove compiler warning.
5079 Fix a small problem in the part that unqualifies the enumeration name.
5080 (ada_value_binop): New function.
5081 (ada_value_equal): New function.
5082
5083 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5084 Don't give error message when not doing normal evaluation
5085 and a tagged type doesn't seem to contain a structure member.
5086 Give error message for packed arrays.
5087 For indexing arrays, handle pointers to packed arrays correctly.
5088 Handle case of 'first and 'last attributes of bare integral type
5089 without encoded subtype info.
5090 Remove some unnecessary casts.
5091 Fix uninitialized value of type in computing 'first, 'last, or 'length
5092 of array object.
5093 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5094 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5095 calls.
5096 Attributes are now exp_opcode values.
5097 Correct treatment of 'modulus.
5098 Better error message for taking 'length of wrong kind of type;
5099 improve comment.
5100 Change EVAL_NORMAL to noside for consistency.
5101 Use ada_value_binop for DIV, MOD, REM.
5102 Make special case out of array of length 0, since an argument
5103 of 0 upsets some platforms' malloc.
5104 Use OP_STRING instead of OP_ARRAY.
5105 For slice, add check that we have an array type before extracting
5106 a slice out of it. Avoids a SEGV.
5107 When evaluating an array slice, if the array type is a reference to
5108 an aligner type, then replace the aligner type by the actual type.
5109 Decomment disabled code.
5110 Remove some dead code.
5111 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5112 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5113 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5114 and UNOP_MBR to UNOP_IN_RANGE.
5115 If an array type has a parallel ___XVE type, then use it.
5116 Turn arrays into pointers for lvalue arrays.
5117 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5118 bounds error and handle 0-length slices.
5119 Use lim_warning.
5120 When selecting fields, apply ada_to_fixed_value (because the fields
5121 might have ___XVU or ___XVE encodings even if not dynamic.)
5122 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5123 (ada_is_system_address_type): New function.
5124
5125 (get_var_value): Use new interface to ada_lookup_symbol_list.
5126 (get_int_var_value): New interface.
5127 (to_fixed_range_type): Allow unknown bound, with warning.
5128 (ada_is_modular_type): Decomment disabled code.
5129 (ADA_OPERATORS): New definition.
5130 (ada_operator_length): New function.
5131 (ada_expr_op_name): New function.
5132 (ada_forward_operator_length): New function.
5133 (ada_dump_subexp_body): New function.
5134 (ada_print_subexp): New function.
5135 (ada_exp_descriptor): New constant.
5136 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5137 (ada_language_defn): Add ada_exp_descriptor entry.
5138 Change ada_parse => parse.
5139 Add post-parser entry.
5140 Use ada-specific non-local symbol lookup.
5141 Don't use C-style arrays.
5142 String lower-bound is 1.
5143 Decomment disabled code.
5144 (parse): New function.
5145 New fields ada_translate_error_message, ada_lookup_symbol,
5146 ada_lookup_minimal_symbol.
5147
5148 * ada-lang.h: Update copyright dates.
5149 Replace the mangle/demangle terminology throughout by the
5150 more appropriate encode/decode one.
5151 Include breakpoint.h.
5152 Forward declare struct partial_symbol, struct block.
5153 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5154 (EXTRACT_ADDRESS): Remove.
5155 (EXTRACT_INT): Remove.
5156 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5157 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5158 (MAX_RENAMING_CHAIN_LENGTH): Define.
5159 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5160
5161 (enum task_states): Remove.
5162 ada_task_states: Remove.
5163 (fat_string): Remove.
5164 (struct entry_call): Remove.
5165 (struct task_fields): Remove.
5166 (struct task_entry): Remove.
5167
5168 (struct ada_symbol_info): Define.
5169 (enum ada_attribute): Remove.
5170 (enum ada_operator): Define.
5171
5172 (ada_get_field_index): Declare.
5173 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5174 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5175 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5176 (ada_lookup_symbol_list): New interface.
5177 (ada_decode_symbol): Declare.
5178 (ada_decode): Declare.
5179 (ada_lookup_symbol): New interface.
5180 (ada_update_initial_language): Declare.
5181 (ada_lookup_simple_minsym): Declare.
5182 (user_select_syms): New interface.
5183 (ada_sals_for_line): Declare.
5184 (ada_is_tagged_type): New interface.
5185 (ada_tag_name): Declare.
5186 (ada_lookup_struct_elt_type): Remove declaration.
5187 (ada_search_struct_field): Remove declaration.
5188 (ada_attribute_name): New interface.
5189 (ada_is_system_address_type): Declare.
5190 (ada_to_fixed_value): Remove declaration.
5191 (ada_template_to_fixed_record_type_1): Declare.
5192 (get_int_var_value): New interface.
5193 (ada_find_any_symbol): Declare.
5194 (ada_find_renaming_symbol): Declare.
5195 (ada_mangle): Rename to ada_encode.
5196 (ada_simple_renamed_entity): Remove const.
5197 (ada_main_name): Declare.
5198 (get_current_task): Rename to ada_get_current_task.
5199 (get_entry_number): Remove declaration.
5200 (ada_report_exception_break): Remove declaration.
5201 (ada_print_exception_breakpoint_nontask): Declare.
5202 (ada_print_exception_breakpoint_task): Declare.
5203 (ada_find_printable_frame): Declare.
5204
5205 * ada-lex.l: Update copyright notices.
5206 Use xmalloc and xfree instead of malloc and free.
5207 Use new interface to name_lookup.
5208 Use new interface to
5209 ada_mangle=>ada_encode.
5210 Redo handling of '$...' variable to parallel current treatment
5211 in c-exp.y.
5212 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5213 digit_to_int, strtoulst, processInt, processReal, processId,
5214 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5215 yywrap): Protoize.
5216
5217 (processInt): Use cast to remove harmless warning.
5218 (processReal): Modify to get rid of compiler warning on scan formats.
5219
5220 (processId): Replace xmalloc with obstack_alloc for name and remove
5221 call to ada_name_string_cleanup.
5222 Remove obsolete disabled code.
5223 (name_lookup): Ditto.
5224 New interface.
5225 Use obsavestring on temp_parse_space instead of savestring
5226 on name, and remove call to ada_name_string_cleanup.
5227 Free string returned from ada_simple_renamed_entity.
5228 Use new interface to ada_lookup_symbol_list.
5229 Decomment disabled code.
5230 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5231 not types.
5232 When a type name lookup succeeds as a result of
5233 lookup_primitive_typename, check for regular type entry that has not
5234 yet been read in.
5235 Limit length of chain of renamed symbols we are willing to follow.
5236 Do not break names beginning with "standard__" into segments.
5237 (block_lookup): Use new interface to ada_lookup_symbol_list.
5238
5239 * ada-typeprint.c: Update copyright notice.
5240 (demangled_type_name): Rename to decoded_type_name.
5241 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5242 (print_range_bound): Correct handling of negative
5243 bounds that make the index type looked unsigned under STABS.
5244 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5245 (print_range_type_named): Use the builtin int type if no type
5246 corresponding to the given type name could be found.
5247 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5248 Add some bullet-proofing.
5249 (print_variant_clauses): Allow for variant branches with ___XVU
5250 encodings that are not dynamic fields.
5251 Use new interface to ada_is_tagged_type.
5252 (print_record_type): Allow for fields with ___XVE encodings that
5253 are not dynamic fields.
5254 Use new interface to ada_is_tagged_type.
5255 (ada_print_type): ada_is_array_descriptor =>
5256 ada_is_array_descriptor_type.
5257
5258 * ada-valprint.c: Update copyright notice.
5259 Include gdb_string.h
5260 Include infcall.h
5261 (ui_memcpy): New function.
5262 (ada_print_floating): New function.
5263 (ada_print_str): Order arguments correctly.
5264 Correct handling of empty arrays and arrays of 0-length items.
5265 ada_is_array_descriptor => ada_is_array_descriptor_type
5266 Print values of type System.Address in hexadecimal format.
5267 Use ada_print_floating to print floating-point numbers in Ada format.
5268 Print class tag values with type names.
5269 No longer print the address of reference values. Avoids
5270 a potential confusion.
5271 (ada_value_print): Stop printing the object type for reference
5272 values, but preserve that behavior for access types. Avoids
5273 a potential confusion.
5274 Simplify one conditional expression, as the first part is now
5275 necessarily true.
5276 ada_is_array_descriptor => ada_is_array_descriptor_type
5277 Add check for arrays for null records, and print them by hand.
5278
5279 2004-06-01 Jim Blandy <jimb@redhat.com>
5280
5281 * ppc-tdep.h: Delete unused 'regoff' member.
5282 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5283
5284 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5285
5286 Fix PR symtab/1661.
5287 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5288 (hpread_read_struct_type): Likewise.
5289
5290 2004-06-01 Andrew Cagney <cagney@gnu.org>
5291
5292 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5293 instead of xasprintf.
5294 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5295 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5296 (mi_cmd_data_list_register_names)
5297 (mi_cmd_data_list_changed_registers)
5298 (mi_cmd_data_list_register_values)
5299 (get_register, mi_cmd_data_write_register_values)
5300 (mi_cmd_data_write_register_values)
5301 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5302 (mi_cmd_target_download, mi_cmd_target_select)
5303 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5304 (mi_execute_cli_command, mi_execute_async_cli_command)
5305 (mi_execute_async_cli_command): Ditto.
5306 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5307 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5308
5309 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5310 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5311 error_last_message instead of mi_error_last_message.
5312 * mi/mi-main.c (mi_error_last_message): Delete function.
5313
5314 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5315 "invalid number of columns" error. Delete redundant "out of
5316 memory" check.
5317
5318 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5319
5320 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5321 (gregset_t, fpregset_t): Remove typedefs.
5322 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5323 (REG_OFFSET): Rename argument.
5324 (i386bsd_r_reg_offset): Rename from reg_offset.
5325 (REG_ADDR): Remove macro.
5326 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5327 functions.
5328 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5329 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5330 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5331 instead of supply_gregset.
5332 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5333 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5334 instead of fill_gregset.
5335 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5336
5337 * i386bsd-nat.c: Don't include "gregset.h".
5338 (supply_gregset, fill_gregset): Make static.
5339 (supply_fpregset, fill_fpregset): Remove.
5340 * Makefile.in (i386bsd-nat.o): Update dependencies.
5341
5342 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5343
5344 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5345 "gdb_assert.h". Con't include "gregset.h".
5346 (fbsd_make_corefile_notes): Use regset-based core file support
5347 instead off fill_gregset and fill_fpregset.
5348 * Makefile.in (fbsd-proc.o): Update dependencies.
5349
5350 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5351 instructions.
5352 (m88k_frame_prev_register): Simplify code a bit.
5353
5354 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5355 (amd64_collect_fpregset): New function.
5356 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5357
5358 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5359
5360 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5361 (i386_collect_gregset): New function.
5362 (i386_supply_fpregset): Adjust comment.
5363 (i386_collect_fpregset): New function.
5364 (i386_regset_from_core_section): Use i386_collect_gregset and
5365 i386_collect_fpregset.
5366
5367 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5368 handle VALUEP being null.
5369
5370 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5371
5372 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5373
5374 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5375
5376 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5377 assembler in OpenBSD 3.5-current.
5378 (amd64obsd_sigcontext_addr): Likewise.
5379
5380 2004-05-28 Jim Blandy <jimb@redhat.com>
5381
5382 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5383 register set, so our regcache isn't declared "legacy" and our E500
5384 pseudoregister read and write functions aren't ignored.
5385 (rs6000_register_byte, rs6000_register_raw_size,
5386 rs6000_register_virtual_type, rs6000_register_convertible,
5387 rs6000_register_convert_to_virtual,
5388 rs6000_register_convert_to_raw): Deleted.
5389 (rs6000_register_type, rs6000_convert_register_p,
5390 rs6000_register_to_value, rs6000_value_to_register): New
5391 functions.
5392 (rs6000_gdbarch_init): Don't register
5393 gdbarch_deprecated_register_size,
5394 gdbarch_deprecated_register_bytes,
5395 gdbarch_deprecated_register_byte,
5396 gdbarch_deprecated_register_raw_size,
5397 gdbarch_deprecated_register_virtual_type,
5398 gdbarch_deprecated_register_convertible,
5399 gdbarch_deprecated_register_convert_to_virtual, or
5400 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5401 register gdbarch_register_type, gdbarch_convert_register_p,
5402 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5403
5404 2004-05-26 Jim Blandy <jimb@redhat.com>
5405
5406 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5407 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5408 functions, updated to match the register numberings used in GCC.
5409 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5410 rs6000_dwarf2_reg_to_regnum as register number conversions
5411 functions for STABS and Dwarf2.
5412
5413 2004-05-26 Randolph Chung <tausq@debian.org>
5414
5415 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5416 in header file.
5417
5418 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5419
5420 * NEWS: Document new "start" command.
5421
5422 2004-05-25 Randolph Chung <tausq@debian.org>
5423
5424 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5425 hppa-linux.
5426
5427 2004-05-25 Randolph Chung <tausq@debian.org>
5428
5429 * hppa-hpux-tdep.c (offsetof): Define.
5430 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5431 (hppa32_hpux_frame_base_before_sigtramp)
5432 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5433 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5434 (hppa64_hpux_frame_base_before_sigtramp)
5435 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5436 functions.
5437 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5438 (hppa_hpux_sigtramp_frame_unwind_cache)
5439 (hppa_hpux_sigtramp_frame_this_id)
5440 (hppa_hpux_sigtramp_frame_prev_register)
5441 (hppa_hpux_sigtramp_frame_unwind)
5442 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5443 (hppa_hpux_init_abi): Register sigtramp unwinder.
5444 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5445
5446 2004-05-25 Randolph Chung <tausq@debian.org>
5447
5448 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5449 and multiple stack unwinds.
5450 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5451
5452 2004-05-25 Andrew Cagney <cagney@gnu.org>
5453
5454 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5455 * symfile-mem.h: Delete file.
5456 * symfile-mem.c: Do not include "symfile-mem.h".
5457 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5458 "struct bfd_section". When an error do not bother returning NULL.
5459 (add_symbol_file_from_memory_command): Use "struct bfd" and
5460 "struct bfd_section".
5461 * Makefile.in (symfile_mem_h): Delete.
5462 (symfile-mem.o): Update dependencies.
5463
5464 2004-05-25 Nick Roberts <nickrob@gnu.org>
5465
5466 * gdb-mi.el: New file.
5467
5468 2004-05-25 Andrew Cagney <cagney@gnu.org>
5469
5470 * inftarg.c: Include "observer.h".
5471 (child_attach, child_create_inferior): Notify inferior_created.
5472 * corelow.c: Include "observer.h".
5473 (core_open): Notify inferior_created.
5474 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5475
5476 2004-05-25 Andrew Cagney <cagney@gnu.org>
5477
5478 * target.h (struct target_ops): Add from_tty to
5479 to_create_inferior.
5480 (target_create_inferior, find_default_create_inferior): Update.
5481 * infcmd.c (run_command): Update.
5482 * wince.c (child_create_inferior): Update.
5483 * win32-nat.c (child_create_inferior): Update.
5484 * uw-thread.c (uw_thread_create_inferior): Update.
5485 * thread-db.c (thread_db_create_inferior): Update.
5486 * target.c (debug_to_create_inferior)
5487 (find_default_create_inferior): Update.
5488 (maybe_kill_then_create_inferior): Update.
5489 * sol-thread.c (sol_thread_create_inferior): Update.
5490 * remote.c (extended_remote_async_create_inferior)
5491 (extended_remote_create_inferior): Update.
5492 * remote-vx.c (vx_create_inferior): Update.
5493 * remote-st.c (st2000_create_inferior): Update.
5494 * remote-sim.c (gdbsim_create_inferior): Update.
5495 * remote-sds.c (sds_create_inferior): Update.
5496 * remote-rdp.c (remote_rdp_create_inferior): Update.
5497 * remote-rdi.c (arm_rdi_create_inferior): Update.
5498 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5499 * remote-e7000.c (e7000_create_inferior): Update.
5500 * procfs.c (procfs_create_inferior): Update.
5501 * ocd.c (ocd_create_inferior): Update.
5502 * ocd.h (ocd_create_inferior): Update.
5503 * nto-procfs.c (procfs_create_inferior): Update.
5504 * monitor.c (monitor_create_inferior): Update.
5505 * lin-lwp.c (lin_lwp_create_inferior): Update.
5506 * inftarg.c (child_create_inferior): Update.
5507 * hpux-thread.c (hpux_thread_create_inferior): Update.
5508 * gnu-nat.c (gnu_create_inferior): Update.
5509
5510 2004-05-25 Andrew Cagney <cagney@gnu.com>
5511
5512 * MAINTAINERS: Update e-mail address.
5513
5514 2004-05-24 Randolph Chung <tausq@debian.org>
5515
5516 * thread.c (info_threads_command, thread_apply_all_command)
5517 (thread_apply_command, thread_command, do_captured_thread_select):
5518 Remove HPUXHPPA-specific code.
5519
5520 2004-05-24 Randolph Chung <tausq@debian.org>
5521
5522 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5523 unused symbols.
5524 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5525 references.
5526
5527 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5528
5529 * infcmd.c (kill_if_already_running): New function, extracted
5530 from run_command().
5531 (run_command): Replace extracted code by call to
5532 kill_if_already_running().
5533 (start_command): New function.
5534 (_initialize_infcmd): Add "start" command.
5535
5536 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5537
5538 Add OpenBSD/m88k support.
5539 * NEWS (New native configurations): Mention OpenBSD/m88k.
5540 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5541 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5542 * Makefile.in (m88k_tdep_h): New variable.
5543 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5544 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5545 * configure.host: Add m88*-*-openbsd*.
5546 * configure.tgt: Add m88*-*-openbsd*.
5547
5548 2004-05-24 Jim Blandy <jimb@redhat.com>
5549
5550 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5551 to approve changes.
5552
5553 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5554
5555 * symtab.c (fixup_section): Search section table when lookup by
5556 name fails.
5557
5558 2004-05-24 Randolph Chung <tausq@debian.org>
5559
5560 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5561 be "small_struct".
5562
5563 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5564
5565 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5566 register number in regcache_raw_collect call.
5567 (m68kbsd_collect_fpregset): Likewise.
5568 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5569
5570 * regset.h (struct regset): Add back `regset' member.
5571
5572 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5573
5574 * configure.in: Check for td_pcb in `struct thread'.
5575 * configure, config.in: Regenerated.
5576
5577 * dpx2-nat.c: Remove file.
5578 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5579 (dpx2-nat.o): Remove dependencies.
5580
5581 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5582 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5583 (amd64obsd_supply_pcb): New function.
5584 (_initialize_amd64obsd_nat): Enable libkvm interface.
5585 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5586 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5587 (LOADLIBES): New variable.
5588
5589 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5590 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5591 (sparc32nbsd_supply_pcb): New function.
5592 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5593 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5594 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5595 (LOADLIBES): New variable.
5596
5597 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5598
5599 * bsd-kvm.c, bsd-kvm.h: New files.
5600 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5601 "bsd-kvm.h".
5602 (i386fbsd_supply_pcb): New function.
5603 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5604 (i386fbsd-nat.o): Update dependencies.
5605 (bsd_kvm_h): New variable.
5606 (bsd-kvm.o): New dependency.
5607 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5608 (LOADLIBES): New variable.
5609
5610 * regset.c: Tweak comment.
5611 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5612 macro.
5613 * regset.h: Update copyright year.
5614 (struct regset): Remove `descr' member, add `gdbarch' member.
5615 (regset_alloc): Adjust prototype and comment.
5616 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5617 (i386_supply_fpregset): Likewise.
5618 (i386_regset_from_core_section): Update call to regset_alloc.
5619 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5620 REGSET->arch.
5621 (i386obsd_aout_regset_from_core_section): Update call to
5622 regset_alloc.
5623 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5624 REGSET->arch.
5625 (i386nbsd_aout_regset_from_core_section): Update call to
5626 regset_alloc.
5627 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5628 REGSET->arch.
5629 (amd64_regset_from_core_section): Update call to regset_alloc.
5630 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5631 REGSET->arch.
5632 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5633 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5634 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5635 (sparc32nbsd_init_abi): Update call to regset_alloc.
5636 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5637 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5638 (sparc64obsd_init_abi): Update call to regset_alloc.
5639 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5640 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5641 (sparc64nbsd_init_abi): Update call to regset_alloc.
5642 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5643 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5644 (sparc64fbsd_init_abi): Update call to regset_alloc.
5645
5646 2004-05-22 Jim Blandy <jimb@redhat.com>
5647
5648 * ppc-tdep.h (spe_register_p): New declaration.
5649 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5650 ppc_spefscr_regnum.
5651 * rs6000-tdep.c (spe_register_p): New function.
5652 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5653 spefscr.
5654 (rs6000_gdbarch_init): Initialize the new members of the tdep
5655 structure.
5656
5657 2004-05-21 Jim Blandy <jimb@redhat.com>
5658
5659 * ppc-linux-nat.c (fetch_register): Move code back to be next
5660 to the comment that describes it. (Moved code, instead of
5661 comment, for symmetry with store_register.)
5662
5663 Allocate regset structures in the gdbarch's obstack, not using
5664 xmalloc.
5665 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5666 Add 'arch' argument. Allocate the regset on arch's obstack, not
5667 using xmalloc.
5668 * regset.h (regset_alloc): Update declaration.
5669 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5670 gdbarch argument.
5671 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5672 * i386-tdep.c (i386_regset_from_core_section): Same.
5673 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5674 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5675 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5676 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5677 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5678 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5679
5680 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5681
5682 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5683
5684 2004-05-21 Jim Blandy <jimb@redhat.com>
5685
5686 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5687 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5688
5689 2004-05-20 Jim Blandy <jimb@redhat.com>
5690
5691 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5692
5693 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5694
5695 * regset.h: Make prototype const-correct.
5696 * regset.c (regset_xmalloc): Make const-correct.
5697
5698 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5699
5700 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5701 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5702 (symbol_search_name): Declare.
5703
5704 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5705 (iter_name_next_hashed): Ditto.
5706 (iter_name_next_linear): Ditto.
5707 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5708
5709 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5710 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5711 (symbol_search_name): New function.
5712
5713 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5714
5715 * minsyms.c (build_minimal_symbol_hash_tables): Change
5716 test for adding to demangled hash table to check for difference
5717 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5718
5719 2004-05-19 Jim Blandy <jimb@redhat.com>
5720
5721 Use a constructor function to create regset structures.
5722 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5723 (struct regset): Use supply_regset_ftype. Add new
5724 'collect_regset' member.
5725 (regset_xmalloc): New declaration.
5726 * regset.c: New file.
5727 * am64-tdep.c (amd64_regset_from_core_section): Use
5728 regset_xmalloc to construct regset structures.
5729 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5730 * i386-tdep.c (i386_regset_from_core_section): Same.
5731 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5732 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5733 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5734 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5735 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5736 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5737 * Makefile.in (COMMON_OBS): Add regset.o.
5738 (regset.o): New rule.
5739
5740 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5741
5742 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5743 and pthread_cond_wait.c.
5744
5745 2004-05-18 Jim Blandy <jimb@redhat.com>
5746
5747 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5748 before the mach-specific switch, and then let the individual cases
5749 override the defaults, rather than leaving them uninitialized
5750 until the switch and then setting them in each case.
5751
5752 2004-05-18 Randolph Chung <tausq@debian.org>
5753
5754 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5755 millicode functions.
5756
5757 2004-05-18 Randolph Chung <tausq@debian.org>
5758
5759 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5760 references to dld_flags_buffer consistent.
5761
5762 2004-05-18 Randolph Chung <tausq@debian.org>
5763
5764 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5765 it for unwinding the stack.
5766
5767 2004-05-18 Randolph Chung <tausq@debian.org>
5768
5769 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5770 Undefine these so we can overide them using gdbarch.
5771
5772 2004-05-18 Randolph Chung <tausq@debian.org>
5773
5774 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5775 handling for 64-bit HPUX (elf).
5776
5777 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5778
5779 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5780 constants.
5781 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5782 * ia64-tdep.c (examine_prologue): Likewise.
5783 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5784 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5785
5786 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5787
5788 * vax-tdep.c (vax_return_value): Implement
5789 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5790
5791 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5792
5793 * vax-tdep.c (vax_return_value): Fix typo.
5794
5795 2004-05-17 Andrew Cagney <cagney@redhat.com>
5796
5797 * MAINTAINERS: Mark Salter was also responsible for
5798 testsuite/config/
5799
5800 * NEWS: Mention signal fixes.
5801
5802 2004-05-17 Randolph Chung <tausq@debian.org>
5803
5804 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5805 check to see if we are unwinding an export stub. Export stubs clobber
5806 the %rp in the call path and stores the original rp in a stack slot.
5807
5808 2004-05-17 Jim Blandy <jimb@redhat.com>
5809
5810 * MAINTAINERS: Update address for J.T. Conklin.
5811
5812 2004-05-17 Randolph Chung <tausq@debian.org>
5813
5814 * hppa-tdep.c: Remove superfluous #include's.
5815 * Makefile.in (hppa-tdep.o): Update dependencies.
5816
5817 2004-05-17 Randolph Chung <tausq@debian.org>
5818
5819 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5820 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5821 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5822 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5823 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5824 Remove static function declarations.
5825
5826 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5827
5828 * alphabsd-nat.c: Update copyright year.
5829 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5830
5831 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5832 and M68K_A2_REGNUM.
5833
5834 * m68k-tdep.c (m68k_svr4_return_value): Implement
5835 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5836
5837 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5838
5839 * sol-thread.c Update copyright year. Fix various coding
5840 standards violations. Tweak a few comments.
5841 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5842 Delete prototypes.
5843
5844 2004-05-15 Randolph Chung <tausq@debian.org>
5845
5846 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5847 as pointer instead of array reference since HPUX compiler does
5848 not accept unsized array arguments.
5849 * somsolib.c (dld_flags_buffer): Use constant array size.
5850
5851 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5852
5853 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5854 offset with decimal offset.
5855 (amd64obsd_sigcontext_addr): Return correct address for entire
5856 signal trampoline.
5857
5858 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5859 instead of get_frame_base.
5860
5861 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5862 (fill_gregset): Use regcache_raw_collect.
5863
5864 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5865 ppcobsd-tdep.c.
5866
5867 * config/sparc/tm-nbsd64.h: Remove file.
5868 * config/tm-sunos.h: Remove file.
5869
5870 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5871
5872 * rs6000-tdep.c (store_param_on_stack_p): New function,
5873 an improved version of some code extracted from skip_prologue().
5874 (skip_prologue): Use store_param_on_stack_p() to detect
5875 instructions saving a parameter on the stack. Detect when r0
5876 is used to save a parameter.
5877 Do not mark "li rx, SIMM" instructions as part of the prologue,
5878 unless the following instruction is also part of the prologue.
5879
5880 2004-05-14 Andrew Cagney <cagney@redhat.com>
5881
5882 * infrun.c (handle_inferior_event): Simplify
5883 STEP_OVER_UNDEBUGGABLE.
5884
5885 * infrun.c (handle_step_into_function): Delete function.
5886 (handle_inferior_event): Inline calls to
5887 handle_step_into_function.
5888
5889 2004-05-14 Jerome Guitton <guitton@gnat.com>
5890
5891 * rs6000-nat.c: Fix a comment.
5892
5893 2004-05-12 David Anderson <davea@sgi.com>
5894
5895 Committed by Jim Blandy <jimb@redhat.com>:
5896 * regcache.c (struct regcache_descr): fix comment spelling.
5897
5898 2004-05-13 J. Brobecker <brobecker@gnat.com>
5899
5900 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5901 Fixes a link link failure.
5902
5903 2004-05-13 J. Brobecker <brobecker@gnat.com>
5904
5905 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5906 error that was causing the build to fail.
5907
5908 2004-05-13 J. Brobecker <brobecker@gnat.com>
5909
5910 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5911 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5912
5913 2004-05-13 Andrew Cagney <cagney@redhat.com>
5914
5915 * infrun.c (handle_inferior_event): Check for
5916 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5917 calls. Update comments.
5918
5919 2004-05-13 Jim Blandy <jimb@redhat.com>
5920
5921 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5922 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5923 (store_regs_user_thread, store_regs_kernel_thread): Use
5924 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5925 * ppc-linux-nat.c (fill_gregset): Same.
5926 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5927 (ppc_linux_sigtramp_cache): Same.
5928 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5929 (ppcnbsd_sigtramp_cache_init): Same.
5930 * rs6000-nat.c (fetch_core_registers): Same.
5931 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5932 (rs6000_frame_cache): Same.
5933
5934 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5935 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5936 of assuming that the gprs are numbered starting with zero.
5937 * ppc-linux-nat.c (fill_gregset): Same.
5938 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5939 * ppcnbsd-nat.c (getregs_supplies): Same.
5940 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5941 * rs6000-nat.c (fetch_core_registers): Same.
5942 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5943
5944 2004-05-07 Michael Snyder <msnyder@redhat.com>
5945
5946 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5947 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5948
5949 2004-05-13 Andrew Cagney <cagney@redhat.com>
5950
5951 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5952
5953 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5954
5955 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5956 base_address for shared libraries.
5957
5958 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5959
5960 * MAINTAINERS (write after approval): Add myself.
5961
5962 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5963
5964 * breakpoint.c (bpstat_stop_status): Add new argument
5965 STOPPED_BY_WATCHPOINT. Use it instead of testing
5966 target_stopped_data_address agaist 0 to check whether
5967 or not we stopped due to a hardware watchpoint.
5968 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5969 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5970 with new argument.
5971
5972 2004-05-12 Jim Blandy <jimb@redhat.com>
5973
5974 * configure.in: When checking whether we should use the -bbigtoc
5975 option, don't forget to restore the original value of LDFLAGS.
5976 * configure: Regenerated.
5977
5978 2004-05-12 Andrew Cagney <cagney@redhat.com>
5979
5980 * thread.c (load_infrun_state): Delete step_sp.
5981 * infrun.c (context_switch): Ditto.
5982 * inferior.h (step_sp): Ditto.
5983 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5984 * gdbthread.h (struct thread_info, save_infrun_state)
5985 (restore_infrun_state): Ditto.
5986
5987 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5988
5989 * MAINTAINERS (write after approval): Add myself.
5990
5991 2004-05-12 Andrew Cagney <cagney@redhat.com>
5992
5993 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5994 eliminate reference to step_sp.
5995 (struct execution_control_state, init_execution_control_state)
5996 (handle_inferior_event, keep_going): Delete update_step_sp and
5997 step_sp.
5998 * infcmd.c (step_sp): Note that variable is unused.
5999
6000 2004-05-11 Andrew Cagney <cagney@redhat.com>
6001
6002 * infrun.c (step_over_function): Delete function.
6003 (handle_step_into_function): Use insert_step_resume_breakpoint.
6004 (insert_step_resume_breakpoint): Fix assertion.
6005
6006 2004-05-11 Nick Roberts <nickrob@gnu.org>
6007
6008 * utils.c (defaulted_query): Just use the normal query input type
6009 when printing the annotations.
6010
6011 2004-05-11 Andrew Cagney <cagney@redhat.com>
6012
6013 * infrun.c (handle_inferior_event): Simplify code handling
6014 step-into or return-from a signal trampoline.
6015
6016 2004-05-11 Andrew Cagney <cagney@redhat.com>
6017
6018 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6019 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6020
6021 2004-05-10 Jim Blandy <jimb@redhat.com>
6022
6023 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6024 with a call to internal_error.
6025
6026 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6027 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6028 processor variant lacks those registers.
6029 (ppc_floating_point_unit_p): Change description to make it clear
6030 that this returns info about the ISA, not the ABI.
6031 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6032 return true or false by checking tdep->ppc_fp0_regnum and
6033 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6034 arch/mach switching done in rs6000_gdbarch_init; it's better to
6035 keep that logic there, and just check the results here.
6036 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6037 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6038 floating-point registers.
6039 (ppc_supply_fpregset, ppc_collect_fpregset)
6040 (rs6000_push_dummy_call, rs6000_extract_return_value)
6041 (rs6000_store_return_value): Assert that we have floating-point
6042 registers.
6043 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6044 (rs6000_frame_cache): Don't note the locations at which
6045 floating-point registers were saved if we have no fprs.
6046 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6047 registers.
6048 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6049 (store_regs_user_thread, store_regs_kernel_thread): Only call
6050 supply_fprs / fill_fprs if we actually have floating-point
6051 registers.
6052 (special_register_p): Check ppc_fpscr_regnum before matching
6053 against it.
6054 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6055 supply / collect fpscr if we don't have it.
6056 * ppc-bdm.c: #include "gdb_assert.h".
6057 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6058 have floating-point registers, since I can't test this code on
6059 FP-free systems to adapt it.
6060 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6061 fpscr and floating point register numbers if they don't exist.
6062 (fetch_register): Assert that we have floating-point registers
6063 before we reach the code that handles them.
6064 (store_register): Same. And use tdep instead of calling
6065 gdbarch_tdep again.
6066 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6067 don't have them.
6068 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6069 fprs and fpscr if we don't have them.
6070 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6071 don't have them.
6072 * ppcnbsd-nat.c: #include "gdb_assert.h".
6073 (getfpregs_supplies): Assert that we have floating-point registers.
6074 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6075 * ppcobsd-tdep.c: #include "gdb_assert.h".
6076 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6077 have floating-point registers.
6078 * rs6000-nat.c (regmap): Don't match against the fpscr and
6079 floating point register numbers if they don't exist.
6080 (fetch_inferior_registers, store_inferior_registers,
6081 fetch_core_registers): Only fetch / store / supply the
6082 floating-point registers and the fpscr if we have them.
6083 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6084 (ppcobsd-tdep.o): Update dependencies.
6085
6086 2004-05-10 Andrew Cagney <cagney@redhat.com>
6087
6088 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6089 (context_switch): Do not switch through_sigtramp_breakpoint.
6090 * gdbthread.h (save_infrun_state, load_infrun_state)
6091 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6092 and structure member.
6093 * thread.c (load_infrun_state, save_infrun_state): Update.
6094
6095 2004-05-10 Mark Kettenis <kettenis@gnu.org>
6096
6097 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6098
6099 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6100
6101 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6102 throughout.
6103 * aclocal.m4: Regenerate.
6104
6105 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6106
6107 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6108
6109 2004-05-10 Andrew Cagney <cagney@redhat.com>
6110
6111 * infrun.c (check_sigtramp2): Delete function.
6112 (handle_inferior_event): When single stepping, and taking a
6113 signal, set a breakpoint at the signal return address. Delete
6114 redundant calls to check_sigtramp2.
6115 (insert_step_resume_breakpoint): New function.
6116 (through_sigtramp_breakpoint, handle_inferior_event)
6117 (follow_exec, wait_for_inferior, fetch_inferior_event)
6118 (currently_stepping, keep_going): Delete most uses of
6119 through_sigtramp_breakpoint, not that it should be deleted.
6120 (delete_breakpoint_current_contents): Delete function.
6121
6122 2004-05-10 Randolph Chung <tausq@debian.org>
6123
6124 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6125 target.
6126 * config/pa/tm-linux.h: New file.
6127
6128 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6129
6130 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6131 of prefixes. Don't print the prefix twice in the CLI.
6132
6133 2004-05-10 Jim Blandy <jimb@redhat.com>
6134
6135 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6136 collect all the gprs.
6137
6138 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6139 loop collecting gprs.
6140
6141 2004-05-09 Andrew Cagney <cagney@redhat.com>
6142
6143 * remote-vx.c (net_step): Delete step-range code.
6144 * remote.c (remote_resume, init_all_packet_configs)
6145 (set_remote_protocol_E_packet_cmd)
6146 (show_remote_protocol_E_packet_cmd)
6147 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6148 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6149 (show_remote_protocol_e_packet_cmd): Ditto.
6150
6151 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6152
6153 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6154
6155 * hppa-tdep.h: Update copyright year.
6156 (struct trad_frame_saved_reg): Add opaque declaration.
6157
6158 * amd64-tdep.c (amd64_return_value): Implement
6159 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6160
6161 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6162 (m68k_value_to_register): New functions.
6163 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6164 value_to_register.
6165
6166 * defs.h (enum return_value_convention): Add
6167 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6168 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6169 * infcmd.c (legacy_return_value): New function.
6170 (print_return_value): Rwerite to implement
6171 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6172 * values.c (using_struct_return): Check for inequality to
6173 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6174 RETURN_VALUE_STRUCT_CONVENTION.
6175 * i386-tdep.c (i386_return_value): Implement
6176 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6177
6178 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6179 include "symtab.h", "opcode/vax.h" and "inferior.h".
6180 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6181 to read_memory_unsigned_integer.
6182 (vax_gdbarch_init): Reorder.
6183 (_initialize_vax_tdep): Spell out prototype.
6184 * Makefile.in (vax-tdep.o): Update dependencies.
6185
6186 2004-05-08 Andrew Cagney <cagney@redhat.com>
6187
6188 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6189 * target.c (target_detach, target_disconnect): Ditto.
6190
6191 * infcall.c (call_function_by_hand): When no
6192 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6193 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6194 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6195 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6196 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6197
6198 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6199 * gdbarch.h, gdbarch.c: Re-generate.
6200 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6201 deprecated_fix_call_dummy.
6202 * v850-tdep.c (v850_gdbarch_init): Ditto.
6203 * infcall.c (call_function_by_hand): Do not call
6204 DEPRECATED_FIX_CALL_DUMMY.
6205
6206 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6207 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6208 * gdbarch.h, gdbarch.c: Re-generate.
6209 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6210 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6211 deprecated_sizeof_call_dummy_words.
6212 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6213 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6214 * v850-tdep.c (v850_gdbarch_init): Ditto.
6215 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6216 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6217 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6218 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6219 * arch-utils.h (legacy_call_dummy_words)
6220 (legacy_sizeof_call_dummy_words): Delete declarations.
6221 * arch-utils.c (legacy_call_dummy_words)
6222 (legacy_sizeof_call_dummy_words): Delete variables.
6223
6224 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6225 * gdbarch.h, gdbarch.c: Re-generate.
6226 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6227 * infcall.c (call_function_by_hand): Eliminate call to
6228 DEPRECATED_PUSH_DUMMY_FRAME.
6229 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6230 push_dummy_frame.
6231 (ns32k_push_dummy_frame): Delete function.
6232
6233 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6234 deprecated_call_dummy_breakpoint_offset or
6235 deprecated_call_dummy_start_offset.
6236 * dummy-frame.c, arm-tdep.c: Update comments.
6237 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6238 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6239 * gdbarch.h, gdbarch.c: Re-generate.
6240
6241 * infcall.c (legacy_push_dummy_code): Delete function.
6242 (push_dummy_code): Delete call.
6243
6244 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6245 * gdbarch.h, gdbarch.c: Re-generate.
6246 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6247 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6248 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6249 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6250
6251 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6252 (struct frame_info): Delete opaque declaration.
6253 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6254 * frame.c (get_frame_type): Delete call.
6255
6256 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6257 pc_in_call_dummy.
6258 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6259 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6260
6261 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6262
6263 * alphanbsd-tdep.c: Include "gdb_string.h".
6264 * armnbsd-tdep.c: Update copyright year.
6265 Include "gdb_string.h".
6266 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6267 dependencies.
6268
6269 * delta68-nat.c: Remove file.
6270 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6271 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6272 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6273 (delta68-nat.o): Remove dependency.
6274
6275 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6276 function.
6277 (m68k_gdbarch_init): Don't set
6278 deprecated_frameless_function_invocation.
6279
6280 2004-05-07 Randolph Chung <tausq@debian.org>
6281
6282 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6283 read_memory_nobpt for code reading when doing frame unwinding.
6284 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6285
6286 2004-05-07 Randolph Chung <tausq@debian.org>
6287
6288 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6289 instead of sp, handle sigaltstack case.
6290 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6291 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6292 signal handler and not that of the caller.
6293 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6294 hppa_linux_sigtramp_find_sigcontext.
6295
6296 2004-05-07 Randolph Chung <tausq@debian.org>
6297
6298 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6299 hppa-linux-nat.c.
6300 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6301 * hppa-linux-nat.c (fetch_register, store_register): Define.
6302 (fetch_inferior_registers, store_inferior_registers): Define.
6303 (supply_gregset): Add comment and clean up some unneeded code.
6304 (fill_gregset): Add comment and fix so that it saves registers in
6305 the right place in the gregset.
6306 (fill_fpregset): Fix buffer overrun problem.
6307 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6308
6309 2004-05-07 Randolph Chung <tausq@debian.org>
6310
6311 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6312 do common handling of the pcoqt register.
6313 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6314 to use helper function.
6315 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6316 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6317 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6318 generic fallback unwinder when all else fails.
6319 (hppa_gdbarch_init): Add fallback sniffer.
6320 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6321 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6322 to use helper function.
6323
6324 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6325
6326 * config/djgpp/fnchange.lst: Add translation rules for
6327 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6328
6329 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6330
6331 * frame.c (get_prev_frame_1): Work around GCC bug.
6332 * frame.h: Add comment about GCC bug.
6333
6334 2004-05-07 Andrew Cagney <cagney@redhat.com>
6335
6336 * observer.c: Include "commands.h" and "gdbcmd.h".
6337 (observer_debug, _initialize_observer): Add the
6338 command "set/show debug observer".
6339 * observer.sh: When observer debugging, log notify calls.
6340 * Makefile.in (observer.o): Update dependencies.
6341
6342 2004-05-07 Jason Molenda (jmolenda@apple.com)
6343
6344 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6345
6346 2004-05-07 Jim Blandy <jimb@redhat.com>
6347
6348 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6349 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6350 to recognize gpr regnums, instead of assuming that
6351 tdep->ppc_fp0_regnum marks the end of the general-purpose
6352 registers.
6353
6354 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6355 the given architecture has floating-point registers.
6356
6357 2004-05-07 Andrew Cagney <cagney@redhat.com>
6358
6359 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6360 macro defined to 1.
6361 * gdbarch.h, gdbarch.c: Re-generate.
6362 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6363 deprecated_use_generic_dummy_frames.
6364
6365 2004-05-07 Brian Ford <ford@vss.fsi.com>
6366
6367 * NEWS: Mention Cygwin DWARF 2 support.
6368
6369 2004-05-07 Andrew Cagney <cagney@redhat.com>
6370
6371 * objfiles.h (struct entry_info): Delete unused fields
6372 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6373 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6374 * mipsread.c (mipscoff_symfile_read): Update.
6375 * mdebugread.c (parse_partial_symbols): Update.
6376 * dwarfread.c (read_file_scope): Update.
6377 * dwarf2read.c (read_file_scope): Update.
6378 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6379 * coffread.c (complete_symtab): Update.
6380
6381 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6382
6383 * infcall.c (_initialize_infcall): Fix typo.
6384
6385 2004-05-07 Andrew Cagney <cagney@redhat.com>
6386
6387 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6388 * command.h (add_setshow_zinteger_cmd): Declare.
6389
6390 2004-05-06 Randolph Chung <tausq@debian.org>
6391
6392 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6393 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6394 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6395 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6396 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6397 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6398 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6399 definitions ...
6400 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6401 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6402 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6403 (hppa64_hpux_frame_find_saved_regs_in_sig)
6404 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6405 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6406 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6407 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6408 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6409 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6410 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6411 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6412 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6413 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6414 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6415 (hppa32_register_type, hppa_cannot_store_register)
6416 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6417 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6418 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6419 * pa64solib.c (pa64_solib_have_load_event)
6420 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6421 (pa64_solib_unloaded_library_pathname): Likewise.
6422 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6423 (som_solib_library_pathname): Likewise.
6424
6425 2004-05-05 Jim Ingham <jingham@apple.com>
6426
6427 * breakpoint.c (create_breakpoints): Copy the ignore count and
6428 thread id over from the pended breakpoint to the actual
6429 breakpoint.
6430
6431 2004-05-05 Andrew Cagney <cagney@redhat.com>
6432
6433 * gdbarch.sh (PARM_BOUNDARY): Delete.
6434 gdbarch.h, gdbarch.c: Re-generate.
6435 * valops.c (PARM_BOUNDARY): Delete macro.
6436 (value_push): Delete PARM_BOUNDARY code.
6437 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6438
6439 2004-05-04 Jim Blandy <jimb@redhat.com>
6440
6441 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6442 Don't assume that the gprs, fprs, and UISA sprs are
6443 contiguous, start at register number zero, and end with fpscr.
6444 Instead, use the numbers from the tdep structure.
6445
6446 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6447 should no longer be used in code specific to the RS6000 and its
6448 derivatives.
6449 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6450 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6451 tdep->ppc_fp0_regnum.
6452 (ppc_supply_fpregset, ppc_collect_fpregset)
6453 (rs6000_push_dummy_call, rs6000_extract_return_value)
6454 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6455 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6456 FP0_REGNUM.
6457 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6458 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6459 Same.
6460 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6461 bdm_ppc_store_registers): Same.
6462 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6463 (store_register, fill_fpregset): Same.
6464 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6465 (ppc_linux_supply_fpregset): Same.
6466 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6467 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6468 Same.
6469 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6470 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6471 ppc64_sysv_abi_return_value): Same.
6472 * rs6000-nat.c (regmap, fetch_inferior_registers)
6473 (store_inferior_registers, fetch_core_registers): Same.
6474
6475 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6476
6477 * m68knbsd-nat.c: Remove file.
6478 * m68knbsd-tdep.c: Remove file.
6479 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6480 dependencies.
6481 * configure.host: Add m68k-*-netbsdelf*.
6482 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6483 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6484 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6485 (XM_FILE): Remove.
6486 * config/m68k/nbsdelf.mh: New file.
6487 * config/m68k/nbsd.mt: New file.
6488 * config/m68k/nbsdaout.mt: Remove file.
6489 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6490 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6491 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6492 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6493 (use_struct_convention): Remove prototype.
6494 (USE_STRUCT_CONVENTION): Remove define.
6495 * config/m68k/xm-nbsd.h: Remove file.
6496
6497 2004-05-04 Michael Snyder <msnyder@redhat.com>
6498
6499 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6500 reg_struct_return method (as gcc usually does for cross targets).
6501
6502 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6503
6504 Committed by Andrew Cagney.
6505 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6506 alignment padding when accessing ucontext struct members.
6507
6508 2004-05-04 Jim Blandy <jimb@redhat.com>
6509
6510 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6511 'ppc_gplast_regnum' member.
6512 (ppc_num_gprs): New enum constant.
6513 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6514 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6515 * rs6000-nat.c (regmap, fetch_inferior_registers,
6516 store_inferior_registers): Same.
6517 * rs6000-tdep.c (e500_pseudo_register_read)
6518 (e500_pseudo_register_write): Same.
6519 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6520
6521 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6522 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6523 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6524 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6525 FPLAST_REGNUM.
6526 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6527 Same.
6528 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6529 * rs6000-nat.c (regmap, fetch_inferior_registers)
6530 (store_inferior_registers): Same.
6531
6532 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6533 with FPLAST_REGNUM.
6534
6535 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6536
6537 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6538 failure detected by recent versions of GCC.
6539 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6540 to be consistent with the usage in dwarf2_create_include_psymtab.
6541
6542 2004-05-03 Michael Snyder <msnyder@redhat.com>
6543
6544 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6545 (heuristic_proc_start): Whitespace cleanup.
6546
6547 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6548
6549 * sun3-nat.c: Remove file.
6550 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6551 dependencies.
6552 (ALLDEPFILES): Remove sun3-nat.c.
6553 (sun3-nat.o): Remove dependencies.
6554
6555 * i386-interix-nat.c, i386-interix-tdep.c,
6556 config/i386/nm-interix.h, config/i386/interix.mh,
6557 config/i386/interix.mt: Remove files.
6558 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6559 dependencies.
6560
6561 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6562
6563 * m68k-tdep.h (struct gdbarch_tdep): Add member
6564 struct_value_regnum.
6565 (m68k_svr4_init_abi): New prototype.
6566 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6567 different calling conventions.
6568 (m68k_extract_return_value): Remove code dealing with single-field
6569 structs.
6570 (m68k_store_return_value): Remove code dealing with single-field
6571 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6572 (m68k_extract_struct_value_address): Remove function.
6573 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6574 (m68k_reg_struct_return_p, m68k_return_value)
6575 (m68k_svr4_return_value): New functions.
6576 (m68k_use_struct_convention): Remove function.
6577 (m68k_push_dummy_call): Use new struct_value_regnum member of
6578 `struct gdbarch_tdep' instead of hardcoded register number to
6579 store STRUCT_ADDR.
6580 (m68k_svr4_init_abi): New function.
6581 (m68k_gdbarch_init): Don't set extract_return_value,
6582 store_return_values, deprecated_extract_struct_value_address and
6583 use_struct_convention. Set return_value instead. Initialize new
6584 struct_value_regnum member of `struct gdbarch_tdep'.
6585 * m68klinux-tdep.c: Update copyright year.
6586 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6587 (m68k_linux_extract_struct_value_address): Remove function.
6588 (m68k_linux_init_abi): Don't set extract_return_value,
6589 store_return_values, deprecated_extract_struct_value_address and
6590 use_struct_convention. Call m68k_svr4_init_abi but override the
6591 new struct_value_regnum member of `struct gdbarch_tdep'.
6592 * Makefile.in (m68k-tdep.o): Update dependencies.
6593
6594 2004-05-03 J. Brobecker <brobecker@gnat.com>
6595
6596 * dwarf2read.c (line_header): Add new included_p field in
6597 field file_names.
6598 (partial_die_info): New field has_stmt_list. New field line_offset.
6599 (dwarf2_create_include_psymtab): New function.
6600 (dwarf2_build_include_psymtabs): New function.
6601 (add_file_name): Add forward declaration. Initialize new field.
6602 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6603 to be able to determine the list of files included by the
6604 given unit, and build their associated psymtabs.
6605 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6606 files as well.
6607 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6608 (read_file_scope): Update call to dwarf_decode_lines.
6609 (read_partial_die): Handle DW_AT_stmt_list attributes.
6610
6611 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6612
6613 Unfix PR gdb/1626.
6614 * configure.in: Revert special case for osf5.*.
6615 * configure: Regenerate.
6616
6617 2004-05-02 Jim Blandy <jimb@redhat.com>
6618
6619 Move the symbol-file-from-memory functions into their own file.
6620 * symfile-mem.c, symfile-mem.h: New files.
6621 * symfile.c (symbol_file_add_from_bfd): New function.
6622 (symbol_file_add): Call symbol_file_add_from_bfd.
6623 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6624 Moved to symfile-mem.c.
6625 (_initialize_symfile): Move definition of
6626 add-symbol-file-from-memory command to symfile-mem.c.
6627 * symfile.h (symbol_file_add_from_bfd): New declaration.
6628 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6629 * config/powerpc/linux.mt (TDEPFILES): Same.
6630 * Makefile.in (SFILES): Add symfile-mem.c.
6631 (symfile_mem_h): New variable.
6632 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6633 (symfile-mem.o): New rule.
6634
6635 2004-05-01 Andrew Cagney <cagney@redhat.com>
6636
6637 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6638 frame_find_by_id instead of frame_relative_level.
6639 (do_enable_breakpoint): Ditto.
6640 * thread.c: Update copyright.
6641 (info_threads_command): Ditto, simplify.
6642
6643 * frame.c (deprecated_generic_get_saved_register): Delete
6644 function, moved to "xstormy16-tdep.c".
6645 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6646 deprecated_generic_get_saved_register from "frame.c".
6647 (xstormy16_frame_saved_register): Call
6648 xstormy16_get_saved_register.
6649 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6650 static.
6651 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6652 * frame.h (deprecated_generic_get_saved_register): Delete.
6653
6654 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6655
6656 * dwarfread.c: Update documentation on the state of dwarf-1.
6657
6658 2004-05-01 Andrew Cagney <cagney@redhat.com>
6659
6660 * stack.c (select_frame_command): Delete call to
6661 frame_relative_level.
6662 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6663 Delete #if0 code.
6664 (frame_info): Do not print FRAMELESS.
6665 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6666 (catch_info): Delete #if0 code.
6667
6668 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6669 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6670 of frame_relative_level.
6671 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6672 to SENTINEL_FRAME.
6673 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6674 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6675 frame_relative_level.
6676
6677 * frame.h (deprecated_set_frame_type): Delete declaration.
6678 * frame.c (deprecated_set_frame_type): Delete function, update
6679 comments.
6680
6681 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6682 * gdbarch.h, gdbarch.c: Re-generate.
6683 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6684 (shnbsd_pc_in_sigtramp): Delete.
6685 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6686 pc_in_sigtramp.
6687 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6688 pc_in_sigtramp.
6689 * frame.h: Update comments.
6690 * ppc-linux-tdep.c: Update comments.
6691 * breakpoint.c (bpstat_what): Update comments.
6692
6693 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6694 m68klinux-tdep.o's dependencies, were previously added to
6695 m68klinux-nat.o.
6696
6697 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6698 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6699 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6700 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6701 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6702
6703 * Makefile.in (m68klinux-nat.o): Update dependencies.
6704 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6705 (m68k_linux_sigtramp_frame_cache)
6706 (m68k_linux_sigtramp_frame_this_id)
6707 (m68k_linux_sigtramp_frame_prev_register)
6708 (m68k_linux_sigtramp_frame_unwind)
6709 (m68k_linux_sigtramp_frame_sniffer)
6710 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6711 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6712 names, use trad-frame.h.
6713 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6714 (struct m68k_sigtramp_info): Delete.
6715 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6716 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6717 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6718 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6719 "m68klinux-tdep.c".
6720
6721 * infrun.c (check_sigtramp2): Delete check for
6722 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6723
6724 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6725
6726 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6727
6728 2004-05-01 Andrew Cagney <cagney@redhat.com>
6729
6730 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6731 (frv_linux_sigtramp_frame_cache)
6732 (frv_linux_sigtramp_frame_this_id)
6733 (frv_linux_sigtramp_frame_prev_register)
6734 (frv_linux_sigtramp_frame_unwind)
6735 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6736 include "linux" in function and variable names, directly call
6737 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6738 the latest trad-frame code.
6739 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6740 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6741 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6742 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6743 * frv-tdep.c (frv_sigtramp_frame_cache)
6744 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6745 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6746 frv-linux-tdep.c.
6747 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6748 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6749 (frv_set_sigcontext_reg_addr): Delete function.
6750
6751 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6752 (DEPRECATED_SIGTRAMP_END): Delete.
6753 * gdbarch.h, gdbarch.c: Re-generate.
6754 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6755 * config/vax/tm-vaxbsd.h: Update copyright.
6756 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6757 (DEPRECATED_IN_SIGTRAMP): Define.
6758 * config/m68k/tm-nbsd.h: Update copyright.
6759 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6760 (DEPRECATED_IN_SIGTRAMP): Define.
6761
6762 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6763
6764 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6765 encondings. Fixes PR gdb/1628.
6766
6767 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6768 DW_CFA_restore state without a matching DW_CFA_remember_state
6769 instead of aborting. Fixes PR backtrace/1589.
6770
6771 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6772
6773 * MAINTAINERS: Add self as AIX maintainer.
6774 Update my e-mail address in write-after-approval section.
6775
6776 2004-04-30 Andrew Cagney <cagney@redhat.com>
6777
6778 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6779 (legacy_get_prev_frame): Ditto.
6780
6781 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6782 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6783 * mipsread.c (sigtramp_address): Delete extern variable.
6784 (mipscoff_new_init): Delete reference.
6785 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6786 (fixup_sigtramp): Delete function.
6787 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6788 (fixup_sigtramp): Delete declarations.
6789
6790 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6791 deprecated_pc_in_sigtramp.
6792 (ppcnbsd_pc_in_sigtramp): Delete function.
6793
6794 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6795
6796 * config/m68k/nm-nbsd.h: Tweak comments.
6797 * config/m68k/nm-nbsdaout.h: Likewise.
6798
6799 2004-04-30 Andrew Cagney <cagney@redhat.com>
6800
6801 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6802 legacy_pc_in_sigtramp.
6803 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6804
6805 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6806
6807 Add OpenBSD/m68k support.
6808 * NEWS (New native configurations): Mention OpenBSD/m68k.
6809 * m68kbsd-tdep.c: New file.
6810 * m68kbsd-nat.c: New file.
6811 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6812 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6813 * configure.host: Add m68k-*-openbsd.
6814 * configure.tgt: Add m68k-*-openbsd.
6815 * config/m68k/tm-obsd.h: New file.
6816 * config/m68k/obsd.mt: New file.
6817 * config/m68k/obsd.mh: New file.
6818 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6819 m68kbsd-tdep.c.
6820
6821 2004-04-30 Andrew Cagney <cagney@redhat.com>
6822
6823 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6824 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6825
6826 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6827
6828 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6829 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6830
6831 2004-04-30 Brian Ford <ford@vss.fsi.com>
6832
6833 Revert 2004-04-16 change.
6834 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6835 (i386_coff_init_abi): Remove.
6836 * i386-tdep.h (i386_coff_init_abi): Remove.
6837 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6838
6839 2004-04-30 Andrew Cagney <cagney@redhat.com>
6840
6841 * blockframe.c (find_pc_partial_function): Delete use of
6842 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6843 DEPRECATED_SIGTRAMP_END.
6844
6845 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6846 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6847 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6848 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6849 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6850
6851 * defs.h (deprecated_inside_entry_file): Delete declaration.
6852 * blockframe.c (deprecated_inside_entry_file): Delete function.
6853 (legacy_frame_chain_valid): Delete call.
6854 * sh64-tdep.c (sh64_frame_chain): Delete call.
6855 * objfiles.h: Update comments.
6856 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6857 call.
6858 * frame.c (get_prev_frame): Delete call, update comments.
6859
6860 2004-04-30 Brian Ford <ford@vss.fsi.com>
6861
6862 * MAINTAINERS (Write After Approval): Add myself.
6863
6864 2004-04-30 Andrew Cagney <cagney@redhat.com>
6865
6866 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6867 * gdbarch.h, gdbarch.c: Re-generate.
6868 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6869 code.
6870
6871 2004-04-30 Andrew Cagney <cagney@redhat.com>
6872
6873 * gdb-events.sh (selected_thread_changed)
6874 (selected_frame_level_changed, target_changed): Delete.
6875 * gdb-events.h, gdb-events.c: Re-generate.
6876 * valops.c (value_assign): Update.
6877 * stack.c (select_frame_command, up_silently_base)
6878 (down_silently_base): Update.
6879
6880 2004-04-29 Andrew Cagney <cagney@redhat.com>
6881
6882 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6883 registers correctly.
6884 (print_gp_register_row, mips32_heuristic_proc_desc)
6885 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6886 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6887 references to mips_isa_regsize.
6888
6889 2004-04-29 Andrew Cagney <cagney@redhat.com>
6890
6891 * mips-tdep.c (struct gdbarch_tdep): Delete
6892 mips_fp_register_double.
6893 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6894 mips_abi_regsize.
6895 (mips_gdbarch_init): Do not set mips_fp_register_double.
6896 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6897
6898 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6899
6900 Committed by Andrew Cagney.
6901 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6902 function calls.
6903
6904 2004-04-29 Andrew Cagney <cagney@redhat.com>
6905
6906 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6907 gdbarch, use mips_abi, update callers.
6908 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6909 mips_abi_regsize, update callers.
6910 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6911 mips_default_abi_regsize.
6912 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6913 mips_default_abi_regsize.
6914
6915 2004-04-29 Andrew Cagney <cagney@redhat.com>
6916
6917 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6918 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6919 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6920 mips_default_abi_regsize.
6921 (mips_isa_regsize): Rename mips_regisze.
6922 * mipsnbsd-tdep.c: Update.
6923 * mips-linux-tdep.c: Update.
6924 * irix5-nat.c: Update.
6925 * mips-tdep.h (mips_isa_regsize): Update.
6926
6927 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6928 Delete all disabled code.
6929 * gdb-events.h, gdb-events.c: Re-generate.
6930
6931 2004-04-19 Jerome Guitton <guitton@gnat.com>
6932 Mark Kettenis <kettenis@gnu.org>
6933
6934 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6935 the function begins with a branch instruction.
6936
6937 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6938
6939 * i386-tdep.c: Fix spelling mistakes.
6940
6941 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6942 Andrew Cagney <cagney@redhat.com>
6943
6944 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6945 <sys/proc.h>.
6946 * acconfig.h: Provide default _KMEMUSER value.
6947 * config.in, configure: Re-generate.
6948 * NEWS: Mention fix.
6949
6950 2004-04-24 Randolph Chung <tausq@debian.org>
6951
6952 * configure.host (hppa*-*-linux*): New target.
6953 * configure.tgt (hppa*-*-linux*): Likewise.
6954 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6955 gdbarch_init_osabi() call earlier so that osabi-specific frame
6956 unwinders can be registered first.
6957 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6958 hppa-linux-nat.c.
6959 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6960 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6961 * config/pa/linux.mh: New file.
6962 * config/pa/linux.mt: New file.
6963 * config/pa/nm-linux.h: New file.
6964 * config/pa/xm-linux.h: New file.
6965 * hppa-linux-nat.c: New file.
6966 * hppa-linux-tdep.c: New file.
6967
6968 2004-04-28 Randolph Chung <tausq@debian.org>
6969
6970 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6971 return values.
6972 (hppa32_push_dummy_call): Fix small struct and floating point argument
6973 passing, and make sure the stack frame is properly aligned.
6974
6975 2004-04-28 Andrew Cagney <cagney@redhat.com>
6976
6977 * stack.c (print_stack_frame): Fix description.
6978
6979 * NEWS: Mention gdb/gdbserver/configure execute permission
6980 changed. PR server/519.
6981
6982 2004-04-28 Andrew Cagney <cagney@redhat.com>
6983
6984 * stack.c (print_stack_frame_stub): Delete declaration.
6985 (struct print_stack_frame_args, print_stack_frame)
6986 (print_frame_info, print_frame): Replace "source" with print what.
6987 Replace "print" with "print_level". Replace "args" with
6988 "print_args".
6989 * frame.h (show_and_print_stack_frame, print_stack_frame)
6990 (print_frame_info): Update declarations.
6991 * stack.c (select_and_print_frame, frame_command)
6992 (current_frame_command, up_command, down_command): Update calls -
6993 use get_selected_frame, pass "enum print_what" for source, do not
6994 call frame_relative_level.
6995 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6996 * remote-rdp.c (remote_rdp_open): Ditto.
6997 * remote-mips.c (common_open): Ditto.
6998 * remote-e7000.c (e7000_start_remote): Ditto.
6999 * ocd.c (ocd_start_remote): Ditto.
7000 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7001 * infrun.c (normal_stop): Ditto.
7002 * inflow.c (kill_command): Ditto.
7003 * infcmd.c (finish_command): Ditto.
7004 * corelow.c (core_open): Ditto.
7005 * tracepoint.c (finish_tfind_command): Ditto.
7006 * thread.c (info_threads_command, info_threads_command)
7007 (restore_current_thread, do_captured_thread_select): Ditto.
7008 * ada-tasks.c (task_command): Ditto.
7009
7010 2004-04-26 Orjan Friberg <orjanf@axis.com>
7011
7012 * frame.c: Include "observer.h".
7013 (frame_observer_target_changed): New function.
7014 (_initialize_frame): Attach target_changed observer.
7015 * regcache.c: Include "observer.h".
7016 (regcache_observer_target_changed): New function.
7017 (_initialize_regcache): Attach target_changed observer.
7018 * valops.c: Include "observer.h".
7019 (value_assign): Notify target_changed event when modifying register.
7020 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7021
7022 2004-04-26 Orjan Friberg <orjanf@axis.com>
7023
7024 From Paul Koning <pkoning@equallogic.com>:
7025 * breakpoint.c (free_valchain): New function.
7026 (insert_bp_location, delete_breakpoint): Use free_valchain.
7027 (remove_breakpoint): Do not remove the valchain.
7028 (bpstat_stop_status): If not stopped by watchpoint, skip
7029 watchpoints when generating stop status list.
7030 * infrun.c (handle_inferior_event): Make
7031 stepped_after_stopped_by_watchpoint a global variable.
7032 * remote.c (remote_stopped_data_address): Return watch data
7033 address rather than zero if stepped_after_stopped_by_watchpoint is
7034 set.
7035
7036 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7037
7038 Fix PR gdb/1626.
7039 * configure.in: Check for curses after termcap.
7040 On osf5.*, do not check for ncurses.
7041 * configure: Regenerate.
7042
7043 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7044
7045 * ppcobsd-nat.c: Include "ppc-tdep.h".
7046 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7047
7048 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7049 Fixes PR tdep/1623 and PR tdep/1624.
7050
7051 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7052
7053 * xmodem.h, xmodem.c: Remove files.
7054 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7055
7056 2004-04-23 Randolph Chung <tausq@debian.org>
7057
7058 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7059 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7060 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7061 for handling stackless frames.
7062 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7063
7064 2004-04-23 Randolph Chung <tausq@debian.org>
7065
7066 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7067 starts at a pc before the frame is created.
7068
7069 2004-04-23 Joel Brobecker <brobecker@gnat.com>
7070
7071 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7072
7073 2004-04-23 Jerome Guitton <guitton@gnat.com>
7074
7075 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7076 use convert_typed_floating to get the appropriate format.
7077
7078 2004-04-22 Randolph Chung <tausq@debian.org>
7079
7080 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7081 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7082 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7083 (hppa_sign_extend): Add prototype.
7084 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7085 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7086 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7087 hppa targets will also use these functions.
7088 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7089 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7090 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7091 (hppa_gdbarch_init): Remove gdbarch setting of
7092 skip_trampoline_code, in_solib_call_trampoline and
7093 in_solib_return_trampoline.
7094 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7095 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7096 hppa_in_solib_call_trampoline.
7097 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7098 Moved from hppa-tdep.c.
7099 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7100 in_solib_call_trampoline and in_solib_return_trampoline.
7101
7102 2004-04-22 Randolph Chung <tausq@debian.org>
7103
7104 * hppa-tdep.c (hppa_debug): New variable.
7105 (find_unwind_entry, hppa_frame_cache): Add debug output.
7106 (_initialize_hppa_tdep): Add command to set debug flag.
7107
7108 2004-04-22 Andrew Cagney <cagney@redhat.com>
7109
7110 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7111 "trad-frame.h".
7112 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7113 signal trampoline unwinder.
7114 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7115
7116 2004-04-22 Mark Kettenis <kettenis@gnu.org>
7117
7118 Add OpenBSD/powerpc support.
7119 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7120 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7121 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7122 (ppc_collect_fpregset): New prototypes.
7123 * ppcobsd-nat.c: New file.
7124 * ppcobsd-tdep.c: New file.
7125 * ppcobsd-tdep.h: New file.
7126 * rs6000-tdep.c: Include "regset.h".
7127 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7128 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7129 New functions.
7130 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7131 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7132 (rs6000-tdep.o): Update dependencies.
7133 * configure.host: Add powerpc-*-openbsd.
7134 * configure.tgt: Add powerpc-*-openbsd.
7135 * config/powerpc/obsd.mh: New file.
7136 * config/powerpc/nm-obsd.h: New file.
7137 * config/powerpc/obsd.mt: New file.
7138
7139 2004-04-22 Andrew Cagney <cagney@redhat.com>
7140
7141 * frame.h (show_frame_info): Delete declaration.
7142
7143 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7144 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7145 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7146 * frv-tdep.c (frv_frame_this_id): Ditto.
7147 * avr-tdep.c (avr_frame_this_id): Ditto.
7148
7149 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7150
7151 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7152
7153 2004-04-22 Jim Blandy <jimb@redhat.com>
7154
7155 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7156 register number zero.
7157
7158 2004-04-21 Michael Snyder <msnyder@redhat.com>
7159
7160 * mips-tdep.c (heuristic_proc_start):
7161 Warning() already prefixes "Warning: ".
7162
7163 2004-04-21 Andrew Cagney <cagney@redhat.com>
7164
7165 * annotate.h (deprecated_annotate_starting_hook)
7166 (deprecated_annotate_stopped_hook)
7167 (deprecated_annotate_exited_hook)
7168 (deprecated_annotate_signal_hook)
7169 (deprecated_annotate_signalled_hook): Deprecate.
7170 * tracepoint.h (deprecated_create_tracepoint_hook)
7171 (deprecated_delete_tracepoint_hook)
7172 (deprecated_modify_tracepoint_hook)
7173 (deprecated_trace_find_hook)
7174 (deprecated_trace_start_stop_hook): Deprecate.
7175 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7176 * remote.h (deprecated_target_resume_hook)
7177 (deprecated_target_wait_loop_hook): Deprecate.
7178 * gdbcore.h (deprecated_exec_file_display_hook)
7179 (deprecated_file_changed_hook): Deprecate.
7180 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7181 * defs.h (deprecated_modify_breakpoint_hook)
7182 (deprecated_command_loop_hook, deprecated_show_load_progress)
7183 (deprecated_print_frame_info_listing_hook)
7184 (deprecated_query_hook, deprecated_warning_hook)
7185 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7186 (deprecated_delete_breakpoint_hook)
7187 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7188 (deprecated_readline_begin_hook, deprecated_readline_hook)
7189 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7190 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7191 (deprecated_context_hook, deprecated_target_wait_hook)
7192 (deprecated_attach_hook, deprecated_detach_hook)
7193 (deprecated_call_command_hook, deprecated_set_hook)
7194 (deprecated_error_hook, deprecated_error_begin_hook)
7195 (deprecated_ui_load_progress_hook): Deprecate.
7196 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7197 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7198 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7199 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7200 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7201 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7202 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7203 * annotate.c, aix-thread.c: Update.
7204
7205 2004-04-21 Andrew Cagney <cagney@redhat.com>
7206
7207 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7208 * vaxnbsd-tdep.c: Include "gdb_string.h".
7209
7210 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7211 (add_symbol_file_from_memory_command): #if 0 function body, call
7212 error instead.
7213
7214 2004-04-21 Andrew Cagney <cagney@redhat.com>
7215
7216 * gdbcore.h: Update copyright.
7217 (deprecated_add_core_fns): Rename add_core_fns.
7218 * win32-nat.c (_initialize_core_win32): Update.
7219 * sun3-nat.c (_initialize_core_sun3): Update.
7220 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7221 * rs6000-nat.c (_initialize_core_rs6000): Update.
7222 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7223 * nto-tdep.c (_initialize_nto_tdep): Update.
7224 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7225 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7226 * mips-nat.c (_initialize_core_mips): Update.
7227 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7228 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7229 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7230 * lynx-nat.c (_initialize_core_lynx): Update.
7231 * irix5-nat.c (_initialize_core_irix5): Update.
7232 * i386-interix-nat.c (_initialize_core_interix): Update.
7233 * cris-tdep.c (_initialize_cris_tdep): Update.
7234 * corelow.c (deprecated_add_core_fns): Update.
7235 * core-regset.c (_initialize_core_regset): Update.
7236 * core-aout.c (_initialize_core_aout): Update.
7237 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7238 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7239 * alpha-nat.c (_initialize_core_alpha): Update.
7240
7241 2004-04-21 Jim Blandy <jimb@redhat.com>
7242
7243 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7244
7245 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7246
7247 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7248 Delete.
7249 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7250 (read_attribute_value): Update calls to dwarf_alloc_block.
7251 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7252 dwarf2_tmp_obstack.
7253 (psymtab_to_symtab_1): Likewise. Clean up using
7254 free_stack_comp_unit.
7255 (add_to_cu_func_list): Use the comp_unit_obstack.
7256
7257 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7258
7259 * dwarf2read.c (dwarf2_flag_true_p): New function.
7260 (die_is_declaration): Use the function above. Add some comments.
7261
7262 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7263
7264 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7265 architecture when registering sparcnbsd_core_osabi_sniffer.
7266 Adjust comment.
7267
7268 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7269
7270 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7271 return value.
7272
7273 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7274 * i386-tdep.c: Correct register numbering scheme comments
7275 throughout.
7276 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7277 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7278 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7279 (i386_gdb_arch_init): Likewise.
7280
7281 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7282 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7283 ppcnbsd-tdep.o.
7284
7285 * m68k-tdep.h: Tweak comments.
7286 * m68k-tdep.c: Tweak comment.
7287
7288 2004-04-17 Randolph Chung <tausq@debian.org>
7289
7290 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7291 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7292 (hppa_hpux_som_init_abi): Set is_elf to 0.
7293 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7294 * hppa-tdep.c (low_text_segment_address): Remove global.
7295 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7296 section offset to calculate segment address.
7297 (internalize_unwinds): Define low_text_segment_address as local and
7298 pass to record_text_segment_lowaddr for ELF targets.
7299 (hppa_gdbarch_init): Zero fill tdep structure.
7300 (hppa_dump_tdep): Print tdep structure.
7301 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7302
7303 2004-04-17 Randolph Chung <tausq@debian.org>
7304
7305 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7306 (hppa_gdbarch_init): Set pseudo_register_read.
7307 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7308 * regcache.c (supply_register): Remove check for
7309 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7310
7311 2004-04-17 Randolph Chung <tausq@debian.org>
7312
7313 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7314 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7315 (hpread_adjust_stack_address): Move to hpread.c.
7316 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7317 obj_private_struct): Move from tm-hppa.h.
7318 * hpread.c (hppa-tdep.h): Include.
7319 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7320 (hpread_read_function_type, hpread_read_doc_function_type)
7321 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7322 directly.
7323 * pa64solib.c (hppa-tdep.h): Include.
7324 * somsolib.c (hppa-tdep.h): Include.
7325 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7326 inferior_status): Remove unused forward declarations.
7327 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7328 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7329 obj_private_struct): Move to hppa-tdep.h.
7330 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7331
7332 2004-04-17 Randolph Chung <tausq@debian.org>
7333
7334 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7335 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7336 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7337 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7338 Remove forward declaration and make static.
7339 (hppa_reg_struct_has_addr): Remove.
7340
7341 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7342
7343 * observer.sh: Move comments in sed command to first column.
7344
7345 2004-04-16 Jason Molenda (jmolenda@apple.com)
7346
7347 * frame.c: Minor typeo corrections in comments.
7348
7349 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7350
7351 * observer.c (observer_test_first_notification_function): Update
7352 function profile.
7353 (observer_test_second_notification_function): Likewise.
7354 (observer_test_third_notification_function): Likewise.
7355
7356 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7357
7358 From Brian Ford <ford@vss.fsi.com>:
7359 * i386-tdep.c (i386_coff_init_abi): New function.
7360 * i386-tdep.h (i386_coff_init_abi): New prototype.
7361 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7362 register number translation functions for DWARF and DWARF 2.
7363
7364 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7365
7366 * dwarf2read.c: Back out my previous change, it was incorrect.
7367
7368 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7369
7370 * dwarf2read.c: Include "hashtab.h".
7371 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7372 has_namespace_info.
7373 (struct partial_die_info): Add comments. Use bitfields to reduce
7374 memory footprint. Add scope, scope_set, has_specification,
7375 spec_offset, die_parent, die_child, and die_sibling.
7376 (peek_die_abbrev): Add prototype.
7377 (partial_read_comp_unit_head): New function, broken out from
7378 dwarf2_build_psymtabs_hard.
7379 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7380 Use partial_read_comp_unit_head. Initialize the CU and
7381 comp_unit_obstack. Update calls to read_partial_die and
7382 scan_partial_symbols. Use free_stack_comp_unit and
7383 load_partial_dies.
7384 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7385 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7386 Update calls to helper functions. Remove NAMESPACE argument.
7387 Update comments.
7388 (partial_die_parent_scope, partial_die_full_name): New functions.
7389 (add_partial_symbol): Remove namespace argument. Update call to
7390 pdi_needs_namespace. Use partial_die_full_name. Handle
7391 DW_TAG_namespace. Check has_namespace_info flag.
7392 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7393 tag. Handle namespaces.
7394 (add_partial_namespace, add_partial_enumeration): Simplify.
7395 (guess_structure_name): New function, derived from
7396 add_partial_structure.
7397 (add_partial_structure): Remove.
7398 (determine_class_name): Update comment.
7399 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7400 (is_type_tag_for_partial, load_partial_dies): New functions.
7401 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7402 Record specifications instead of following them immediately.
7403 (find_partial_die_in_comp_unit, find_partial_die)
7404 (fixup_partial_die, free_stack_comp_unit)
7405 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7406 (partial_die_hash, partial_die_eq): New functions.
7407 * Makefile.in (hashtab_h): Define.
7408 (dwarf2read.o): Update dependencies.
7409 (observer_inc, observer_h): Move to the correct section.
7410
7411 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7412
7413 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7414 (die_is_declaration): Use the function above. Add comment.
7415
7416 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7417
7418 * dwarf2read.c (read_structure_scope): Identify stub types
7419 using die_is_declaration() only.
7420
7421 2004-04-15 Roland McGrath <roland@redhat.com>
7422
7423 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7424 argument instead of NAME.
7425 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7426 in call to symbol_file_add_with_addrs_or_offsets.
7427 (build_addr_info): New function, helper for ...
7428 (symbol_file_add_from_memory): New function.
7429 (add_symbol_file_from_memory_command): New function using that.
7430 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7431 (pre_add_symbol_hook): Add const to argument type.
7432 * symfile.h (symbol_file_add_from_memory): Declare it.
7433
7434 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7435
7436 * NEWS (New native configurations): Mention OpenBSD/vax.
7437 * configure.host: Add vax-*-openbsd*.
7438 * config/vax/obsd.mh: New file.
7439 * config/vax/nm-obsd.h: New file.
7440
7441 * vax-tdep.c: Include "regset.h".
7442 (vax_supply_gregset): New function.
7443 (vax_gregset): New variable.
7444 (vax_regset_from_core_section): New function.
7445 (vax_gdbarch_init): Set regset_from_core_section.
7446 * Makefile.in (vax-tdep.o): Update dependencies.
7447
7448 2004-04-15 Andrew Cagney <cagney@redhat.com>
7449
7450 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7451 (observer_normal_stop_notification_stub)
7452 (observer_attach_normal_stop, observer_detach_normal_stop):
7453 Delete, replaced by #include "observer.inc".
7454 * infrun.c (normal_stop): Pass "stop_bpstat" to
7455 observer_notify_normal_stop.
7456 * Makefile.in (observer_inc): Define.
7457 (observer.o): Update dependencies.
7458 (observer.h, observer.inc): New rules.
7459 * observer.h: Delete file.
7460 * observer.sh: New file.
7461
7462 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7463
7464 * vax-tdep.c (vax_frame_cache): Fix typo.
7465
7466 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7467
7468 * NEWS (New native configurations): Mention NetBSD/vax.
7469 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7470 * config/vax/nbsdelf.mh: New file.
7471 * config/vax/nbsdaout.mh: New file.
7472 * config/vax/nm-nbsd.h: New file.
7473 * config/vax/nm-nbsdaout.h: New file.
7474
7475 * vaxnbsd-tdep.c: New file.
7476 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7477 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7478 * config/vax/nbsd.mt: New file.
7479 * config/vax/tm-nbsd.h: New file.
7480
7481 * Makefile.in (vaxbsd-nat.o): New dependency.
7482
7483 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7484 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7485 struct_addr arguments. Don't push return value address.
7486 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7487 arguments to vax_store_arguments. Store return value address in
7488 R1.
7489 (vax_store_struct_return, vax_extract_return_value)
7490 (vax_store_return_value): Remove functions.
7491 (vax_return_value): New function.
7492 (vax_gdbarch_init): Set return value. Don't set
7493 deprecated_store_struct_return, deprecated_extract_struct_return
7494 and deprecated_store_return_value.
7495
7496 2004-04-14 Andreas Schwab <schwab@suse.de>
7497
7498 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7499 value buffer.
7500 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7501
7502 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7503
7504 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7505 (vax_unwind_dummy_id): New functions.
7506 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7507 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7508 variables.
7509 (vax_fix_call_dummy): Remove function.
7510 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7511 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7512 call_dummy_location, deprecated_call_dummy_words,
7513 deprecated_sizeof_call_dummy_words,
7514 deprecated_call_dummy_breakpoint_offset,
7515 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7516 and deprecated_dummy_write_sp.
7517
7518 2004-04-13 David Carlton <carlton@kealia.com>
7519
7520 * MAINTAINERS: Move myself to "paper trail" section.
7521
7522 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7523
7524 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7525 "trad-frame.h".
7526 (vax_frame_init_saved_regs): Remove function.
7527 (vax_sigtramp_saved_pc): Remove function.
7528 (vax_frame_saved_pc): Remove function.
7529 (vax_frame_args_address): Remove function.
7530 (vax_frame_num_args): Rewrite.
7531 (vax_frame_chain): Remove function.
7532 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7533 VAX_FP_REGNUM.
7534 (vax_pop_frame): Likewise.
7535 (vax_saved_pc_after_call): Remove function.
7536 (struct vax_frame_cache): New structure.
7537 (vax_frame_cache): New function.
7538 (vax_frame_this_id): New function.
7539 (vax_frame_prev_register): New function.
7540 (vax_frame_unwind): New variable.
7541 (vax_frame_sniffer): New function.
7542 (vax_frame_base_address): New function.
7543 (vax_frame_args_address): New function.
7544 (vax_frame_base): New variable.
7545 (vax_unwind_pc): New function.
7546 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7547 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7548 deprecated_frame_chain, deprecated_frame_saved_pc,
7549 deprecated_frame_args_address and
7550 deprecated_frame_init_saved_regs.
7551 * Makefile.in (vax-tdep.o): Update dependencies.
7552
7553 * vaxbsd-nat.c: New file.
7554
7555 * vax-tdep.h: Update copyright year. Adjust comments.
7556 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7557 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7558 (vax_regnum): New enum. Replacing...
7559 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7560 (VAX_PS_REGNUM): ... these removed macros.
7561 * vax-tdep.c (vax_register_name): Remove prototype.
7562 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7563 (vax_register_byte, vax_register_raw_size,
7564 vax_register_virtual_size, vax_register_virtual_type): Remove
7565 functions.
7566 (vax_register_type): New function.
7567 (vax_breakpoint_from_pc): Reorganize.
7568 (vax_gdbarch_init): Set register_type. Don't set
7569 deprecated_register_size, deprecated_register_bytes,
7570 deprecated_register_byte, deprecated_register_raw_size,
7571 deprecated_max_register_raw_size,
7572 deprecated_register_virtual_size,
7573 deprecated_max_register_virtual_size and
7574 deprecated_register_virtual_type. Add comment on stack direction.
7575
7576 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7577
7578 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7579 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7580 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7581
7582 2004-04-10 Randolph Chung <tausq@debian.org>
7583
7584 * MAINTAINERS (write after approval): Add myself.
7585
7586 2004-04-07 Randolph Chung <tausq@debian.org>
7587
7588 * hppa-tdep.c (hppa_inner_than): Remove.
7589 (is_pa_2): Remove unused static variable.
7590 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7591
7592 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7593
7594 * language.h (language_defn): Add new la_post_parser field.
7595 * parser-defs.h (null_post_parser): New declaration (default for
7596 la_post_parser).
7597
7598 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7599 insert call to that function.
7600 (parse_exp_in_context): New function, including code formerly in
7601 parse_exp_1. Calls language-dependent post-parser after
7602 prefixification.
7603 (parse_expression_in_context): New exported function.
7604 (null_post_parser): New definition.
7605 * expression.h (parse_expression_in_context): Add declaration.
7606
7607 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7608 * c-lang.c (c_language_defn): Ditto.
7609 (cplus_language_defn): Ditto.
7610 (asm_language_defn): Ditto.
7611 (minimal_language_defn): Ditto.
7612 * f-lang.c (f_language_defn): Ditto.
7613 * jv-lang.c (java_language_defn): Ditto.
7614 * language.c (unknown_language_defn): Ditto.
7615 (auto_language_defn): Ditto.
7616 (local_language_defn): Ditto.
7617 * m2-lang.c (m2_language_defn): Ditto.
7618 * scm-lang.c (scm_language_defn): Ditto.
7619 * obj-lang.c (objc_language_defn): Ditto.
7620
7621 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7622
7623 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7624 (amd64nbsd_mcontext_addr): New function.
7625 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7626 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7627 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7628
7629 * corelow.c (core_xfer_partial): Fix coding standards violation.
7630 Add support for TARGET_OBJECT_WCOOKIE.
7631
7632 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7633 deprecated_pc_in_sigtramp.
7634 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7635 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7636 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7637 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7638 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7639 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7640 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7641
7642 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7643 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7644 Fix typo.
7645
7646 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7647 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7648 (amd64_collect_fxsave): Likewise.
7649
7650 * i386-sol2-tdep.c: Include "gdb_string.h".
7651 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7652 name.
7653 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7654
7655 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7656
7657 * i386-sol2-tdep.c: Include "solib-svr4.h".
7658 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7659 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7660 * config/i386/tm-i386sol2.h: Include :solib.h".
7661 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7662 solib-svr4.o and solib-legacy.o.
7663 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7664 solib-svr4.o.
7665
7666 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7667
7668 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7669 whether a register is supplied by PTRACE_GETFPREGS.
7670 (store_inferior_registers): Likewise.
7671 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7672 whether a register is supplied by PT_GETFPREGS.
7673 (store_inferior_registers): Likewise.
7674
7675 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7676 * config/i386/linux64.mt (TDEPFILES): Likewise.
7677
7678 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7679
7680 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7681 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7682 the program counter is in the range specified by `struct
7683 gdbarch_tdep'.
7684 * amd64-linux-tdep.c: Include "symtab.h".
7685 (amd64_linux_pc_in_sigtramp): Remove function.
7686 (amd64_linux_sigtramp_p): New function.
7687 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7688 deprecated_pc_in_sigtramp.
7689 * amd64nbsd-tdep.c: Include "symtab.h".
7690 (amd64nbsd_sigtramp_p): New function.
7691 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7692 deprecated_pc_in_sigtramp.
7693 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7694 few comments.
7695 (amd64obsd_pc_in_sigtramp): Remove function.
7696 (amd64obsd_sigtramp_p): New function.
7697 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7698 deprecated_pc_in_sigtramp.
7699 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7700 (i386bsd_pc_ins_sigtramp): Remove prototype.
7701 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7702 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7703 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7704 the program counter is in the range specified by `struct
7705 gdbarch_tdep'.
7706 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7707 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7708 (i386_go32_pc_in_sigtramp): Remove function.
7709 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7710 Initialize TDEP->sigtramp_p.
7711 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7712 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7713 deprecated_pc_in_sigtramp.
7714 * i386-linux-tdep.c: Adjust comments.
7715 (i386_linux_pc_in_sigtramp): Remove function.
7716 (i386_linux_sigtramp_p): New function.
7717 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7718 deprecated_pc_in_sigtramp.
7719 * i386-nto-tdep.c: Update copyright year.
7720 (i386nto_pc_in_sigtramp): Remove function.
7721 (i386nto_sigtramp_p): New function.
7722 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7723 SP_REGNUM.
7724 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7725 deprecated_pc_in_sigtramp.
7726 * i386-sol2-tdep.c: Update copyright year.
7727 (i386_sol2_pc_in_sigtramp): Remove function.
7728 (i386_sol2_sigtramp_p): New function.
7729 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7730 deprecated_pc_in_sigtramp.
7731 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7732 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7733 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7734 deprecated_sigtramp_start and deprecated_sigtramp_end.
7735 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7736 (i386nbsd_pc_in_sigtramp): Remove function.
7737 (i386nbsd_sigtramp_p): New function.
7738 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7739 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7740 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7741 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7742 (i386obsd_pc_in_sigtramp): Remove function.
7743 (i386obsd_sigtramp_p): New function.
7744 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7745 functions.
7746 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7747 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7748 TDEP->sigtramp_p.
7749 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7750 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7751 dependencies.
7752
7753 * config/i386/i386aout.mt: Remove file.
7754
7755 * configure.tgt: Remove i[34567]86-*-go32*,
7756 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7757 and i[34567]86-*-isc*. Set gdb_target to i386 for
7758 i[34567]86-*-netware* and i[34567]86-*-*.
7759 * config/i386/i386.mt: New file.
7760 * config/i386/embed.mt: Remove file.
7761 * config/i386/go32.mt: Remove file.
7762 * config/i386/i386nw.mt: Remove file.
7763 * config/i386/i386v.mt: Remove file.
7764 * config/i386/tm-go32.h: Remove file.
7765
7766 * tui/tui-hooks.c: Include "readline/readline.h" after
7767 "gdb_curses.h" instead of before.
7768 * tui/tui-io.c: Likewise.
7769
7770 * tui/tui.c: Fix typo in comment.
7771
7772 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7773
7774 2004-04-08 Andrew Cagney <cagney@redhat.com>
7775
7776 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7777 (deprecated_exception_support_initialized): Declare.
7778 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7779 (initialize_hp_cxx_exception_support)
7780 (child_enable_exception_callback): Update.
7781 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7782 (deprecated_exception_support_initialized): Rename
7783 deprecated_exception_catchpoints_are_fragile and
7784 deprecated_exception_support_initialized.
7785 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7786
7787 * symtab.c (deprecated_hp_som_som_object_present): Rename
7788 hp_som_som_object_present.
7789 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7790 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7791 Update. Delete extern declaration.
7792 * valops.c (hp_som_som_object_present): Ditto.
7793 * parse.c (deprecated_hp_som_som_object_present)
7794 (parse_nested_classes_for_hpacc): Ditto.
7795 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7796 * hppa-hpux-tdep.c (hp_som_som_object_present)
7797 (initialize_hp_cxx_exception_support): Ditto.
7798 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7799 * cp-valprint.c (hp_som_som_object_present)
7800 (cp_print_class_method): Ditto.
7801 * c-typeprint.c (hp_som_som_object_present):
7802 (c_type_print_base): Ditto.
7803 * c-exp.y (hp_som_som_object_present): Ditto.
7804
7805 2004-04-08 Andrew Cagney <cagney@redhat.com>
7806
7807 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7808 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7809 (frame_unwind_find_by_frame): Re-implement the unwind code so
7810 that it can both prepend and append sniffers. Replace
7811 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7812 * tramp-frame.c (tramp_frame_append): Use
7813 frame_unwind_prepend_unwinder.
7814 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7815 frame_unwind_register_unwinder.
7816 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7817 tramp_frame_append.
7818 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7819 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7820 (mips_linux_init_abi): Update.
7821
7822 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7823
7824 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7825 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7826 file support.
7827
7828 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7829
7830 * ia64-tdep.c (elf.h): Don't include.
7831 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7832
7833 2004-04-07 Jason Molenda (jmolenda@apple.com)
7834
7835 * frame.h: Typeo corrections in comments.
7836
7837 2004-04-07 Jim Blandy <jimb@redhat.com>
7838
7839 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7840 %esp and %ebp
7841
7842 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7843
7844 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7845 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7846 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7847 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7848 and solib-legacy.o.
7849 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7850 solib-svr4.o.
7851 * config/sparc/tm-sol2.h: Update copyright year. Include
7852 "solib.h".
7853
7854 * sparc-sol2-tdep.c: Update copyright year. Include
7855 "solib-svr4.h".
7856 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7857 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7858 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7859 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7860 dependencies.
7861
7862 2004-04-06 Andrew Cagney <cagney@redhat.com>
7863
7864 * infttrace.c: Include "infttrace.h".
7865 * infttrace.h: Include "target.h".
7866 * Makefile.in (infttrace_h): Update.
7867 (infttrace.o): Update.
7868
7869 2004-04-06 Andrew Cagney <cagney@redhat.com>
7870
7871 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7872 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7873 move extern declarations from here ...
7874 * infttrace.h: ... to here.
7875 * Makefile.in (hppah-nat.o): Update dependencies.
7876
7877 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7878 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7879 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7880 (hppa_breakpoint_from_pc): Delete.
7881
7882 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7883
7884 2004-04-05 Andrew Cagney <cagney@redhat.com>
7885
7886 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7887 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7888 <sys/file.h>.
7889
7890 2004-04-06 Randolph Chung <tausq@debian.org>
7891
7892 Committed by Andrew Cagney (mechanical change).
7893 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7894 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7895 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7896 child_enable_exception_callback, current_ex_event,
7897 null_symtab_and_line, child_get_current_exception_event,
7898 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7899 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7900 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7901 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7902 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7903 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7904 Move hpux-specific definitions ...
7905 * hppa-hpux-tdep.c: ... to here.
7906
7907 2004-04-05 Andrew Cagney <cagney@redhat.com>
7908
7909 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7910 skip_prologue_using_sal.
7911
7912 2004-04-05 Andrew Cagney <cagney@redhat.com>
7913
7914 * config/i386/tm-i386.h: Delete file.
7915 * config/i386/tm-vxworks.h: Update copyright, do not include
7916 "tm-i386.h".
7917 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7918 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7919 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7920 * config/i386/ncr3000.mt (TM_FILE): Delete.
7921 * config/i386/interix.mt (TM_FILE): Delete.
7922 * config/i386/i386v.mt (TM_FILE): Delete.
7923 * config/i386/i386nw.mt (TM_FILE): Delete.
7924 * config/i386/i386gnu.mt (TM_FILE): Delete.
7925 * config/i386/i386aout.mt (TM_FILE): Delete.
7926 * config/i386/embed.mt (TM_FILE): Delete.
7927
7928 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7929
7930 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7931 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7932 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7933 (accg7_regnum): New constants.
7934 (last_spr_regnum, last_pseudo_regnum): Update.
7935 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7936 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7937 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7938 for accg registers.
7939 (frv_register_sim_regno): Update spr_map[].
7940
7941 2004-04-04 Andrew Cagney <cagney@redhat.com>
7942
7943 * config/mips/xm-riscos.h: Delete.
7944 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7945 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7946 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7947 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7948 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7949 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7950 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7951 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7952 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7953 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7954 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7955 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7956 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7957 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7958 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7959 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7960 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7961 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7962 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7963 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7964 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7965 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7966 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7967 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7968 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7969 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7970
7971 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7972 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7973 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7974 * configure.host: Remove m680[01]0-sun-sunos3*,
7975 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7976 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7977 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7978 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7979 mips-*-riscos*.
7980 * NEWS: Mention removed systems.
7981
7982 2004-04-04 Andrew Cagney <cagney@redhat.com>
7983
7984 GDB 6.1 release created from 6.1 branch.
7985
7986 2004-04-04 Andrew Cagney <cagney@redhat.com>
7987
7988 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7989 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7990 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7991
7992 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7993 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7994 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7995
7996 2004-04-03 Jim Blandy <jimb@redhat.com>
7997
7998 * MAINTAINERS: Chris Faylor has changed employers; add him to
7999 "paper trail" section, and update his E-mail address.
8000
8001 2004-04-03 Andrew Cagney <cagney@redhat.com>
8002
8003 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8004 generic dummy frames.
8005 * dummy-frame.c: Update copyright.
8006 (dummy_frame_sniffer): Delete check for generic dummy frames.
8007
8008 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8009 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8010 (REG_PARM_STACK_SPACE): Delete.
8011 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8012 Inline reference to REG_PARM_STACK_SPACE.
8013
8014 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8015 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8016 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8017 (FRAME_BASE_BEFORE_SIGTRAMP)
8018 (hppa32_hpux_frame_base_before_sigtramp)
8019 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8020 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8021 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8022 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8023 (FRAME_BASE_BEFORE_SIGTRAMP)
8024 (hppa64_hpux_frame_base_before_sigtramp)
8025 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8026
8027 2004-04-03 Andrew Cagney <cagney@redhat.com>
8028
8029 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8030
8031 2004-04-02 Andrew Cagney <cagney@redhat.com>
8032
8033 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8034 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8035 * dummy-frame.h: Delete out-of-date comments.
8036 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8037 * gdbarch.h, gdbarch.c: Re-generate.
8038
8039 2004-04-02 Joel Brobecker <brobecker@gnat.com>
8040
8041 Committed by Andrew Cagney <cagney@redhat.com>.
8042 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8043 into account an instruction saving a register if we have already
8044 seen an earlier instruction saving that same register.
8045
8046 2004-04-02 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8049 * gdbarch.h, gdbarch.c: Re-generate.
8050 * frame.c (legacy_get_prev_frame): Delete references to
8051 DEPRECATED_INIT_FRAME_PC_FIRST.
8052
8053 * infrun.c (pc_in_sigtramp): Delete function.
8054 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8055 get_frame_type.
8056
8057 2004-04-02 Andrew Cagney <cagney@redhat.com>
8058
8059 * infrun.c (handle_step_into_function): Delete code conditional on
8060 legacy_frame_p.
8061 (handle_inferior_event, step_over_function): Ditto.
8062
8063 2004-04-02 Andrew Cagney <cagney@redhat.com>
8064
8065 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8066 "previous frame inner to this frame" test.
8067
8068 2004-04-02 Andrew Cagney <cagney@redhat.com>
8069
8070 * frame.c (safe_frame_unwind_memory): New function.
8071 * frame.h (safe_frame_unwind_memory): Declare. Update description
8072 of /safe_/ methods.
8073 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8074 "next_frame". Use safe_frame_unwind_memory.
8075 (tramp_frame_sniffer): Update call to tramp_frame_start.
8076
8077 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
8078
8079 * dwarf2read.c (dwarf2_objfile_data_key): New.
8080 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8081 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8082 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8083 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8084 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8085 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8086 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8087 Remove variables.
8088 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8089 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8090 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8091 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8092 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8093 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8094 Remove macros.
8095 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8096 data.
8097 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8098 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8099 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8100 (read_partial_die, read_full_die, read_indirect_string)
8101 (dwarf_decode_line_header, dwarf_decode_macros)
8102 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8103 Update uses of removed variables.
8104 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8105 of removed macros.
8106 (_initialize_dwarf2_read): New function.
8107 * symfile.h (dwarf2_has_info): Update prototype.
8108 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8109 * elfread.c (elf_symfile_read): Likewise.
8110
8111 2004-04-01 Jim Blandy <jimb@redhat.com>
8112
8113 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8114 function for register numbers on all the rs6000-derived targets.
8115 (rs6000_gdbarch_init): Don't register a separate
8116 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8117 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8118 variants.
8119
8120 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8121 numbering.
8122
8123 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8124
8125 * valarith.c: Update copyright notice.
8126 (value_add): Handle range types.
8127 (value_sub): Ditto.
8128 (value_equal): Ditto.
8129 (value_less): Ditto.
8130 (value_neg): Ditto.
8131 (value_complement): Ditto.
8132 (value_binop): Simplify slightly by using is_integral_type and
8133 eliminiating unnecessary COERCE_ENUMs.
8134
8135 2004-03-31 Andrew Cagney <cagney@redhat.com>
8136
8137 * frame.h (frame_unwind_id): Declare.
8138 * frame.c (frame_unwind_id): New function.
8139 (get_prev_frame_1): New function.
8140 (frame_debug_got_null_frame): New function.
8141 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8142 code proper to prev_frame, update description.
8143 * infrun.c (step_over_function): Use frame_unwind_id.
8144
8145 2004-04-31 J. Brobecker <brobecker@gnat.com>
8146
8147 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8148 (hppa64_push_dummy_call): Likewise.
8149
8150 2004-03-30 Jim Blandy <jimb@redhat.com>
8151
8152 From Ulrich Weigand:
8153 * utils.c (query): Do not use a va_list variable multiple times.
8154
8155 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8156
8157 * Makefile.in (linux_nat_h): Update dependencies.
8158 * configure.in: Check for <gnu/libc-version.h>.
8159 * configure: Regenerate.
8160 * config.in: Regenerate.
8161 * linux-nat.h: Include "target.h". Add waitstatus field to
8162 struct lwp_info.
8163 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8164 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8165 to.
8166 (lin_lwp_handle_extended): New function. Handle clone events.
8167 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8168 thread exit events.
8169 (child_wait): Handle clone events.
8170 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8171 * linux-nat.c (linux_enable_event_reporting): Turn on
8172 PTRACE_O_TRACECLONE.
8173 (linux_handle_extended_wait): Handle clone events.
8174 * thread-db.c: Include <gnu/libc-version.h>.
8175 (struct private_thread_info): Add dying flag.
8176 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8177 higher.
8178 (attach_thread): Update comments. Handle dying threads.
8179 (detach_thread): Set the dying flag.
8180 (check_event): Always call attach_thread.
8181
8182 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8183
8184 * mips-tdep.c (mips_pdr_data): New.
8185 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8186 (_initialize_mips_tdep): Initialize mips_pdr_data.
8187
8188 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8189
8190 * minsyms.c (install_minimal_symbols): Move dropping leading
8191 char from linkage name from here...
8192 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8193 test for "__gnu_compiled*" symbols.
8194
8195 2004-03-28 Jim Blandy <jimb@redhat.com>
8196
8197 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8198 registers to temp register r0 and byte stores as prologue
8199 instructions.
8200
8201 2004-03-28 Andrew Cagney <cagney@redhat.com>
8202
8203 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8204 arm*-*-*.
8205
8206 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8207
8208 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8209 and switch the layout to force a display of register window.
8210
8211 2004-02-26 J. Brobecker <brobecker@gnat.com>
8212
8213 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8214 of the INTEGER class.
8215
8216 2004-03-26 Jim Blandy <jimb@redhat.com>
8217
8218 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8219 bytes long on PPC GNU/Linux.
8220
8221 2004-03-26 David Carlton <carlton@kealia.com>
8222
8223 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8224
8225 2004-03-25 Andrew Cagney <cagney@redhat.com>
8226
8227 * PROBLEMS: Add general section titles, remove references to
8228 specific releases.
8229
8230 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8231
8232 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8233 INT_REGISTER_SIZE.
8234 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8235 FP_REGISTER_VIRTUAL_SIZE.
8236 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8237 of DEPRECATED_REGISTER_RAW_SIZE.
8238 (arm_register_type): Add gdbarch argument.
8239 (arm_register_raw_size, arm_register_virtual_size): Delete.
8240 (arm_register_byte, arm_extract_return_value)
8241 (arm_store_return_value, arm_get_longjmp_target): Update references
8242 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8243 (arm_gdbarch_init): Likewise. Don't set
8244 deprecated_register_raw_size, deprecated_register_virtual_size,
8245 deprecated_max_register_raw_size,
8246 deprecated_max_register_virtual_size, or
8247 deprecated_max_register_virtual_type. Do set register_type.
8248 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8249 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8250 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8251 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8252 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8253 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8254 INT_REGISTER_SIZE.
8255 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8256 (remote_rdp_store_register): Likewise.
8257
8258 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8259
8260 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8261 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8262 to after osabi initialization.
8263 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8264 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8265 functions.
8266 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8267 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8268 variables.
8269 (mips_linux_init_abi): Append signal trampoline unwinders.
8270
8271 2004-03-24 Andrew Cagney <cagney@redhat.com>
8272
8273 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8274 * tramp-frame.c: Include "gdb_assert.h".
8275 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8276 correct sizeof.
8277 (tramp_frame_append): Validate the tramp frame's instructions.
8278 * Makefile.in (tramp-frame.o): Update dependencies.
8279
8280 2004-03-23 Andrew Cagney <cagney@redhat.com>
8281
8282 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8283
8284 2004-03-23 Andrew Cagney <cagney@redhat.com>
8285
8286 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8287 Nasser as past testsuite/lib/ (and other) maintainers.
8288
8289 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8290
8291 * infcmd.c (attach_command): Reread symbols if we already have
8292 an exec file.
8293
8294 2004-03-23 Andrew Cagney <cagney@redhat.com>
8295
8296 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8297
8298 2004-03-23 Andrew Cagney <cagney@redhat.com>
8299
8300 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8301 * gdbarch.h, gdbarch.c: Re-generate.
8302 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8303 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8304 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8305 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8306 (DEPRECATED_SIGTRAMP_START): Update.
8307 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8308 (DEPRECATED_SIGTRAMP_START): Update.
8309 * blockframe.c (find_pc_sect_partial_function): Update.
8310 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8311
8312 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8313
8314 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8315 if necessary.
8316
8317 2004-03-23 Andrew Cagney <cagney@redhat.com>
8318
8319 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8320 predicate, deprecate.
8321 * gdbarch.h, gdbarch.c: Re-generate.
8322 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8323 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8324 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8325 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8326 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8327 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8328 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8329 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8330 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8331 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8332 * blockframe.c (find_pc_partial_function): Update.
8333 * breakpoint.c (bpstat_what): Update.
8334 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8335 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8336 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8337 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8338 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8339 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8340 * i386-nto-tdep.c (i386nto_init_abi): Update.
8341 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8342 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8343 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8344 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8345 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8346 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8347 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8348 * infrun.c (pc_in_sigtramp): Update.
8349 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8350 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8351 * mips-tdep.c (mips_gdbarch_init): Update.
8352 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8353 * ppc-linux-tdep.c: Update comment.
8354 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8355 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8356 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8357 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8358 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8359 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8360 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8361 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8362 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8363 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8364
8365 2004-03-23 Andrew Cagney <cagney@redhat.com>
8366
8367 * tramp-frame.h, tramp-frame.h: New files.
8368 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8369 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8370
8371 * Makefile.in: Update all dependencies.
8372
8373 2004-03-23 Andrew Cagney <cagney@redhat.com>
8374
8375 * Makefile.in (trad_frame_h): Add $(frame_h).
8376 * trad-frame.h: Update copyright. Include "frame.h".
8377 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8378 (trad_frame_set_id, trad_frame_get_id): Declare.
8379 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8380 * trad-frame.c: Update copyright.
8381 (struct trad_frame_cache): Define.
8382 (trad_frame_cache_zalloc): New function.
8383 (trad_frame_set_id, trad_frame_get_id): New functions.
8384 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8385
8386 2004-03-22 Andrew Cagney <cagney@redhat.com>
8387
8388 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8389 s390_pltstub_unwind_cache.
8390 (s390_stub_frame_unwind_cache): Rename
8391 s390_pltstub_frame_unwind_cache.
8392 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8393 (s390_stub_frame_prev_register): Rename
8394 s390_pltstub_frame_prev_register.
8395 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8396 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8397
8398 From Ulrich Weigand:
8399 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8400 pointer calls like PLT calls.
8401
8402 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8403
8404 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8405 PC rather than the partial function start address. Use the start
8406 address to sanity check the found PDR.
8407
8408 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8409
8410 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8411 linux_handle_extended_wait.
8412
8413 2004-03-22 Andrew Cagney <cagney@redhat.com>
8414
8415 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8416 function.
8417
8418 * frame.h (generic_pop_current_frame): Delete declaration.
8419 (deprecate_pop_dummy_frame): Deprecate
8420 generic_pop_dummy_frame.
8421 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8422 (generic_pop_current_frame): Delete function.
8423 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8424 generic_pop_current_frame.
8425 * v850-tdep.c (v850_pop_frame): Update.
8426 * mcore-tdep.c (mcore_pop_frame): Update.
8427 * sh64-tdep.c (sh64_pop_frame): Update.
8428 * h8300-tdep.c (h8300_pop_frame): Update.
8429
8430 2004-03-22 Andrew Cagney <cagney@redhat.com>
8431
8432 * frame.h (deprecated_pc_in_call_dummy): Rename
8433 generic_pc_in_call_dummy.
8434 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8435 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8436 generic_pc_in_call_dummy.
8437 (pc_in_dummy_frame): Make static.
8438 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8439 * gdbarch.h, gdbarch.c: Re-generate.
8440 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8441 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8442 (legacy_get_prev_frame): Ditto.
8443 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8444 comment.
8445
8446 2004-03-21 Andrew Cagney <cagney@redhat.com>
8447
8448 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8449 declaration and out-of-date comment.
8450 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8451 Delete function.
8452 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8453 deprecated_pc_in_call_dummy.
8454
8455 * infrun.c (handle_inferior_event): For non legacy frames, use the
8456 frame ID and frame type to identify a signal trampoline. Update
8457 comments.
8458
8459 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8460
8461 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8462 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8463
8464 2004-03-21 Andrew Cagney <cagney@redhat.com>
8465
8466 * frame-unwind.h: Update copyright.
8467 (struct frame_data): Add opaque declaration.
8468 (frame_sniffer_ftype): Declare.
8469 (struct frame_unwind): Add "unwind_data" and "sniffer".
8470 (frame_unwind_register_unwinder): Declare.
8471 (frame_unwind_find_by_frame): Add parameter "this_cache".
8472 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8473 (legacy_get_prev_frame, legacy_get_prev_frame)
8474 (get_frame_type): Pass the prologue_cache to
8475 frame_unwind_find_by_frame.
8476 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8477 "unwinder".
8478 (frame_unwind_register_unwinder): New function.
8479 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8480
8481 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8482
8483 * bcache.c (print_percentage): Use floating point to avoid
8484 incorrect results when portion*100 overflows.
8485
8486 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8487
8488 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8489 (ppc_linux_init_extra_frame_info)
8490 (ppc_linux_frameless_function_invocation)
8491 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8492 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8493 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8494 (rs6000_frame_chain): Delete declarations.
8495 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8496 (ppc_linux_init_extra_frame_info)
8497 (ppc_linux_frameless_function_invocation)
8498 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8499 (ppc_linux_init_abi): Remove registration of above deleted functions.
8500 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8501 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8502 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8503 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8504 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8505 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8506 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8507 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8508 frame management for all OSABIs.
8509
8510 2004-03-19 Andrew Cagney <cagney@redhat.com>
8511
8512 Committed by Kevin Buettner <kevinb@redhat.com>.
8513
8514 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8515 Update copyright.
8516 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8517 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8518 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8519 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8520 unwinders. #ifdef legacy frame code.
8521 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8522 "frame-base.h".
8523 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8524 (struct rs6000_frame_cache, rs6000_frame_cache)
8525 (rs6000_frame_this_id, rs6000_frame_prev_register)
8526 (rs6000_frame_sniffer, rs6000_frame_unwind)
8527 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8528 (rs6000_frame_base): Implement a traditional frame unwinder.
8529 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8530 frame unwinder.
8531
8532 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8533
8534 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8535 breakpoint address for watchpoints or the catch eventpoints.
8536 Add new paramter ``bptype''. Adjust all callers.
8537
8538 2004-03-19 Andrew Cagney <cagney@redhat.com>
8539
8540 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8541
8542 * PROBLEMS: Delete note that ARM does not use frame code, problem
8543 fixed.
8544
8545 2004-03-18 Andrew Cagney <cagney@redhat.com>
8546
8547 * stack.c (return_command): Delete code wrapped in #ifdef
8548 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8549
8550 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8551
8552 2004-03-18 Andrew Cagney <cagney@redhat.com>
8553
8554 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8555 DEPRECATED_IN_SIGTRAMP.
8556 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8557 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8558 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8559 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8560 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8561 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8562 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8563 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8564 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8565 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8566
8567 2004-03-18 Andrew Cagney <cagney@redhat.com>
8568
8569 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8570 (struct frame_base_table_entry): Define.
8571 (struct frame_base_table): Re-implement as a linked list.
8572 (frame_base_init): Re-implement.
8573 (frame_base_table): Delete function.
8574 (append_predicate): Delete function.
8575 (frame_base_append_sniffer): Update.
8576 (frame_base_set_default): Update.
8577 (frame_base_find_by_frame): Update.
8578 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8579 * Makefile.in (frame-base.o): Update dependencies.
8580
8581 2004-03-17 Andrew Cagney <cagney@redhat.com>
8582
8583 * frame.c (legacy_get_prev_frame): Pass correct frame to
8584 frame_unwind_find_by_frame.
8585
8586 2004-03-17 David Carlton <carlton@kealia.com>
8587
8588 * NEWS: Mention C++ nested types and namespaces
8589
8590 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8591
8592 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8593 and "Regressions since gdb 5.3.". Add known regressions since
8594 gdb 6.0.
8595
8596 2004-03-16 David Carlton <carlton@kealia.com>
8597
8598 * dwarf2read.c (process_structure_scope): Process children even
8599 when we're a declaration.
8600
8601 2004-03-16 Andrew Cagney <cagney@redhat.com>
8602
8603 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8604 * blockframe.c (find_pc_partial_function)
8605 (find_pc_sect_partial_function): Merge into a single
8606 find_pc_partial_function.
8607
8608 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8609
8610 * i386bsd-nat.c: s/regno/regnum/g.
8611 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8612 FP0_REGNUM.
8613 (store_inferior_registers): Likewise.
8614
8615 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8616
8617 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8618 of i387_fill_fsave.
8619 (store_inferior_registers): Call i387_collect_fsave and
8620 i387_collect_fxsave instead of i387_fill_fsave and
8621 i387_fill_fxsave.
8622
8623 2004-03-15 Andrew Cagney <cagney@redhat.com>
8624
8625 * Makefile.in (frame-unwind.o): Update dependencies.
8626 * frame-unwind.c: Include "gdb_obstack.h".
8627 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8628 parameter.
8629 (append_predicate): Delete function.
8630 (struct frame_unwind_table_entry): New structure.
8631 (struct frame_unwind_table): Replace "sniffer" with "head" and
8632 "tail".
8633 (frame_unwind_append_sniffer): Update.
8634 (frame_unwind_find_by_frame): Update.
8635 (_initialize_frame_unwind): Registe frame_unwind_init using
8636 gdbarch_data_register_pre_init.
8637
8638 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8639
8640 * i386bsd-nat.c: Update copyright year.
8641 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8642 define unconditionally.
8643
8644 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8645
8646 * i387-tdep.h (i387_collect_fsave): New prototype.
8647 * i387-tdep.c (i387_collect_fsave): New function containing most
8648 of the code from i387_fill_fsave.
8649 (i387_fill_fsave): Call i387_collect_fsave.
8650
8651 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8652
8653 * i386-linux-tdep.c: Update copyright year.
8654 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8655 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8656 svr4_ilp32_link_map_offsets instead of
8657 i386_linux_svr4_fetch_link_map_offsets.
8658
8659 2004-03-15 David Carlton <carlton@kealia.com>
8660
8661 Fix for PR c++/1553:
8662 * dwarf2read.c (read_structure_type): Determine type name by
8663 calling determine_class_name.
8664 (determine_class_name): New.
8665 (determine_prefix): Look at TYPE_TAG_NAME and call
8666 determine_class_name when appropriate.
8667 (determine_prefix_aux, class_name): Delete.
8668 (read_namespace): Set die->type.
8669
8670 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8671
8672 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8673 unused macro definition. The definition in target.h (or perhaps
8674 elsewhere) takes precedence.
8675
8676 2004-03-15 Andrew Cagney <cagney@redhat.com>
8677
8678 * ppc-tdep.h: Update copyright.
8679 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8680 function signatures to match "regsets.h".
8681 * ppc-linux-tdep.c: Include "regset.h".
8682 (ELF_GREGSET_SIZE): Delete.
8683 (right_supply_register): New function.
8684 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8685 using right_supply_register.
8686 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8687 functions.
8688 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8689 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8690 (_initialize_ppc_linux_tdep): Do not register
8691 ppc_linux_regset_core_fns.
8692 (ppc_linux_regset_from_core_section): Replace
8693 fetch_core_registers.
8694 (ppc_linux_regset_core_fns): Delete.
8695 * ppc-linux-nat.c: (right_fill_reg): New function.
8696 (supply_gregset): Update call to ppc_linux_supply_gregset.
8697 (fill_gregset): Clear the register set, use right_fill_reg.
8698 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8699 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8700
8701 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8702 unsigned.
8703
8704 2004-03-15 Andrew Cagney <cagney@redhat.com>
8705
8706 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8707 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8708 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8709 and register_gdbarch_data.
8710 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8711 (struct gdbarch_data): Replace "init" by "pre_init" and
8712 "post_init".
8713 * gdbarch.h, gdbarch.c: Re-generate.
8714 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8715 with"obstack", use OBSTACK_ZALLOC.
8716 (dwarf2_frame_ops): Delete.
8717 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8718 (dwarf2_frame_init_reg): Use gdbarch_data.
8719 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8720 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8721 (_initialize_svr4_solib): Update.
8722 * user-regs.c (_initialize_user_regs): Update.
8723 * reggroups.c (_initialize_reggroup): Update.
8724 * regcache.c (_initialize_regcache): Update.
8725 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8726 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8727 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8728 * frame-unwind.c (_initialize_frame_unwind): Update.
8729 * frame-base.c (_initialize_frame_base): Update.
8730 * user-regs.c (user_reg_add): Update.
8731 * reggroups.c (reggroup_add): Update.
8732 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8733 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8734 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8735 * frame-base.c (frame_base_table): Update.
8736 * remote.c (_initialize_remote): Update.
8737 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8738
8739 2004-03-15 Andrew Cagney <cagney@redhat.com>
8740
8741 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8742
8743 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8744
8745 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8746 * frv-linux-tdep.c: New file.
8747 * frv-tdep.c (struct gdbarch_tdep): Add new field
8748 ``sigcontext_reg_addr''.
8749 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8750 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8751 (frv_sigramp_frame_sniffer): New functions.
8752 (frv_sigtramp_frame_unwind): New static global.
8753 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8754 sniffers.
8755 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8756 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8757
8758 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8759
8760 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8761 but not via a call to error(), when unable to read memory.
8762
8763 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8764
8765 * frv-tdep.c (frv_call_dummy_words): Delete.
8766 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8767
8768 2004-03-15 Andrew Cagney <cagney@redhat.com>
8769
8770 * infrun.c (handle_step_into_function, step_over_function): Only
8771 update and use STEP_FRAME_ID when the system is using legacy
8772 frames. Update comments.
8773
8774 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8775
8776 * amd64-linux-tdep.h: Remove file.
8777 * amd64-linux-tdep.c: Don't include "inferior.h" and
8778 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8779 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8780 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8781 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8782 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8783 macros.
8784 (user_to_gdb_regmap): Remove variable.
8785 (amd64_linux_gregset_reg_offset): New variable.
8786 (amd64_core_fns): Remove variable.
8787 (fetch_core_registers): Remove function.
8788 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8789 functions.
8790 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8791 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8792 * Makefile.in (amd64_linux_tdep_h): Remove.
8793 (amd64-linux-nat.o): Update dependencies.
8794 (amd64-linux-tdep.o): Update dependencies.
8795
8796 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8797 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8798 functions.
8799 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8800
8801 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8802 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8803
8804 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * dwarf2read.c (read_structure_type): Rename from
8807 read_structure_scope. Don't create a symbol or call process_die.
8808 Return immediately if die->type is set. Call read_type_die before
8809 dwarf2_add_member_fn.
8810 (process_structure_scope): New function.
8811 (read_enumeration_type, process_enumeration_scope): New functions,
8812 broken out from read_enumeration. Don't create the enumeration
8813 type if it has already been created.
8814 (read_enumeration): Removed.
8815 (process_die): Call read_structure_type, process_structure_scope,
8816 read_enumeration_type, and process_enumeration_scope. Just call
8817 new_symbol for base and subrange types. Add a comment about other
8818 type dies.
8819 (read_type_die): Call read_enumeration_type.
8820 (add_partial_structure, new_symbol): Update comments.
8821
8822 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8823
8824 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8825
8826 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8827
8828 * tui/tui-win.h (tui_get_cmd_list): Declare.
8829 * tui/tui-win.c (tui_command): New function.
8830 (tui_get_cmd_list): New function.
8831 (_initialize_tui_win): Moved initialization of tui command in
8832 tui_get_cmd_list.
8833
8834 * tui/tui-data.c (init_content_element): Setup new data members.
8835 (init_win_info): Likewise.
8836 (free_content_elements): Free it.
8837 * tui/tui-data.h (struct tui_data_element): Store the register
8838 content to print.
8839 (struct tui_data_info): Keep the current register group.
8840
8841 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8842
8843 * tui/tui-regs.h (tui_show_registers): Update prototype.
8844 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8845 (tui_resize_all): No need to calculate anything for register window.
8846 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8847 (tui_set_register_element, tui_set_general_regs_content): Remove.
8848 (tui_set_special_regs_content): Remove.
8849 (tui_set_general_and_special_regs_content): Remove.
8850 (tui_set_float_regs_content): Remove.
8851 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8852 (tui_set_regs_content): Remove.
8853 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8854 (tui_v_show_registers_command_support): Remove.
8855 (tui_show_registers): Use a reggroup to specify the registers to show.
8856 (tui_show_register_group): New function.
8857 (tui_display_registers_from): Compute the layout of register window
8858 and refresh with new API; be sure to delete old register windows.
8859 (tui_check_register_values): Update to use tui_get_register and
8860 tui_display_data.
8861 (tui_display_register): Just refresh the register window part.
8862 (tui_register_format): Format registers and save in tui_data_element.
8863 (tui_get_register): New to combine tui_reg_value_has_changed and
8864 tui_get_register_raw_value; fix to use the new gdb API.
8865 (tui_show_float_command): Renamed tui_reg_float_command.
8866 (tui_show_general_command): Renamed tui_reg_general_command.
8867 (tui_show_special_command): Renamed tui_reg_system_command.
8868 (_initialize_tui_regs): Remove unused commands.
8869
8870 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8871
8872 * NEWS (New native configurations): Mention OpenBSD/amd64.
8873
8874 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8875 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8876 Remove defines.
8877 * config/i386/nm-fbsd64.h: Likewise.
8878 * config/i386/nm-obsd.h: Likewise.
8879 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8880 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8881
8882 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8883
8884 * frv-tdep.c (set_variant_scratch_registers): New function.
8885 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8886 New constants.
8887
8888 From Richard Sandiford <rsandifo@redhat.com>:
8889 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8890
8891 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8892
8893 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8894 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8895 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8896 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8897 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8898 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8899 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8900 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8901 definitions from frv-tdep.c to frv-tdep.h.
8902
8903 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8904
8905 Add shared library support for FR-V FDPIC ABI:
8906 * Makefile.in (solib-frv.o): Add dependencies.
8907 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8908 New functions.
8909 (frv_push_dummy_call): Add support for FDPIC ABI.
8910 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8911 for FDPIC ABI.
8912 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8913 (frv_fdpic_find_canonical_descriptor): Declare.
8914 * solib-frv.c: New file.
8915 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8916 * config/frv/tm-frv.h (solib.h): Include.
8917
8918 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8919
8920 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8921 (frv-tdep.o): Update dependencies.
8922 * frv-tdep.h: New file.
8923 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8924 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8925 constants.
8926 (struct gdbarch_tdep): Add new member ``frv_abi''.
8927 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8928 functions.
8929 (new_variant): Set ``frv_abi'' field.
8930 (gdb_arch_init): Detect FDPIC executables.
8931
8932 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8933
8934 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8935 wrapper.
8936
8937 2004-03-11 Andrew Cagney <cagney@redhat.com>
8938
8939 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8940
8941 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8942
8943 * solist.h (master_so_list): New function.
8944 * solib.c (master_so_list): Likewise.
8945 * solib-svr4.c (enable_break): Iterate over so_list entries
8946 obtained from master list instead of entries obtained directly
8947 via svr4_current_sos().
8948
8949 2004-03-10 Ben Elliston <bje@gnu.org>
8950
8951 * MAINTAINERS: Update my mail address.
8952
8953 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8954
8955 * remote-m32r-sdi.c: Support hardware watchpoint.
8956
8957 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8958
8959 * user-regs.c: Update copyright years.
8960 (struct user_regs): Rename to gdb_user_regs.
8961 (append_user_reg, builtin_user_regs, user_regs_init)
8962 (user_reg_add, user_reg_map_name_to_regnum)
8963 (usernum_to_user_reg): Update.
8964
8965 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8966
8967 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8968 (skip_children): New functions.
8969 (locate_pdi_sibling): Call skip_children.
8970
8971 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8972
8973 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8974 * gdbtypes.c (check_typedef): Update comments.
8975
8976 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8977
8978 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8979 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8980 pointer. Update comment about comp_unit_head.
8981 (struct abbrev_info): Shorten two int flags.
8982 (dwarf_alloc_abbrev): Take a CU argument.
8983 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8984 each time through the loop. Update cleanup argument.
8985 (psymtab_to_symtab_1): Update cleanup call.
8986 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8987 abbrev_obstack.
8988 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8989 Just call obstack_free and clear the pointer.
8990
8991 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8992
8993 * infrun.c (handle_inferior_event): Remove short-circuit code for
8994 events in a different thread.
8995
8996 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8997
8998 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8999 print the whole transfer.
9000 (initialize_targets): Update description of "set debug target".
9001
9002 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9003
9004 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9005
9006 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9007
9008 * MAINTAINERS (write after approval): Add myself.
9009
9010 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9011
9012 * sh-tdep.c (sh_print_registers_info): Use for loop.
9013 Don't skip multiple registers when a float register is encountered.
9014
9015 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9016
9017 Fix PR tdep/1291.
9018 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9019 to official SH documentation.
9020
9021 2004-03-07 Andrew Cagney <cagney@redhat.com>
9022
9023 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9024 unused function.
9025
9026 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
9027
9028 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9029 (arm_get_next_pc): Handle BX and BLX.
9030
9031 2004-03-07 Andrew Cagney <cagney@redhat.com>
9032
9033 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9034 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9035 HPPA_SP_REGNUM.
9036 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9037 (hppa_target_read_fp): Delete.
9038 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9039 register_virtual_size, max_register_raw_size,
9040 max_register_virtual_size, register_byte, register_size,
9041 target_read_fp, fp_regnum, and register_bytes. Set register_type
9042 instead of register_virtual_type.
9043 (hppa32_register_type, hppa64_register_type): Replace
9044 hppa32_register_virtual_type and hppa64_register_virtual_type.
9045 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9046 (HPPA_FP_REGNUM): Define.
9047
9048 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9049
9050 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9051 (pa_do_registers_info): Delete.
9052 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
9053 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
9054 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
9055
9056 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9057 GDB_TARGET_IS_HPPA code.
9058 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
9059 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
9060 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9061 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
9062 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9063 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9064 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
9065 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
9066 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9067 (hppa_frameless_function_invocation, hppa64_store_return_value)
9068 (hppa_store_struct_return, hppa64_extract_return_value)
9069 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
9070 (hppa32_call_dummy_length, hppa64_call_dummy_length)
9071 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
9072 (find_proc_framesize, deposit_21, restore_pc_queue)
9073 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
9074 (rp_saved, pc_in_linker_stub): Delete.
9075
9076 Unconditionally enable 64-bit frame and ABI code.
9077 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9078 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9079 push_dummy_frame, fix_call_dummy, push_arguments,
9080 call_dummy_location, extract_return_value, use_struct_convention,
9081 store_return_value, store_struct_return, saved_pc_after_call,
9082 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9083 frame_chain, frame_chain_valid, frameless_function_invocation,
9084 frame_saved_pc, and pop_frame.
9085
9086 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9087 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9088 (hppa_gdbarch_init): Do not set PC_REGNUM.
9089
9090 2004-03-06 Mark Kettenis <kettenis@gnu.org>
9091
9092 * config/alpha/tm-fbsd.h: Remove file.
9093 * config/alpha/fbsd.mt: Tweak comment.
9094 (TM_FILE): Set to tm-alpha.h.
9095
9096 2004-03-05 Andrew Cagney <cagney@redhat.com>
9097
9098 * infrun.c (step_over_function): When non-legacy code, and no
9099 step_frame_id, use the unwinder to get the caller's frame ID.
9100
9101 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9102
9103 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9104 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9105 bfd_arch_unknown. Adjust comment.
9106
9107 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9108 * i386obsd-tdep.c: Correct spelling in comment.
9109 * i386nbsd-tdep.c: Correct spelling in comment.
9110 * sparc-tdep.c: Correct spelling in comments.
9111
9112 2004-03-05 David Carlton <carlton@kealia.com>
9113
9114 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9115 bug.
9116
9117 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9118
9119 * sparc-tdep.c: Fix typo in comment.
9120
9121 2004-03-04 J. Brobecker <brobecker@gnat.com>
9122
9123 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9124
9125 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9126
9127 * dwarf2read.c: Add comment describing memory lifetimes.
9128 (struct dwarf2_pinfo): Update comment.
9129 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9130 (read_enumeration, new_symbol): Don't use obsavestring.
9131
9132 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9133
9134 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9135 instead of amd64_fill_fxsave.
9136 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9137 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9138
9139 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9140 Reorganize code a bit.
9141
9142 2004-03-04 Orjan Friberg <orjanf@axis.com>
9143
9144 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9145 when the frame pointer is pushed. Don't set the frame pointer's
9146 address on the stack unless it's actually located there.
9147 Set the SRP's address on the stack correctly when the PC is still in
9148 the prologue.
9149 (cris_return_value): New function.
9150 (cris_gdbarch_init): Clear deprecated store_return_value,
9151 extract_return_value.
9152
9153 2004-03-02 Jim Blandy <jimb@redhat.com>
9154
9155 * stabsread.c (reg_value_complaint): The maximum register number
9156 is one less than the number of registers.
9157
9158 2004-03-02 Andrew Cagney <cagney@redhat.com>
9159
9160 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9161 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9162 trailing comma and redundant assignment of I386_ST0_REGNUM.
9163 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9164 32-bit segment registers.
9165
9166 2004-03-01 Andrew Cagney <cagney@redhat.com>
9167
9168 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9169 use frame_relative_level and get_next_frame.
9170
9171 2004-02-29 Andrew Cagney <cagney@redhat.com>
9172
9173 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9174 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9175 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9176 Delete macro.
9177
9178 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9179
9180 * inflow.c (terminal_inferior): Don't give up the terminal if we
9181 previously couldn't get the inferior's terminal state.
9182
9183 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9184
9185 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9186 PC_REGNUM.
9187
9188 2004-02-28 Andrew Cagney <cagney@redhat.com>
9189
9190 * NEWS: Refer to GDB 6.1.
9191 * README: Refer to GDB 6.1.
9192 * PROBLEMS: Refer to GDB 6.1.
9193
9194 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9195
9196 * thread-db.c (disable_thread_signals): Remove unused function.
9197
9198 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9199
9200 * amd64-nat.c: Include "gdb_string.h".
9201 (amd64_collect_native_gregset): Zero-extend the 32-bit
9202 general-purpose registers and %eip.
9203
9204 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9205 * amd64-tdep.c (amd64_collect_fxsave): New function.
9206 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9207
9208 * i387-tdep.h: Update copyright year.
9209 (i387_collect_fxsave): New prototype.
9210 * i387-tdep.c: Update copyright year.
9211 (i387_collect_fxsave): New function containing most of the code
9212 from i387_fill_fxsave.
9213 (i387_fill_fxsave): Call i387_collect_fxsave.
9214
9215 2004-02-28 Andrew Cagney <cagney@redhat.com>
9216
9217 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9218 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9219
9220 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9221
9222 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9223
9224 2004-02-28 Andrew Cagney <cagney@redhat.com>
9225
9226 * utils.c: Use "", instead of <>, to include readline.
9227 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9228 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9229 * source.c, solib.c, exec.c, event-top.c: Ditto.
9230 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9231 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9232 * Makefile.in: Update all dependencies.
9233 (readline_tilde_h, readline_history_h): Define.
9234 (readline_headers): Delete.
9235
9236 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9237
9238 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9239 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9240 "config/i386/tm-lx64.h".
9241
9242 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9243 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9244 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9245
9246 2004-02-28 Andrew Cagney <cagney@redhat.com>
9247
9248 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9249
9250 * breakpoint.c (_initialize_breakpoint): Use
9251 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9252 Add help to show command.
9253
9254 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9255
9256 * i386-nat.c: Reformat to be closer to coding standards.
9257 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9258 `retval'. Make variables `align' and `size' local to while-loop.
9259 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9260 (_initialize_i386_nat): New prototype.
9261
9262 * tui/tui.c: Include <readline/readline.h> instead of
9263 "readline/readline.h". Include it after <term.h> and
9264 "gdb_curses.h".
9265
9266 2004-02-27 Andrew Cagney <cagney@redhat.com>
9267
9268 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9269 the new frame unwind code.
9270 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9271 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9272 PCOQ_HEAD_REGNUM.
9273
9274 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9275 "return_value" and "push_dummy_call".
9276 (hppa32_use_struct_convention): Delete unused function.
9277 (hppa32_store_return_value): Delete unused function.
9278 (hppa32_extract_return_value): Delete unused function.
9279 (hppa32_stack_align): Delete function.
9280
9281 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9282
9283 * coffread.c (enter_linenos): Don't let rawptr reference memory
9284 outside linetab[]'s limits.
9285
9286 2004-02-27 Andrew Cagney <cagney@redhat.com>
9287
9288 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9289 inferior stack space - the stack needs to grow upwards.
9290 (hppa32_frame_align): New function.
9291 (hppa64_frame_align): Replace hppa_frame_align.
9292 (hppa_gdbarch_init): Update.
9293
9294 2004-02-26 Orjan Friberg <orjanf@axis.com>
9295
9296 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9297 (dwarf2-frame.h): Include.
9298 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9299 Remove static variables related to ABI setting.
9300 (struct gdbarch_tdep): Remove cris_abi member.
9301 (struct frame_extra_info): Remove.
9302 (cris_unwind_cache, stack_item): New structs.
9303 (cris_frame_unwind, cris_frame_base): New variables.
9304 (push_stack_item, pop_stack_item)
9305 (cris_frame_unwind_cache, cris_frame_this_id)
9306 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9307 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9308 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9309 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9310 (cris_reg_struct_has_addr): New functions.
9311 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9312 (cris_frame_saved_pc, cris_saved_pc_after_call,
9313 (cris_store_struct_return, cris_frameless_function_invocation)
9314 (cris_pop_frame, cris_skip_prologue_main)
9315 (cris_abi_original_store_return_value)
9316 (cris_abi_v2_store_return_value)
9317 (cris_abi_original_extract_return_value)
9318 (cris_abi_v2_extract_return_value)
9319 (cris_abi_original_reg_struct_has_addr)
9320 (cris_abi_v2_reg_struct_has_addr)
9321 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9322 (cris_push_return_address, cris_abi_update): Remove.
9323 (_initialize_cris_tdep): Remove ABI command.
9324 (cris_dump_tdep): Ditto.
9325 (cris_gdbarch_init): Remove ABI command.
9326 Set store_return_value, extract_return_value, push_dummy_code,
9327 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9328 frame_unwind_append_sniffer, frame_base_set_default.
9329 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9330 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9331 sizeof_call_dummy_words, get_saved_register, push_return_address,
9332 pop_frame, store_struct_return, frame_init_saved_regs,
9333 init_extra_frame_info, frameless_function_invocation, frame_chain,
9334 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9335 dummy_write_sp.
9336
9337 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9338
9339 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9340 * valprint.c (print_hex_chars): Change from static to external.
9341 (print_char_chars): New function.
9342 * printcmd.c (print_scalar_formatted): For integer and enum types
9343 that are longer than LONGEST, perform processing via appropriate
9344 print_*_chars routines.
9345
9346 2004-02-26 Andrew Cagney <cagney@redhat.com>
9347
9348 * Makefile.in: Update dependencies.
9349 Changes from Ulrich Weigand,
9350 * s390-tdep.c: Include "dwarf2-frame.h".
9351 (s390_dwarf2_frame_init_reg): New function.
9352 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9353 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9354
9355 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9356
9357 * breakpoint.c (pending_break_support): New setting variable.
9358 (break_command_1): Account for pending_break_support setting
9359 when creating pending breakpoints.
9360 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9361 (_initialize_breakpoint): Add "set breakpoint pending" and
9362 "show breakpoint pending" commands.
9363
9364 2004-02-26 Andrew Cagney <cagney@redhat.com>
9365
9366 Fix PR i18n/1570.
9367 * charset.c (backslashable, backslashed, represented): Remove 'e'
9368 from list of escaped characters, not part of ISO-C.
9369
9370 2004-02-25 J. Brobecker <brobecker@gnat.com>
9371
9372 From Peter Schauer <schauer@pdf.de>:
9373 * tui/tui.c: Move system header includes after local includes.
9374 Fixes a build failure on solaris systems.
9375
9376 2004-02-25 J. Brobecker <brobecker@gnat.com>
9377
9378 * configure.in: Refine the previous change.
9379 * configure: Regenerate.
9380
9381 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9382
9383 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9384 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9385 "amd64-tdep.h" instead of "x86-64-tdep.h".
9386 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9387 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9388 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9389 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9390 and "x86-64-tdep.c".
9391 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9392 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9393 and "x86-64-tdep.c".
9394 * amd64bsd-nat.c: Update copyright year.
9395 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9396 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9397 "x86-64-tdep.h".
9398 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9399 "x86-64-tdep.h".
9400 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9401 "x86-64-tdep.h".
9402 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9403 "x86-64-tdep.h".
9404 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9405 "x86-64-tdep.h".
9406 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9407 "x86-64-tdep.h".
9408 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9409 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9410 * Makefile.in (amd64_linux_tdep_h): Renamed from
9411 x86_64_linux_tdep_h.
9412 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9413 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9414 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9415 (amd64obsd-tdep.o): Update dependencies.
9416 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9417 dependencies.
9418 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9419 dependencies.
9420 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9421 amd64-linux-nat.c amd64-linux-tdep.c.
9422 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9423 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9424 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9425 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9426 amd64-tdep.o and amd64-linux-tdep.o.
9427 (TM_FILE): Set to tm-linux64.h.
9428 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9429 (NAT_FILE): Set to nm-linux64.h.
9430 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9431 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9432 amd64-tdep.o.
9433 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9434 amd64-tdep.o.
9435 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9436 amd64-tdep.o.
9437
9438 2004-02-25 Roland McGrath <roland@redhat.com>
9439
9440 * remote.c (remote_protocol_qPart_auxv): New variable.
9441 (init_all_packet_configs): Initialize it.
9442 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9443 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9444 (show_remote_cmd): Call it.
9445 (_initialize_remote): Initialize commands.
9446 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9447 service TARGET_OBJECT_AUXV requests.
9448
9449 2004-02-25 J. Brobecker <brobecker@gnat.com>
9450
9451 * configure.in: Make sure that the wborder function is available.
9452 Otherwise, search for it in the cur_colr library.
9453 * configure: Regenerate.
9454
9455 2004-02-25 Andrew Cagney <cagney@redhat.com>
9456
9457 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9458
9459 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9460
9461 * config/i386/tm-x86-64linux.h: Tweak comments.
9462
9463 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9464
9465 * MAINTAINERS: Add self to write-after-approval list.
9466
9467 2004-02-25 Andrew Cagney <cagney@redhat.com>
9468
9469 PR cli/1566. Problem found, and fix suggested by David Allan.
9470 * cli/cli-script.c (execute_control_command): Unconditionally
9471 install a cleanup. Default "ret" to "invalid_control". Use
9472 "break" instead of "return" to escape from the switch.
9473
9474 2004-02-24 J. Brobecker <brobecker@gnat.com>
9475
9476 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9477 with the lines macro defined in term.h on AiX.
9478 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9479 a collision with the label_width macro defined in term.h on AiX.
9480
9481 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9482
9483 Committed by Kevin Buettner <kevinb@redhat.com>.
9484
9485 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9486 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9487 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9488 instead of ia64_write_pc().
9489 * ia64-linux-tdep.c (regcache.h): Include.
9490 (ia64_linux_write_pc): New function.
9491
9492 2004-02-23 Roland McGrath <roland@redhat.com>
9493
9494 * auxv.c (info_auxv_command): Fix typos in error messages.
9495
9496 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9497
9498 * x86-64-tdep.h: Tweak comment.
9499 (enum amd64_regnum): New.
9500 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9501 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9502 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9503 (X86_64_XMM1_REGNUM): Removed.
9504 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9505 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9506 prototypes for renamed functions.
9507 * x86-64-tdep.c: Fix typo.
9508 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9509 register numbers.
9510 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9511 Use constants from `enum amd64_regnum' for register numbers.
9512 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9513 (amd64_analyze_prologue, amd64_frame_cache,
9514 amd64_sigtramp_frame_cache): Use constants from `enum
9515 amd64_regnum' for register numbers.
9516 (amd64_supply_fpregset): Adjust for renamed functions.
9517 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9518 `enum amd64_regnum' for register numbers.
9519 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9520 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9521 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9522 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9523 (amd64_linux_fill_gregset): Adjust for renamed macros.
9524 (fetch_core_registers): Adjust for renamed functions.
9525 (amd64_linux_init_abi): Adjust for renamed functions.
9526 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9527 renamed functions.
9528 * amd64-nat.c: Adjust for renamed macros.
9529 * amd64bsd-nat.c (fetch_inferior_registers)
9530 (store_inferior_registers): Use constants from `enum amd64_regnum'
9531 for register numbers. Adjust for renamed variables.
9532 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9533 renamed variables.
9534 (_initialize_amd64fbsd_nat): Use constants from `enum
9535 amd64_regnum' for register numbers.
9536 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9537 `enum amd64_regnum' for register numbers.
9538 (amd64fbsd_init_abi): Adjust for renamed functions.
9539 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9540 `enum amd64_regnum' for register numbers.
9541 (amd64nbsd_init_abi): Adjust for renamed functions.
9542 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9543 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9544 `enum amd64_regnum' for register numbers.
9545 (amd64obsd_init_abi): Adjust for renamed functions.
9546 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9547
9548 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9549
9550 * breakpoint.c (print_one_breakpoint): Do not output spaces
9551 after printing <PENDING> for a pending breakpoint.
9552
9553 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9554
9555 * printcmd.c (print_scalar_formatted): Initialize val_long
9556 to remove compiler warning message.
9557
9558 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9559
9560 * defs.h (nquery, yquery): New prototypes.
9561 * breakpoint.c (break_command_1): Use new nquery interface.
9562 * utils.c (defaulted_query, nquery, yquery): New functions.
9563
9564 2004-02-23 Andrew Cagney <cagney@redhat.com>
9565
9566 * hppa-tdep.c (hppa_frame_align): New function.
9567 (hppa32_push_dummy_call): New function.
9568 (hppa64_push_dummy_call): New function.
9569 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9570 disabled.
9571
9572 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9573 FIX_CALL_DUMMY when push_dummy_call is available.
9574 (call_function_by_hand, push_dummy_code): Ditto.
9575
9576 2004-02-22 Andrew Cagney <cagney@redhat.com>
9577
9578 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9579 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9580 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9581 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9582 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9583 call_dummy_location to ON_STACK.
9584
9585 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9586
9587 * x86-64-linux-tdep.c: Tweak comment.
9588 (amd64_linux_supply_gregset): Renamed from
9589 x86_64_linux_supply_gresget.
9590 (amd64_linux_fill_gregset): Renamed from
9591 x86_64_linux_fill_gregset.
9592 (fetch_core_registers): Adjust for renamed functions.
9593 (amd64_core_fns): Renamed from x86_64_core_fns.
9594 (amd64_linux_sigtramp_start): Renamed from
9595 x86_64_linux_sigtramp_start.
9596 (amd64_linux_pc_in_sigtramp): Renamed from
9597 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9598 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9599 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9600 (amd64_linux_sigcontext_addr): Renamed from
9601 x86_64_linux_sigcontext_addr.
9602 (amd64_linux_sc_reg_offset): Renamed from
9603 x86_64_linux_sc_reg_offset.
9604 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9605 Adjust for renamed functions and variables.
9606 (_initialize_amd64_linux_tdep): Renamed from
9607 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9608 variables.
9609 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9610 Adjust for renamed functions.
9611
9612 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9613 from x86_64_linux_gregset64_reg_offset.
9614 (amd64_linux_gregset32_reg_offset): Rename from
9615 x86_64_linux_gregset64_reg_offset.
9616 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9617 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9618 (amd64_linux_dr_set_control): Renamed from
9619 x86_64_linux_dr_set_control. Adjust for renamed functions.
9620 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9621 Adjust for renamed functions.
9622 (amd64_linux_dr_reset_addr): Renamed from
9623 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9624 (amd64_linux_dr_get_status): Renamed from
9625 x86_64_linux_dr_get_status. Adjust for renamed functions.
9626 (_initialize_amd64_linux_nat): Renamed from
9627 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9628 functions.
9629 * config/i386/nm-x86-64linux.h: Update copyright year.
9630 Adjust for renamed functions.
9631
9632 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9633 amd64fbsd_sigtramp_start.
9634 (amd64fbsd_sigtramp_end_addr): Renamed from
9635 amd64fbsd_sigtramp_end.
9636 (amd64fbsd_init_abi): Adjust for renamed variables.
9637 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9638 variables.
9639 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9640 amd64fbsd_sigtramp_start.
9641 (amd64fbsd_sigtramp_end_addr): Renamed from
9642 amd64fbsd_sigtramp_end.
9643
9644 2004-02-22 Andrew Cagney <cagney@redhat.com>
9645
9646 * hppa-tdep.c (hppa32_return_value): New function.
9647 (hppa64_return_value): New function.
9648 (hppa_gdbarch_init): Set return_value; keep disabled.
9649
9650 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9651 struct-return and inferior function call methods.
9652
9653 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9654 "frame-base.h".
9655 (struct hppa_frame_cache): Define.
9656 (hppa_frame_cache, hppa_frame_this_id): New functions.
9657 (hppa_frame_prev_register): New function.
9658 (hppa_frame_unwind, hppa_frame_base): New variables.
9659 (hppa_frame_unwind_sniffer): New function.
9660 (hppa_frame_base_address, hppa_unwind_pc): New function.
9661 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9662 sniffer, and frame base sniffer; keep disabled.
9663 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9664 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9665
9666 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9667 to predicates for "seriously old code".
9668
9669 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9670 runtime if(0).
9671
9672 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9673 unsigned.
9674 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9675
9676 * config/pa/tm-hppa.h: Update copyright.
9677 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9678 (deprecated_init_frame_pc_default): Delete declaration.
9679 (hppa_frame_init_saved_regs): Delete declaration.
9680 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9681 * hppa-tdep.c: Include "arch-utils.h".
9682 (hppa_gdbarch_init): Set deprecated init_frame_pc
9683 and deprecated frame_init_saved_regs.
9684 (hppa_frame_init_saved_regs): Make static.
9685
9686 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9687
9688 Remove old 386BSD support.
9689 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9690 * configure.host: Remove i[34567]86-*-bsd*.
9691 * configure.tgt: Remove i[34567]86-*-bsd*.
9692 * i386b-nat.c: Removed.
9693 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9694 (i386b-nat.o): Remove dependencies.
9695
9696 * config/i386/i386bsd.mh: Removed.
9697 * config/i386/i386bsd.mt: Removed.
9698 * config/i386/nm-i386bsd.h: Removed.
9699 * config/i386/tm-i386bsd.h: Removed.
9700 * config/i386/xm-i386bsd.h: Removed.
9701
9702 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9703
9704 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9705 (amd64fbsd_init_abi): Set link map offsets.
9706 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9707 (amd64nbsd_init_abi): Set link map offsets.
9708 * amd64obsd-tdep.c: Include "solib-svr4.h".
9709 (amd64obsd_init_abi): Set link map offsets.
9710 * i386fbsd-tdep.c: Include "solib-svr4.h".
9711 (i386fbsd_init_abi): Set link map offsets.
9712 * i386nbsd-tdep.c: Include "solib-svr4.h".
9713 (i386nbsdelf_init_abi): Set link map offsets.
9714 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9715 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9716 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9717 solib-legacy.o and core-aout.o. Reformat.
9718 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9719 solib-svr4.o, solib-legacy.o. Reformat.
9720 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9721 * config/i386/nbsdelf.mh: Reformat.
9722 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9723 solib-svr4.o, solib-legacy.o and corelow.o.
9724 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9725 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9726 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9727 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9728 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9729 (TM_FILE): Set to tm-fbsd.h.
9730 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9731 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9732 solib-svr4.o.
9733 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9734 solib-svr4.o.
9735 (TM_FILE): Set to nm-nbsd.h.
9736 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9737 Simplify shared library support. Don't include "elf/common.h".
9738 (SVR4_SHARED_LIBS): Don't define.
9739 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9740 "solib.h".
9741 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9742 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9743 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9744 Don't include "i386/tm-i386.h". Include "solib.h".
9745 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9746 Don't include "i386/tm-i386.h".
9747 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9748 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9749 Include "i386/xm-i386.h".
9750 (HOST_LONG_DOUBLE_FORMAT): Remove.
9751
9752 Fix OpenBSD/i386 sigtramp recognition.
9753 * i386-tdep.h: Update copyright year.
9754 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9755 (i386bsd_sigtramp_end): New prototypes.
9756 (i386fbsd_sigtramp_start_addr): Renamed from
9757 i386fbsd_sigtramp_start.
9758 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9759 (i386obsd_sigtramp_start_addr): Renamed from
9760 i386obsd_sigtramp_start.
9761 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9762 * i386bsd-tdep.c: Update copyright year.
9763 (i386bsd_pc_in_sigtramp): Make public.
9764 * i386fbsd-nat.c: Update copyright year.
9765 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9766 * i386fbsd-tdep.c: Update copyright year.
9767 (i386fbsd_sigtramp_start_addr): Renamed from
9768 i386fbsd_sigtramp_start.
9769 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9770 (i386fbsdaout_init_abi): Adjust for renamed variables.
9771 * i386obsd-nat.c: Update copyright year.
9772 (_initialize_i386obsd_nat): Adjust for renamed variables.
9773 * i386obsd-tdep.c: Include "target.h".
9774 (i386obsd_page_size): New variable.
9775 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9776 (i386obsd_sigtramp_end): New functions.
9777 (i386obsd_sigtramp_start_addr): Renamed from
9778 i386obsd_sigtramp_start.
9779 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9780 (i386obsd_init_abi): Adjust for renamed variables. Set
9781 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9782 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9783
9784 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9785 trampoline change in OpenBSD kernel.
9786
9787 * amd64-nat.c: Update copyright year.
9788 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9789 architecture from REGCACHE.
9790
9791 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9792 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9793
9794 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9795
9796 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9797 i[34567]86-*-openbsd3.[0-3].
9798 * config/i386/obsdaout.mh: New file.
9799
9800 * config/i386/obsd.mh (MH_FLAGS): Remove.
9801
9802 Fix PR build/1549.
9803 * i386obsd-tdep.c: Update copyright years. Include
9804 "solib-svr4.h".
9805 (i386obsd_init_abi): Don't set regset_from_core_section here.
9806 (i386obsd_aout_init_abi): New function. Set
9807 regset_from_core_section here.
9808 (i386obsd_elf_init_abi): New function.
9809 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9810 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9811 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9812 (TM_FILE): Set to tm-nbsd.h.
9813
9814 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9815 solib-sunos.o.
9816
9817 * solib-svr4.h: Update copyright year.
9818 (svr4_ilp32_fetch_link_map_offsets)
9819 (svr4_lp64_fetch_link_map_offsets): New prototype.
9820 * solib-svr4.c: Update copyright year.
9821 (svr4_ilp32_fetch_link_map_offsets)
9822 (svr4_lp64_fetch_link_map_offsets): New function.
9823
9824 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9825
9826 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9827 to the partial symbol table.
9828
9829 2004-02-20 J. brobecker <brobecker@gnat.com>
9830
9831 * PROBLEMS: Add description of problem documented under gdb/1560.
9832
9833 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9834
9835 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9836 comments.
9837 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9838 functions.
9839 (amd64obsd_init_abi): Reorder initializations. Use
9840 amd64obsd_r_reg_offset to initialize the general-purpose register
9841 set details. Set regset_from_core_section.
9842 (_initialize_amd64obsd_tdep): Rename from
9843 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9844 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9845 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9846
9847 * NEWS (New native configurations): Mention OpenBSD/alpha.
9848 * configure.tgt: Add alpha*-*-openbsd*.
9849 * configure.host: Add alpha*-*-openbsd*.
9850 * alphanbsd-tdep.c: Update copyright year.
9851 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9852
9853 2004-02-20 Andrew Cagney <cagney@redhat.com>
9854
9855 Fix PR tdep/1372.
9856 * configure.tgt: Delete target "none-*-*".
9857 * configure.host: Delete host "none-*-*".
9858 * config/none/none.mh: Delete file.
9859 * config/none/none.mt: Delete file.
9860 * config/none/xm-none.h: Delete file.
9861 * config/none/tm-none.h: Delete file.
9862 * config/none/nm-none.h: Delete file.
9863
9864 2004-02-19 Fred Fish <fnf@redhat.com>
9865
9866 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9867 cache->uses_fp prior to setting it.
9868
9869 2004-02-19 Fred Fish <fnf@redhat.com>
9870
9871 Fix for PR breakpoint/1558.
9872 * sh-tdep.c (IS_JSR): New macro.
9873 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9874
9875 2004-02-19 Jim Blandy <jimb@redhat.com>
9876
9877 * findvar.c (value_from_register): Doc fix.
9878
9879 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9880
9881 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9882 type being greater than sizeof of host's LONGEST. Always use
9883 unpack_long() unless format 'f' chosen.
9884
9885 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9886
9887 Committed by Elena Zannoni <ezannoni@redhat.com>
9888
9889 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9890 contains a symbol wich is the best, non-exact match for the given
9891 pc. Update comments.
9892
9893 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9894
9895 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9896 macro, which was part of the now removed Mach 3 port.
9897 * utils.c (request_quit): Ditto.
9898
9899 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9900
9901 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9902 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9903
9904 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9905
9906 Committed by Mark Kettenis <kettenis@gnu.org>.
9907
9908 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9909 Define.
9910
9911 2004-02-18 Andrew Cagney <cagney@redhat.com>
9912
9913 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9914 CONFIG_INSTALL and CONFIG_UNINSTALL.
9915 * configure: Re-generate.
9916 * interps.h (INTERP_TUI): Define.
9917 * Makefile.in: Update dependencies.
9918 (TUI): New macro.
9919 (tui-main.o): Specify dependencies.
9920 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9921 * tui/tui-main.c: New file.
9922
9923 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9924
9925 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9926 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9927 dependencies.
9928 * configure.host: Add x86_64-*-openbsd*.
9929 * configure.tgt: Add x86_64-*-openbsd*.
9930 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9931
9932 * tui/tui.c: Don't include <malloc.h>.
9933
9934 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9935 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9936 amd64nbsd-tdep.c.
9937
9938 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9939 static. Remove extraneous whitespace.
9940 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9941 static.
9942
9943 2004-02-17 Jim Blandy <jimb@redhat.com>
9944
9945 * findvar.c (value_from_register): Doc fix.
9946
9947 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9948
9949 Committed by Jim Blandy <jimb@redhat.com>.
9950
9951 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9952 CORE_ADDR as type for selectors. Correct types for GNU run time
9953 message lookup function to use double indirection.
9954 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9955 * objc-lang.h (lookup_child_selector): Adapt prototype.
9956
9957 * s390-nat.c (SUBOFF): New macro.
9958 (supply_gregset, fill_gregset): Use it to handle debugging
9959 of 32-bit exectuables running under a 64-bit kernel.
9960 * s390-tdep.c: Include "solib-svr4.h".
9961 (s390_svr4_fetch_link_map_offset): New function.
9962 (s390x_svr_fetch_link_map_offset): Likewise.
9963 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9964 * Makefile.in (s390-tdep.o): Update dependencies.
9965
9966 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9967 "frame-unwind.h".
9968 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9969 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9970 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9971 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9972 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9973 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9974 S390_SIGNAL_FRAMESIZE,
9975 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9976 (struct frame_extra_info): Remove.
9977 (s390_memset_extra_info): Remove.
9978 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9979 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9980 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9981 (is_rse): Renamed to ...
9982 (is_rsy): ... this. Support long displacements.
9983 (is_rxe): Renamed to ...
9984 (is_rxy): ... this. Support long displacements.
9985 (compute_x_addr): Support long displacements.
9986 (struct s390_prologue_data): New data type.
9987 (s390_on_stack): Change API to use struct s390_prologue_data.
9988 (s390_store): Reimplement.
9989 (s390_load): New function.
9990 (s390_get_signal_frame_info): Remove.
9991 (s390_get_frame_info): Remove, replace by ...
9992 (s390_analyze_prolog): ... this new function.
9993 (s390_check_function_end): Remove.
9994 (s390_function_start): Remove.
9995 (s390_frameless_function_invokation): Remove.
9996 (s390_is_sigreturn): Remove.
9997 (s390_init_frame_pc_first): Remove.
9998 (s390_init_frame_extra_info): Remove.
9999 (s390_frame_init_saved_regs): Remove.
10000 (s390_frame_saved_pc_nofix): Remove.
10001 (s390_frame_saved_pc): Remove.
10002 (s390_frame_chain): Remove.
10003 (s390_fp_regnum, s390_read_fp): Remove.
10004 (s390_pop_frame_regular, s390_pop_frame): Remove.
10005 (s390_saved_pc_after_call): Remove.
10006 (s390_skip_prologue): Reimplement.
10007 (s390_in_function_epilogue_p): Support long displacements.
10008 (struct s390_unwind_cache): New data structure.
10009 (s390_frame_unwind_cache): New function.
10010 (s390_prologue_frame_unwind_cache): Likewise.
10011 (s390_backchain_frame_unwind_cache): Likewise.
10012 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10013 (s390_frame_unwind): Define.
10014 (s390_frame_sniffer): New function.
10015 (struct s390_pltstub_unwind_cache): New data structure.
10016 (s390_pltstub_frame_unwind_cache): New function.
10017 (s390_pltstub_frame_this_id): Likewise.
10018 (s390_pltstub_frame_prev_register): Likewise.
10019 (s390_pltstub_frame_unwind): Define.
10020 (s390_pltstub_frame_sniffer): New function.
10021 (struct s390_sigtramp_unwind_cache): New data structure.
10022 (s390_sigtramp_frame_unwind_cache): New function.
10023 (s390_sigtramp_frame_this_id): Likewise.
10024 (s390_sigtramp_frame_prev_register): Likewise.
10025 (s390_sigtramp_frame_unwind): Define.
10026 (s390_sigtramp_frame_sniffer): New function.
10027 (s390_frame_base_address, s390_local_base_address): New functions.
10028 (s390_frame_base): Define.
10029 (s390_unwind_pc, s390_unwind_sp): New function.
10030 (s390_push_dummy_call): Use new frame base location.
10031 (s390_unwind_dummy_id): Likewise.
10032 (s390_gdbarch_init): Remove calls to:
10033 set_gdbarch_frameless_function_invocation,
10034 set_gdbarch_deprecated_init_frame_pc,
10035 set_gdbarch_deprecated_frame_chain,
10036 set_gdbarch_deprecated_frame_init_saved_regs,
10037 set_gdbarch_deprecated_pop_frame,
10038 set_gdbarch_deprecated_init_extra_frame_info,
10039 set_gdbarch_deprecated_init_frame_pc_first,
10040 set_gdbarch_deprecated_target_read_fp,
10041 set_gdbarch_deprecated_frame_saved_pc,
10042 set_gdbarch_deprecated_saved_pc_after_call,
10043 set_gdbarch_deprecated_fp_regnum.
10044 Add calls to:
10045 set_gdbarch_in_solib_call_trampoline,
10046 frame_unwind_append_sniffer,
10047 frame_base_set_default,
10048 set_gdbarch_unwind_pc,
10049 set_gdbarch_unwind_sp.
10050 * Makefile.in (s390-tdep.o): Update dependencies.
10051
10052 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10053 (S390_STACK_FRAME_OVERHEAD): Remove.
10054 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10055 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10056 (s390_promote_integer_argument): Remove.
10057 (s390_cannot_extract_struct_value_address): Remove.
10058 (s390_use_struct_convention, s390_store_struct_return): Remove.
10059 (s390_extract_return_value, s390_store_return_value): Remove.
10060 (s390_return_value_convention, s390_return_value): New functions.
10061 (is_float_singleton): Handle typedefs.
10062 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
10063 Remove, replace by ...
10064 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10065 s390_function_arg_integer): ... these new functions.
10066 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10067 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10068 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10069 Fill in tdep->abi.
10070 Remove calls to:
10071 set_gdbarch_deprecated_store_struct_return,
10072 set_gdbarch_deprecated_extract_return_value,
10073 set_gdbarch_deprecated_store_return_value,
10074 set_gdbarch_use_struct_convention,
10075 set_gdbarch_extract_struct_value_address,
10076 set_gdbarch_deprecated_pc_in_call_dummy,
10077 set_gdbarch_deprecated_push_arguments,
10078 set_gdbarch_deprecated_save_dummy_frame_tos,
10079 set_gdbarch_deprecated_push_return_address,
10080 set_gdbarch_deprecated_sizeof_call_dummy_words,
10081 set_gdbarch_deprecated_call_dummy_words,
10082 set_gdbarch_deprecated_dummy_write_sp.
10083 Add calls to:
10084 set_gdbarch_push_dummy_call,
10085 set_gdbarch_unwind_dummy_id,
10086 set_gdbarch_return_value.
10087
10088 * config/s390/nm-linux.h: Update comments.
10089 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10090 (STOPPED_BY_WATCHPOINT): Redefine.
10091 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10092 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10093 (s390_stopped_by_watchpoint): Likewise.
10094 (watch_area_cnt): Remove.
10095 * s390-nat.c: Update comments.
10096 (watch_area): Remove typedef.
10097 Global replace watch_area by struct watch_area.
10098 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
10099 (s390_stopped_by_watchpoint): Remove pid argument,
10100 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10101 (s390_fix_watch_points): Remove pid argument,
10102 use s390_inferior_tid. Recompute area spanned by watchpoints.
10103 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10104 argument. Reimplement.
10105
10106 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10107 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10108 (FETCH_INFERIOR_REGISTERS): Define.
10109 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
10110 core-regset.o.
10111 * config/s390/s390x.mt: Remove.
10112 * config/s390/tm-s390.h: Remove.
10113 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10114 (TARGET_ELF64): Remove.
10115 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10116 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10117 s390*-*-* case; always set gdb_target to s390.
10118 * regformats/reg-s390.dat: Remove control registers.
10119 * regformats/reg-s390x.dat: Likewise.
10120 * s390-tdep.h: New file.
10121 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10122 Include "inferior.h" and "s390-tdep.h".
10123 Remove private definition of offsetof.
10124 (s390_register_u_addr): Remove.
10125 (regmap_gregset, regmap_fpregset): Define.
10126 (supply_gregset, fill_gregset): Reimplement.
10127 (supply_fpregset, fill_fpregset): Likewise.
10128 (s390_inferior_tid): New function.
10129 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10130 (fetch_inferior_registers, store_inferior_registers): Likewise.
10131 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10132 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10133 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10134 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10135 (struct gdbarch_tdep): Define.
10136 (struct s390_register_info): Define.
10137 (s390_register_info): New variable.
10138 (s390_register_name): Reimplement.
10139 (s390_register_type): New function.
10140 (s390_register_raw_size, s390x_register_raw_size): Remove.
10141 (s390_cannot_fetch_register): Remove.
10142 (s390_register_byte): Remove.
10143 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10144 (s390_dwarf_regmap): New variable.
10145 (s390_dwarf_reg_to_regnum): New function.
10146 (s390_stab_reg_to_regnum): Remove.
10147 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10148 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10149 (s390_convert_register_p): Likewise.
10150 (s390_register_to_value, s390_value_to_register): Likewise.
10151 (s390_register_reggroup_p): Likewise.
10152 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10153 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10154 (s390_supply_regset, s390_regset_from_core_section): New functions.
10155 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10156 (S390_FPR_SIZE): Likewise.
10157 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10158 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10159 (S390_NUM_GPRS): Move here from tm-s390.h.
10160 (S390_NUM_FPRS): Likewise.
10161 (s390_in_function_epilogue_p): New function.
10162 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10163 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10164 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10165 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10166 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10167 Remove calls to:
10168 set_gdbarch_deprecated_max_register_raw_size,
10169 set_gdbarch_deprecated_max_register_virtual_size,
10170 set_gdbarch_deprecated_register_byte,
10171 set_gdbarch_cannot_fetch_register,
10172 set_gdbarch_cannot_store_register,
10173 set_gdbarch_deprecated_register_size,
10174 set_gdbarch_deprecated_register_raw_size,
10175 set_gdbarch_deprecated_register_virtual_size,
10176 set_gdbarch_deprecated_register_virtual_type,
10177 set_gdbarch_deprecated_register_bytes.
10178 Add calls to:
10179 set_gdbarch_num_pseudo_regs,
10180 set_gdbarch_register_type,
10181 set_gdbarch_convert_register_p,
10182 set_gdbarch_register_to_value,
10183 set_gdbarch_value_to_register,
10184 set_gdbarch_register_reggroup_p,
10185 set_gdbarch_regset_from_core_section,
10186 set_gdbarch_pseudo_register_read,
10187 set_gdbarch_pseudo_register_write,
10188 set_gdbarch_in_function_epilogue_p.
10189 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10190 (s390_tdep_h): New variable.
10191
10192 2004-02-17 Jim Blandy <jimb@redhat.com>
10193
10194 * findvar.c (value_from_register): If the type has no length, just
10195 return an acceptable value --- don't report an internal error.
10196
10197 * stabsread.c (read_type): If we find any type numbers that are
10198 forward references, complain if the references aren't resolved by
10199 the time we're finished reading.
10200 (cleanup_undefined_types): Make error message more appropriate for
10201 a complaint.
10202
10203 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10204
10205 * Makefile.in (defs_h): Remove dependency on progress_h.
10206 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10207 progress.h.
10208 * main.c (captured_main): Delete use of START_PROGRESS and
10209 END_PROGRESS.
10210
10211 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10212
10213 * objfiles.c (terminate_minimal_symbol_table): Add back
10214 initialization of MSYMBOL_TYPE.
10215
10216 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10217
10218 Committed by Andrew Cagney.
10219 * Makefile.in (ia64_tdep_h): New macro.
10220 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10221 (ia64-tdep.o): Likewise.
10222 * ia64-tdep.h: New file.
10223 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10224 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10225 (ia64_aix_sigcontext_register_address): Likewise.
10226 (ia64_linux_getunwind_table): Delete declaration.
10227 * ia64-linux-tdep.c: Likewise.
10228
10229 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10230
10231 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10232 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10233 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10234
10235 2004-02-17 Andrew Cagney <cagney@redhat.com>
10236
10237 * symtab.c (skip_prologue_using_sal): New function.
10238 * symtab.h (skip_prologue_using_sal): Declare.
10239 * frv-tdep.c: Include "symtab.h".
10240 (skip_prologue_using_sal): Delete function.
10241 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10242 * rs6000-tdep.c (refine_prologue_limit): Mention
10243 skip_prologue_using_sal.
10244 * ia64-tdep.c (refine_prologue_limit): Ditto.
10245 * Makefile.in: Update dependencies.
10246
10247 2004-02-16 Andrew Cagney <cagney@redhat.com>
10248
10249 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10250 START_INFERIOR_TRAPS_EXPECTED.
10251 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10252 START_INFERIOR_TRAPS_EXPECTED.
10253 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10254 Delete macro.
10255 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10256 macro, moved to "nm-osf.h". Update copyright.
10257 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10258 update copyright.
10259
10260 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10261 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10262 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10263 frameless_look_for_prologue.
10264 * frame.h (legacy_frameless_look_for_prologue): Rename
10265 frameless_look_for_prologue.
10266 * gdbarch.h, gdbarch.c: Re-generate.
10267 * sh64-tdep.c (sh64_gdbarch_init): Update.
10268 * sh-tdep.c (sh_gdbarch_init): Update.
10269 * s390-tdep.c (s390_gdbarch_init): Update.
10270 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10271 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10272 * m68k-tdep.c (m68k_gdbarch_init): Update.
10273 (delta68_frame_args_address): Update.
10274 * m32r-tdep.c (m32r_gdbarch_init): Update.
10275 * hppa-tdep.c (hppa_gdbarch_init): Update.
10276 * h8300-tdep.c (h8300_gdbarch_init): Update.
10277 * frv-tdep.c (frv_gdbarch_init): Update.
10278 (frv_frameless_function_invocation): Update.
10279 * cris-tdep.c (cris_gdbarch_init): Update.
10280 (cris_frameless_function_invocation): Update.
10281 * avr-tdep.c (avr_gdbarch_init): Update.
10282 * arm-tdep.c (arm_gdbarch_init): Update.
10283 * stack.c (frame_info): Update, call predicate.
10284 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10285 * frame.c (legacy_get_prev_frame): Update, call predicate..
10286 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10287 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10288 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10289 invocation.
10290 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10291 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10292 * vax-tdep.c (vax_gdbarch_init): Ditto.
10293
10294 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10295 function.
10296
10297 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10300 initializations.
10301
10302 2004-02-16 Andrew Cagney <cagney@redhat.com>
10303
10304 * tui/tui-windata.c: Include "gdb_string.h".
10305 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10306 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10307 * Makefile.in: Update dependencies.
10308
10309 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10310
10311 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10312 * infrun.c: Include "gdb_assert.h".
10313 (singlestep_ptid, saved_singlestep_ptid)
10314 (stepping_past_singlestep_breakpoint): New variables.
10315 (resume): Set singlestep_ptid. Check for singlestep thread
10316 hop.
10317 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10318 (handle_inferior_event): Handle singlestep thread hop.
10319
10320 2004-02-16 Andrew Cagney <cagney@redhat.com>
10321
10322 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10323 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10324 (dwarf2_frame_init_reg): Ditto.
10325
10326 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10327 suggested by Joshua Neuheisel
10328
10329 * configure.in: Always check for curses, including pdcurses.
10330 Warn, instead of error, when no curses are found. Enable TUI when
10331 curses is available.
10332 * configure: Re-generate.
10333
10334 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10335
10336 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10337 sh_sh4_register_convert_to_virtual.
10338 (sh_register_convert_to_raw): Rename from
10339 sh_sh4_register_convert_to_raw.
10340 (sh_pseudo_register_read): Accomodate above name change.
10341 (sh_pseudo_register_write): Ditto.
10342
10343 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10344
10345 * sh-tdep.c (sh_generic_register_name): Remove.
10346 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10347
10348 2004-02-15 Andrew Cagney <cagney@redhat.com>
10349
10350 * configure.in (build_warnings): Add -Wunused-function.
10351 * configure: Re-generate.
10352
10353 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10354 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10355
10356 * procfs.c (procfs_init_inferior): Assume that
10357 START_INFERIOR_TRAPS_EXPECTED is defined.
10358 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10359 * config/ns32k/tm-nbsd.h: Delete file,
10360 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10361
10362 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10363 * config/vax/tm-vax.h: Delete file.
10364
10365 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10366 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10367 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10368 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10369 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10370 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10371 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10372
10373 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10374
10375 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10376 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10377 (struct dwarf2_frame_ops): New.
10378 (dwarf2_frame_default_init_reg): New function, based on
10379 dwarf2_frame_init_reg.
10380 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10381 (dwarf2_frame_init_reg): Call architecture-specific function.
10382 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10383 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10384 instead of dwarf2_frame_data.
10385 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10386 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10387
10388 2004-02-15 Andrew Cagney <cagney@redhat.com>
10389
10390 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10391 register_gdbarch_swap.
10392 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10393 * f-lang.c (_initialize_f_language): Update, use
10394 DEPRECATED_REGISTER_GDBARCH_SWAP.
10395 * remote.c (_initialize_remote): Ditto.
10396 * regcache.c (_initialize_regcache): Ditto.
10397 * parse.c (_initialize_parse): Ditto.
10398 * infrun.c (_initialize_infrun): Ditto.
10399 * mi/mi-main.c (_initialize_mi_main): Ditto.
10400 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10401
10402 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10403 poking .cacheable directly.
10404 * symfile.c (symfile_bfd_open): Ditto.
10405
10406 * Makefile.in: Update all dependencies.
10407
10408 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10409 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10410 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10411 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10412 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10413
10414 2004-02-14 Andrew Cagney <cagney@redhat.com>
10415
10416 * arch-utils.c (legacy_convert_register_p): Check
10417 DEPRECATED_REGISTER_CONVERTIBLE_P.
10418 * findvar.c (value_of_register): Ditto.
10419
10420 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10421 * gdbarch.h, gdbarch.c: Re-generate.
10422 * arch-utils.c (deprecated_register_convertible_not): Delete.
10423 * arch-utils.h (deprecated_register_convertible_not): Delete.
10424 * mi/mi-main.c (get_register): Update. Update copyright.
10425 * infcmd.c (default_print_registers_info): Update.
10426
10427 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10428 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10429 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10430 * gdbarch.h, gdbarch.c: Re-generate.
10431 * frame.c (deprecated_get_next_frame_hack): Delete function.
10432 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10433 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10434 Update.
10435 * infcall.c (call_function_by_hand): Update.
10436
10437 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10438
10439 * symfile.c (init_entry_point_info, entry_point_address): Move
10440 from here...
10441 * objfiles.c (init_entry_point_info, entry_point_address):..to
10442 here.
10443 * symfile.h (init_entry_point_info, entry_point_address): Remove
10444 prototypes.
10445 * objfiles.h (init_entry_point_info, entry_point_address):Add
10446 prototypes.
10447 * cris-tdep.c: Remove include of symfile.h. Add include of
10448 objfiles.h.
10449 * infcall.c: Ditto.
10450 * mcore-tdep.c: Ditto.
10451 * mn10300-tdep.c: Ditto.
10452 * sh64-tdep.c: Ditto.
10453 * v850-tdep.c: Ditto.
10454 * arm-tdep.c: Remove include of symfile.h.
10455 * blockframe.c: Ditto.
10456 * coffread.c: Ditto.
10457 * dbxread.c: Ditto.
10458 * dwarf2read.c: Ditto.
10459 * dwarfread.c: Ditto.
10460 * frv-tdep.c: Ditto.
10461 * ia64-tdep.c: Ditto.
10462 * mdebugread.c: Ditto.
10463 * mipsread.c: Ditto.
10464 * rs6000-tdep.c: Ditto.
10465 * s390-tdep.c: Ditto.
10466 * sh-tdep.c: Ditto.
10467 * xstormy16-tdep.c: Ditto.
10468 * gdbarch.sh: Remove include of symfile.h.
10469 * gdbarch.c: Regenerate.
10470 * solib-irix.c (enable_break): Use entry_point_address().
10471 Add comment about include file.
10472 * xcoffread.c: Add comment about include file.
10473 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10474 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10475 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10476 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10477 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10478
10479 2004-02-13 Andrew Cagney <cagney@redhat.com>
10480
10481 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10482 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10483 copyright.
10484 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10485
10486 2004-02-12 Fred Fish <fnf@redhat.com>
10487
10488 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10489 set_gdbarch_store_return_value.
10490
10491 2004-02-12 Andrew Cagney <cagney@redhat.com>
10492
10493 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10494 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10495 (interrupt_query): Ditto.
10496 (ofunc): Delete unused variable.
10497 * cris-tdep.c (cris_abi): Delete unused function.
10498 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10499 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10500 (cris_get_asr_quick_shift_steps): Ditto.
10501 (cris_skip_prologue_frameless_p): Ditto.
10502 * arm-tdep.c (arm_push_return_address): Delete unused function.
10503 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10504 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10505 * s390-tdep.c (s390_function_start): Delete unused function.
10506
10507 2004-02-12 Andrew Cagney <cagney@redhat.com>
10508
10509 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10510 gdbarch.h, gdbarch.c: Re-generate.
10511 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10512 to generic_prologue_frameless_p.
10513 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10514 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10515
10516 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10517
10518 * mips-linux-tdep.c: Include "frame.h".
10519 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10520 (mips_linux_skip_resolver): New functions.
10521 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10522 and set_gdbarch_in_solib_call_trampoline.
10523 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10524 to after set_gdbarch_in_solib_return_trampoline. Only set the
10525 solib hooks to mips16 functions if the OS ABI is unknown.
10526 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10527 including "config/tm-linux.h".
10528 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10529 * Makefile.in (mips-linux-tdep.o): Update.
10530
10531 2004-02-11 David Carlton <carlton@kealia.com>
10532
10533 * linespec.c (decode_compound): Only look for a class symbol when
10534 considering all but the rightmost component.
10535
10536 2004-02-11 Andrew Cagney <cagney@redhat.com>
10537
10538 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10539 abi code are are separatly grouped.
10540
10541 2004-02-11 Andrew Cagney <cagney@redhat.com>
10542
10543 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10544 * gdbarch.h, gdbarch.c: Re-generate.
10545 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10546 * v850-tdep.c (v850_gdbarch_init): Update.
10547 * sh64-tdep.c (sh64_gdbarch_init): Update.
10548 * sh-tdep.c (sh_gdbarch_init): Update.
10549 * s390-tdep.c (s390_gdbarch_init): Update.
10550 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10551 * mips-tdep.c (mips_gdbarch_init): Update.
10552 * mcore-tdep.c (mcore_gdbarch_init): Update.
10553 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10554 * m32r-tdep.c (m32r_gdbarch_init): Update.
10555 * ia64-tdep.c (ia64_gdbarch_init): Update.
10556 * hppa-tdep.c (hppa_gdbarch_init): Update.
10557 * h8300-tdep.c (h8300_gdbarch_init): Update.
10558 * frv-tdep.c (frv_gdbarch_init): Update.
10559 * d10v-tdep.c (d10v_gdbarch_init): Update.
10560 * cris-tdep.c (cris_gdbarch_init): Update.
10561 * avr-tdep.c (avr_gdbarch_init): Update.
10562 * arm-tdep.c (arm_gdbarch_init): Update.
10563 * alpha-tdep.c (alpha_gdbarch_init): Update.
10564
10565 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10566
10567 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10568 comma.
10569 (sh_sh4al_dsp_register_name): Ditto.
10570
10571 2004-02-10 Andrew Cagney <cagney@redhat.com>
10572
10573 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10574 (mips_init_frame_pc_first): Delete function.
10575 (mips_frame_saved_pc): Delete function.
10576 (mips_frame_chain): Delete function.
10577 (mips_init_extra_frame_info): Delete function.
10578 (mips_xfer_register): Delete unused variable "reg".
10579 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10580 (mips_n32n64_return_value): Delete unused variable "reg".
10581 (mips_n32n64_return_value): Delete unused variable "pos".
10582 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10583 (mips_o32_return_value): Delete unused variable "pos".
10584 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10585 (mips_print_fp_register): Delete unused variable "namelen"
10586 (mips_print_fp_register): Delete unused variable "flt2"
10587 (get_frame_pointer): Delete function.
10588 (cached_proc_desc): Delete static variable.
10589 (mips_pop_frame): Delete function.
10590 (mips_find_saved_regs): Delete function.
10591 (mips_get_saved_register): Delete function.
10592 (mips_saved_pc_after_call): Delete function.
10593 (SIGFRAME_BASE): Delete macro.
10594 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10595 (SIGFRAME_PC_OFF): Delete macro.
10596 (SIGFRAME_REGSAVE_OFF): Delete macro.
10597 (mips_dump_tdep): Do not print deleted macro definitions.
10598
10599 2004-02-10 Andrew Cagney <cagney@redhat.com>
10600
10601 * Makefile.in (SFILES): Remove explictly listed tui files.
10602 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10603
10604 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10605
10606 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10607 to use paddr functions to format ia64 addresses and long values.
10608 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10609 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10610 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10611 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10612 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10613
10614 2004-02-10 Andrew Cagney <cagney@redhat.com>
10615
10616 * defs.h: Do not include "tui.h".
10617 * gdb_curses.h: New file.
10618 * tui/tui-hooks.h: New file.
10619 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10620 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10621 (tui_initialize_io): Delete declaration.
10622 (tui_initialize_readline: Delete redundant declaration.
10623 (struct tui_point): Delete definition.
10624 * tui/tui-data.h (struct tui_point): Define.
10625 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10626 * utils.c: Include "tui/tui.h".
10627 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10628 * printcmd.c [TUI]: Include "tui/tui.h".
10629 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10630 * tui/tui-command.c: Include "gdb_curses.h".
10631 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10632 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10633 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10634 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10635 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10636 * Makefile.in: Update all dependencies.
10637 (tui_hooks_h, gdb_curses_h): Define.
10638 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10639
10640 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10641
10642 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10643 auxf2. Add comments about some other rarely used fields.
10644
10645 2004-02-10 Andrew Cagney <cagney@redhat.com>
10646
10647 * Makefile.in (init.c): Fix script removing duplicates. Problem
10648 reported by Peter Schauer.
10649
10650 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10651
10652 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10653 obstack_specify_allocation.
10654 * objfiles.c (allocate_objfile): Ditto.
10655 * solib-sunos.c (solib_add_common_symbols)
10656 (allocate_rt_common_objfile): Ditto.
10657 * symfile.c (reread_symbols): Ditto.
10658 * gdb_obstack.h: Add comment.
10659
10660 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10661
10662 * linespec.c (decode_line_1, locate_first_half)
10663 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10664 commented out code.
10665
10666 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10667
10668 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10669 obstack_free.
10670
10671 2004-02-09 Andrew Cagney <cagney@redhat.com>
10672
10673 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10674 fails, try find_pc_section. Fix PR c++/1267.
10675 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10676 instead of find_pc_mapped_section.
10677 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10678 not default to the section containing PC. Fix PR symtab/1519.
10679
10680 2004-02-09 Andrew Cagney <cagney@redhat.com>
10681
10682 * Makefile.in (mips-tdep.o): Update dependencies.
10683 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10684 "trad-frame.h".
10685 (mips_unwind_pc): Return the pseudo PC register.
10686 (mips_unwind_dummy_id): New function.
10687 (mips16_fetch_instruction): New function.
10688 (mips32_fetch_instruction): New function.
10689 (struct mips_frame_cache): Define.
10690 (mips_mdebug_frame_cache): New function.
10691 (mips_mdebug_frame_this_id): New function.
10692 (mips_mdebug_frame_prev_register): New function.
10693 (mips_mdebug_frame_unwind): Define.
10694 (mips_mdebug_frame_sniffer): New function.
10695 (mips_mdebug_frame_base_address): New function.
10696 (mips_mdebug_frame_base): Define.
10697 (mips_mdebug_frame_base_sniffer): New function.
10698 (mips_gdbarch_init): Append unwind and base sniffers. Set
10699 unwind_dummy_id.
10700
10701 2004-02-08 Andrew Cagney <cagney@redhat.com>
10702
10703 * frame.c: Print both the register number and name.
10704
10705 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10706 and a sed into a single sed. Make .c and .o patterns more robust.
10707 (OBS): Delete.
10708 (INIT_FILES): Replace OBS with COMMON_OBS.
10709 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10710
10711 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10712
10713 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10714 the PT_WCOOKIE request.
10715
10716 2004-02-08 Andrew Cagney <cagney@redhat.com>
10717
10718 * mips-tdep.c (mips_unwind_pc): New function.
10719 (mips_gdbarch_init): Set mips_unwind_pc.
10720
10721 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10722 (get_frame_id): Allow the UNKNOWN_FRAME.
10723 (frame_register_unwind, get_frame_type): Ditto.
10724
10725 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10726 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10727 unwind_dummy_id indicates a legacy frame.
10728
10729 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10730 * configure: Re-generate.
10731
10732 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10733 methods.
10734
10735 2004-02-08 Andrew Cagney <cagney@redhat.com>
10736
10737 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10738 makefile macro.
10739 * configure: Re-generate.
10740 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10741 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10742 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10743 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10744 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10745 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10746 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10747 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10748 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10749 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10750
10751 2004-02-07 Andrew Cagney <cagney@redhat.com>
10752
10753 * Makefile.in: Update all dependencies.
10754
10755 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10756 * configure: Re-generate.
10757 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10758 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10759 (COMMON_OBS): Add "main.o" and "annotate.o".
10760 (ANNOTATE_OBS): Delete.
10761 (OBS): Remove ANNOTATE_OBS.
10762 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10763 CONFIG_INITS.
10764 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10765 against CONFIG_OBS and "main.o".
10766 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10767 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10768
10769 * tui/tui-command.c: Include "gdb_string.h", delete register
10770 attribute, use ISO-C function signatures.
10771 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10772 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10773 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10774 * tui/tui.c: Ditto.
10775
10776 * tui/tui-command.c: Change variable and function names to lower
10777 case.
10778 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10779 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10780 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10781 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10782 * tui/tui-winsource.c, tui/tui.c: Ditto.
10783
10784 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10785
10786 * buildsym.c (free_pending_blocks, finish_block)
10787 (record_pending_block, make_blockvector, end_symtab): Replace
10788 symbol_obstack with objfile_obstack.
10789 * coffread.c (process_coff_symbol, coff_read_struct_type)
10790 (coff_read_enum_type): Ditto.
10791 * cp-namespace.c (initialize_namespace_symtab)
10792 (check_one_possible_namespace_symbol): Ditto.
10793 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10794 (dwarf2_symbol_mark_computed): Ditto.
10795 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10796 * elfread.c (elf_symtab_read): Ditto.
10797 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10798 (hpread_read_enum_type, hpread_read_function_type)
10799 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10800 Ditto.
10801 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10802 (java_link_class_type): Ditto.
10803 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10804 (new_symbol): Ditto.
10805 * minsyms.c (install_minimal_symbols): Ditto.
10806 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10807 (terminate_minimal_symbol_table): Replace symbol_obstack with
10808 objfile_obstack.
10809 (free_objfile): Remove freeing of symbol_obstack.
10810 * objfiles.h: Remove symbol_obstack field.
10811 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10812 objfile_obstack.
10813 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10814 symbol_obstack.
10815 (solib_add_common_symbols): Replace symbol_obstack with
10816 objfile_obstack.
10817 * somsolib.c (som_solib_add): Ditto.
10818 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10819 (common_block_start, common_block_end): Ditto.
10820 * symfile.c (reread_symbols): Remove freeing and init of
10821 symbol_obstack.
10822 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10823 * symfile.h: Update comment.
10824 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10825 stats printing.
10826 * symtab.c (symbol_set_names): Replace symbol_obstack with
10827 objfile_obstack.
10828 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10829 Update comments.
10830 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10831 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10832 objfile_obstack.
10833
10834 2004-02-07 Andrew Cagney <cagney@redhat.com>
10835
10836 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10837 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10838 fields and variables.
10839 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10840 (m_beInvisible): Delete macro.
10841 * tui/tui-data.h: Fix case case fields and variables.
10842 (m_genWinPtrIsNull): Delete macro.
10843 (tui_win_list): Rename winList.
10844 (TUI_SRC_WIN): Rename srcWin.
10845 (TUI_DISASM_WIN): Rename disassemWin.
10846 (TUI_DATA_WIN): Rename dataWin.
10847 (TUI_CMD_WIN): Rename cmdWin.
10848 (m_genWinPtrNotNull): Delete macro.
10849 (m_winPtrIsNull): Delete macro.
10850 (m_winPtrNotNull): Delete macro.
10851 (tui_win_is_source_type): Replace m_winIsSourceType
10852 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10853 (tui_win_has_locator): Replace m_hasLocator.
10854 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10855 m_setWinHighlightOff.
10856 * tui/tui-data.c: Update references.
10857 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10858 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10859 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10860 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10861 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10862 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10863 * tui/tui-winsource.c, tui/tui.c: Ditto.
10864
10865 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10866
10867 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10868 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10869 StackGhost.
10870
10871 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10872 variable `i6' to `i7'.
10873 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10874
10875 2004-02-07 Andrew Cagney <cagney@redhat.com>
10876
10877 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10878 (TuiPoint, TuiPointPtr): Ditto.
10879 (TuiStatus, TuiStatusPtr): Ditto.
10880 (TuiWinType, TuiWinTypePtr): Ditto.
10881 (struct tui_point): Rename _TuiPoint.
10882 (tui_get_low_disassembly_address): Rename
10883 tuiGetLowDisassemblyAddress.
10884 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10885 (tuiFree): Delete declaration.
10886 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10887 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10888 * tui/tui.c (tuiFree): Delete function.
10889 * cli/cli-cmds.c (disassemble_command): Update references.
10890 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10891 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10892 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10893 * tui/tui-winsource.c: Ditto.
10894
10895 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10896
10897 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10898 coffstab_build_psymtabs, elfstab_build_psymtabs)
10899 (stabsect_build_psymtabs): Replace psymbol_obstack with
10900 objfile_obstack.
10901 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10902 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10903 Ditto.
10904 * dwarfread.c (scan_compilation_units): Ditto.
10905 * elfread.c (elfstab_offset_sections): Ditto.
10906 * hppa-tdep.c (read_unwind_info): Ditto.
10907 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10908 (hpread_end_psymtab): Ditto.
10909 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10910 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10911 Ditto.
10912 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10913 * objfiles.c (add_to_objfile_sections)
10914 (build_objfile_section_table): Ditto.
10915 (allocate_objfile): Remove init of psymbol_obstack.
10916 (free_objfile): Remove freeing of psymbol_obstack.
10917 * objfiles.h (struct objfile): Remove field
10918 psymbol_obstack. Update comments.
10919 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10920 psymbol_obstack with objfile_obstack.
10921 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10922 psymbol_obstack.
10923 * somread.c (som_symfile_offsets, init_import_symbols)
10924 (init_export_symbols): Replace psymbol_obstack with
10925 objfile_obstack.
10926 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10927 * symfile.c (default_symfile_offsets, syms_from_objfile)
10928 (reread_symbols): Remove freeing and init of psymbol_obstack.
10929 (cashier_psymtab): Update comment.
10930 * symmisc.c (print_objfile_statistics): Don't report stats for
10931 psymbol obstack.
10932 * symtab.h (struct general_symbol_info, struct partial_symtab):
10933 Update comments.
10934 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10935 (xcoff_symfile_offsets): Replace psymbol_obstack with
10936 objfile_obstack.
10937
10938 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10939
10940 * objfiles.h (struct objfile): Add objfile_obstack field.
10941 Remove type_obstack field.
10942
10943 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10944 read_structure_scope read_enumeration, new_symbol): Replace
10945 type_obstack with objfile_obstack.
10946 * dwarfread.c (struct_type, enum_type): Ditto.
10947 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10948 (lookup_fundamental_type): Ditto.
10949 * gdbtypes.h (TYPE_ALLOC): Ditto.
10950 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10951 (hpread_read_doc_function_type, hpread_read_struct_type)
10952 (fix_static_member_physnames, hpread_read_array_type)
10953 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10954 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10955 (java_link_class_type): Ditto.
10956 * mdebugread.c (parse_type): Ditto.
10957 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10958 * solib-sunos.c (solib_add_common_symbols): Ditto.
10959 * stabsread.c (define_symbol, read_type, read_member_functions,
10960 read_cpp_abbrev, read_one_struct_field): Ditto.
10961 * symfile.c (reread_symbols): Ditto.
10962 * symmisc.c (print_objfile_statistics): Ditto.
10963
10964 2004-02-07 Andrew Cagney <cagney@redhat.com>
10965
10966 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10967 (tui_exec_info_content): Rename TuiExecInfoContent.
10968 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10969 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10970 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10971 (TuiList, TuiListPtr): Ditto.
10972 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10973 (TuiDataType, TuiDataTypePtr): Ditto.
10974 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10975 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10976 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10977 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10978 (TuiDataElement, TuiDataElementPtr): Ditto.
10979 (TuiWinElement, TuiWinElementPtr): Ditto.
10980 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10981 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10982 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10983 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10984 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10985 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10986 * tui/tui-command.c, tui/tui-data.c: Update references.
10987 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10988 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10989 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10990 * tui/tui-winsource.c, tui/tui.c: Ditto.
10991
10992 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10993
10994 * dwarf2-frame.h: Update copyright.
10995 (enum dwarf2_frame_reg_rule): New.
10996 (struct dwarf2_frame_state_reg): New.
10997 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10998 * dwarf2-frame.c: Update copyright.
10999 (enum dwarf2_reg_rule): Remove.
11000 (struct dwarf2_frame_state): Remove defenition of `struct
11001 dwarf2_frame_state_reg'.
11002 (read_reg): Call get_frame_arch to get the architecture instead of
11003 using CURRENT_GDBARCH.
11004 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11005 DWARF2_FRAME_.
11006 (dwarf2_frame_init_reg): New function.
11007 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11008 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11009 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11010 tags with DWARF2_FRAME_.
11011 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11012 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11013 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11014
11015 2004-02-06 Andrew Cagney <cagney@redhat.com>
11016
11017 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11018 (enum tui_data_type): Rename _TuiDataType.
11019 (struct tui_layout_def): Rename _TuiLayoutDef.
11020 (struct tui_source_element): Rename _TuiSourceElement.
11021 (struct tui_data_element): Rename _TuiDataElement.
11022 (struct tui_command_element): Rename _TuiCommandElement.
11023 (struct tui_locator_element): Rename _TuiLocatorElement.
11024 (union tui_which_element): Define.
11025 (struct tui_win_element): Rename _TuiWinElement.
11026 (struct tui_data_info): Rename _TuiDataInfo.
11027 (struct tui_source_info): Rename _TuiSourceInfo.
11028 (struct tui_command_info): Rename _TuiCommandInfo.
11029 (tui_initialize_static_data): Rename initializeStaticData.
11030 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11031 (tui_alloc_win_info): Rename allocWinInfo.
11032 (tui_init_generic_part): Rename initGenericPart.
11033 (tui_init_win_info): Rename initWinInfo.
11034 (tui_alloc_content): Rename allocContent.
11035 (tui_add_content_elements): Rename addContentElements.
11036 (tui_init_content_element): Rename initContentElement.
11037 (tui_free_window): Rename freeWindow.
11038 (tui_free_win_content): Rename freeWinContent.
11039 (tui_free_data_content): Rename freeDataContent.
11040 (tui_free_all_source_wins_content): Rename
11041 freeAllSourceWinsContent.
11042 (tui_del_window): Rename tuiDelWindow.
11043 (tui_del_data_windows): Rename tuiDelDataWindows.
11044 (tui_partial_win_by_name): Rename partialWinByName.
11045 (tui_win_name): Rename winName.
11046 (tui_current_layout): Rename currentLayout.
11047 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11048 (tui_term_height): Rename termHeight.
11049 (tui_set_term_height_to): Rename setTermHeightTo.
11050 (tui_term_width): Rename termWidth.
11051 (tui_set_term_width_to): Rename setTermWidthTo.
11052 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11053 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11054 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11055 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11056 (tui_source_windows): Rename sourceWindows.
11057 (tui_clear_source_windows): Rename clearSourceWindows.
11058 (tui_clear_source_windows_detail): Rename
11059 clearSourceWindowsDetail.
11060 (tui_clear_win_detail): Rename clearWinDetail.
11061 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11062 (tui_default_tab_len): Rename tuiDefaultTabLen.
11063 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11064 (tui_win_with_focus): Rename tuiWinWithFocus.
11065 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11066 (tui_layout_def): Rename tuiLayoutDef.
11067 (tui_win_resized): Rename tuiWinResized.
11068 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11069 (tui_next_win): Rename tuiNextWin.
11070 (tui_prev_win): Rename tuiPrevWin.
11071 (tui_add_to_source_windows): Rename addToSourceWindows.
11072 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11073 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11074 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11075 * tui/tui.c, tui/tui-data.c: Ditto.
11076 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11077 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11078
11079 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11080 (struct symtab): Declare.
11081 (tui_set_source_content): Rename tuiSetSourceContent.
11082 (tui_show_symtab_source): Rename tuiShowSource.
11083 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11084 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11085 * tui/tui-source.c: Update copyright. Update references.
11086 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11087 * tui/tui-stack.c: Update references.
11088
11089 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11090 (struct tui_win_info): Declare.
11091 (tui_scroll_forward): Rename tuiScrollForward.
11092 (tui_scroll_backward): Rename tuiScrollBackward.
11093 (tui_scroll_left): Rename tuiScrollLeft.
11094 (tui_scroll_right): Rename tuiScrollRight.
11095 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11096 (tui_resize_all): Rename tuiResizeAll.
11097 (tui_refresh_all_win): Rename tuiRefreshAll.
11098 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11099 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11100 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11101 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11102
11103 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11104 (tui_erase_data_content): Rename tuiEraseDataContent.
11105 (tui_display_all_data): Rename tuiDisplayAllData.
11106 (tui_check_data_values): Rename tuiCheckDataValues.
11107 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11108 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11109 (tui_first_data_element_no_in_line): Rename
11110 tuiFirstDataElementNoInLine.
11111 (tui_delete_data_content_windows): Rename
11112 tuiDeleteDataContentWindows.
11113 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11114 (tui_display_data_from): Rename tuiDisplayDataFrom.
11115 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11116 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11117 * tui/tui-win.c, tui/tui-regs.c: Update references.
11118 * tui/tui-layout.c, tui/tui.c: Update references.
11119
11120 * tui/tui-wingeneral.h: Update copyright.
11121 (m_allBeVisible): Delete macro.
11122 (m_allBeInvisible): Delete macro.
11123 (struct tui_gen_win_info): Declare.
11124 (struct tui_win_info): Declare.
11125 (tui_unhighlight_win): Rename unhighlightWin.
11126 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11127 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11128 (tui_make_window): Rename makeWindow.
11129 (tui_copy_win): Rename copyWin.
11130 (tui_box_win): Rename boxWin.
11131 (tui_highlight_win): Rename highlightWin.
11132 (tui_check_and_display_highlight_if_needed): Rename
11133 checkAndDisplayHighlightIfNeeded.
11134 (tui_refresh_all): Rename refreshAll.
11135 (tui_delete_win): Rename tuiDelwin.
11136 (tui_refresh_win): Rename tuiRefreshWin.
11137 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11138 (tui_make_visible, tui_make_invisible): New functions.
11139 (tui_make_all_visible, tui_make_all_invisible): New functions.
11140 (make_all_visible): Rename makeAllVisible.
11141 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11142 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11143 * tui/tui-windata.c, tui/tui-win.c: Update references.
11144 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11145 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11146
11147 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11148
11149 * proc-api.c (write_with_trace): Initialize local variable to
11150 silence compiler warning.
11151
11152 2004-02-06 Andrew Cagney <cagney@redhat.com>
11153
11154 * tui/tui-source.h: Do not include "defs.h".
11155 (struct tui_win_info): Declare.
11156 (tui_set_source_content_nil): Declare.
11157 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11158 (union tui_line_or_address): Rename _TuiLineOrAddress.
11159 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11160 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11161 (tui_update_source_window_as_is): Rename
11162 tuiUpdateSourceWindowAsIs.
11163 (tui_update_source_windows_with_addr): Rename
11164 tuiUpdateSourceWindowsWithAddr.
11165 (tui_update_source_windows_with_line): Rename
11166 tuiUpdateSourceWindowsWithLine.
11167 (tui_clear_source_content): Rename tuiClearSourceContent.
11168 (tui_erase_source_content): Rename tuiEraseSourceContent.
11169 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11170 (tui_show_source_content): Rename tuiShowSourceContent.
11171 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11172 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11173 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11174 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11175 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11176 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11177 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11178 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11179 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11180 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11181 (struct tui_win_info): Declare.
11182 * tui/tui-stack.c: Update references.
11183 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11184 * tui/tui-win.c, tui/tui-source.c: Ditto.
11185 * tui/tui.c, tui/tui-disasm.c: Ditto.
11186
11187 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11188
11189 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11190 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11191
11192 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11193
11194 * infrun.c (handle_inferior_event): Allow for breakpoint
11195 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11196 and SIGEMT. Update comments.
11197 * NEWS (Revised SPARC target): Mention support for non-executable
11198 stack.
11199
11200 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11201
11202 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11203 * inftarg.c: Update copyright year.
11204 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11205 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11206 (sparc_xfer_wcookie): New function.
11207 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11208 * Makefile.in (sparc-nat.o): Update dependencies.
11209 * config/sparc/nm-nbsd.h: Include "target.h".
11210 (NATIVE_XFER_WCOOKIE): New define.
11211 (sparc_xfer_wcookie): New prototype.
11212
11213 2004-02-04 Andrew Cagney <cagney@redhat.com>
11214
11215 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11216 SYSCALL_TRAP function.
11217 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11218
11219 2004-02-04 Andrew Cagney <cagney@redhat.com>
11220 Daniel Jacobowitz <drow@mvista.com>
11221
11222 * objfiles.h: Delete comments refering to inside_entry_func and
11223 DEPRECATED_FRAME_CHAIN_VALID.
11224 * defs.h (inside_entry_func): Update prototype..
11225 * blockframe.c (inside_entry_func): Rename to
11226 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11227 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11228
11229 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11230
11231 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11232 outside of #ifdef SOLIB_ADD region.
11233 (do_restore_lang_radix_cleanup): Ditto.
11234 (resolve_pending_breakpoint): Ditto.
11235
11236 2004-02-03 Andrew Cagney <cagney@redhat.com>
11237
11238 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11239 (process_note_abi_tag_sections): Delete unused function.
11240 (ia64_read_fp): Delete unused function.
11241 (gdbarch_extract_struct_value_address): Delete declaration.
11242
11243 2004-02-02 Andrew Cagney <cagney@redhat.com>
11244
11245 * vax-tdep.c (vax_frame_chain): Delete call to
11246 deprecated_inside_entry_file.
11247 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11248
11249 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11250
11251 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11252 column that's "empty" or "same value" when eliminating REG_RA
11253 rules.
11254
11255 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11256
11257 * NEWS: Add information about new pending breakpoint support.
11258
11259 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11260
11261 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11262 and pending fields for pending breakpoint support.
11263 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11264 (condition_command): Only parse condition if not a pending
11265 breakpoint.
11266 (print_one_breakpoint): Add support for pending breakpoints.
11267 (describe_other_breakpoints): Add checks to verify we are not
11268 dealing with pending breakpoints.
11269 (check_duplicates): Don't check pending breakpoints.
11270 (set_raw_breakpoint): Initialize pending flag.
11271 (do_restore_lang_radix_cleanup): New cleanup routine.
11272 (resolve_pending_breakpoint): New function.
11273 (re_enable_breakpoints_in_shlibs): Try and resolve any
11274 pending breakpoints via resolve_pending_breakpoint.
11275 (mention): Add pending breakpoint support.
11276 (parse_breakpoint_sals): Add new parameter to pass to
11277 decode_line_1 to indicate silent errors when files or functions
11278 are not found. Change all callers.
11279 (do_captured_parse_breakpoint): New function.
11280 (break_command_1): Change prototype to return an rc value and to
11281 take an optional pending breakpoint pointer. Support creating
11282 a pending breakpoint if a "not found" form of error occurs when
11283 parsing the breakpoint. Also support resolving an existing pending
11284 breakpoint and be silent if the resolution fails.
11285 (create_breakpoints): Change prototype to take pending breakpoint
11286 pointer. When resolving a pending breakpoint, use the new pointer
11287 to provide a conditional or commands added by the end-user.
11288 (delete_breakpoint): Add appropriate check for pending.
11289 (breakpoint_re_set_one): Ditto.
11290 (do_enable_breakpoint): Ditto.
11291
11292 2004-02-02 David Carlton <carlton@kealia.com>
11293
11294 * valops.c (enum oload_classification): New.
11295 (find_overload_match): Break implementation into separate
11296 functions; delete #if 0'd code; look for symbols within
11297 namespaces.
11298 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11299 (find_oload_champ,oload_method_static,classify_oload_match): New.
11300 * cp-support.h: Add declaration for cp_func_name; update
11301 declaration for make_symbol_overload_list.
11302 * cp-support.c (cp_func_name): New.
11303 (overload_list_add_symbol): Fix comment, use
11304 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11305 (make_symbol_overload_list): Take a function name and a namespace
11306 instead of a symbol; change implementation.
11307 (make_symbol_overload_list_using): New.
11308 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11309
11310 2004-02-02 Fred Fish <fnf@redhat.com>
11311
11312 * main.c (gdb_stdtarg): Move definition to group with other
11313 gdb_stdtarg definitions and update copyright years.
11314 * remote-sim.c (gdb_os_write_stderr): Write output to
11315 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11316 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11317 gdb_stderr stream and update copyright years.
11318
11319 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11320
11321 * Makefile.in (mips-linux-nat.o): Update dependencies.
11322 * mips-linux-nat.c: Include mips-tdep.h.
11323
11324 2004-02-01 Roland McGrath <roland@redhat.com>
11325
11326 * sol-thread.c (sol_thread_xfer_partial): New function.
11327 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11328 (init_sol_core_ops): Likewise.
11329
11330 * procfs.c (procfs_xfer_partial): New function.
11331 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11332 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11333
11334 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11335 procfs_xfer_auxv function.
11336
11337 * procfs.c (procfs_make_note_section): If we can read
11338 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11339 * linux-proc.c (linux_make_note_section): Likewise.
11340
11341 * auxv.h: New file.
11342 * auxv.c: New file.
11343 * Makefile.in (auxv_h): New variable.
11344 (COMMON_OBS): Add auxv.o here.
11345 (auxv.o): New target.
11346
11347 * corelow.c (core_xfer_partial): New function.
11348 (init_core_ops): Use it for core_ops.to_xfer_partial.
11349
11350 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11351 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11352 macro if that is defined.
11353
11354 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11355
11356 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11357 and check the specified thread for each breakpoint.
11358 * breakpoint.h (bpstat_stop_status): Update prototype.
11359 * infrun.c (handle_inferior_event): Update calls to
11360 bpstat_stop_status.
11361
11362 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11363
11364 * Makefile.in (cli-cmds.o): Add $(readline_h).
11365
11366 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11367
11368 * cli/cli-cmds.c: Include readline.h.
11369 (complete_command): Pass the start of the last word to
11370 complete_line.
11371
11372 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11373
11374 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11375 argument, and change first argument to a CORE_ADDR.
11376 * breakpoint.h (bpstat_stop_status): Update prototype.
11377 * infrun.c (adjust_pc_after_break): Add a new comment.
11378 (handle_inferior_event): Update calls to bpstat_stop_status.
11379
11380 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11381
11382 * breakpoint.h: Update copyright years.
11383
11384 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11387 (bpstat_stop_status): Don't decrement PC.
11388 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11389 prototype.
11390 * infrun.c (adjust_pc_after_break): New function.
11391 (handle_inferior_event): Call it, early. Remove later references
11392 to DECR_PC_AFTER_BREAK.
11393 (normal_stop): Add commentary.
11394
11395 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11396
11397 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11398 2004-01-27 double-free fix.
11399
11400 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11401
11402 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11403 (sparc32_frame_prev_register): Handle StackGhost.
11404 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11405
11406 2004-01-29 Roland McGrath <roland@redhat.com>
11407
11408 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11409 * configure: Regenerated.
11410
11411 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11412 * Makefile.in (procfs.o): Add dep.
11413
11414 2004-01-28 Andrew Cagney <cagney@redhat.com>
11415
11416 * tui/tui-stack.h: Update copyright.
11417 (struct frame_info): Add opaque declaration.
11418 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11419 (tui_show_locator_content): Rename tuiShowLocatorContent.
11420 (tui_show_frame_info): Rename tuiShowFrameInfo.
11421 * tui/tui-stack.c: Update copyright. Update references.
11422 * tui/tui-winsource.c: Update references.
11423 * tui/tui-win.c: Update references.
11424 * tui/tui-layout.c: Update references.
11425 * tui/tui-hooks.c: Update copyright, update references.
11426 * tui/tui.c: Update copyright, update references.
11427 * tui/tui-disasm.c: Update references.
11428
11429 2004-01-28 David Carlton <carlton@kealia.com>
11430
11431 * dwarf2read.c (add_partial_structure): Use demangled name if
11432 namespace equals "".
11433
11434 2004-01-27 Jim Blandy <jimb@redhat.com>
11435
11436 Clean up misapplied patch:
11437 * dwarf2read.c (determine_prefix): Change one of the two forward
11438 declarations for 'determine_prefix_aux' to a declaration for this.
11439 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11440 argument to 'die_specification'.
11441
11442 * dwarf2read.c (read_func_scope): Re-indent comment.
11443
11444 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11445
11446 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11447 b->exp to NULL after freeing so that error during re-parsing or
11448 evaluation of expressions associated with breakpoint don't
11449 eventually lead to re-freeing of storage.
11450 Committed by Andrew Cagney.
11451
11452 2004-01-27 Andrew Cagney <cagney@redhat.com>
11453
11454 * source.c (ambiguous_line_spec): Delete undefined declaration.
11455 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11456 (m32r_set_server_address, m32r_set_download_path): Ditto.
11457 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11458
11459 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11460
11461 * dwarf2read.c: Update calls to changed and renamed functions, and
11462 references to moved variables.
11463
11464 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11465 language, language_defn, list_in_scope, and ftypes members.
11466 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11467 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11468 (baseaddr): Remove globals.
11469
11470 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11471 (set_cu_language, die_is_declaration, die_specification)
11472 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11473 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11474 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11475 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11476
11477 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11478 cu.list_in_scope. Don't initialize cu_header_offset.
11479 (add_partial_symbol): Add local baseaddr.
11480 (psymtab_to_symtab_1): Add local baseaddr. Use
11481 objfile->section_offsets for consistency. Don't initialize
11482 cu_header_offset; do initialize cu.header.offset and
11483 cu.list_in_scope.
11484 (read_file_scope, read_func_scope, read_lexical_block_scope)
11485 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11486
11487 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11488
11489 * PROBLEMS: Add gdb/1516.
11490
11491 2003-12-29 Robert Millan <robertmh@gnu.org>
11492
11493 Patch committed by Andrw Cagney.
11494 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11495 * configure.tgt: Match knetbsd*-gnu.
11496
11497 2004-01-26 Andrew Cagney <cagney@redhat.com>
11498
11499 * breakpoint.c (catch_command_1): Delete #ifdef code.
11500 (catch_fork_command_1): Delete #ifdef wrapper.
11501 (catch_exec_command_1): Ditto.
11502 (catch_load_command_1): Ditto.
11503 (catch_unload_command_1): Ditto.
11504
11505 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11506 (catch_breakpoint): Delete #if0ed function.
11507 (disable_catch_breakpoint): Ditto.
11508 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11509 (disable_catch, enable_catch, delete_catch): Ditto.
11510
11511 2004-01-26 Andrew Cagney <cagney@redhat.com>
11512
11513 * remote.c (echo_check, quit_flag): Delete variables.
11514 (cisco_kernel_mode): Delete variable.
11515 (minitelnet_return, tty_input, escape_count): Delete variables.
11516 (remote_cisco_mode): Delete variable.
11517 (remote_cisco_open, remote_cisco_close): Delete function.
11518 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11519 (init_remote_cisco_ops): Delete function.
11520 (_initialize_remote): Do not install "remote cisco" code.
11521 (read_frame): Delete cisco specific code.
11522 (remote_info_process): Delete function.
11523 (remote_wait): Delete cisco specific code.
11524 (remote_cisco_section_offsets): Delete function.
11525 (remote_cisco_objfile_relocate): Delete function.
11526 (remote_async_wait): Delete cisco specific code.
11527 (minitelnet, readtty, readsocket): Delete function.
11528
11529 2004-01-26 Andrew Cagney <cagney@redhat.com>
11530
11531 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11532 comments mentioning extract_returned_value_address.
11533 * infcmd.c (print_return_value): Update. Add comments on
11534 extract_returned_value_address.
11535 * stack.c (return_command): Add comments on
11536 extract_returned_value_address.
11537 * values.c: Update comment.
11538 * m32r-tdep.c: Update comment.
11539 * sparc-tdep.c: Update comment.
11540 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11541 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11542 * sh64-tdep.c (sh64_gdbarch_init): Update.
11543 * sh-tdep.c (sh_gdbarch_init): Update.
11544 * s390-tdep.c (s390_gdbarch_init): Update.
11545 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11546 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11547 * m68k-tdep.c (m68k_gdbarch_init): Update.
11548 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11549 * m32r-tdep.c (m32r_gdbarch_init): Update.
11550 * ia64-tdep.c (ia64_gdbarch_init): Update.
11551 * h8300-tdep.c (h8300_gdbarch_init): Update.
11552 * frv-tdep.c (frv_gdbarch_init): Update.
11553 * arm-tdep.c (arm_gdbarch_init): Update.
11554 * alpha-tdep.c (alpha_gdbarch_init): Update.
11555
11556 2004-01-26 Andrew Cagney <cagney@redhat.com>
11557
11558 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11559 SYMBOL_LOCATION_FUNCS
11560 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11561 "struct symbol_ops".
11562 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11563 type to "struct symbol_ops".
11564 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11565 (struct symbol): Replace ".aux_value.loc.funcs" and
11566 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11567 (SYMBOL_OBJFILE): Delete macro.
11568 (SYMBOL_LOCATION_FUNCS): Delete macro.
11569 (SYMBOL_LOCATION_BATON): Update.
11570 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11571 intead of SYMBOL_LOCATION_FUNCS.
11572 * ax-gdb.c (gen_var_ref): Ditto.
11573 * printcmd.c (address_info): Ditto.
11574 * findvar.c (read_var_value): Ditto.
11575 (symbol_read_needs_frame): Ditto.
11576
11577 2004-01-26 Andrew Cagney <cagney@redhat.com>
11578
11579 * dwarf2read.c (read_func_scope): Document frame-base hack.
11580
11581 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11582
11583 * infcmd.c (print_return_value): Plug memory leak; delete
11584 ui_stream object. Rename argument `structure_return' to
11585 `struct_return'.
11586
11587 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11588
11589 * infcmd.c (print_return_value): Wrap long lines.
11590 (finish_command_continuation, finish_command): Remove unused
11591 variable `funcaddr'. Fix some coding-standards problems.
11592
11593 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11594 SECT_SIZE is large enough, not whether it's exactly the right size.
11595 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11596 TDEP->fpregset to zero.
11597
11598 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11599 floating-point registers for traditional NetBSD core files.
11600 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11601 TDEP->sizeof_fpregset here.
11602
11603 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11604
11605 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11606 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11607 function with code split out from
11608 sparc32nbsd_sigcontext_frame_cache.
11609 (sparc32nbsd_sigcontext_frame_cache): Use
11610 sparc32nbsd_sigcontext_saved_regs.
11611 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11612 OpenBSD.
11613 * sparcobsd-tdep.c: New file.
11614 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11615 (sparcobsd-tdep.o): New dependency.
11616 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11617 * config/sparc/obsd.mt: New file.
11618
11619 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11620 TDEP->fpregset to be initialized to enable core file register
11621 sets.
11622
11623 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11624
11625 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11626 Add opaque declarations.
11627 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11628 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11629 function with code split out from
11630 sparc64nbsd_sigcontext_frame_cache.
11631 (sparc64nbsd_sigcontext_frame_cache): Use
11632 sparc64nbsd_sigcontext_saved_regs.
11633 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11634 OpenBSD.
11635 * sparc64obsd-tdep.c: New file.
11636 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11637 (sparc64obsd-tdep.o): New dependency.
11638 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11639 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11640 * config/sparc/obsd64.mt: New file.
11641
11642 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11643 read the instruction at PC.
11644
11645 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11646 value of GDB_OSABI_DEFAULT.
11647 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11648 instead of GDB_OSABI_NETBSD_AOUT.
11649
11650 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11651
11652 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11653 copyright.
11654
11655 2004-01-23 Andrew Cagney <cagney@redhat.com>
11656
11657 * printcmd.c (display_command): Replace tui_set_display call with
11658 tui_set_layout_for_display_command.
11659 * tui/tui.h (enum tui_win_type): Define.
11660 (tui_set_layout): Delete declaration.
11661 (tui_set_layout_for_display_command): Rename set_tui_layout.
11662 * tui/tui-data.h (enum tui_layout_type): Define.
11663 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11664 "tui.h".
11665 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11666 (tui_default_win_height): Rename tuiDefaultWinHeight.
11667 (tui_default_win_viewport_height): Rename
11668 tuiDefaultWinViewportHeight.
11669 (tui_set_layout): RenametuiSetLayout.
11670 * tui/tui-layout.c: Update references.
11671 * tui/tui.c: Update references.
11672 * tui/tui-disasm.c: Update references.
11673
11674 2004-01-23 David Carlton <carlton@kealia.com>
11675
11676 Partial workaround for PR c++/1511:
11677 * cp-namespace.c: Include frame.h.
11678 (cp_lookup_transparent_type): New
11679 (cp_lookup_transparent_type_loop): New.
11680 * cp-support.h: Declare cp_lookup_transparent_type.
11681 * symtab.c (basic_lookup_transparent_type): Renamed from
11682 lookup_transparent_type.
11683 (lookup_transparent_type): Replace old body by a call to
11684 current_language->la_lookup_transparent_type.
11685 * symtab.h: Update copyright. Declare
11686 basic_lookup_transparent_type.
11687 * language.h: Update copyright.
11688 (struct language_defn): Add la_lookup_transparent_type.
11689 * language.c: Update copyright.
11690 (unknown_language_defn): Add basic_lookup_transparent_type.
11691 (auto_language_defn): Add basic_lookup_transparent_type.
11692 (local_language_defn): Add basic_lookup_transparent_type.
11693 * ada-lang.c: Update copyright.
11694 (ada_language_defn): Add basic_lookup_transparent_type.
11695 * c-lang.c: Update copyright.
11696 (c_language_defn): Add basic_lookup_transparent_type.
11697 (cplus_language_defn): Add basic_lookup_transparent_type.
11698 (asm_language_defn): Add basic_lookup_transparent_type.
11699 (minimal_language_defn): Add basic_lookup_transparent_type.
11700 * f-lang.c: Update copyright.
11701 (f_language_defn): Add basic_lookup_transparent_type.
11702 * jv-lang.c: Update copyright.
11703 (java_language_defn): Add basic_lookup_transparent_type.
11704 * m2-lang.c: Update copyright.
11705 (m2_language_defn): Add basic_lookup_transparent_type.
11706 * objc-lang.c: Update copyright.
11707 (objc_language_defn): Add basic_lookup_transparent_type.
11708 * p-lang.c: Update copyright.
11709 (p_language_defn): Add basic_lookup_transparent_type.
11710 * scm-lang.c: Update copyright.
11711 (scm_language_defn): Add basic_lookup_transparent_type.
11712 * Makefile.in (cp-namespace.o): Depend on frame.h.
11713
11714 2004-01-23 David Carlton <carlton@kealia.com>
11715
11716 Patch for PR c++/1520:
11717 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11718 properly if we have a specification die.
11719 (determine_prefix_aux): Rename from determine_prefix.
11720 (determine_prefix): Like the old determine_prefix, but never
11721 returns NULL.
11722
11723 2004-01-23 Theodore A. Roth <troth@openavr.org>
11724
11725 * avr-tdep.c: Update copyright.
11726 (avr_iaddr_p): Delete unused function.
11727 (avr_saddr_p): Delete unused function.
11728
11729 2004-01-23 David Carlton <carlton@kealia.com>
11730
11731 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11732 Fix for PR symtab/1534.
11733
11734 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11735
11736 * NEWS (New native configurations): Mention OpenBSD/sparc and
11737 OpenBSD/sparc64.
11738 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11739 * configure.host: Likewise.
11740 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11741 handler for OpenBSD.
11742 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11743
11744 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11745
11746 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11747 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11748
11749 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11750 * cli/cli-cmds.c (shell_escape): Likewise.
11751
11752 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11753 OpenBSD .note.openbsd.ident sections.
11754
11755 2004-01-22 David Carlton <carlton@kealia.com>
11756
11757 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11758 get_scope_pc_bounds.
11759 (read_file_scope): Ditto.
11760 (get_scope_pc_bounds): New function, produced by extracting code
11761 from the above two functions, consolidating it, and adding support
11762 for DW_TAG_namespace.
11763
11764 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11765
11766 * osabi.c (MAX_NOTESZ): New define.
11767 (check_note): New function.
11768 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11769 check_note.
11770
11771 2004-01-21 Roland McGrath <roland@redhat.com>
11772
11773 * MAINTAINERS (write after approval): Add myself.
11774
11775 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11776
11777 * utils.c (init_page_info): Move declarations of `rows' and
11778 `cols' before the __GO32__-specific code. Move the closing brace
11779 outside the #ifdef __GO32__..#endif block.
11780 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11781
11782 2004-01-21 Paul Brook <paul@codesourcery.com>
11783
11784 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11785 BPSTAT_WHAT_CHECK_SHLIBS.
11786
11787 2004-01-21 Paul Brook <paul@codesourcery.com>
11788
11789 * MAINTAINERS: Add myself to write-after-approval.
11790
11791 2004-01-20 Andrew Cagney <cagney@redhat.com>
11792
11793 * ax-gdb.c (print_axs_value): Delete unused function.
11794 * jv-lang.c (java_lookup_type): Delete unused function.
11795 * cli/cli-dump.c (dump_filetype): Delete unused function.
11796 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11797 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11798 (mips_getstring): Delete unused function.
11799 (pmon_insert_breakpoint): Delete #if0ed function.
11800 (PMON_MAX_BP): Delete #if0ed MACRO.
11801 (mips_pmon_bp_info): Delete #if0ed variable.
11802 (pmon_remove_breakpoint): Delete #if0ed function.
11803 * monitor.c (monitor_write_even_block): Delete unused function.
11804 (monitor_write_memory_block): Delete #if0ed code.
11805 * dink32-rom.c (dink32_load): Delete unused function.
11806 (_initialize_dink32_rom): Delete #if0ed code.
11807 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11808
11809 * tui/tui-command.c: Update references.
11810 * tui/tui-io.c: Update references.
11811 * tui/tui-command.h: Update copyright.
11812 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11813
11814 * source.c (ambiguous_line_spec): Delete never-defined function.
11815 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11816 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11817 * cli/cli-cmds.c (validate_comname): Ditto.
11818
11819 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11820 "tui-data.h".
11821 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11822 (tui_show_disassem): Rename tuiShowDisassem.
11823 (tui_show_disassem_and_update_source): Rename
11824 tuiVerticalDisassemScroll.
11825 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11826 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11827 * tui/tui.h: Update copyright.
11828 (enum tui_status): Define.
11829 * tui/tui-data.h (enum tui_scroll_direction): Define.
11830 * tui/tui-disasm.c: Update copyright. Update references.
11831 * tui/tui-winsource.c: Update copyright. Update references.
11832 * tui/tui-win.c: Update references.
11833 * tui/tui-layout.c: Update references.
11834
11835 2004-01-20 Andrew Cagney <cagney@redhat.com>
11836
11837 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11838 sym2 to start of block.
11839
11840 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11841
11842 * MAINTAINERS: Delete mmalloc.
11843 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11844 * NEWS: Mention removal of --with-malloc.
11845 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11846 * config.in: Regenerate.
11847 * configure: Regenerate.
11848 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11849 USE_MMALLOC, MMCHECK_FORCE.
11850 * gdbinit.in: Remove mmalloc.
11851 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11852 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11853 * config/i386/go32.mh: Likewise.
11854 * config/i386/interix.mh: Likewise.
11855 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11856
11857 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11858
11859 * linespec.c (decode_variable, symtab_from_filename): Call
11860 error_silent with error message instead of throwing an exception
11861 directly.
11862 * defs.h (error_silent, error_output_message): Add prototypes.
11863 (catch_exceptions_with_msg): Ditto.
11864 * utils.c (error_silent, error_output_message): New functions.
11865 * top.c (catch_exceptions_with_msg): New function.
11866
11867 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11868
11869 * mi/mi-cmds.h (enum print_values): Add definition.
11870
11871 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11872 type and value for simple data types and just the name and type
11873 for complex ones, if required.
11874
11875 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11876 children, if required.
11877
11878 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11879
11880 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11881 unused declarations.
11882
11883 2004-01-19 Andrew Cagney <cagney@redhat.com>
11884
11885 * top.h (mapped_symbol_files): Delete declaration.
11886 * main.c (captured_main): Delete option "m" and "mapped".
11887 * objfiles.c (mapped_symbol_files): Delete variable.
11888 * symfile.c (symbol_file_command): Delete mmap code.
11889 (symbol_file_add_with_addrs_or_offsets): Ditto.
11890 (add_symbol_file_command, reread_separate_symbols): Ditto.
11891 * objfiles.h (OBJF_MAPPED): Delete.
11892 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11893 (free_objfile) [USE_MMALLOC]: Ditto.
11894 (open_existing_mapped_file): Delete function.
11895 (open_mapped_file): Delete function.
11896 (map_to_file): Delete function.
11897
11898 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11899
11900 * infrun.c (step_into_function): Account for possible breakpoint
11901 adjustment when computing ``stop_func_start''.
11902
11903 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11904
11905 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11906 the region size against the size of a pointer, not the size of
11907 a register as given by DEPRECATED_REGISTER_SIZE.
11908
11909 2004-01-19 Andrew Cagney <cagney@redhat.com>
11910
11911 * tui/tui-regs.h: Include "tui-data.h".
11912 (tuiFirstRegElementNoInLine): Delete declaration.
11913 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11914 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11915 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11916 (tui_calculate_regs_column_count): Rename
11917 tuiCalculateRegsColumnCount.
11918 (tui_check_register_values): Rename tuiCheckRegisterValues.
11919 (tui_show_registers): Rename tuiShowRegisters.
11920 (tui_display_registers_from_line): Rename
11921 tuiDisplayRegistersFromLine.
11922 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11923 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11924 (tui_first_reg_element_no_inline): Rename
11925 tuiFirstRegElementNoInLine.
11926 * tui/tui-data.h: Update copyright.
11927 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11928 * tui/tui-windata.c: Update copyright, update references.
11929 * tui/tui-regs.c: Update copyright, update references.
11930 * tui/tui-win.c: Update copyright, update references.
11931 * tui/tui-layout.c: Update copyright, update references.
11932
11933 2004-01-18 Andrew Cagney <cagney@redhat.com>
11934
11935 * tui/tui-io.c: Update copyright.
11936 (key_is_end_sequence, key_is_backspace): New functions.
11937 (key_is_command_char, key_is_start_sequence): New function.
11938 (tui_getc): Update references.
11939 * tui/tui-io.h: Update copyright.
11940 (m_tuiStartNewLine): Delete macro.
11941 (m_isBackspace, m_isDeleteChar): Delete macros.
11942 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11943 (m_isNextPage, m_isPrevPage): Delete macros.
11944 (m_isLeftArrow, m_isRightArrow): Delete macros.
11945 (m_isXdbStyleCommandChar): Delete macro.
11946 (key_is_start_sequence): Declare, replace m_isStartSequence.
11947 (key_is_end_sequence): Declare, replace m_isEndSequence.
11948 (key_is_backspace): Declare ,replace m_isBackspace.
11949 (key_is_command_char): Declare, replace m_isCommandChar.
11950 * tui/tui-command.c: Update copyright.
11951 (tuiDispatchCtrlChar): Update references.
11952
11953 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11954 tuiSourceWin.h.
11955
11956 * tui/tui-command.c: Rename tui/tuiCommand.c.
11957 * tui/tui-command.h: Rename tui/tuiCommand.h.
11958 * tui/tui-data.c: Rename tui/tuiData.c.
11959 * tui/tui-data.h: Rename tui/tuiData.h.
11960 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11961 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11962 * tui/tui-io.c: Rename tui/tuiIO.c.
11963 * tui/tui-io.h: Rename tui/tuiIO.h.
11964 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11965 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11966 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11967 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11968 * tui/tui-source.c: Rename tui/tuiSource.c.
11969 * tui/tui-source.h: Rename tui/tuiSource.h.
11970 * tui/tui-stack.c: Rename tui/tuiStack.c.
11971 * tui/tui-stack.h: Rename tui/tuiStack.h.
11972 * tui/tui-win.c: Rename tui/tuiWin.c.
11973 * tui/tui-win.h: Rename tui/tuiWin.h.
11974 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11975 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11976 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11977 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11978 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11979 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11980 * tui/tui-file.c: Update includes.
11981 * tui/tui-hooks.c: Update includes.
11982 * tui/tui-interp.c: Update includes.
11983 * tui/tui.c: Update includes.
11984 * Makefile.in: Update all tui/ dependencies.
11985 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11986
11987 * Makefile.in: Update copyright. Update dependencies.
11988
11989 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11990 problem.
11991
11992 2004-01-18 Andrew Cagney <cagney@redhat.com>
11993
11994 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11995 instead of register_gdbarch_init.
11996
11997 * remote-sds.c (tohex): Delete unused function. Update copyright.
11998 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11999 * v850-tdep.c (v850_register_virtual_size): Ditto.
12000 * target.c (normal_target_post_startup_inferior): Ditto.
12001 * source.c (ambiguous_line_spec): Ditto.
12002 * remote.c (adapt_remote_get_threadinfo): Ditto.
12003 * mi/mi-out.c (out_field_fmt): Ditto.
12004 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12005 (output_control_change_notification): Ditto.
12006 * m68k-tdep.c (m68k_register_byte): Ditto.
12007 (m68k_remote_breakpoint_from_pc): Ditto.
12008 * ui-out.c (init_ui_out_state): Delete unused declaration.
12009 * stabsread.c (search_value): Ditto.
12010 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12011 * maint.c (print_section_table): Ditto.
12012 * infrun.c (set_follow_fork_mode_command): Ditto.
12013
12014 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12015
12016 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12017 DW_CFA_def_cfa_exporession. Add support for
12018 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12019 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12020
12021 2004-01-18 Andrew Cagney <cagney@redhat.com>
12022
12023 * ocd.c: Update copyright.
12024 (bdm_read_register_command): Delete unused function.
12025 (_initialize_remote_ocd): Delete commented out reference.
12026 (get_quoted_char, reset_packet): Delete #if0ed function.
12027 (output_packet, put_quoted_char): Delete #if0ed function.
12028 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12029 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12030 (BDM_BREAKPOINT): Delete #if0ed macro.
12031 (remote_timeout): Delete #if0ed variable.
12032
12033 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12034
12035 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12036 (core-sol2.o): Remove dependency.
12037 * core-sol2.c: Remove file.
12038
12039 2004-01-17 Andrew Cagney <cagney@redhat.com>
12040
12041 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12042 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12043 enums.
12044
12045 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12046
12047 * remote.c: Update copyright years.
12048
12049 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12050
12051 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12052
12053 2004-01-17 Andrew Cagney <cagney@redhat.com>
12054
12055 * mdebugread.c: Update copyright.
12056 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12057 (parse_type, parse_procedure): Ditto.
12058 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12059
12060 * cris-tdep.c (cris_store_struct_return): Put back accidently
12061 deleted function.
12062
12063 * gdbarch.sh: Update copyright year.
12064 * gdbarch.h, gdbarch.c: Re-generate.
12065
12066 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12067
12068 Suggested by George Anzinger.
12069 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12070 correct stack offset. Include unknown opcode numbers in the error
12071 message.
12072
12073 2004-01-17 Andrew Cagney <cagney@redhat.com>
12074
12075 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12076 extract_struct_value_address, i386 does not set it.
12077 * sparc64-tdep.c (sparc64_init_abi): Do not set
12078 extract_struct_value_address, never called.
12079 (sparc64_extract_struct_value_address): Delete function.
12080 * m68hc11-tdep.c: Update copyright.
12081 (m68hc11_gdbarch_init): Delete redundant assignment of
12082 extract_struct_value_address.
12083 * i386-tdep.c: Update copyright.
12084 (i386_gdbarch_init): Do not set extract_struct_value_address,
12085 never called.
12086 (i386_extract_struct_value_address): Delete function.
12087 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12088 extract_struct_value_address, never called.
12089 (sparc32_extract_struct_value_address): #if 0 function. Add
12090 comments explaining its future.
12091
12092 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12093
12094 * arm-tdep.c (arm_write_pc): New function.
12095 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12096
12097 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12098
12099 * breakpoint.c (must_shift_inst_regs): Delete.
12100 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12101 and SHIFT_INST_REGS.
12102 * infcmd.c (step_1, step_1_continuation): Delete references to
12103 SHIFT_INST_REGS.
12104 * infrun.c (keep_going): Likewise.
12105 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12106 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12107
12108 2004-01-17 Andrew Cagney <cagney@redhat.com>
12109
12110 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12111 * gdbarch.h, gdbarch.c: Re-generate.
12112 * infcmd.c (print_return_value): Delete reference to
12113 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12114
12115 * cris-tdep.c (cris_gdbarch_init): Do not set
12116 deprecated_extract_struct_value_address.
12117
12118 * xstormy16-tdep.c: Update copyright.
12119 (xstormy16_extract_struct_value_address): Update to current
12120 extract struct value address interface.
12121 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12122 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12123 current extract struct value address interface.
12124 (sh64_gdbarch_init): Set extract_struct_value_address.
12125
12126 * cris-tdep.c: Update copyright.
12127 (cris_extract_struct_value_address): Delete function.
12128 (struct_return_address): Delete variable.
12129 (cris_store_struct_return): Do not set struct_return_address.
12130
12131 * mcore-tdep.c: Update copyright.
12132 (mcore_extract_struct_value_address): Delete function. Update
12133 comments.
12134 (mcore_gdbarch_init): Update.
12135 * mn10300-tdep.c: Update copyright.
12136 (mn10300_extract_struct_value_address): Delete function.
12137 (mn10300_gdbarch_init): Update.
12138 * v850-tdep.c: Update copyright.
12139 (v850_extract_struct_value_address): Delete.
12140 (v850_gdbarch_init): Update.
12141 * ns32k-tdep.c: Update copyright.
12142 (ns32k_extract_struct_value_address): Delete.
12143 (ns32k_gdbarch_init): Update.
12144 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12145 (hppa_gdbarch_init): Update.
12146 * vax-tdep.c: Update copyright.
12147 (vax_extract_struct_value_address): Delete.
12148 (vax_gdbarch_init): Update.
12149
12150 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12151 * gdbarch.h, gdbarch.c: Re-generate.
12152 * procfs.c (procfs_fetch_registers): Delete reference to
12153 DEPRECATED_NPC_REGNUM.
12154 (procfs_store_registers): Ditto.
12155 * regcache.c (generic_target_write_pc): Simplify.
12156 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12157
12158 * core-sol2.c (fetch_core_registers): Replace
12159 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12160
12161 * hppa-tdep.c: Update copyright year.
12162 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12163 NPC_REGNUM.
12164 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12165
12166 * mips-tdep.c (mips_write_pc): New function.
12167 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12168 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12169 (mips_find_saved_regs, mips_software_single_step: Ditto.
12170 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12171 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12172
12173 2004-01-17 Andrew Cagney <cagney@redhat.com>
12174
12175 * mips-tdep.c: Re-indent. Group functions by ABI.
12176
12177 2004-01-17 Andrew Cagney <cagney@redhat.com>
12178
12179 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12180 * gdbarch.c: Re-generate.
12181 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12182 DECR_PC_AFTER_BREAK to zero.
12183 * vax-tdep.c (vax_gdbarch_init): Ditto.
12184 * v850-tdep.c (v850_gdbarch_init): Ditto.
12185 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12186 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12187 * sh-tdep.c (sh_gdbarch_init): Ditto.
12188 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12189 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12190 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12191 * mips-tdep.c (mips_gdbarch_init): Ditto.
12192 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12193 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12194 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12195 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12196 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12197 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12198 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12199 * frv-tdep.c (frv_gdbarch_init): Ditto.
12200 * cris-tdep.c (cris_gdbarch_init): Ditto.
12201 * avr-tdep.c (avr_gdbarch_init): Ditto.
12202 * arm-tdep.c (arm_gdbarch_init): Ditto.
12203 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12204
12205 2004-01-17 J. Brobecker <brobecker@gnat.com>
12206
12207 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12208 Delete, no longer used.
12209 (read_subrange_type): New function, mostly extracted from
12210 read_array_type().
12211 (read_array_type): Replace extracted code by call to
12212 read_subrange_type().
12213 (dwarf2_get_attr_constant_value): New function.
12214 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12215 (add_partial_symbol): Likewise.
12216 (process_die): Likewise.
12217 (new_symbol): Likewise.
12218 (read_type_die): Likewise.
12219
12220 2004-01-16 Andrew Cagney <cagney@redhat.com>
12221
12222 * symfile.c: Update copyright year.
12223 (compare_symbols): Delete unused function.
12224 * stabsread.c: Update copyright year.
12225 (lrs_general_complaint): Delete unused function.
12226 (ref_search_value): Ditto.
12227 (get_substring): Delete declaration.
12228 * sh64-tdep.c: Update copyright year.
12229 (sh64_get_gdb_regnum): Delete unused function.
12230 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12231 Delete unused function.
12232
12233 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12234
12235 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12236 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12237
12238 2004-01-16 Andrew Cagney <cagney@redhat.com>
12239
12240 Changes from Peter Schauer.
12241 * rs6000-tdep.c: Update copyright year.
12242 (rs6000_push_dummy_call): Update the stack pointer before
12243 accessing the corresponding stack region.
12244 * rs6000-nat.c: Update copyright year.
12245 (set_host_arch): Set "info.abfd" to "exec_bfd".
12246
12247 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12248
12249 * blockframe.c: Update copyright year.
12250 (inside_entry_func): Don't treat a zero PC specially.
12251
12252 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12253
12254 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12255 variable.
12256 (gcore_create_callback): Ditto. Skip any memory segment that has
12257 no permissions set.
12258
12259 2004-01-14 David Carlton <carlton@kealia.com>
12260
12261 Change symbols for C++ nested types to contain the fully qualified
12262 name, if possible. (At least in the DWARF-2 case.) Partial fix
12263 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12264 c++/895.
12265 * c-exp.y (qualified_type): Handle types nested within classes.
12266 * cp-namespace.c: Update comments.
12267 (cp_set_block_scope): Delete #if 0.
12268 (cp_lookup_nested_type): Handle types nested within classes.
12269 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12270 when appropriate.
12271 (add_partial_symbol): Add the name of the enclosing namespace to
12272 types.
12273 (pdi_needs_namespace): New.
12274 (add_partial_namespace): Tweak comment.
12275 (add_partial_structure): New.
12276 (psymtab_to_symtab_1): Initialize processing_current_prefix
12277 here...
12278 (process_die): instead of here.
12279 (read_structure_scope): Try to figure out the name of the class or
12280 namespace that the structure might be defined within.
12281 (read_enumeration): Generate fully-qualified names, if possible.
12282 (read_namespace): Don't set name to NULL.
12283 (die_specification): New.
12284 (new_symbol): Generate fully-qualified names for types.
12285 (read_type_die): Determine appropriate prefix.
12286 (determine_prefix): New.
12287 (typename_concat): New.
12288 (class_name): New.
12289 * valops.c (value_aggregate_elt): Pass NOSIDE to
12290 value_struct_elt_for_reference.
12291 (value_struct_elt_for_reference): Make static, add NOSIDE
12292 parameter, call value_maybe_namespace_elt as a last resort.
12293 (value_namespace_elt): Break out code into
12294 value_maybe_namespace_elt.
12295 (value_maybe_namespace_elt): New.
12296
12297 2004-01-12 Andrew Cagney <cagney@redhat.com>
12298
12299 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12300 cooked floating-point registers.
12301 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12302 and value_to_register.
12303
12304 2004-01-13 Andrew Cagney <cagney@redhat.com>
12305
12306 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12307 * gdbarch.c: Re-generate.
12308 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12309 FUNCTION_START_OFFSET.
12310 * v850-tdep.c (v850_gdbarch_init): Ditto.
12311 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12312 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12313 * sh-tdep.c (sh_gdbarch_init): Ditto.
12314 * s390-tdep.c (s390_gdbarch_init): Ditto.
12315 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12316 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12317 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12318 * mips-tdep.c (mips_gdbarch_init): Ditto.
12319 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12320 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12321 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12322 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12323 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12324 * i386-tdep.c (i386_gdbarch_init): Ditto.
12325 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12326 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12327 * frv-tdep.c (frv_gdbarch_init): Ditto.
12328 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12329 * cris-tdep.c (cris_gdbarch_init): Ditto.
12330 * avr-tdep.c (avr_gdbarch_init): Ditto.
12331 * arm-tdep.c (arm_gdbarch_init): Ditto.
12332 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12333
12334 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12335
12336 * infrun.c (follow_fork_mode_ask): Remove.
12337 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12338 (follow_fork): Simplify and remove internal error for
12339 follow_fork_mode_ask.
12340 (_initialize_infrun): Update "set follow-fork-mode" help text.
12341
12342 2004-01-13 Andrew Cagney <cagney@redhat.com>
12343
12344 * configure.in: Update copyright year.
12345 (build_warnings): Add -Wunused-label.
12346 * configure: Re-generate.
12347
12348 2004-01-12 Andrew Cagney <cagney@redhat.com>
12349
12350 * exec.h (exec_ops): Make "extern".
12351
12352 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12353 the function is void.
12354 (mips_pseudo_register_write): Ditto.
12355
12356 2004-01-12 Andrew Cagney <cagney@redhat.com>
12357
12358 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12359 call. Never defined.
12360 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12361 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12362 (struct sparc_gregset, struct regcache): Ditto.
12363 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12364
12365 2004-01-12 Andrew Cagney <cagney@redhat.com>
12366
12367 * mi/ChangeLog: Delete file. Renamed to ...
12368 * mi/ChangeLog-1999-2003: New file.
12369 * tui/ChangeLog: Delete file. Renamed to ...
12370 * tui/ChangeLog-1998-2003: New file.
12371
12372 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12373
12374 * sparc64nbsd-tdep.c: Include "regset.h".
12375 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12376 Remove variables.
12377 (fetch_core_registers): Remove function.
12378 (sparc64nbsd_core_fns): Remove variable.
12379 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12380 functions.
12381 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12382 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12383 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12384
12385 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12386 sparc_extract_struct_value_address.
12387 (sparc32_gdbarch_init): Set extract_struct_value_address.
12388 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12389 function.
12390 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12391 return_value_on_stack.
12392
12393 * NEWS: Mention that %cs and %ss have been added to the AMD64
12394 configurations
12395
12396 * frame.c: Update copyright year.
12397 (get_prev_frame): Improve comment.
12398
12399 * sparc64fbsd-tdep.c: Include "regset.h".
12400 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12401 Remove variables.
12402 (fetch_core_registers): Remove function.
12403 (sparc64fbsd_core_fns): Remove variable.
12404 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12405 functions.
12406 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12407 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12408 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12409
12410 * sparcnbsd-tdep.c: Include "regset.h".
12411 (fetch_core_registers): Remove function.
12412 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12413 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12414 functions.
12415 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12416 TDEP->fpregset.
12417 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12418
12419 * sparc-tdep.h (struct regset): Provide opaque declaration.
12420 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12421 fpregset and sizeof_fpregset members.
12422 * sparc-tdep.c (struct regset): Provide opaque declaration.
12423 (sparc_regset_from_core_section): New function.
12424 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12425 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12426 Set regset_from_core_section when appropriate.
12427
12428 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12429
12430 * x86-64-tdep.c (amd64_non_pod_p): New function.
12431 (amd64_classify_aggregate): Return class memory for non-POD
12432 C++ structure types.
12433
12434 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12435 argument. Use it to reserve a register if necessary.
12436 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12437 amd64_push_arguments.
12438
12439 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12440
12441 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12442 register numbers in comments.
12443 * x86-64-tdep.h: Update copyright year.
12444 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12445 Adjust for addition of %cs and %ss.
12446 * amd64fbsd-nat.c: Update copyright year.
12447 (reg_offset): Add register offsets for %cs and %ss.
12448 * amd64fbsd-tdep.c: Update copyright year.
12449 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12450 (amd64fbsd_sc_reg_offset): Likewise.
12451 * x86-64-linux-nat.c: Update copyright year.
12452 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12453 and %ss.
12454 * amd64nbsd-nat.c: Update copyright year.
12455 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12456 * amd64nbsd-tdep.c: Update copyright year.
12457 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12458 * x86-64-linux-tdep.c: Update copyright year.
12459 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12460 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12461 * regformats/reg-x86-64.dat: Add %cs and %ss.
12462
12463 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12464 variables to prevent long lines. Update comments to reflect
12465 reality.
12466
12467 2004-01-09 David Carlton <carlton@kealia.com>
12468
12469 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12470 * dwarf2read.c (read_namespace): Pull out name-generating code
12471 into namespace_name. Rename previous_namespace to previous_prefix
12472 and processing_current_namespace to processing_current_prefix..
12473 (namespace_name): New function.
12474 (add_partial_symbol): Substitute uses of pdi->name with
12475 actual_name.
12476 * cp-support.h: Rename processing_current_namespace to
12477 processing_current_prefix.
12478 Update copyright year.
12479 * cp-namespace.c: Rename processing_current_namespace to
12480 processing_current_prefix.
12481 Update copyright year.
12482
12483 2004-01-09 Andrew Cagney <cagney@redhat.com>
12484
12485 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12486
12487 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12488
12489 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12490 complaining.
12491 (process_one_symbol): Deal with N_PATCH stabs.
12492
12493 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12494
12495 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12496 ifdeffed code.
12497 Update copyright year.
12498
12499 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12500
12501 * config/pa/tm-hppa.h: Update extern declarations for
12502 hppa32_hpux_frame_saved_pc_in_sigtramp,
12503 hppa32_hpux_frame_base_before_sigtramp, and
12504 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12505
12506 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12507
12508 * config/pa/tm-hppah.h: Update copyright years.
12509
12510 2004-01-08 Andrew Cagney <cagney@redhat.com>
12511
12512 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12513 (mips_o32_reg_struct_has_addr): Delete function.
12514 (mips_gdbarch_init): Update.
12515 (mips_extract_struct_value_address): Delete function.
12516
12517 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12518
12519 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12520 reality.
12521
12522 2004-01-07 Andrew Cagney <cagney@redhat.com>
12523
12524 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12525 architecture's elf flags (when available).
12526
12527 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12528 FPU to the start, check the MIPS FPU when looking for an old
12529 architecture.
12530 (set_mipsfpu_single_command): Update the architecture.
12531 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12532
12533 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12534 (mips_mask_address_p): Add "tdep" parameter.
12535 (show_mask_address, mips_addr_bits_remove): Update.
12536 (mips_dump_tdep): Update.
12537 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12538 (MIPS_STACK_ARGSIZE): Delete macro.
12539 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12540 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12541 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12542 (mips_dump_tdep): Update.
12543 (MIPS_SAVED_REGSIZE): Delete macro.
12544 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12545 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12546 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12547 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12548 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12549 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12550 (mips_pop_frame, return_value_location): Update.
12551 (mips_n32n64_return_value, mips_dump_tdep): Update.
12552
12553 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12554 MIPS ABI.
12555
12556 * mips-tdep.c: Update copyright.
12557 (mips_gdbarch_init): Merge two code blocks handling the register
12558 name and number layout.
12559
12560 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12561
12562 * tracepoint.c (validate_actionline): Fix segv at EOF
12563
12564 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12565
12566 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12567 properly for static fields.
12568
12569 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12570 Jason Molenda <jmolenda@apple.com>
12571
12572 * disasm.c: Update copyright to include 2004.
12573 (do_mixed_source_and_assembly): For uiout asm list
12574 and tuple cleanups, initialize to null_cleanup instead of
12575 NULL and do so prior to loop. Only reset when we close off
12576 the tuple/list. Move check for whether to close off the
12577 asm tuple/list to after dump_insns call where it will be run
12578 on each loop iteration.
12579
12580 2004-01-05 Andrew Cagney <cagney@redhat.com>
12581
12582 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12583 should be a switch case and not a label.
12584 * mips-tdep.c (mips32_next_pc): Delete unused labels
12585 "greater_equal_branch" and "less_zero_branch".
12586 * jv-valprint.c (java_print_value_fields): Delete unused label
12587 "flush_it".
12588
12589 * target.c (unpush_target): Only close a target that is in the
12590 target stack.
12591
12592 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12593
12594 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12595 address from [sp + 64] instead of %o2.
12596
12597 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12598 fixes PR backtrace/1476.
12599
12600 2004-01-05 Andrew Cagney <cagney@redhat.com>
12601
12602 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12603 move to start of file.
12604 * i386-tdep.h (struct regcache): Add opaque declaration.
12605 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12606 declaration.
12607 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12608 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12609 * win32-nat.c (fake_create_process): Use ISO C style definition.
12610 * stabsread.c (define_symbol): Delete #ifndef
12611 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12612 stabs_argument_has_addr call, macro never defined.
12613
12614 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12615
12616 * op50-rom.c: Delete.
12617 * w89k-rom.c: Delete.
12618 * Makefile.in: Remove references.
12619
12620 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12621
12622 * x86-64-tdep.c: Update copyright year.
12623 (struct amd64_register_info): Rename from x86_64_register_info.
12624 (amd64_register_info): Rename from x86_64_register_info.
12625 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12626 (amd64_register_name): Rename from x86_64_register_name.
12627 (amd64_register_type): Rename from x86_64_register_type.
12628 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12629 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12630 (amd64_dwarf_reg_to_regnum): Rename from
12631 x86_64_dwarf_reg_to_regnum.
12632 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12633 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12634 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12635 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12636 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12637 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12638 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12639 (amd64_frame_cache): Rename from x86_64_frame_cache.
12640 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12641 (amd64_frame_prev_register): Rename from
12642 x86_64_frame_prev_register.
12643 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12644 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12645 (amd64_sigtramp_frame_cache): Rename from
12646 x86_64_sigtramp_frame_cache.
12647 (amd64_sigtramp_frame_prev_register): Rename from
12648 x86_64_sigtramp_frame_prev_register.
12649 (amd64_sigtramp_frame_unwind): Rename from
12650 x86_64_sigtramp_frame_unwind.
12651 (amd64_sigtramp_frame_sniffer): Rename from
12652 x86_64_sigtramp_frame_sniffer.
12653 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12654 (amd64_frame_base): Rename from x86_64_frame_base.
12655 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12656 (amd64_frame_align): Rename from x86_64_frame_align.
12657 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12658 (amd64_regset_from_core_section): Rename from
12659 x86_64_regset_from_core_section.
12660 (x86_64_init_abi): Update comments.
12661
12662 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12663
12664 * MAINTAINERS (write after approval): Add myself.
12665
12666 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12667
12668 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12669 `float' arguments.
12670
12671 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12672
12673 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12674 such that it mentions a specific version of GCC that exhibits this
12675 bug.
12676
12677 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12678
12679 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12680 structure that has a single `float' member, store it in %f1 in
12681 addition to %f0.
12682
12683 * sparc-sol2-nat.c: Add missing '\'.
12684
12685 * sparc-tdep.c (sparc32_return_value): New function.
12686 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12687 Remove functions.
12688 (sparc32_gdbarch_init): Set return_value, don't set
12689 extract_return_value, store_return_value, use_struct_convention
12690 and return_value_on_stack.
12691
12692 * sparc-sol2-nat.c: Add missing ')'.
12693
12694 2004-01-03 J. Brobecker <brobecker@gnat.com>
12695
12696 * infrun.c (handle_step_into_function): New function.
12697 (handle_inferior_event): Extract out some code into the new
12698 function above.
12699
12700 2004-01-03 J. Brobecker <brobecker@gnat.com>
12701
12702 * infrun.c (handle_inferior_event): Move the declaration of
12703 real_stop_pc inside the if blocks where it is used.
12704
12705 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12706
12707 * sparc64-tdep.c (sparc64_16_byte_align_p)
12708 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12709 Use check_typedef to get subtypes of structures and unions.
12710 (sparc64_store_return_value): Fix calculation of the appropriate
12711 offset into VALBUF when storing a structure or union.
12712 (sparc64_return_value): New function.
12713 (sparc64_use_struct_convention): Remove function.
12714 (sparc64_init_abi): Set return_value, don't set
12715 extract_return_value, store_return_value and
12716 use_struct_convention.
12717
12718 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12719
12720 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12721 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12722 gdb/config/alpha/xm-alphaosf.h,
12723 gdb/config/powerpc/tm-ppcle-eabi.h,
12724 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12725 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12726 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12727 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12728 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12729 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12730 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12731 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12732 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12733 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12734 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12735 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12736 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12737 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12738 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12739 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12740 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12741 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12742 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12743 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12744 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12745 Remove lines for .cvsignore files.
12746
12747 2004-01-03 J. Brobecker <brobecker@gnat.com>
12748
12749 * infrun.c: Back out the previous change.
12750
12751 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12752
12753 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12754 sparc-*-sunos4* to the list of REMOVED configurations.
12755
12756 * configure.tgt: Add back sparc-*-vxworks*.
12757 * remote-vxsparc.c: Remove all includes except for "defs.h",
12758 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12759 Include "sparc-tdep.h".
12760 (SPARC_R_G1): New define.
12761 (vxsparc_gregset): New variable.
12762 (ext_format_sparc): Remove extern declaration.
12763 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12764 sparc32_supply_fpregset.
12765 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12766 sparc_collect_rwindow and sparc32_collect_fpregset.
12767 * config/sparc/tm-vxworks.h: New file, based on recently removed
12768 tm-vxsparc.h.
12769 * config/sparc/vxworks.mt: New file, based on recently removed
12770 vxworks.mt.
12771
12772 2004-01-03 J. Brobecker <brobecker@gnat.com>
12773
12774 * infrun.c (handle_step_into_function): New function.
12775 (handle_inferior_event): Extract out some code into the new
12776 function above.
12777
12778 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12779
12780 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12781 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12782 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12783 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12784 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12785 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12786 (sparc_nat_h): New variable.
12787 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12788 (tm-sun4os4.h): Remove dependency.
12789 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12790 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12791 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12792 sparc-tdep.o): Update dependencies.
12793 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12794 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12795 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12796 dependencies.
12797 * configure.host: Remove existing sparc-*-lynxos*,
12798 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12799 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12800 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12801 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12802 triplets.
12803 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12804 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12805 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12806 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12807 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12808 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12809 sparc64-*-solaris2* and sparc64-*-* triplets.
12810 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12811 "symtab.h" and "objfiles.h".
12812 (BIAS): Remove define.
12813 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12814 (X_DISP19): Remove macros.
12815 (sparc_fetch_instruction): Remove function.
12816 (struct gdbarch_tdep): Remove definition.
12817 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12818 (sparc_breakpoint_from_pc): Remove function.
12819 (struct sparc64_frame_cache): Remove definition.
12820 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12821 sparc64_unwind_pc): Remove functions.
12822 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12823 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12824 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12825 (sparc64_frame_cache): Change return type to `struct
12826 sparc_frame_cache *'. Simply call sparc_frame_cache.
12827 (sparc64_frame_this_id, sparc64_frame_prev_register,
12828 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12829 instead of `struct sparc64_frame_cache.
12830 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12831 sparc_analyze_control_transfer, sparc_software_single_step,
12832 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12833 _initialize_sparc64_tdep): Remove functions.
12834 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12835 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12836 macros.
12837 (sparc64_supply_gregset, sparc64_collect_gregset,
12838 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12839 (sparc64_init_abi): New function.
12840 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12841 inclusion guard. Include "sparc-tdep.h".
12842 (BIAS): Define.
12843 (r_tstate_offset, r_fprs_offset): New defines.
12844 (enum sparc_regnum): Remove defenition.
12845 (enum sparc64_regnum): Reformat.
12846 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12847 (sparc64_init_abi, sparc64_supply_gregset,
12848 sparc64_collect_gregset, sparc64_supply_fpregset,
12849 sparc64_collect_fpregset): New prototypes.
12850 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12851 Add extern declarations.
12852 (sparc64_sol2_init_abi): New prototype.
12853 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12854 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12855 prototypes.
12856 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12857 "sparnbsd-nat.h".
12858 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12859 functions.
12860 (_initialize_sparc64fbsd_nat): Remove initialization of
12861 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12862 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12863 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12864 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12865 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12866 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12867 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12868 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12869 (sparc64fbsd_r_y_offset): Remove variables.
12870 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12871 Make static and const.
12872 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12873 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12874 functions.
12875 (sparc64fbsd_gregset): New variable.
12876 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12877 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12878 and sparc64_supply_fpregset.
12879 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12880 (sparc64fbsd_sigtramp_frame_this_id)
12881 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12882 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12883 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12884 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12885 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12886 * sparcnbsd-tdep.c: Update copyright year. Include
12887 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12888 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12889 "value.h" and "sparcnbsd-tdep.h".
12890 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12891 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12892 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12893 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12894 defines.
12895 (sparcnbsd_gregset): New variable.
12896 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12897 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12898 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12899 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12900 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12901 variables.
12902 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12903 (sparc32nbsd_sigcontext_frame_this_id)
12904 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12905 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12906 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12907 (sparcnbsd_get_longjmp_target_32,
12908 sparcnbsd_get_longjmp_target_64): Remove functions.
12909 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12910 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12911 sparcnbsd_init_elf): Remove.
12912 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12913 (sparcnbsd_elf_init_abi): New functions.
12914 (_initialize_sparcnbsd_tdep): New prototype.
12915 (_initialize_sparnbsd_tdep): Update.
12916 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12917 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12918 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12919 * config/sparc/linux.mh: Update comment.
12920 (XM_FILE, HOST_IPC): Remove variables.
12921 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12922 sparc-linux-nat.o.
12923 * config/sparc/linux.mt: Update comment.
12924 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12925 * config/sparc/nbsd.mt: Reformat.
12926 * config/sparc/nbsd64.mh: Update comment.
12927 (NATDEPFILES): Add sparc-nat.o.
12928 * config/sparc/nbsd64.mt: Update comment.
12929 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12930 (TM_FILE): Set to tm-nbsd.h.
12931 * config/sparc/nbsdelf.mh: Update comment.
12932 (NATDEPFILES): Add sparc-nat.o.
12933 (XM_FILE): Delete.
12934 * config/sparc/nbsdaout.mh: Update comment.
12935 (NATDEPFILES): Add sparc-nat.o
12936 (XM_FILE): Delete.
12937 * config/sparc/nm-linux.h: Update copyright year. Don't include
12938 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12939 inclusion.
12940 (KERNEL_U_SIZE): Remove define.
12941 (kernel_u_size): Remove prototype.
12942 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12943 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12944 "regcache.h".
12945 (CHILD_PREPARE_TO_STORE): Remove define.
12946 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12947 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12948 sparcnbsd-nat.c: Rewrite files.
12949 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12950 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12951 sparcnbsd-tdep.h: Remove files.
12952 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12953 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12954 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12955 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12956 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12957 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12958 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12959 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12960 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12961 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12962 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12963 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12964 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12965 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12966 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12967 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12968 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12969 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12970 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12971
12972 2004-01-02 Andrew Cagney <cagney@redhat.com>
12973
12974 From 2003-12-18 Kazuhiro Inaoka:
12975 * configure.host: Add m32r-linux target.
12976
12977 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12978
12979 * top.c (print_gdb_version): Update year to 2004.
12980
12981 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12982
12983 * MAINTAINERS: Add myself to the write-after-approval category.
12984
12985 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12986
12987 From Bernardo Innocenti <bernie@develer.com>:
12988 * configure.tgt: Add uClinux target.
12989
12990 2004-01-02 Andrew Cagney <cagney@redhat.com>
12991
12992 * utils.c (do_my_cleanups): Make static, add forward declaration.
12993 * defs.h (do_my_cleanups): Delete declaration.
12994
12995 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12996
12997 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12998 bfd/ChangeLog-0203.
12999
13000 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13001
13002 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13003 in <machine/reg.h>.
13004 * configure, config.in: Regenerate.
13005
13006 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13007 tui/ChangeLog-1998-2003.
13008 \f
13009 Local Variables:
13010 mode: change-log
13011 left-margin: 8
13012 fill-column: 74
13013 version-control: never
13014 End:
This page took 0.29504 seconds and 5 git commands to generate.