* defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-12 Mark Kettenis <kettenis@gnu.org>
2
3 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
4 "fopen-same.h". Update comment.
5
6 2004-10-11 Mark Kettenis <kettenis@gnu.org>
7
8 * i386gnu-nat.c: Include "gdb_string.h".
9 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
10 registers when the floating-point state isn't initialized.
11 * Makefile.in (i386gnu-nat.o): Update dependencies.
12
13 2004-10-11 David Anderson <davea@sgi.com>
14
15 * regcache.c (regcache_raw_read): Comment was missing "to".
16 Extraneous ' removed.
17 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
18 comment now describes use.
19
20 2004-10-11 Orjan Friberg <orjanf@axis.com>
21
22 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
23 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
24 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
25 (cris_sigtramp_frame_sniffer): New functions.
26 (cris_gdbarch_init): Hook in signal trampoline unwinder.
27 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
28 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
29 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
30 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
31 command.
32 (cris_version_update): Remove, replace with ...
33 (set_cris_version): New function.
34 (struct gdbarch_tdep, cris_mode, cris_mode_update)
35 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
36 (_initialize_cris_tdep): Remove CRIS mode command.
37 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
38 cris-fpless-backtrace command.
39 (cris_scan_prologue): Fix prologue scanning limit.
40 (cris_register_type): Update to reflect actual registers.
41 (cris_register_bytes_ok) Remove.
42 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
43 Remove set_gdbarch_deprecated_register_size,
44 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
45
46 2004-10-10 Andrew Cagney <cagney@gnu.org>
47
48 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
49 comment.
50
51 2004-10-10 Joel Brobecker <brobecker@gnat.com>
52
53 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
54
55 2004-10-10 Joel Brobecker <brobecker@gnat.com>
56
57 * mips-tdep.c (mips16_scan_prologue): Renames
58 mips16_heuristic_proc_desc. Update comment.
59 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
60 (heuristic_proc_desc): Update calls to the 2 functions above.
61
62 2004-10-10 Joel Brobecker <brobecker@gnat.com>
63
64 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
65 Update comments. Also immediately return empty cache when the start
66 address of our function could not be found.
67 (mips_insn32_frame_cache): Likewise.
68
69 2004-10-10 Joel Brobecker <brobecker@gnat.com>
70
71 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
72 (mips_insn16_frame_cache): Pass frame cache in call to
73 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
74 Remove code that became redundant as a consequence.
75 (mips32_heuristic_proc_desc): No longer compute a fake
76 procedure descriptor. Compute the full frame cache instead.
77 Some minor comment reformatting.
78
79 2004-10-10 Jim Blandy <jimb@redhat.com>
80
81 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
82 reader, tracing bytecode stuff): Remove self.
83
84 2004-10-10 Mark Kettenis <kettenis@gnu.org>
85
86 * sparc64-linux-tdep.c: Update copyright year. Don't include
87 "solib-svr4.h".
88 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
89 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
90 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
91
92 * sparc-linux-tdep.c: Update copyright year.
93 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
94 to struct frame_info *. Use safe_frame_unwind_memory instead of
95 deprecated_read_memory_nobpt.
96 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
97 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
98 changed signature of sparc_linux_sigtramp_start.
99 (sparc32_linux_pc_in_sigtramp): Remove function.
100 (sparc32_linux_sigtramp_p): New function.
101 (sparc32_linux_sigtramp_frame_sniffer): Use
102 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
103
104 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
105 Remove function.
106 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
107
108 * ada-lang.c (lim_warning): Re-implement as a varargs function.
109 (decode_packed_array_type, value_subscript_packed)
110 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
111 argument in call to lim_warning.
112
113 * configure.in: Really disable the TUI if an enhanced curses
114 library isn't found.
115 * configure: Regenerate.
116
117 2004-10-09 Mark Kettenis <kettenis@gnu.org>
118
119 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
120 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
121 * config/i386/nm-nbsdaout.h: Remove file.
122 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
123 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
124 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
125 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
126 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
127 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
128 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
129 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
130 (ldd, ld_un, ld_2): Remove defines.
131 * config/i386/nm-obsd.h: Likewise.
132
133 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
134
135 * ada-lex.l: Remove useless rule whose right-context clause
136 causes unreferenced static function warning for yyrealloc.
137 (ada_flex_use): Remove the artificial reference to yyrealloc.
138
139 2004-10-08 Andrew Cagney <cagney@gnu.org>
140
141 * target.h (struct target_ops): Rename to_xfer_memory to
142 deprecated_xfer_memory.
143 * target.c: Update.
144 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
145 * wince.c: Update.
146 * win32-nat.c: Update.
147 * v850ice.c: Update.
148 * uw-thread.c: Update.
149 * thread-db.c: Update.
150 * sol-thread.c: Update.
151 * remote.c: Update.
152 * remote-vx.c: Update.
153 * remote-st.c: Update.
154 * remote-sim.c: Update.
155 * remote-sds.c: Update.
156 * remote-rdp.c: Update.
157 * remote-rdi.c: Update.
158 * remote-mips.c: Update.
159 * remote-m32r-sdi.c: Update.
160 * remote-e7000.c: Update.
161 * procfs.c: Update.
162 * ppc-bdm.c: Update.
163 * nto-procfs.c: Update.
164 * monitor.c: Update.
165 * linux-nat.c: Update.
166 * inftarg.c: Update.
167 * hpux-thread.c: Update.
168 * go32-nat.c: Update.
169 * gnu-nat.c: Update.
170 * exec.c: Update.
171 * corelow.c: Update.
172 * bsd-kvm.c: Update.
173 * aix-thread.c: Update.
174
175 2004-10-08 Andrew Cagney <cagney@gnu.org>
176
177 * target.c (debug_target): Move to near start of file.
178 (target_stopped_data_address_p): Re-org logic, add casts.
179
180 2004-10-02 Mark Kettenis <kettenis@gnu.org>
181
182 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
183 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
184 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
185 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
186 New defines.
187
188 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
189
190 * target.h (to_stopped_data_address): Change prototype to
191 take a CORE_ADDR pointer and return an int.
192 * target.c (update_current_target): Change to_stopped_data_address
193 to match new prototype.
194 (debug_to_stopped_data_address): Change appropriately.
195 * breakpoint.c (bpstat_stop_status): Change call to
196 target_stopped_data_address to use new prototype.
197 * frv-tdep.c (frv_have_stopped_data_address): New function.
198 (frv_stopped_data_address): Change to new prototype and
199 functionality.
200 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
201 prototype and functionality.
202 (ia64_stopped_by_watchpoint): New function.
203 * i386-nat.c (i386_stopped_data_address): Change to new
204 prototype and functionality.
205 (i386_stopped_by_watchpoint): New function.
206 * remote.c (remote_stopped_data_address): Change to new prototype
207 and functionality.
208 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
209 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
210 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
211 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
212 new i386_stopped_by_watchpoint function.
213 (i386_stopped_by_watchpoint): New prototype.
214 (i386_stoppped_data_address): Change to new prototype.
215 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
216 new ia64_stopped_by_watchpoint function.
217 (ia64_stopped_by_watchpoint): New prototype.
218 (ia64_stopped_data_address): Ditto.
219
220 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
221
222 * ada-typeprint.c (ada_print_type): Use int_string for printing
223 modulus of modular type.
224 * ada-lang.h (ada_modulus): Change return type to unsigned.
225 * ada-lang.c (ada_language_arch_info): Correct type of
226 string_char_type.
227 (ada_modulus): Return unsigned result.
228 (ada_lookup_symbol): Remove user disambiguation and modify comment
229 accordingly.
230
231 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
232
233 Committed by Paul Hilfinger.
234 * ada-lang.c (decode_packed_array): On big-endian targets,
235 left-justify the value if it comes with a modular type.
236
237 2004-10-08 Joel Brobecker <brobecker@gnat.com>
238
239 Committed by Paul Hilfinger.
240 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
241 (is_name_suffix): Add support for "___JM" suffixes.
242 (ada_check_typedef): Renames ada_completed_type.
243 Update all users of CHECK_TYPEDEF, check_typedef, and
244 ada_complete_type to call ada_check_typedef.
245 * ada-typeprint.c: Likewise.
246 * ada-valprint.c: Likewise.
247
248 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
249
250 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
251
252 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
253
254 * MAINTAINERS: Update e-mail address.
255
256 2004-10-07 Daniel Jacobowitz <dan@debian.org>
257
258 From Maciej W. Rozycki <macro@mips.com>:
259 * mips-tdep.c (mips32_next_pc): Check the register's contents,
260 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
261
262 >>>>>>> 1.6475
263 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
264
265 * m32r-tdep.c (decode_prologue): Support functions written
266 in assembler language. Recognize trap instructions as the
267 end of prologue.
268 (m32r_frame_unwind_cache): Ditto.
269 (m32r_skip_prologue): Extend search limit. Quit analyzing
270 prologue if pc's location is not readable.
271
272 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
273
274 * Makefile.in (.l.c): Do conversions of names of alloc and free
275 functions that are done for .y.c files, plus special one
276 for yy_flex_realloc. Also, correct missing-file tests here.
277 * ada-lex.l (malloc, free): Remove macros.
278 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
279 xrealloc.
280 (ada_flex_use): Dummy definition to remove warnings about unused
281 functions.
282 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
283 to suppress warning.
284
285 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
286
287 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
288 RETURN_VALUE.
289 (sh_return_value_fpu): Ditto for CPUs with FPU.
290 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
291 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
292 Install sh_return_value_nofpu resp. sh_return_value_fpu as
293 RETURN_VALUE functions.
294
295 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
296
297 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
298 (sh_pseudo_register_write): Ditto.
299
300 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
301
302 * sh-tdep.c (IS_MACL_STS): New define.
303 (IS_MOVI20): Ditto.
304 (IS_MACL_LDS): Ditto.
305 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
306 instructions in prologue.
307 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
308 instructions in epilogue.
309
310 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
311
312 * sh-tdep.c (SH_NUM_REGS): Define as 67.
313 (sh_sh_register_name): Add eight empty register names.
314 (sh_sh3_register_name): Ditto.
315 (sh_sh3e_register_name): Ditto.
316 (sh_sh2e_register_name): Ditto.
317 (sh_sh2a_register_name): New function, defining SH2A register set.
318 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
319 in nofpu case.
320 (sh_sh_dsp_register_name): Add eight empty register names.
321 (sh_sh3_dsp_register_name): Ditto.
322 (sh_sh4_register_name): Ditto.
323 (sh_sh4_nofpu_register_name): Ditto.
324 (sh_sh4al_dsp_register_name): Ditto.
325 (sh2a_show_regs): New function.
326 (sh2a_nofpu_show_regs): New function.
327 (sh_sh2a_register_type): New function.
328 (do_bank_register_info): New function.
329 (sh_print_pseudo_register): Call do_bank_register_info.
330 Call sh_print_pseudo_register for valid "bank" register.
331 (sh_sh2a_register_sim_regno): New function.
332 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
333 Increment pseudo register count by one for all sh variants with
334 pseudo registers to accomodate pseudo bank register.
335 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
336 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
337 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
338 Increment pseudo register numbers.
339
340 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
341
342 * dwarf2read.c (read_subroutine_type): Call make_function_type
343 instead of lookup_function_type.
344
345 2004-10-05 Jim Blandy <jimb@redhat.com>
346
347 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
348 (Previous change missed some uses.)
349
350 2004-10-05 Andrew Cagney <cagney@gnu.org>
351
352 * target.h (deprecated_child_ops): Rename child_ops.
353 * wince.c: Update copyright. Rename child_ops.
354 * win32-nat.c: Rename child_ops.
355 * target.c: Rename child_ops.
356 * rs6000-nat.c: Rename child_ops.
357 * linux-nat.c: Rename child_ops.
358 * infttrace.c: Rename child_ops.
359 * inftarg.c: Rename child_ops.
360 * infptrace.c: Rename child_ops.
361 * hppah-nat.c: Update copyright. Rename child_ops.
362 * hpux-thread.c: Update copyright. Rename child_ops.
363
364 2004-10-05 Daniel Jacobowitz <dan@debian.org>
365
366 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
367
368 2004-10-05 Andrew Cagney <cagney@gnu.org>
369
370 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
371
372 2004-10-05 Daniel Jacobowitz <dan@debian.org>
373
374 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
375 (die_ref_table): Remove.
376 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
377 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
378 the usage of this type.
379 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
380 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
381 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
382 (dwarf2_create_include_psymtab): Update comment.
383 (find_partial_die): Remove third argument. Remove unreachable call
384 to error ().
385 (dwarf2_find_containing_comp_unit): Update comments. Change one
386 assertion to an error. Remove an unreachable error.
387 (dwarf2_find_comp_unit): Update comments.
388 (type_at_offset): Remove dead code.
389 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
390 (store_in_ref_table): Add CU argument.
391 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
392 inter-compilation-unit references.
393 (load_full_comp_unit, process_full_comp_unit): New functions, based
394 on psymtab_to_symtab_1.
395 (psymtab_to_symtab_1): Use them.
396 (dwarf2_add_dependence): New function.
397 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
398 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
399 (partial_die_parent_scope, guess_structure_name): Update for changes
400 to find_partial_die.
401 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
402 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
403 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
404 (read_die_and_children): Update call to store_in_ref_table.
405 (do_free_die_list_cleanup): Remove.
406 (fixup_partial_die): Update for changes to find_partial_die.
407 (read_full_die): Handle queueing absolute references.
408 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
409 (dwarf2_attr, die_specification, die_type)
410 (die_containing_type, dwarf2_extension): Update calls to
411 follow_die_ref.
412 (dump_die): Update DW_FORM_ref* handling.
413 (dwarf2_get_ref_die_offset): Likewise.
414 (free_one_comp_unit): Release the dies list.
415 (dwarf2_mark_helper): New function.
416 (dwarf2_mark): Use it.
417
418 2004-10-05 Mark Kettenis <kettenis@jive.nl>
419
420 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
421 when writing to memory.
422
423 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
424
425 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
426 (m32r_extract_struct_value_address): Delete function.
427 (m32r_return_value): New function.
428 (m32r_gdbarch_init): Instead of store_return_value,
429 extract_return_value, deprecated_extract_struct_value_address
430 and deprecated_use_struct_convention, set return_value.
431
432 2004-10-03 Daniel Jacobowitz <dan@debian.org>
433
434 * dwarf2read.c (read_subrange_type): Add comment for variable
435 sized arrays.
436
437 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
438
439 * Makefile.in (.l.c): Modify rule for compatibility with recent
440 versions of flex, and remove most command-line options.
441 * ada-lex.l: Add %options line in place of -I -i and -s command-line
442 options.
443
444 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
445
446 Turn on initial Ada support (mainly expression evaluation).
447
448 * Makefile.in (SFILES): Remove ada-tasks.c.
449 (HFILES_NO_SRCDIR): Add ada-lang.h.
450 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
451 (YYOBJ): Add ada-exp.o.
452 (rule .l.c): Generalize to not mention ada.
453 * symtab.c: Include ada-lang.h.
454 (symbol_natural_name, symbol_demangled_name)
455 (symbol_search_name): Add Ada case.
456
457 2004-10-01 Andrew Cagney <cagney@gnu.org>
458
459 * Makefile.in (COMMON_OBS): Add inf-child.o.
460 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
461 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
462 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
463 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
464 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
465 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
466 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
467 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
468 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
469 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
470 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
471 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
472 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
473
474 * target.c (xfer_using_stratum): Change return type to LONGEST.
475 On each iteration offset, readbuf and writebuf.
476 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
477 partial_length, and read/modify/write predicate, update comments.
478 Pass buffer.word to ptrace write.
479
480 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
481
482 * symfile.c (init_filename_language_table): Add extensions for
483 Ada.
484 * defs.h (enum language): Add language_ada.
485 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
486 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
487 (add_symbols_from_enclosing_procs): Make a no-op for now.
488 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
489 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
490 (find_line_in_linetable, find_next_line_in_linetable)
491 (read_all_symtabs, is_plausible_func_for_line)
492 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
493 (is_runtime_sym_defined, check_size): Remove declaration.
494 (function_name_from_pc, ada_translate_error_message)
495 (ada_lookup_minimal_symbol): Remove definition.
496 (ada_add_block_symbols): Remove useless label.
497 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
498 useless declaration.
499 (ada_is_exception_sym): Likewise.
500
501 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
502
503 Add m32r-linux support.
504 * configure.tgt: Add m32r*-*-linux*.
505 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
506 and m32r-linux-tdep.c.
507 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
508 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
509 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
510 m32r-linux-tdep.c.
511 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
512 config/m32r/linux.mh, config/m32r/linux.mt,
513 config/m32r/nm-linux.h: New files.
514
515 2004-09-30 Joel Brobecker <brobecker@gnat.com>
516
517 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
518 (mips32_fetch_instruction): Remove, unused.
519
520 2004-09-30 Joel Brobecker <brobecker@gnat.com>
521
522 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
523 conditions that will always be true.
524
525 2004-09-30 Mark Kettenis <kettenis@gnu.org>
526
527 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
528 (vaxbsd_fetch_inferior_registers): Rename from
529 fetch_inferior_registers. Make static.
530 (vaxbsd_store_inferior_registers): Rename from
531 store_inferior_registers. Make static.
532 (_initialize_vaxbsd_nat): Construct and add target vector.
533 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
534 inftarg.o. Add inf-child.o and inf-ptrace.o.
535 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
536 inftarg.o. Add inf-child.o and inf-ptrace.o.
537 (NAT_FILE): Remove.
538 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
539 inftarg.o. Add inf-child.o and inf-ptrace.o.
540 (NAT_FILE): Remove.
541 * Makefile.in (vaxbsd-nat.o): Update dependencies.
542
543 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
544 (m88kbsd_fetch_inferior_registers): Rename from
545 fetch_inferior_registers. Make static.
546 (m88kbsd_store_inferior_registers): Rename from
547 store_inferior_registers. Make static.
548 (_initialize_m88kbsd_nat): New prototype and function.
549 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
550 inftarg.o. Add inf-child.o and inf-ptrace.o.
551 (NAT_FILE): Remove.
552 * Makefile.in (m88kbsd-nat.o): Update dependencies.
553
554 2004-09-30 Andrew Cagney <cagney@gnu.org>
555
556 * target.c (target_xfer_partial): New function.
557 (target_read_memory_partial, target_write_memory_partial)
558 (default_xfer_partial, target_read_partial, target_write_partial)
559 (xfer_using_stratum): Use.
560 (debug_to_xfer_partial): Delete function.
561 (setup_target_debug): Do not override to_xfer_partial.
562
563 2004-09-30 Mark Kettenis <kettenis@chello.nl>
564
565 * fork-child.c: Update copyright year. Fix coding style.
566
567 2004-09-29 Mark Kettenis <kettenis@gnu.org>
568
569 * defs.h (msavestring, mstrsave): Remove prototypes.
570 * utils.c (msavestring, mstrsave): Remove functions.
571 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
572 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
573 of mstrsave.
574 * source.c (find_and_open_source): Use xstrdup instead of
575 mstrsave.
576
577 2004-09-30 Andrew Cagney <cagney@gnu.org>
578
579 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
580 (inf_ptrace_xfer_memory): Delete.
581 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
582 (target_read_memory, target_write_memory): Use xfer_using_stratum
583 when target_xfer_partial_p.
584 (debug_target): Move to start of file.
585 (target_read_memory_partial, target_write_memory_partial): Use
586 to_xfer_partial when target_xfer_partial_p.
587
588 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
589 inf_ptrace_xfer_memory with equivalent code.
590 * inftarg.c (child_xfer_partial): When performing a write, pass
591 writebuf to child_xfer_memory.
592
593 * target.c (target_read_string): Use target_read_memory instead of
594 target_xfer_memory.
595
596 2004-09-29 Andrew Cagney <cagney@gnu.org>
597
598 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
599 the address of status.
600
601 * infptrace.c (ptrace_wait): Mention problem with HPUX.
602 (kill_inferior): Inline ptrace_wait call.
603 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
604 * inftarg.c (child_wait): Inline ptrace_wait call.
605
606 * target.h (struct target_ops): Delete field to_post_wait.
607 (target_post_wait): Delete macro.
608 (child_post_wait): Delete declaration.
609 * target.c (update_current_target, update_current_target)
610 (debug_to_post_wait, setup_target_debug): Delete functions and
611 references.
612 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
613 * inftarg.c (child_post_wait): Delete.
614 (init_child_ops): Do not set to_post_wait.
615 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
616 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
617 * inf-child.c (inf_child_post_wait): Delete.
618 (inf_child_target): Do not set to_post_wait.
619 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
620 (inf_ptrace_target): Do not set to_post_wait.
621
622 * wince.c (child_ops): Delete.
623 * win32-nat.c (child_ops): Delete.
624
625 * inftarg.c (inftarg_set_find_memory_regions)
626 (inftarg_set_make_corefile_notes): Delete functions.
627 (_initialize_linux_nat): Inline calls.
628
629 * target.h (child_ops): Declare.
630 * inftarg.c (child_ops): Move from here ...
631 * target.c (child_ops): ... to here.
632 * wince.c (child_ops): Delete extern declaration.
633 * win32-nat.c (child_ops): Delete extern declaration.
634 * linux-nat.c (child_ops): Delete extern declaration.
635 * hpux-thread.c (child_ops): Delete extern declaration.
636
637 2004-09-28 Mark Kettenis <kettenis@gnu.org>
638
639 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
640
641 2004-09-28 Mark Kettenis <kettenis@gnu.org>
642
643 * configure.in: Only set host_makefile_frag when building a native
644 debugger.
645 * configure: Regenerate.
646
647 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
648 for OpenBSD ELF.
649
650 2004-09-28 Andrew Cagney <cagney@gnu.org>
651
652 Problem identified by Paul Hilfinger.
653 * Makefile.in (ada_lex_c): Define.
654 (ada-lex.o): Delete rule.
655
656 * linux-proc.c: Delete file.
657 * Makefile.in: Update.
658 * config/sparc/linux64.mh (NATDEPFILES):
659 * config/sparc/linux.mh (NATDEPFILES): Update.
660 * config/s390/s390.mh (NATDEPFILES): Update.
661 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
662 * config/powerpc/linux.mh (NATDEPFILES): Update.
663 * config/pa/linux.mh (NATDEPFILES): Update.
664 * config/mips/linux.mh (NATDEPFILES): Update.
665 * config/m68k/linux.mh (NATDEPFILES): Update.
666 * config/ia64/linux.mh (NATDEPFILES): Update.
667 * config/i386/linux64.mh (NATDEPFILES): Update.
668 * config/i386/linux.mh (NATDEPFILES): Update.
669 * config/arm/linux.mh (NATDEPFILES): Update.
670 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
671 * linux-nat.c: Update copyright. Include <sys/param.h>,
672 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
673 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
674 (O_LARGEFILE): Possibly define.
675 (_initialize_linux_nat, linux_proc_pending_signals)
676 (add_line_to_sigset, linux_proc_xfer_memory)
677 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
678 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
679 (struct linux_corefile_thread_data)
680 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
681 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
682
683 2004-09-16 Andrew Cagney <cagney@gnu.org>
684
685 * lin-lwp.c: Delete file.
686 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
687 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
688 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
689 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
690 (linux_nat_attach, detach_callback, linux_nat_detach)
691 (resume_callback, resume_clear_callback, linux_nat_resume)
692 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
693 (stop_wait_callback, linux_nat_has_pending, flush_callback)
694 (status_callback, running_callback, count_events_callback)
695 (select_singlestep_lwp_callback, select_event_lwp_callback)
696 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
697 (child_wait, stop_and_resume_callback, linux_nat_wait)
698 (kill_callback, kill_wait_callback, linux_nat_kill)
699 (linux_nat_create_inferior, linux_nat_mourn_inferior)
700 (linux_nat_xfer_memory, linux_nat_thread_alive)
701 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
702 (_initialize_linux_nat): New functions.
703 * Makefile.in: Update all dependencies.
704 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
705 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
706 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
707 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
708 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
709 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
710 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
711 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
712 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
713 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
714 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
715 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
716 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
717
718 2004-09-27 Mark Kettenis <kettenis@gnu.org>
719
720 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
721 config/i386/obsd64.mh (NAT_FILE): Remove variable.
722
723 * configure.in: Don't comment out NATDEPFILES in the generated
724 Makefile if NAT_FILE is unset.
725 * configure: Regenerate.
726
727 2004-09-27 Andrew Cagney <cagney@gnu.org>
728
729 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
730 (insert_step_resume_breakpoint): Delete.
731 (insert_step_resume_breakpoint_at_frame): New function.
732 (insert_step_resume_breakpoint_at_sal): New function.
733 (handle_inferior_event, step_into_function)
734 (insert_step_resume_breakpoint): Simplify by using same.
735
736 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
737
738 2004-09-26 Mark Kettenis <kettenis@gnu.org>
739
740 * fbsd-proc.c: Remove file.
741 * Makefile.in (fbsd-proc.o): Remove dependency.
742
743 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
744 code together.
745
746 * config/i386/nm-fbsd64.h: Remove file.
747 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
748
749 2004-09-26 Mark Kettenis <kettenis@gnu.org>
750
751 * amd64-nat.h: Update copyright year.
752 (amd64bsd_target): New prototype.
753 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
754 (amd64bsd_target): New function.
755 (amd64bsd_fetch_inferior_registers): Rename from
756 fetch_inferior_registers. Make static.
757 (amd64bsd_store_inferior_registers): Rename from
758 store_inferior_registers. Make static.
759 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
760 (_initialize_amd64fbsd_nat): Construct and add target vector.
761 * amd64nbsd-nat.o: Include "target.h".
762 (_initialize_amd64nbsd_nat): Construct and add target vector.
763 * amd64obsd-nat.c: Include "target.h".
764 (_initialize_amd64obsd_nat): Construct and add target vector.
765 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
766 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
767 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
768 fbsd-nat.o.
769 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
770 Remove infptrace.o and inftarg.o. Add inf-child.o and
771 inf-ptrace.o.
772 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
773 (amd64obsd-nat.o): Update dependencies.
774
775 2004-09-25 Mark Kettenis <kettenis@gnu.org>
776
777 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
778 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
779 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
780 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
781 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
782
783 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
784 Inline attach call.
785 (inf_ptrace_detach): Inline detach call.
786
787 * configure.in: Check for waddstr instead of mvwaddstr when
788 searching for curses library. Check for wborder.
789 * configure, config.in: Regenerate.
790 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
791 available.
792
793 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
794
795 2004-09-24 Robert Picco <Robert.Picco@hp.com>
796
797 Committed by Andrew Cagney.
798 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
799 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
800 configuration.
801 (fetch_register_using_p): Implement 'p' packet. Based on code by
802 Fernando Nasser.
803 (remote_fetch_registers): Call fetch_register_using_p.
804 (init_all_packet_configs, show_remote_cmd)
805 (_initialize_remote): Add p-packet.
806
807 2004-09-24 Mark Kettenis <kettenis@gnu.org>
808
809 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
810 instead of call_ptrace. Call wait directly instead of
811 ptrace_wait.
812 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
813 (inf_ptrace_wait): Inline ptrace_wait call.
814
815 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
816
817 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
818 rolled back instead.
819
820 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
821
822 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
823 the new argument order.
824
825 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
826
827 * MAINTAINERS: Remove "broken" from XStormy16 entry.
828 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
829 (struct gdbarch_tdep): Remove.
830 (struct xstormy16_frame_cache): New frame cache structure.
831 (xstormy16_register_byte, xstormy16_register_raw_size)
832 (xstormy16_reg_virtual_type, xstormy16_register_type)
833 (xstormy16_push_arguments, xstormy16_push_return_address)
834 (xstormy16_pop_frame, xstormy16_store_struct_return)
835 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
836 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
837 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
838 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
839 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
840 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
841 (xstormy16_use_struct_convention): Drop gcc_p parameter.
842 (xstormy16_extract_return_value, xstormy16_store_return_value):
843 Regcachify. Drop useless struct convention handling.
844 (xstormy16_register_type, xstormy16_return_value)
845 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
846 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
847 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
848 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
849 (xstormy16_unwind_sp, xstormy16_unwind_pc)
850 (xstormy16_unwind_dummy_id) : New functions.
851 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
852 of xstormy16_scan_prologue.
853 (xstormy16_frame_unwind): New frame_unwind structure.
854 (xstormy16_frame_base): New frame_base structure.
855 (xstormy16_gdbarch_init): Accomodate all of the above changes.
856 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
857
858 2004-09-22 Mark Kettenis <kettenis@gnu.org>
859
860 * language.c (language_gdbarch_post_init): Fix off-by one error.
861
862 2004-09-21 Daniel Jacobowitz <dan@debian.org>
863
864 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
865 (struct dwarf2_offset_and_type): New.
866 (set_die_type, reset_die_and_siblings_types, get_die_type)
867 (offset_and_type_hash, offset_and_type_eq): New functions.
868 (read_structure_type, read_enumeration_type, read_array_type)
869 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
870 (read_tag_reference_type, read_tag_const_type)
871 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
872 (read_typedef, read_base_type, read_subrange_type): Use
873 set_die_type.
874
875 2004-09-20 Daniel Jacobowitz <dan@debian.org>
876
877 * Makefile.in (dwarf2read.o): Update dependencies.
878 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
879 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
880 and read_in_chain.
881 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
882 mark, and has_form_ref_addr.
883 (struct dwarf2_per_cu_data): New.
884 (dwarf2_max_cache_age): New.
885 (dwarf2_build_psymtabs_hard): Free cached compilation units
886 after loading. Create and manage the list of compilation units.
887 Remove unnecessary NULL initialization. Fix indentation.
888 (psymtab_to_symtab_1): Initialize all of CU.
889 (dwarf2_read_abbrevs): Set has_form_ref_addr.
890 (find_partial_die): Use dwarf2_find_containing_comp_unit
891 and load_comp_unit.
892 (free_stack_comp_unit): Update comments. Clear the per-cu
893 pointer. Handle aging.
894 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
895 (age_cached_comp_units, free_one_cached_comp_unit)
896 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
897 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
898 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
899 (show_dwarf2_cmd): New.
900 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
901 and "maint show dwarf2 max-cache-age".
902 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
903 externs.
904 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
905 global.
906
907 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
908
909 * dwarf2read.c (typename_concat): Change prototype to accept obstack
910 and dwarf2_cu struct pointer as arguments. Change function to use
911 obstack if provided and use dwarf2_cu to determine language-specific
912 separator.
913 (partial_die_parent_scope): Change comment to include java. Use
914 new version of typename_concat instead of obconcat.
915 (partial_die_full_name): Use typename_concat.
916 (read_namespace): Ditto.
917 (read_enumeration_type): Use typename_concat instead of obconcat.
918 (new_symbol): Ditto.
919 (add_partial_symbol): Enhance tests for C++ to also test for Java.
920 (guess_structure_name): Ditto.
921 (read_subroutine_type): Ditto.
922 (read_structure_type): Ditto.
923 (is_vtable_name): Add Java support.
924 (determine_class_name): Switch to new typename_concat call.
925 (determine_prefix): Switch to new typename_concat call.
926 * jv-exp.y (FuncStart): New pattern.
927 (MethodInvocation): Add support for simple function calls. Change
928 warning message for other forms of inferior call currently not
929 supported.
930 * valarith.c (value_subscript): Treat an array with upper-bound
931 of -1 as unknown size.
932
933 2004-09-20 Daniel Jacobowitz <dan@debian.org>
934
935 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
936 (lookup_partial_symtab): Use symtab_to_fullname.
937
938 2004-09-19 Jim Blandy <jimb@redhat.com>
939
940 * minsyms.c (lookup_minimal_symbol): Doc fix.
941
942 2004-09-20 Andrew Cagney <cagney@gnu.org>
943
944 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
945 CHILD_RESUME.
946 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
947 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
948 KILL_INFERIOR.
949 * infptrace.c: Update.
950
951 2004-09-19 Daniel Jacobowitz <dan@debian.org>
952
953 * symtab.c (output_source_filename): Mark first argument as const.
954 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
955 for "info sources" output.
956
957 2004-09-20 Mark Kettenis <kettenis@gnu.org>
958
959 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
960 <machine/vmparam.h>.
961 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
962 (register_u_addr): Remove prototype.
963
964 2004-09-19 Mark Kettenis <kettenis@gnu.org>
965
966 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
967 (i386bsd_fetch_inferior_registers): Rename from
968 fetch_inferior_registers. Make static.
969 (i386bsd_store_inferior_registers): Rename from
970 store_inferior_registers. Make static.
971 (i386bsd_target): New function.
972 * i386bsd-nat.h: New file.
973 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
974 "i386bsd-nat.h".
975 (i386fbsd_resume): Rename from child_resume. Make static.
976 (_initialize_i386fbsd_nat): Construct and add target vector.
977 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
978 (_initialize_i386nbsd_nat): Construct and add target vector.
979 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
980 Remove defines.
981 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
982 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
983 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
984 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
985 (LOADLIBES): New variable.
986 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
987 inf-ptrace.o. Remove inftarg.o.
988 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
989 inf-ptrace.o. Remove inftarg.o.
990 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
991 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
992 (LOADLIBES): New variable.
993 * Makefile.in (i386bsd_nat_h): New variable.
994 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
995 dependencies.
996
997 * sparc64nbsd-tdep.c: Include "objfiles.h".
998 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
999 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1000 svr4_lp64_fetch_link_map_offsets.
1001 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1002 "nbsd-tdep.h".
1003 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1004 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1005 svr4_lp64_fetch_link_map_offsets.
1006 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1007 dependencies.
1008
1009 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1010 * fbsd-nat.h: New file.
1011 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1012 (fbsd_nat_h): New variable.
1013 (fbsd-nat.o): New dependency.
1014
1015 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1016 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1017
1018 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1019 comment.
1020
1021 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1022
1023 * ada-exp.y (type_int): New function to add layer of abstraction
1024 around references to expression types.
1025 (type_long): Ditto.
1026 (type_long_long): Ditto.
1027 (type_float): Ditto.
1028 (type_double): Ditto.
1029 (type_long_double): Ditto.
1030 (type_char): Ditto.
1031 (type_system_address): Ditto.
1032 (simple_exp): Use type_* functions in place of builtin_*
1033 variables.
1034 (exp): Ditto.
1035 (write_var_from_name): Ditto.
1036 (write_object_renaming): Ditto.
1037 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1038 declaration.
1039 (build_ada_types): Remove, replacing with...
1040 (ada_language_arch_info): New function to initialize primitive
1041 type vector in language_arch_info.
1042 (ada_array_length): Remove use of builtin_type_ada_int.
1043 (value_pos_atr): Ditto.
1044 (ada_evaluate_subexp): Ditto.
1045 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1046 builtin_type_ada_long_long, builtin_type_ada_char,
1047 builtin_type_ada_float, builtin_type_ada_double,
1048 builtin_type_ada_long_double, builtin_type_ada_natural,
1049 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1050 (ada_builtin_types): Remove.
1051 (ada_language_defn): Remove entries for la_builtin_type_vector and
1052 string_char_type and use ada_language_arch_info.
1053 (_initialize_ada_language): Do type-vector initialization along
1054 the lines of c-lang.c.
1055 (ada_create_fundamental_type): Break up line.
1056 (ada_dump_symtab): Remove unused function.
1057 (enum ada_primitive_types): Define.
1058 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1059 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1060 builtin_type_ada_float, builtin_type_ada_double,
1061 builtin_type_ada_long_double, builtin_type_ada_natural,
1062 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1063 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1064 (processInt): Ditto.
1065 (processReal): Ditto.
1066 (name_lookup): Ditto.
1067 * ada-typeprint.c (print_range): Use builtin_type_int, not
1068 builtin_type_ada_int.
1069
1070 2004-09-18 Mark Kettenis <kettenis@gnu.org>
1071
1072 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1073
1074 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1075 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1076 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1077 * configure.in: Improve checks for curses library by checking for
1078 mvwaddstr instead of initscr. Drop HP curses in favour of
1079 standard curses on HP-UX.
1080 * configure: Regenerated.
1081
1082 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1083
1084 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1085 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1086 Minor formatting changes.
1087 (empty_array): Slight rewrite for formatting.
1088 (emit_char,parse,ada_language_defn,build_ada_types,
1089 ada_is_exception_sym, _initialize_ada_language): Move
1090 definitions around.
1091 (ada_dump_symtab): Remove unused definition.
1092 (ada_maybe_exception_partial_symbol): Remove unused definition.
1093
1094 2004-09-16 Andrew Cagney <cagney@gnu.org>
1095
1096 * inf-child.c: Include "gdb_string.h".
1097 (inf_child_core_file_to_sym_file): Delete.
1098 (inf_child_target): Set to_fetch_registers and to_store_registers.
1099 * inf-ptrace.c: Include "gdb_string.h".
1100 * Makefile.in: Update all dependencies.
1101
1102 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1103 problem.
1104
1105 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1106
1107 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1108 call to heuristic_proc_desc. Remove code that became redundant
1109 as a consequence.
1110 (read_next_frame_reg): Remove special case for SP_REGNUM.
1111 (set_reg_offset): Fix small typo.
1112 (reset_saved_regs): New procedure.
1113 (mips32_heuristic_proc_desc): No longer compute a fake
1114 procedure descriptor. Compute the full frame cache instead.
1115 Some minor comment reformatting.
1116
1117 2004-09-14 Andrew Cagney <cagney@gnu.org>
1118
1119 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1120 maintainer.
1121
1122 * thread-db.c (thread_db_new_objfile): Assume that there is a
1123 child process.
1124
1125 2004-09-13 Jim Blandy <jimb@redhat.com>
1126
1127 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1128 so that its storage isn't referenced after its lifetime ends.
1129
1130 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1131 and never assigned to. Delete it, and the 'if (use_buffer)'
1132 clauses. Delete 'raw_buffer', since it is now unused.
1133
1134 2004-09-13 Andrew Cagney <cagney@gnu.org>
1135
1136 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1137 * configure: Re-generate.
1138 * nlm/Makefile.in (TAGS): Update.
1139 * Makefile.in (TAGS): Update.
1140 * config/vax/nbsd.mt (TM_FILE): Update.
1141 * config/sparc/vxworks.mt (TM_FILE): Update.
1142 * config/sparc/sol2.mt (TM_FILE): Update.
1143 * config/sparc/sol2-64.mt (TM_FILE): Update.
1144 * config/sparc/obsd64.mt (TM_FILE): Update.
1145 * config/sparc/obsd.mt (TM_FILE): Update.
1146 * config/sparc/nbsd64.mt (TM_FILE): Update.
1147 * config/sparc/nbsd.mt (TM_FILE): Update.
1148 * config/sparc/linux64.mt (TM_FILE): Update.
1149 * config/sparc/linux.mt (TM_FILE): Update.
1150 * config/sparc/fbsd.mt (TM_FILE): Update.
1151 * config/sh/wince.mt (TM_FILE): Update.
1152 * config/sh/nbsd.mt (TM_FILE): Update.
1153 * config/sh/linux.mt (TM_FILE): Update.
1154 * config/sh/embed.mt (TM_FILE): Update.
1155 * config/s390/s390.mt (TM_FILE): Update.
1156 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1157 * config/rs6000/rs6000.mt (TM_FILE): Update.
1158 * config/rs6000/aix4.mt (TM_FILE): Update.
1159 * config/powerpc/vxworks.mt (TM_FILE): Update.
1160 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1161 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1162 * config/powerpc/obsd.mt (TM_FILE): Update.
1163 * config/powerpc/nbsd.mt (TM_FILE): Update.
1164 * config/powerpc/linux.mt (TM_FILE): Update.
1165 * config/powerpc/aix.mt (TM_FILE): Update.
1166 * config/pa/obsd.mt (TM_FILE): Update.
1167 * config/pa/linux.mt (TM_FILE): Update.
1168 * config/pa/hppahpux.mt (TM_FILE): Update.
1169 * config/pa/hppa64.mt (TM_FILE): Update.
1170 * config/pa/hppa.mt (TM_FILE): Update.
1171 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1172 * config/mips/wince.mt (TM_FILE): Update.
1173 * config/mips/vxmips.mt (TM_FILE): Update.
1174 * config/mips/nbsd.mt (TM_FILE): Update.
1175 * config/mips/linux.mt (TM_FILE): Update.
1176 * config/mips/irix6.mt (TM_FILE): Update.
1177 * config/mips/irix5.mt (TM_FILE): Update.
1178 * config/mips/embed.mt (TM_FILE): Update.
1179 * config/m68k/vxworks68.mt (TM_FILE): Update.
1180 * config/m68k/st2000.mt (TM_FILE): Update.
1181 * config/m68k/os68k.mt (TM_FILE): Update.
1182 * config/m68k/obsd.mt (TM_FILE): Update.
1183 * config/m68k/nbsd.mt (TM_FILE): Update.
1184 * config/m68k/monitor.mt (TM_FILE): Update.
1185 * config/m68k/linux.mt (TM_FILE): Update.
1186 * config/m68k/cisco.mt (TM_FILE): Update.
1187 * config/ia64/linux.mt (TM_FILE): Update.
1188 * config/ia64/aix.mt (TM_FILE): Update.
1189 * config/ia64/ia64.mt (TM_FILE): Update.
1190 * config/i386/vxworks.mt (TM_FILE): Update.
1191 * config/i386/obsd64.mt (TM_FILE): Update.
1192 * config/i386/obsd.mt (TM_FILE): Update.
1193 * config/i386/nto.mt (TM_FILE): Update.
1194 * config/i386/nbsd64.mt (TM_FILE): Update.
1195 * config/i386/nbsd.mt (TM_FILE): Update.
1196 * config/i386/linux64.mt (TM_FILE): Update.
1197 * config/i386/linux.mt (TM_FILE): Update.
1198 * config/i386/i386sol2.mt (TM_FILE): Update.
1199 * config/i386/i386lynx.mt (TM_FILE): Update.
1200 * config/i386/fbsd64.mt (TM_FILE): Update.
1201 * config/i386/fbsd.mt (TM_FILE): Update.
1202 * config/i386/cygwin.mt (TM_FILE): Update.
1203 * config/h8300/h8300.mt (TM_FILE): Update.
1204 * config/frv/frv.mt (TM_FILE): Update.
1205 * config/cris/cris.mt (TM_FILE): Update.
1206 * config/arm/wince.mt (TM_FILE): Update.
1207 * config/arm/nbsd.mt (TM_FILE): Update.
1208 * config/arm/linux.mt (TM_FILE): Update.
1209 * config/arm/embed.mt (TM_FILE): Update.
1210 * config/alpha/nbsd.mt (TM_FILE): Update.
1211 * config/alpha/fbsd.mt (TM_FILE): Update.
1212 * config/alpha/alpha.mt (TM_FILE): Update.
1213 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1214 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1215
1216 Eliminate event_loop_p, always has the value 1.
1217 * defs.h (event_loop_p): Delete macro.
1218 * breakpoint.c (until_break_command): Simplify.
1219 * utils.c (prompt_for_continue): Simplify.
1220 * tracepoint.c (read_actions): Simplify.
1221 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1222 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1223 (set_prompt, init_main): Simplify.
1224 (init_signals, disconnect): Delete, unused.
1225 * remote.c (remote_async_resume)
1226 (extended_remote_async_create_inferior): Simplify.
1227 * mi/mi-interp.c (mi_input): Delete, unused.
1228 (mi_interpreter_resume, mi_command_loop): Simplify.
1229 * interps.c (current_interp_command_loop): Simplify.
1230 * infrun.c (proceed): Simplify.
1231 * infcmd.c (run_command, continue_command, step_1, jump_command)
1232 (until_command, advance_command, finish_command)
1233 (interrupt_target_command): Simplify.
1234 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1235
1236 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1237 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1238 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1239 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1240 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1241 * mips-tdep.c (mips_dump_tdep): Do not print same.
1242
1243 2004-09-12 Andrew Cagney <cagney@gnu.org>
1244
1245 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1246 const.
1247 * Makefile.in (valprint.o): Delete explict rule.
1248
1249 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1250 reported by Dave Anderson.
1251
1252 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1253
1254 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1255
1256 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1257 Andrew Cagney <cagney@gnu.org>
1258
1259 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1260 (mi_cmd_data_list_register_values)
1261 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1262 the register number computation.
1263
1264 2004-09-12 Andrew Cagney <cagney@gnu.org>
1265
1266 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1267 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1268 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1269 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1270 target.
1271 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1272 inf-ptrace.o and inf-child.o.
1273 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1274 * Makefile.in: Update dependencies.
1275
1276 2004-09-11 Andrew Cagney <cagney@gnu.org>
1277
1278 * language.c (hex_string, hex_string_custom): Move from here ...
1279 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1280 (CELLSIZE): Increase to 50.
1281 * language.h (hex_string, hex_string_custom): Move from here ...
1282 * defs.h: ... to here.
1283 * Makefile.in: Update all dependencies.
1284
1285 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1286
1287 * language.c (local_hex_format_custom): Remove.
1288 (local_hex_string): Rename to hex_string, use C format, and move to
1289 utils.c
1290 (local_hex_string_custom): Rename to hex_string_custom and change
1291 interface. Now uses C format. Move to utils.c
1292 (local_octal_format_custom): Remove.
1293 (local_decimal_format_custom): Remove.
1294 (unknown_language_defn): Remove language-specific number
1295 formatting entries.
1296 (auto_language_defn): Ditto.
1297 (local_language_defn): Ditto.
1298 * language.h (struct language_format_info): Delete declaration.
1299 (struct language_defn): Remove language_format_info fields
1300 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1301 (local_binary_format): Remove macro.
1302 (local_binary_format_prefix): Remove macro.
1303 (local_binary_format_specifier): Remove macro.
1304 (local_binary_format_suffix): Remove macro.
1305 (local_octal_format): Remove macro.
1306 (local_octal_format_prefix): Remove macro.
1307 (local_octal_format_specifier): Remove macro.
1308 (local_octal_format_suffix): Remove macro.
1309 (local_decimal_format): Remove macro.
1310 (local_decimal_format_prefix): Remove macro.
1311 (local_decimal_format_specifier): Remove macro.
1312 (local_decimal_format_suffix): Remove macro.
1313 (local_hex_format): Remove macro.
1314 (local_hex_format_prefix): Remove macro.
1315 (local_hex_format_specifier): Remove macro.
1316 (local_hex_format_suffix): Remove macro.
1317 (local_decimal_format_custom): Remove.
1318 (local_octal_format_custom): Remove.
1319 (local_hex_format_custom): Remove.
1320 (local_hex_string): Rename to hex_string and move to defs.h.
1321 (local_hex_string_custom): Rename to hex_string_custom, change
1322 interface, and move to defs.h.
1323 * utils.c: (int_string): New function.
1324 (hex_string): New function (from language.c).
1325 (hex_string_custom): New function (from language.c).
1326 (octal2str): New function.
1327 (decimal2str): Add width parameter.
1328 (paddr_u): Use new decimal2str interface.
1329 (paddr_d): Ditto.
1330 * defs.h (hex_string): Declare.
1331 (hex_string_custom): Declare.
1332 (int_string): Declare.
1333 * printcmd.c (print_scalar_formatted): Remove localized binary
1334 formatting.
1335 * valprint.c (print_longest): Use int_string.
1336 (print_floating): Use C hex format.
1337 (print_hex_chars): Ditto.
1338 (print_binary_chars): Remove language-specific formatting.
1339 (print_octal_chars): Use C octal format.
1340 (print_decimal_chars): Delocalize format.
1341 (print_decimal): Remove.
1342 * ada-lang.c (ada_language_defn): Remove language-specific number
1343 formatting entries.
1344 * p-lang.c (pascal_language_defn): Ditto.
1345 * c-lang.c (c_language_defn): Ditto.
1346 (cplus_language_defn): Ditto.
1347 (asm_language_defn): Ditto.
1348 (minimal_language_defn): Ditto.
1349 * f-lang.c (f_language_defn): Ditto.
1350 * jv-lang.c (java_language_defn): Ditto.
1351 * m2-lang.c (m2_language_defn): Ditto.
1352 * scm-lang.c (scm_language_defn): Ditto.
1353 * objc-lang.c (objc_language_defn): Ditto.
1354 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1355 new interface.
1356 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1357 * ui-out.c (ui_out_field_core_addr): Ditto.
1358 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1359 * exec.c (print_section_info): Ditto.
1360 * i387-tdep.c (print_i387_status_word): Ditto.
1361 (print_i387_control_word): Ditto.
1362 (i387_print_float_info): Ditto.
1363 * maint.c (maint_print_section_info): Ditto.
1364 * solib.c (info_sharedlibrary_command): Ditto.
1365 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1366 * symtab.c (print_msymbol_info): Ditto.
1367 * tracepoint.c (tracepoints_info): Ditto.
1368 * solib-frv.c (lm_base): Ditto.
1369 (frv_current_sos): Ditto.
1370 (enable_break2): Ditto.
1371 (enable_break): Ditto.
1372 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1373 (process_one_symbol): Ditto.
1374 * infcmd.c (program_info): Ditto.
1375 * mdebugread.c (parse_partial_symbols): Ditto.
1376 * symfile.c (add_symbol_file_command): Ditto.
1377 * cli/cli-cmds.c (edit_command): Ditto.
1378 (list_command): Ditto.
1379 * infcall.c (call_function_by_hand): Ditto.
1380 * remote-vx.c (vx_run_files_info): Ditto.
1381 (vx_wait): Ditto.
1382 (vx_attach): Ditto.
1383 (vx_detach): Ditto.
1384 (vx_kill): Ditto.
1385 * aix-thread.c (pdc_symbol_addrs): Ditto.
1386 (pdc_read_regs): Ditto.
1387 (pdc_write_regs): Ditto.
1388 (pdc_read_data): Ditto.
1389 (pdc_write_data): Ditto.
1390 * d10v-tdep.c (display_trace): Ditto.
1391 * rs6000-nat.c (find_toc_address): Ditto.
1392 * aix-thread.c: Don't include language.h.
1393 * buildsym.c: Ditto.
1394 * dbxread.c: Ditto.
1395 * mdebugread.c: Ditto.
1396 * rs6000-nat.c: Ditto.
1397 * buildsym.c (make_blockvector): Use renamed hex_string.
1398
1399 2004-09-10 Jason Molenda (jmolenda@apple.com)
1400
1401 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1402 chars after 'if' or 'while' commands in user-defined commands.
1403
1404 2004-09-08 Jim Blandy <jimb@redhat.com>
1405
1406 Fix bug reported and analyzed by Olivier Crete:
1407 * symfile.c (copy_section_addr_info): New function.
1408 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1409 original set of address arguments, instead of handwritten code
1410 that uses one length to allocate and a different length to
1411 initialize. Use make_cleanup_free_section_addr_info.
1412 * symfile.h (copy_section_addr_info): New declaration.
1413 * utils.c: #include "symfile.h".
1414 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1415 New functions.
1416 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1417 * Makefile.in (utils.o): Update dependencies.
1418
1419 2004-09-08 Andrew Cagney <cagney@gnu.org>
1420
1421 * thread-db.c (keep_thread_db): Delete.
1422 (thread_db_new_objfile, thread_db_create_inferior)
1423 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1424
1425 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1426
1427 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1428 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1429 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1430 (i386_frameless_signal_p): Remove prototype.
1431 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1432 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1433 I386_SSE_NUM_REGS.
1434 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1435 instead of FP0_REGNUM.
1436 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1437 of FP0_REGNUM and FPC_REGNUM.
1438
1439 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1440 (sunos_solib_create_inferior_hook): Don't call
1441 sunos_relocate_main_executable.
1442
1443 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1444 solib_svr4_fetch_link_map_offsets to
1445 svr4_ilp32_fetch_link_map_offsets.
1446 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1447 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1448 svr4_ilp32_fetch_link_map_offsets.
1449 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1450
1451 2004-09-07 Jim Blandy <jimb@redhat.com>
1452
1453 * frame.h (frame_register): Doc fix.
1454
1455 2004-09-07 Andrew Cagney <cagney@gnu.org>
1456
1457 * vx-share/wait.h: Delete #ifdef USG.
1458 * utils.c (request_quit): Ditto.
1459 * tui/tui.c (tui_reset): Ditto.
1460 * remote.c: Ditto.
1461 * remote-sds.c: Ditto.
1462 * remote-rdi.c: Ditto.
1463 * mdebugread.c: Ditto.
1464 * m68klinux-nat.c: Ditto.
1465 * infttrace.c: Ditto.
1466 * infptrace.c: Ditto.
1467 * i386v-nat.c: Ditto.
1468 * exec.c: Ditto.
1469 * dbxread.c: Ditto.
1470 * core-aout.c: Ditto.
1471
1472 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1473
1474 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1475 heuristic_proc_desc.
1476 (mips_insn32_frame_cache): Likewise.
1477
1478 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1479
1480 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1481 left behind by error.
1482
1483 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1484
1485 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1486 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1487
1488 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1489
1490 * config/rs6000/xm-aix4.h: Remove this file.
1491 * config/rs6000/aix4.mh (XM_FILE): Delete.
1492
1493 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1494
1495 * config/rs6000/xm-rs6000.h: Remove this file.
1496 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1497
1498 2004-09-03 Andrew Cagney <cagney@gnu.org>
1499
1500 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1501 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1502 only use.
1503
1504 * mips-tdep.c (temp_saved_regs): Delete.
1505 (set_reg_offset): Replace saved_regs parameter with this_cache.
1506 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1507 (mips32_heuristic_proc_desc): Add this_cache parameter.
1508 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1509 (after_prologue): Pass a NULL this_cache.
1510
1511 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1512 non-kernel trap prologues.
1513
1514 * mips-tdep.c (find_proc_desc): Delete function.
1515 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1516 simplify.
1517 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1518 mips_insn32_frame_cache.
1519
1520 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1521 Simplify as NEXT_FRAME is NULL.
1522 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1523
1524 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1525 local variable.
1526 (mips_skip_prologue): Update.
1527
1528 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1529 "cur_frame" parameter.
1530 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1531 (mips_insn32_frame_cache, find_proc_desc): Update
1532
1533 * config/vax/nm-obsd.h: Delete file.
1534 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1535 * config/vax/nm-nbsd.h: Delete file.
1536 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1537 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1538 * config/sh/nm-nbsd.h: Delete file.
1539 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1540 * config/rs6000/nm-rs6000ly.h: Delete file.
1541 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1542 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1543 * config/powerpc/nm-obsd.h: Delete file.
1544 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1545 * config/powerpc/nm-nbsd.h: Delete file.
1546 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1547 * config/pa/nm-obsd.h: Delete file.
1548 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1549 * config/mips/nm-nbsd.h: Delete file.
1550 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1551 * config/m88k/nm-obsd.h: Delete file.
1552 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1553 * config/m68k/nm-nbsd.h: Delete file.
1554 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1555 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1556 * config/i386/nm-nbsd.h: Delete file.
1557 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1558 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1559 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1560 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1561 * config/i386/nm-i386lynx.h: Delete file.
1562 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1563 * config/arm/nm-nbsd.h: Delete file.
1564 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1565 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1566
1567 * config/i386/tm-fbsd.h: Delete file.
1568 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1569 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1570
1571 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1572 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1573 * config/rs6000/aix4.mt (TM_FILE): Set to
1574 config/rs6000/tm-rs6000.h.
1575 * config/powerpc/tm-ppc-aix.h: Delete file.
1576 * config/powerpc/aix.mt (TM_FILE): Set to
1577 config/rs6000/tm-rs6000.h.
1578 * config/m68k/tm-linux.h: Delete file.
1579 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1580 * config/i386/tm-linux64.h: Delete file.
1581 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1582 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1583
1584 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1585 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1586 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1587 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1588 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1589 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1590 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1591 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1592 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1593
1594 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1595 gdb_host_cpu.
1596
1597 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1598
1599 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1600 Minor reformatting. Some code factoring.
1601
1602 2004-09-02 Andrew Cagney <cagney@gnu.org>
1603
1604 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1605 * config/vax/tm-nbsd.h: Delete file.
1606 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1607 * config/sparc/tm-vxworks.h: Delete file.
1608 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1609 * config/sparc/tm-nbsd.h: Delete file.
1610 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1611 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1612 * config/sparc/tm-linux.h: Delete file.
1613 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1614 * config/s390/tm-linux.h: Delete file.
1615 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1616 * config/pa/tm-bsd.h: Delete file.
1617 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1618 * config/m68k/tm-obsd.h: Delete file.
1619 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1620 * config/m68k/tm-nbsd.h: Delete file.
1621 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1622 * config/i386/tm-vxworks.h: Delete file.
1623 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1624 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1625 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1626 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1627 * config/i386/tm-nbsd.h: Delete file.
1628 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1629 * config/i386/tm-i386lynx.h: Delete file.
1630 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1631 * config/cris/tm-cris.h: Delete file.
1632
1633 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1634 * configure: Re-generate.
1635 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1636 * config/arm/tm-nbsd.h: Delete file.
1637
1638 * config/powerpc/tm-ppcle-sim.h: Delete.
1639 * config/powerpc/tm-ppcle-eabi.h: Delete.
1640 * config/powerpc/tm-nbsd.h: Delete.
1641 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1642 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1643 tm-ppcle-eabi.h.
1644
1645 * config/i386/nto.mh (NAT_FILE): Delete.
1646 * config/i386/nm-nto.h: Delete.
1647
1648 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1649 * config/m68k/tm-os68k.h: Ditto.
1650 * config/m68k/tm-monitor.h: Ditto.
1651 * config/m68k/tm-cisco.h: Ditto.
1652 * config/m68k/st2000.mt (TM_FILE): Delete.
1653 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1654 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1655 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1656 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1657
1658 * config/m68k/tm-st2000.h: Delete.
1659 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1660 * config/sparc/fbsd.mt (TM_FILE): Delete.
1661 * config/sparc/tm-fbsd.h: Delete.
1662
1663 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1664 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1665 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1666
1667 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1668 GDB_TM_FILE and GDB_XM_FILE.
1669 * gdbarch.c: Re-generate.
1670 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1671 quotes in macro definition.
1672 * configure.in: Re-generate.
1673
1674 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1675 validating architecture methods.
1676 * gdbarch.c: Re-generate.
1677
1678 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1679 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1680 GDB_MULTI_ARCH_PARTIAL.
1681 * gdbarch.h: Re-generate.
1682
1683 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1684 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1685 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1686 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1687 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1688 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1689 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1690 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1691 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1692 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1693 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1694 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1695
1696 2004-09-01 Andrew Cagney <cagney@gnu.org>
1697
1698 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1699 and main_func_highpc.
1700 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1701 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1702 * nlmread.c (nlm_symfile_read): Update.
1703
1704 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1705
1706 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1707 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1708 (find_proc_desc): Remove dead code.
1709
1710 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1711
1712 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1713
1714 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1715
1716 * observer.sh: Add struct so_list declaration.
1717 * Makefile.in: Add dependencies on observer.h for solib.c and
1718 breakpoint.c.
1719 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1720 function.
1721 (_initialize_breakpoint): Register
1722 disable_breakpoints_in_unloaded_shlib as an observer of the
1723 "solib unloaded" observation event.
1724 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1725 call decode_line_1 so unfound breakpoint errors are silent.
1726 * solib.c (update_solib_list): When a solib is discovered to have
1727 been unloaded by the program, notify all observers of the
1728 "solib unloaded" observation event.
1729
1730 2004-09-01 Andrew Cagney <cagney@gnu.org>
1731
1732 * frame.c: Include "objfiles.h".
1733 (inside_main_func): New function.
1734 (get_prev_frame): Use new inside_main_func.
1735 * Makefile.in (frame.o): Update dependencies.
1736 * defs.h (inside_main_func): Delete declaration.
1737 * blockframe.c (inside_main_func): Delete function.
1738
1739 2004-08-31 Jim Blandy <jimb@redhat.com>
1740
1741 * dwarf2read.c (is_vtable_name): New function, based on logic from
1742 read_structure_type, but passing the correct length to strncmp,
1743 and using 'sizeof' instead of 'strlen'.
1744 (read_structure_type): Call it.
1745
1746 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1747
1748 * config/powerpc/aix.mh: Add comment.
1749
1750 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1751
1752 * MAINTAINERS: Add self to Write-After-Approval.
1753
1754 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1755
1756 * MAINTAINERS: Add self to Write-After-Approval.
1757
1758 2004-08-30 Andrew Cagney <cagney@gnu.org>
1759
1760 Fix PR breakpoints/1757.
1761 * infrun.c (struct execution_control_state): Replace
1762 remove_breakpoints_on_following_step with
1763 step_after_step_resume_breakpoint.
1764 (init_execution_control_state): Update.
1765 (handle_inferior_event): For signals, when stepping off a
1766 breakpoint, set step_after_step_resume_breakpoint. When
1767 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1768 (keep_going): Delete code handling
1769 remove_breakpoints_on_following_step.
1770
1771 2004-08-29 David Lecomber <david@streamline-computing.com>
1772
1773 Fix PR gdb/648
1774 * language.h (enum array_ordering): New enum.
1775 * language.h (struct language_defn): New la_array_ordering
1776 attribute.
1777 * language.c (unknown_language_defn, auto_language_defn)
1778 (local_language_defn): Ditto.
1779 * ada-lang.c (ada_language_defn): Ditto.
1780 * c-lang.c (c_language_defn, cplus_language_defn)
1781 (asm_language_defn, minimal_language_defn): Ditto.
1782 * f-lang.c (f_language_defn): Ditto.
1783 * jv-lang.c (java_language_defn): Ditto.
1784 * m2-lang.c (f_language_defn): Ditto.
1785 * objc-lang.c (objc_language_defn): Ditto.
1786 * p-lang.c (pascal_language_defn): Ditto.
1787 * scm-lang.c (scm_language_defn): Ditto.
1788 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1789 oriented large to small in type structure.
1790 * dwarf2read.c (read_array_order): New function.
1791 (read_array_type): Use read_array_order to check row/column
1792 major ordering.
1793
1794 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1795
1796 * target.c (target_resize_to_sections): Check
1797 current_target.to_sections for an old value when updating.
1798
1799 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1800
1801 * procfs.c (dbx_link_bpt_addr): New static global variable.
1802 (dbx_link_shadow_contents): New static global variable.
1803 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1804 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1805 if we just hit it.
1806 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1807 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1808 from run to run.
1809 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1810 after the inferior has been forked.
1811 (remove_dbx_link_breakpoint): New function.
1812 (dbx_link_addr): New function.
1813 (insert_dbx_link_bpt_in_file): New function.
1814 (insert_dbx_link_bpt_in_region): New function.
1815 (insert_dbx_link_breakpoint): New function.
1816 (proc_trace_syscalls_1): New function, extracted from
1817 proc_trace_syscalls.
1818 (proc_trace_syscalls): Replace extract code by call to
1819 proc_trace_syscalls_1.
1820 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1821 is no longer valid.
1822
1823 2004-08-25 Jim Blandy <jimb@redhat.com>
1824
1825 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1826
1827 2004-08-25 Andrew Cagney <cagney@gnu.org>
1828
1829 * infrun.c (struct execution_control_state): Delete field
1830 "stepping_through_sigtramp".
1831 (init_execution_control_state): Do not set same.
1832 (context_switch): Do not pass same to save_infrun_state and
1833 load_infrun_state.
1834 * gdbthread.h (struct thread_info): Delete field
1835 stepping_through_sigtramp.
1836 (save_infrun_state, load_infrun_state): Delete parameter
1837 stepping_through_sigtramp.
1838 * thread.c (load_infrun_state, save_infrun_state): Update.
1839
1840 * infrun.c: Re-indent. Move expression operators to the beginning
1841 of the line. Remove long disabled #if 0 code.
1842
1843 2004-08-24 Andrew Cagney <cagney@gnu.org>
1844
1845 * doublest.h (floatformat_ieee_quad): Rename
1846 floatformat_ia64_quad.
1847 * doublest.c (floatformat_ieee_quad): Rename
1848 floatformat_ia64_quad.
1849 (_initialize_doublest): Update.
1850
1851 2004-08-24 Jim Blandy <jimb@redhat.com>
1852
1853 * dwarf2expr.h (struct dwarf_expr_context): New members
1854 'num_pieces' and 'pieces', for returning the result of an
1855 expression that uses DW_OP_piece.
1856 (struct dwarf_expr_piece): New struct type.
1857 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1858 pieces.
1859 (free_dwarf_expr_context): Free pieces, if any.
1860 (add_piece): New function.
1861 (execute_stack_op): Implement DW_OP_piece.
1862 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1863 expression is a list of pieces, print an error message.
1864 (dwarf2_loc_desc_needs_frame): If the expression yields
1865 pieces, and any piece is in a register, then we need a frame.
1866
1867 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1868 the stack until we've decided what sort of result the evaluation
1869 has produced. Use separate variables, with more specific names.
1870
1871 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1872
1873 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1874 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1875 (arm_netbsd_init_abi_common): Register them.
1876
1877 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1878
1879 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1880
1881 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1882 safe_frame_unwind_memory instead of target_read_memory.
1883
1884 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1885 Reorder includes.
1886 (fetch_register, store_register): Remove prototypes.
1887 (child_resume): Reorganize code and comments such that it is
1888 grouped a bit more logically.
1889 (attach): Explicitly compare errno against 0.
1890 (detach): Likewise. Use perror_with_name instead of
1891 print_sys_errmsg.
1892 * Makefile.in (infptrace.o): Update dependencies.
1893
1894 * ia64-linux-nat.c: Update copyright year.
1895 (fetch_debug_register, store_debug_register)
1896 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1897 PTRACE_TYPE_ARG3.
1898 * config/ia64/nm-linux.h: Update copyright year.
1899 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1900
1901 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1902 from CORE_ADDR to struct frame_info *. Use
1903 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1904 (amd64_linux_sigtramp_p): Adjust for changed signature of
1905 and64_linux_sigtramp_start
1906
1907 * gdb_ptrace.h: GNU/Linux.
1908
1909 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1910 Remove defines.
1911
1912 * infptrace.c: Include "gdb_assert.h".
1913 (PTRACE_XFER_TYPE): Remove define.
1914 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1915 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1916 Tweak comment.
1917 (fetch_inferior_registers, store_inferior_registers): Remove
1918 redundant culry braces. Tweak comment. s/regno/regnum.
1919 * Makefile.in (infptrace.o): Update dependencies.
1920
1921 * configure.in: Change test for return type of ptrace to default
1922 to `long' instead of `int'.
1923 * configure: Regenerate.
1924
1925 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1926
1927 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1928
1929 * configure.in: Check for ttrace function.
1930 * configure, config.in: Regenerate.
1931
1932 * gdb_ptrace.h: New file.
1933 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1934 <sys/ptrace.h>.
1935 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1936 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1937 (attach): Don't define PT_ATTACH.
1938 (detach): Don't define PT_DETACH.
1939 * Makefile.in (gdb_ptrace_h): New variable.
1940 (infptrace.o): Update dependencies.
1941
1942 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1943
1944 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1945 instead of `int' if not already defined.
1946 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1947 PTRACE_TYPE_ARG3.
1948 * infptrace.c (call_ptrace): Revert change that replaced
1949 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1950
1951 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1952
1953 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1954 Remove defines.
1955
1956 * linux-nat.c (kill_inferior): Add missing third and fourth
1957 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1958
1959 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1960 PTRACE_TYPE_RET.
1961
1962 * proc-why.c (proc_prettyfprint_why): Fix format string.
1963
1964 * solib-osf.c (osf_current_sos): Remove unsused label.
1965
1966 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1967 curses headers.
1968 * configure, config.in: Regenerate.
1969 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1970 <ncurses/ncurses.h>.
1971
1972 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1973 * config/nm-nbsd.h: Update copyright year.
1974 (PTRACE_ARG3_TYPE): Remove define.
1975
1976 * sparc-nat.c (fetch_inferior_registers)
1977 (store_inferior_registers, sparc_xfer_wcookie):
1978 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1979
1980 * alphabsd-nat.c (fetch_inferior_registers):
1981 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1982 PTRACE_TYPE_ARG3.
1983 * amd64bsd-nat.c (fetch_inferior_registers)
1984 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1985 PTRACE_TYPE_ARG3.
1986 * armnbsd-nat.c: Update copyright year.
1987 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1988 (store_register, store_regs, store_fp_register, store_fp_regs):
1989 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1990 * hppabsd-nat.c (fetch_inferior_registers)
1991 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1992 PTRACE_TYPE_ARG3.
1993 * i386bsd-nat.c (fetch_inferior_registers)
1994 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1995 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1996 * m68kbsd-nat.c (fetch_inferior_registers)
1997 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1998 PTRACE_TYPE_ARG3.
1999 * m88kbsd-nat.c (fetch_inferior_registers)
2000 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2001 PTRACE_TYPE_ARG3.
2002 * mipsnbsd-nat.c: Update copyright year.
2003 (fetch_inferior_registers, store_inferior_registers):
2004 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2005 * ns32knbsd-nat.c: Update copyright year.
2006 (fetch_inferior_registers, store_inferior_registers):
2007 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2008 * ppcnbsd-nat.c (fetch_inferior_registers):
2009 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2010 PTRACE_TYPE_ARG3.
2011 * ppcobsd-nat.c (fetch_inferior_registers):
2012 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2013 PTRACE_TYPE_ARG3.
2014 * shnbsd-nat.c: Update copyright year.
2015 (fetch_inferior_registers, store_inferior_registers):
2016 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2017 * vaxbsd-nat.c (fetch_inferior_registers)
2018 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2019 PTRACE_TYPE_ARG3.
2020
2021 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2022 PTRACE_TYPE_ARG3.
2023 * infptrace.c (call_ptrace, child_resume, attach, detach)
2024 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2025 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2026 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2027 PTRACE_TYPE_ARG3.
2028
2029 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2030
2031 * defs.h: Remove out-of-date comment.
2032 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2033 [!GETENV_PROVIDED] (getenv): Remove prototype.
2034
2035 * standalone.c: Remove file.
2036 * Makefile.in (standalone.o): Remove dependency.
2037
2038 * i386-linux-nat.c (dummy_sse_values): Remove function and
2039 prototype.
2040 (i386_linux_dr_get): Fix typo in comment.
2041 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2042
2043 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2044
2045 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2046 from declaration.
2047 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2048 from definition.
2049
2050 2004-08-13 Mark Kettenis <kettenis@gnu.org>
2051
2052 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2053 parenthesis in definition.
2054 * configure: Regenerated.
2055
2056 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2057
2058 * PROBLEMS: Mention build/1411.
2059
2060 2004-08-09 Robert Millan <robertmh@gnu.org>
2061
2062 Committed by Nathanael Nerode.
2063 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2064 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2065
2066 2004-08-12 Andrew Cagney <cagney@gnu.org>
2067
2068 * NEWS: Mention fixes in GDB 6.2.1.
2069 * PROBLEMS: Remove mention of mips-irix.
2070
2071 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2072
2073 * config/powerpc/xm-aix.h: Delete.
2074 * config/powerpc/aix.mh (MH_FILE): Remove.
2075 * config/powerpc/aix432.mh (MH_FILE): Remove.
2076
2077 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2078
2079 * config/powerpc/aix.mh: Remove obsolete comment.
2080 * config/powerpc/aix432.mh: Likewise.
2081
2082 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2083
2084 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2085
2086 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2087
2088 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2089 this file is now empty.
2090 * config/xm-aix4.h: Remove, this file is no longer included
2091 anywhere.
2092
2093 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2094
2095 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2096 that file is now empty.
2097 (termdef): Remove prototype, function no longer used.
2098
2099 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2100
2101 * doc/gdbint.texinfo (Host Definition): Remove documentation
2102 for USE_O_NOCTTY, no longer used.
2103 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2104 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2105
2106 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2107
2108 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2109 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2110 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2111
2112 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2113
2114 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2115 instead of FIVE_ARG_PTRACE.
2116
2117 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2118 (new_tty): Use O_NOCTTY unconditionally.
2119
2120 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2121
2122 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2123 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2124 fflush on stdout.
2125
2126 2004-08-10 Joel Brobecker <brobecker@gnat.com>
2127
2128 * xcoff_symfile_finish: Replace last call to xmfree by call
2129 to xfree.
2130
2131 2004-08-10 Andrew Cagney <cagney@gnu.org>
2132
2133 * main.c (captured_main): Delete call to init_malloc.
2134 * defs.h (init_malloc): Delete declaration.
2135 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2136 (init_malloc): Delete functions.
2137
2138 * defs.h (xmfree): Delete.
2139 * utils.c (xmfree): Delete function.
2140 (xfree): Inline calls to xmfree and mfree.
2141 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2142 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2143 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2144 * somread.c (som_symfile_finish): Ditto.
2145 * objfiles.c (allocate_objfile, free_objfile):
2146 * nlmread.c (nlm_symfile_finish): Ditto.
2147 * hpread.c (hpread_symfile_finish): Ditto.
2148 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2149 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2150 * coffread.c (coff_symfile_finish): Ditto.
2151
2152 * defs.h (xmcalloc): Delete declaration.
2153 * utils.c (xmcalloc): Delete.
2154 (xcalloc): Inline calls to xmcalloc and mcalloc.
2155 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2156 xcalloc and xfree.
2157 * symtab.c (create_demangled_names_hash): Ditto.
2158
2159 * defs.h (xmrealloc): Delete.
2160 * utils.c (xmrealloc): Delete.
2161 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2162 * symmisc.c (extend_psymbol_list): Use xrealloc.
2163 * source.c (find_source_lines): Ditto.
2164 * hpread.c (hpread_lookup_type): Ditto.
2165 * dbxread.c (add_bincl_to_list): Ditto.
2166
2167 * utils.c (xmmalloc): Delete.
2168 (xmalloc): Inline xmmalloc and mmalloc calls.
2169 (msavestring): Use xmalloc.
2170 * defs.h (xmmalloc): Delete declaration.
2171 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2172 xmmalloc.
2173 * symmisc.c (extend_psymbol_list): Ditto.
2174 * symfile.c (init_psymbol_list): Ditto.
2175 * source.c (find_source_lines): Ditto.
2176 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2177 * elfread.c (elf_symtab_read): Ditto.
2178 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2179 * coffread.c (coff_symfile_init): Ditto.
2180
2181 2004-08-10 David Carlton <carlton@bactrian.org>
2182
2183 * MAINTAINERS: Remove David Carlton from c++ testsuite
2184 maintainers.
2185
2186 2004-08-10 Jerome Guitton <guitton@gnat.com>
2187
2188 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2189 print a line feed before the prompt.
2190
2191 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2192
2193 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2194
2195 2004-08-09 Joel Brobecker <brobecker@gnat.com>
2196
2197 General cleanup of the AIX xm include file:
2198 * config/xm-aix4.h (fd_set): Remove undefine.
2199 Remove include of <sys/select.h>.
2200 (HAVE_TERMIO): Remove define.
2201 (USG): Likewise.
2202 (NULL): Remove redefine.
2203 (alloca): Remove #pragma.
2204 (vfork): Remove define.
2205 (termdef): Remove.
2206 (SIGWINCH_HANDLER): Remove.
2207 (SIGWINCH_HANDLER_BODY): Remove.
2208
2209 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2210
2211 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2212 GDB_OSABI_OPENBSD_ELF.
2213
2214 2004-08-07 Robert Millan <robertmh@gnu.org>
2215
2216 * bsd-kvm.c: Check for nlist.h before including it.
2217
2218 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2219
2220 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2221 sigcontext' offset consistency checks for ancient BSD.
2222
2223 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2224
2225 * configure.in: Check for <sys/types.h>. Check return and
2226 argument types of ptrace.
2227 * configure, config.in: Regenerate.
2228
2229 2004-08-09 Jim Blandy <jimb@redhat.com>
2230
2231 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2232 rs6000_register_sim_regno): Doc fixes.
2233
2234 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2235
2236 * mips-tdep.c: Include "floatformat.h".
2237 (n32n64_floatformat_always_valid): New function.
2238 (floatformat_n32n64_long_double_big): New constant.
2239 (mips_gdbarch_init): Set size and format of long double
2240 for N32 and N64 ABIs.
2241 * Makefile.in (mips-tdep.o): Update dependencies.
2242
2243 2004-08-08 Andrew Cagney <cagney@gnu.org>
2244
2245 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2246 print. Improve script's error messages.
2247 * gdbarch.h: Re-generate.
2248
2249 * gdbarch.sh (pformat): New function.
2250 (float_format, double_format, long_double_format): List with bit
2251 members. Use pformat when printing.
2252 * gdbarch.c, gdbarch.h: Re-generate.
2253
2254 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2255
2256 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2257 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2258 (ppcnbsd_supply_pcb): New function.
2259 (_initialize_ppcnbsd_nat): New prototype and function.
2260 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2261 (LOADLIBES): New variable.
2262 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2263
2264 2004-08-08 Andrew Cagney <cagney@gnu.org>
2265
2266 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2267 (builtin_type_ieee_double, builtin_type_ia64_quad)
2268 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2269 BE/LE floating-point types.
2270 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2271 (builtin_type_ieee_double, builtin_type_ia64_quad)
2272 (builtin_type_ia64_spill): Declare.
2273 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2274 (floatformat_ieee_double, floatformat_arm_ext)
2275 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2276 of LE/BE floatformats.
2277 * doublest.h: (struct floatformat, floatformat_ieee_single)
2278 (floatformat_ieee_double, floatformat_arm_ext)
2279 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2280
2281 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2282
2283 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2284
2285 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2286 instead of regcache_raw_supply when storing the registers.
2287
2288 * i386gnu-nat.c: Update copyright year.
2289 (gnu_store_registers): Don't use deprecated_registers and
2290 deprecated_registers_valid. Use regcache_valid_p and
2291 regcache_raw_supply instead.
2292
2293 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2294 frame_pc_unwind.
2295
2296 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2297 variables. Incapitalized "process".
2298
2299 * configure.in: Add cursesX to the list of possible curses libs.
2300 Add cursesX.h to the list of possible curses headers.
2301 * configure, config.in: Regenerate.
2302
2303 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2304
2305 * configure.in: Test for struct lwp in <sys/lwp.h>.
2306 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2307 the offset of l_addr in struct lwp.
2308
2309 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2310
2311 * bsd-kvm.c: Include "gdbcore.h"
2312 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2313
2314 2004-08-07 Andrew Cagney <cagney@gnu.org>
2315
2316 * gdbtypes.c (build_flt, build_complex): New functions.
2317 (gdbtypes_post_init): Use.
2318
2319 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2320
2321 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2322 through to builtin_type_uint128.
2323
2324 * c-exp.y: Use builtin_type function to obtain builtin types.
2325
2326 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2327 builtin_uint128.
2328 * gdbtypes.c (gdbtypes_post_init): Update.
2329 (build_gdbtypes): Move initialization of builtin_type_int0
2330 through to builtin_type_uint128 from here ...
2331 (_initialize_gdbtypes): ... to here.
2332 * d10v-tdep.c (d10v_register_type): Update.
2333
2334 * doublest.c: Update copyright.
2335 (floatformat_from_length): Call error when floatformat is NULL.
2336 (extract_floating_by_length): Remove NULL fmt check.
2337 (store_floating_by_length): Ditto.
2338
2339 2004-08-07 Andrew Cagney <cagney@gnu.org>
2340
2341 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2342 that the register is valid.
2343
2344 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2345
2346 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2347 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2348 struct frame_info *. Use safe_frame_unwind_memory instead of
2349 deprecated_read_memory_nobpt.
2350 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2351 changed signature of i386_linux_sigtramp_start and
2352 i386_linux_rt_sigtramp_start.
2353
2354 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2355 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2356 instead of deprecated_read_memory_nobpt.
2357 (i386nbsd_sigtramp_p): Adjust for changed signature of
2358 i386nbsd_sigtramp_offset.
2359
2360 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2361 safe_frame_unwind_memory instead of target_read_memory.
2362
2363 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2364 !NO_SYS_FILE.
2365 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2366 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2367 (_initialize_kernel_u_addr): Remove prototype and function.
2368 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2369 !NO_SYS_FILE.
2370 * xcoffread.c: Likewise.
2371
2372 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2373
2374 * vax-nat.c: New file.
2375 * vaxbsd-nat.c: Tweak comment.
2376 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2377 vaxnbsd-tdep.c.
2378 (vax-nat.o): New dependency.
2379 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2380 (vax-*-ultrix2*): Remove.
2381 * config/vax/vax.mh: New file.
2382 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2383 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2384 (vax_register_u_addr): New prototype.
2385 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2386 * config/vax/vaxult2.mh: Remove file.
2387 * config/vax/vaxult.mh: Remove file.
2388 * config/vax/vaxbsd.mh: Remove file.
2389 * config/vax/vax.mt (TM_FILE): Remove.
2390 * config/vax/tm-vaxbsd.h: Remove file.
2391
2392 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2393
2394 * aix-thread.c (get_signaled_thread): New function.
2395 (iter_trap): Delete, no longer used.
2396 (iter_tid): New function.
2397 (pd_update): Find the thread that received the SIGTRAP signal
2398 by first locating the kernel thread, and then finding its
2399 associated thread.
2400
2401 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2402
2403 * lin-lwp.c (child_wait): Continue inferior after processing
2404 PTRACE_EVENT_CLONE event.
2405
2406 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2407
2408 * MAINTAINERS: Add self to Write-After-Approval.
2409
2410 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2411
2412 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2413 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2414
2415 2004-08-05 Andrew Cagney <cagney@gnu.org>
2416
2417 * config/xm-sysv4.h: Delete file.
2418 * config/mips/xm-irix5.h: Delete file.
2419 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2420 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2421 * config/ia64/xm-aix.h: Delete file.
2422 * config/ia64/aix.mh (XM_FILE): Delete.
2423 * config/pa/xm-hppah.h: Delete file.
2424 * config/pa/hpux11w.mh (XM_FILE): Delete.
2425 * config/pa/hpux11.mh (XM_FILE): Delete.
2426 * config/pa/hpux1020.mh (XM_FILE): Delete.
2427 * config/pa/hppahpux.mh (XM_FILE): Delete.
2428
2429 * config/alpha/xm-alphalinux.h: Delete file.
2430 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2431 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2432 * config/alpha/xm-alphaosf.h: Delete file.
2433 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2434 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2435 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2436 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2437
2438 * config/i386/xm-i386v.h: Delete file.
2439 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2440 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2441 * config/i386/xm-i386sco.h: Delete file.
2442 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2443 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2444 * config/i386/xm-i386v4.h: Delete file.
2445 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2446 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2447 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2448 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2449
2450 * config/vax/xm-vax.h: Delete file.
2451 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2452 * config/vax/xm-vaxult2.h: Delete file.
2453 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2454 * config/vax/vaxult2.mh (XM_FILE): Delete.
2455 * config/vax/xm-vaxult.h: Delete file.
2456 * config/vax/vaxult.mh (XM_FILE): Delete.
2457 * config/vax/xm-vaxbsd.h: Delete file.
2458 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2459
2460 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2461 * gdbarch.h, gdbarch.c: Re-generate.
2462 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2463 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2464 * frame.h: Delete deprecated_read_fp from comments.
2465 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2466 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2467
2468 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2469
2470 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2471 trampoline in OpenBSD 3.5-current.
2472
2473 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2474 SSE registers.
2475
2476 * Makefile.in: Remove embedded page breaks.
2477
2478 2004-08-04 Jim Blandy <jimb@redhat.com>
2479
2480 * regcache.c (regcache_raw_read): Assert that, after calling
2481 target_fetch_registers, the register we're reading is cached.
2482
2483 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2484 a call to 'internal_error', with a more helpful error message.
2485 * rs6000-tdep.c (e500_pseudo_register_read,
2486 e500_pseudo_register_write, rs6000_store_return_value): Same.
2487
2488 2004-08-04 Andrew Cagney <cagney@gnu.org>
2489
2490 * Makefile.in: Update dependencies.
2491
2492 2004-08-04 Jim Blandy <jimb@redhat.com>
2493
2494 Change the layout of the PowerPC E500 raw register cache to allow
2495 the lower 32-bit halves of the GPRS to be their own raw registers,
2496 not pseudoregisters.
2497 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2498 add ppc_ev0_upper_regnum flag.
2499 * rs6000-tdep.c: #include "reggroups.h".
2500 (spe_register_p): Recognize the ev upper half registers as SPE
2501 registers.
2502 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2503 registers.
2504 (e500_move_ev_register): New function.
2505 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2506 vector registers are the pseudo-registers now, formed by splicing
2507 together the gprs and the upper-half registers.
2508 (e500_register_reggroup_p): New function.
2509 (P): Macro deleted.
2510 (P8, A4): New macro.
2511 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2512 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2513 macros.
2514 (registers_e500): Rearrange register set so that the raw register
2515 set contains 32-bit GPRs and upper-half registers, and the SPE
2516 vector registers become pseudo-registers.
2517 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2518 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2519 register numbers are now the same for the E500 as they are for
2520 other PowerPC variants. Register e500_register_reggroup_p as the
2521 register group function for the E500.
2522 * Makefile.in (rs6000-tdep.o): Update dependencies.
2523
2524 Adapt PPC E500 native support to the new raw regcache layout.
2525 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2526 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2527 (fetch_spe_register, store_spe_register): Handle fetching/storing
2528 all the SPE registers at once, if regno == -1. These now take
2529 over the job of fetch_spe_registers and store_spe_registers.
2530 (fetch_spe_registers, store_spe_registers): Deleted.
2531 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2532 unconditionally; they're always raw. Fetch/store SPE upper half
2533 registers, if present, instead of ev registers.
2534 (fetch_register, store_register): Remove sanity checks: gprs are
2535 never pseudo-registers now, so we never need to even mention any
2536 registers that are ever pseudoregisters.
2537
2538 Use a fixed register numbering when communicating with the PowerPC
2539 simulator.
2540 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2541 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2542 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2543 New functions.
2544 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2545 init_sim_regno_table.
2546 * Makefile.in (gdb_sim_ppc_h): New variable.
2547 (rs6000-tdep.o): Update dependencies.
2548
2549 2004-08-02 Andrew Cagney <cagney@gnu.org>
2550
2551 * cris-tdep.c (cris_register_size): Restore function, still used
2552 locally.
2553
2554 * gdbarch.sh (deprecated_target_read_fp)
2555 (deprecated_frame_locals_address, deprecated_frame_args_address)
2556 (deprecated_frame_chain_valid, deprecated_frame_chain)
2557 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2558 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2559 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2560 * gdbarch.h, gdbarch.c: Re-generate.
2561 * regcache.c (deprecated_read_fp): Do not call
2562 DEPRECATED_TARGET_READ_FP_P.
2563 * infcmd.c (default_print_registers_info): Do not call
2564 DEPRECATED_DO_REGISTERS_INFO.
2565 * frame-base.c (default_frame_locals_address): Do not call
2566 DEPRECATED_FRAME_LOCALS_ADDRESS.
2567 (default_frame_args_address): Do not call
2568 DEPRECATED_FRAME_ARGS_ADDRESS.
2569
2570 * gdbarch.sh (deprecated_register_raw_size)
2571 (deprecated_register_virtual_size:int): Delete.
2572 * gdbarch.h, gdbarch.c: Re-generate.
2573 * cris-tdep.c (cris_register_size): Delete.
2574 (cris_gdbarch_init): Update.
2575 * alpha-tdep.c (alpha_register_raw_size)
2576 (alpha_register_virtual_size): Delete.
2577 (alpha_gdbarch_init): Update.
2578
2579 * gdbarch.sh (deprecated_register_virtual_type)
2580 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2581 (deprecated_dummy_write_sp): Delete.
2582 * gdbarch.h, gdbarch.c: Re-generate.
2583
2584 * gdbarch.sh (deprecated_register_bytes): Delete.
2585 * gdbarch.h, gdbarch.c: Re-generate.
2586 * regcache.c (deprecated_register_bytes): New function.
2587 * regcache.h (deprecated_register_bytes): Declare.
2588 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2589 * v850-tdep.c (v850_gdbarch_init): Update.
2590 * sh64-tdep.c (sh64_gdbarch_init): Update.
2591 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2592 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2593 * mcore-tdep.c (mcore_gdbarch_init): Update.
2594 * cris-tdep.c (cris_gdbarch_init): Update.
2595 * arm-tdep.c (arm_gdbarch_init): Update.
2596 * remote.c (init_remote_state): Update.
2597 * remote-vx.c (vx_prepare_to_store): Update.
2598 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2599 * irix5-nat.c (fetch_core_registers): Update.
2600 * cris-tdep.c (cris_register_bytes_ok): Update.
2601 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2602
2603 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2604 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2605 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2606 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2607 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2608 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2609 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2610 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2611 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2612 with mips_insn16 and mips_insn32.
2613
2614 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2615 * rs6000-tdep.c (rs6000_push_dummy_call)
2616 (rs6000_extract_return_value): Use register_size.
2617 * xstormy16-tdep.c (xstormy16_get_saved_register)
2618 (xstormy16_extract_return_value): Ditto.
2619 * valops.c (value_assign): Ditto.
2620 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2621 * v850-tdep.c (v850_extract_return_value): Ditto.
2622 * tracepoint.c (collect_symbol): Ditto.
2623 * target.c (debug_print_register): Ditto.
2624 * stack.c (frame_info): Ditto.
2625 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2626 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2627 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2628 (store_register_using_P): Ditto.
2629 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2630 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2631 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2632 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2633 * regcache.c (deprecated_read_register_bytes)
2634 (deprecated_write_register_bytes, read_register)
2635 (write_register): Ditto.
2636 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2637 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2638 * monitor.c (monitor_supply_register, monitor_fetch_register)
2639 (monitor_store_register): Ditto.
2640 * mn10300-tdep.c (mn10300_pop_frame_regular)
2641 (mn10300_print_register): Ditto.
2642 * mipsv4-nat.c (fill_fpregset): Ditto.
2643 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2644 (mips64_fill_fpregset): Ditto.
2645 * mi/mi-main.c (register_changed_p, get_register)
2646 (mi_cmd_data_write_register_values): Ditto.
2647 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2648 * irix5-nat.c (fill_gregset, fetch_core_registers):
2649 * infrun.c (write_inferior_status_register): Ditto.
2650 * infptrace.c (fetch_register, store_register): Ditto.
2651 * infcmd.c (default_print_registers_info): Ditto.
2652 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2653 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2654 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2655 * hpux-thread.c (hpux_thread_fetch_registers)
2656 (hpux_thread_store_registers): Ditto.
2657 * hppah-nat.c (store_inferior_registers, fetch_register):
2658 * findvar.c (value_from_register): Ditto.
2659 * dve3900-rom.c (fetch_bitmapped_register):
2660 * cris-tdep.c (cris_gdbarch_init): Ditto.
2661 * alpha-tdep.h: Ditto.
2662 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2663
2664 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2665 DEPRECATED_REGISTER_RAW_SIZE from comments.
2666 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2667 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2668 DEPRECATED_REGISTER_RAW_SIZE.
2669 * findvar.c (value_of_register): Simplify by assuming that the
2670 registers raw and virtual sizes are identical.
2671 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2672 comment.
2673 * arch-utils.c (generic_register_size): Simplify by assuming
2674 register_type.
2675
2676 * regcache.c (legacy_read_register_gen, real_register)
2677 (legacy_write_register_gen): Delete, not used.
2678
2679 * regcache.c (struct regcache_descr): Delete legacy_p.
2680 (init_legacy_regcache_descr): Delete function.
2681 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2682 Do not use deprecated register functions.
2683 (regcache_raw_read, deprecated_write_register_gen):
2684 (deprecated_read_register_gen, regcache_raw_write): Delete code
2685 predicated on legacy_p.
2686 (register_size): Delete check against register raw size.
2687
2688 * cris-tdep.c (cris_register_type): Replace
2689 cris_register_virtual_type.
2690 (cris_gdbarch_init): Update, set register_type.
2691
2692 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2693 * gdbarch.h, gdbarch.c: Re-generate.
2694 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2695 (arm_gdbarch_init) Do not set frameless function invocation.
2696 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2697 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2698 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2699 (frv_gdbarch_init): Do not set frameless function invocation.
2700 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2701 * sh-tdep.c (sh_gdbarch_init): Ditto.
2702 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2703 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2704 * avr-tdep.c (avr_gdbarch_init): Ditto.
2705
2706 * blockframe.c (legacy_frame_chain_valid): Delete function.
2707
2708 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2709 and pc. Update comments.
2710 (pc_in_dummy_frame): Delete function.
2711 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2712 use the "id".
2713 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2714 call_hi, top and pc, use the id.
2715 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2716
2717 * dummy-frame.c: Include "gdb_string.h".
2718 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2719 (generic_save_dummy_frame_tos): Delete.
2720 (dummy_frame_push): New function, replaces above.
2721 * dummy-frame.h: Update copyright.
2722 (dummy_frame_push): Declare.
2723 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2724 (generic_save_call_dummy_addr): Delete declarations.
2725 * infcall.c: Include "dummy-frame.h".
2726 (call_function_by_hand): Add locals caller_regcache,
2727 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2728 with call to frame_save_as_regcache plus cleanup. Delete calls to
2729 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2730 Move clear_proceed_status to just before the resume, add call to
2731 dummy_frame_push (discard cleanup).
2732 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2733 (dummy-frame.o): Add $(gdb_string_h).
2734
2735 2004-08-01 Andrew Cagney <cagney@gnu.org>
2736
2737 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2738 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2739 * dummy-frame.c (find_dummy_frame): Delete.
2740 (struct dummy_frame_cache, dummy_frame_sniffer)
2741 (dummy_frame_prev_register, dummy_frame_this_id)
2742 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2743 frame unwinder using a dummy_frame_cache.
2744
2745 2004-08-01 Andrew Cagney <cagney@gnu.org>
2746
2747 * frame.h (frame_save_as_regcache): Declare.
2748 * frame.c (frame_save_as_regcache): New function.
2749 (do_frame_read_register): Replace do_frame_unwind_register.
2750 (frame_pop): Use frame_save_as_regcache.
2751 * dummy-frame.c (generic_push_dummy_frame): Use
2752 frame_save_as_regcache.
2753
2754 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2755
2756 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2757 file as included until we record the first line in the linetable.
2758
2759 2004-08-01 Andrew Cagney <cagney@gnu.org>
2760
2761 * frame.h (deprecated_pop_dummy_frame)
2762 (deprecated_read_register_dummy)
2763 (deprecated_generic_find_dummy_frame): Delete.
2764 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2765 (deprecated_read_register_dummy)
2766 (deprecated_find_dummy_frame_regcache)
2767 (discard_innermost_dummy)
2768 (deprecated_pop_dummy_frame): Delete.
2769 (dummy_frame_this_id): Simplify.
2770 (struct dummy_frame): Delete "fp" and "sp".
2771 (find_dummy_frame): Simplify.
2772 (generic_push_dummy_frame): Do not set "fp" or "sp".
2773 (fprint_dummy_frames): Do not print "fp" and "sp"
2774
2775 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2776
2777 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2778 (struct i386_insn): New structure.
2779 (i386_match_insn): New function.
2780 (i386_frame_setup_skip_insns): New variable.
2781 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2782 array i386_frame_setup_insns of instructions that should be
2783 skipped inside the frame setup sequence.
2784
2785 2004-08-01 Andrew Cagney <cagney@gnu.org>
2786
2787 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2788 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2789 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2790 * stack.c (frame_info): Delete references to
2791 DEPRECATED_FRAME_INIT_SAVED_REGS and
2792 deprecated_get_frame_saved_regs.
2793 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2794 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2795 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2796 (frame_unwind_register_signed)
2797 (frame_unwind_register_unsigned)
2798 (frame_unwind_unsigned_register): Use register_size.
2799 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2800 (deprecated_frame_xmalloc_with_cleanup)
2801 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2802 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2803
2804 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2805 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2806 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2807 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2808
2809 * infcall.c (call_function_by_hand): Do not use
2810 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2811 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2812 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2813 DEPRECATED_STACK_ALIGN.
2814
2815 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2816
2817 Committed by Andrew Cagney.
2818 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2819
2820 2004-08-01 Andrew Cagney <cagney@gnu.org>
2821
2822 * mips-tdep.c (mips16_frame_cache)
2823 (mips16_frame_this_id, mips16_frame_prev_register)
2824 (mips16_frame_unwind, mips16_frame_sniffer)
2825 (mips16_frame_base_address, mips16_frame_base)
2826 (mips16_frame_base_sniffer, mips32_frame_cache)
2827 (mips32_frame_this_id, mips32_frame_prev_register)
2828 (mips32_frame_unwind, mips32_frame_sniffer)
2829 (mips32_frame_base_address, mips32_frame_base)
2830 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2831 separate heuristic mips16 and mips32 unwinders.
2832 (mips_stub_frame_cache, mips_stub_frame_this_id)
2833 (mips_stub_frame_prev_register)
2834 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2835 (mips_stub_frame_base_address, mips_stub_frame_base)
2836 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2837 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2838 match true mdebug frames.
2839 (non_heuristic_proc_desc): Add forward declaration.
2840
2841 2004-08-01 Andrew Cagney <cagney@gnu.org>
2842
2843 * config/mips/tm-irix6.h: Delete file.
2844 * config/mips/tm-irix5.h: Delete file.
2845 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2846 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2847
2848 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2849 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2850 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2851 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2852 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2853 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2854 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2855 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2856 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2857 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2858 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2859 (TARGET_SIGNAL_RAW_VALUES): Delete.
2860 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2861 Delete.
2862 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2863 (TARGET_HW_WATCH_LIMIT): Delete.
2864 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2865 * minimon.h: Delete file.
2866
2867 * trad-frame.c (trad_frame_get_this_base)
2868 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2869 functions.
2870 * trad-frame.h (trad_frame_set_this_base)
2871 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2872
2873 2004-07-31 Andrew Cagney <cagney@gnu.org>
2874
2875 * trad-frame.c (trad_frame_get_prev_register): Rename
2876 trad_frame_get_prev_register.
2877 * vax-tdep.c (vax_frame_prev_register): Update.
2878 * trad-frame.h: Update.
2879 * trad-frame.c (trad_frame_get_register): Update.
2880 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2881 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2882 Update.
2883 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2884 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2885 Update.
2886 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2887 Update.
2888 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2889 Update.
2890 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2891 Update.
2892 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2893 Update.
2894 * s390-tdep.c (s390_frame_prev_register)
2895 (s390_stub_frame_prev_register)
2896 (s390_sigtramp_frame_prev_register): Update.
2897 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2898 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2899 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2900 * m88k-tdep.c (m88k_frame_prev_register)
2901 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2902 * m32r-tdep.c (m32r_frame_prev_register): Update.
2903 * hppa-tdep.c (hppa_frame_prev_register_helper)
2904 * frv-tdep.c (frv_frame_prev_register): Update.
2905 * d10v-tdep.c (d10v_frame_prev_register): Update.
2906 * cris-tdep.c (cris_frame_prev_register): Update.
2907 * avr-tdep.c (avr_frame_prev_register): Update.
2908 * arm-tdep.c (arm_prologue_prev_register)
2909 (arm_sigtramp_prev_register): Update.
2910
2911 2004-07-31 Andrew Cagney <cagney@gnu.org>
2912
2913 * frame.h (legacy_saved_regs_unwind)
2914 (legacy_frame_chain_valid, legacy_frame_p)
2915 (enum frame_type): Delete UNKNOWN_FRAME.
2916 * dummy-frame.c (dummy_frame_this_id): Simplify.
2917 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2918 * frame.c (struct frame_info): Delete the field "type".
2919 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2920 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2921 (legacy_saved_regs_unwind, legacy_frame_p)
2922 (frame_type_from_pc): Delete.
2923 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2924 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2925
2926 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2927
2928 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2929 indentation.
2930
2931 * mips-nat.c: Remove file.
2932 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2933 (mips-nat.o): Remove dependency.
2934
2935 * infptrace.c: Update copyright year.
2936 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2937 explicitly setting the buffer to all zeroes.
2938
2939 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2940 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2941
2942 2004-07-30 Andrew Cagney <cagney@gnu.org>
2943
2944 * GDB 6.2 released from gdb_6_2-branch.
2945
2946 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2947
2948 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2949
2950 * exec.c (exec_file_attach):
2951 * nto-tdep.c (nto_find_and_open_solib):
2952 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2953 * solib.c (solib_open):
2954 * somsolib.c (som_solib_sizeof_symbol_table):
2955 * source.c (is_regular_file, openp, open_source_file):
2956 * symfile.c (symfile_bfd_open):
2957 * wince.c (upload_to_device): Differentiate between the search for
2958 binary and source files.
2959
2960 2004-07-30 Andrew Cagney <cagney@gnu.org>
2961
2962 * complaints.c (_initialize_complaints): Pass NULL to
2963 add_setshow_zinteger_cmd for help_doc.
2964 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2965
2966 2004-07-30 Andrew Cagney <cagney@gnu.org>
2967
2968 Fix PR i18n/761.
2969 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2970 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2971 $(PACKAGE).pot and update-po.
2972 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2973 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2974 (update-po): New rules.
2975 (localedir): Define using autoconf.
2976 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2977 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2978 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2979 * configure.in: Generate CATALOGS and LINGUAS from contents of
2980 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2981 * configure: Re-generate.
2982 * po/gdbtext: New file
2983
2984 2004-07-30 Jerome Guitton <guitton@gnat.com>
2985
2986 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2987 order.
2988
2989 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2990
2991 * dwarf2read.c (read_file_scope): Set producer if attribute
2992 present.
2993 (struct dwarf2_cu): Added new member producer.
2994
2995 2004-07-30 Jerome Guitton <guitton@gnat.com>
2996
2997 * inflow.c (kill_command): release file handles in BFD.
2998 * exec.c (exec_file_attach): Ditto.
2999 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3000
3001 2004-07-29 Andrew Cagney <cagney@gnu.org>
3002
3003 * PROBLEMS (mips-irix): Note that it is broken.
3004
3005 2004-07-29 Andrew Cagney <cagney@gnu.org>
3006
3007 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3008 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3009
3010 * config/xm-nbsd.h: Delete file.
3011 * config/arm/xm-nbsd.h: Delete file.
3012 * config/i386/xm-nbsd.h: Delete file.
3013 * config/ns32k/xm-nbsd.h: Delete file.
3014 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3015 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3016 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3017 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3018 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3019
3020 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3021 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3022 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3023 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3024 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3025 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3026
3027 * config/powerpc/xm-linux.h: Delete empty file.
3028 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3029 * config/powerpc/linux.mh (XM_FILE): Delete.
3030 * config/m68k/xm-linux.h: Delete empty file.
3031 * config/m68k/linux.mh (XM_FILE): Delete.
3032 * config/ia64/xm-linux.h: Delete empty file.
3033 * config/ia64/linux.mh (XM_FILE): Delete.
3034 * config/arm/xm-linux.h: Delete empty file.
3035 * config/arm/linux.mh (XM_FILE): Delete.
3036
3037 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3038 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3039 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3040 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3041 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3042 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3043 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3044 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3045
3046 * config/m68k/xm-m68k.h: Delete file.
3047 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3048 copyright.
3049 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3050 * config/pa/xm-linux.h: Delete empty file.
3051 * config/pa/linux.mh (XM_FILE): Delete.
3052 * config/i386/xm-i386.h: Delete empty file.
3053 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3054 "i386/xm-i386.h".
3055 * config/i386/obsdaout.mh (XM_FILE): Delete.
3056 * config/i386/obsd64.mh (XM_FILE): Delete.
3057 * config/i386/fbsd64.mh (XM_FILE): Delete.
3058 * config/i386/nto.mh (XM_FILE): Delete.
3059 * config/i386/obsd.mh (XM_FILE): Delete.
3060 * config/i386/linux64.mh (XM_FILE): Delete.
3061 * config/i386/linux.mh (XM_FILE): Delete.
3062 * config/i386/i386sol2.mh (XM_FILE): Delete.
3063 * config/i386/i386gnu.mh (XM_FILE): Delete.
3064 * config/i386/fbsd.mh (XM_FILE): Delete.
3065 * config/i386/nbsd64.mh (XM_FILE): Delete.
3066
3067 2004-07-29 Andrew Cagney <cagney@gnu.org>
3068
3069 * config/pa/xm-linux.h: Do not include "floatformat.h".
3070 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3071 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3072 * config/i386/xm-i386.h: Do not include "floatformat.h".
3073 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3074 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3075 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3076 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3077 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3078 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3079 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3080 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3081 * configure, config.in: Regenerate.
3082 * configure.host (gdb_host_float_format, gdb_host_double_format)
3083 (gdb_host_long_double_format): Set according to the host.
3084
3085 2004-07-29 Andrew Cagney <cagney@gnu.org>
3086
3087 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3088
3089 2004-07-28 Andrew Cagney <cagney@gnu.org>
3090
3091 * PROBLEMS: Mention threads/1650.
3092 * NEWS: Mention the NPTL fix.
3093
3094 2004-07-28 Andrew Cagney <cagney@gnu.org>
3095
3096 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3097 (add_setshow_cmd_full): Make static.
3098 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3099 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3100 * cli/cli-decode.c (add_setshow_filename_cmd)
3101 (add_setshow_string_cmd): New functions.
3102 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3103 * mips-tdep.c (_initialize_mips_tdep): Update.
3104 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3105 * cli/cli-logging.c (_initialize_cli_logging): Update.
3106 * complaints.c (_initialize_complaints): Update.
3107 * remote.c (_initialize_remote): Update.
3108
3109 2004-07-28 Andrew Cagney <cagney@gnu.org>
3110
3111 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3112 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3113 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3114 print parameters. Make string parameters constant.
3115 * command.h: Update. Update copyright.
3116 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3117 * observer.c (_initialize_observer): Ditto.
3118 * frame.c (_initialize_frame): Ditto.
3119 * complaints.c (_initialize_complaints): Ditto.
3120 * maint.c (_initialize_maint_cmds): Ditto.
3121 * target.c (initialize_targets): Ditto.
3122 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3123 * infcall.c (_initialize_infcall): Ditto.
3124 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3125 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3126 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3127 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3128 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3129
3130 2004-07-28 Andrew Cagney <cagney@gnu.org>
3131
3132 * gdbtypes.c (lookup_primitive_typename): Delete function.
3133 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3134 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3135 * gdbtypes.c (lookup_typename): Ditto.
3136 * f-exp.y (yylex): Ditto.
3137 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3138
3139 * scm-lang.c (c_builtin_types): Delete extern declaration.
3140 (scm_language_defn): Replace
3141 string_char_type and primitive_type_vector with
3142 la_language_arch_info.
3143 * jv-lang.c (java_language_defn): Replace
3144 string_char_type and primitive_type_vector with
3145 la_language_arch_info.
3146 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3147 c_builtin_types in comment.
3148 * c-lang.h (struct language_arch_info): Declare opaque.
3149 (c_language_arch_info): Declare.
3150 (c_builtin_types): Delete declaration.
3151 * c-lang.c (c_language_arch_info): Set string_char_type to
3152 builtin_char, not builtin_true_char. Make global.
3153 (c_builtin_types): Delete array.
3154 (asm_language_defn, minimal_language_defn): Replace
3155 string_char_type and primitive_type_vector with
3156 la_language_arch_info.
3157
3158 2004-07-28 Andrew Cagney <cagney@gnu.org>
3159
3160 * gdbtypes.h (struct builtin_type): Rename true_char to
3161 builtin_true_char.
3162 * gdbtypes.c (gdbtypes_post_init): Update.
3163 * c-lang.c (arch_info): New function.
3164 (enum c_primitive_types): New enum.
3165 (c_language_defn): Instead of string_char_type and
3166 primitive_type_vector set la_language_arch_info.
3167
3168 2004-07-28 Andrew Cagney <cagney@gnu.org>
3169
3170 * language.h (struct language_arch_info): Fix typo
3171 s/primative/primitive/.
3172 * gdbtypes.c (lookup_primitive_typename): Ditto.
3173 * language.c (language_lookup_primitive_type_by_name)
3174 (unknown_language_arch_info): Ditto.
3175
3176 2004-07-27 Andrew Cagney <cagney@gnu.org>
3177
3178 * defs.h (enum language): Add nr_languages.
3179 * language.h (struct language_arch_info): Define.
3180 (struct language_defn): Add la_language_arch_info.
3181 (language_lookup_primative_type_by_name): Declare.
3182 (language_string_char_type): Declare.
3183 * language.c (_initialize_language, language_gdbarch_post_init)
3184 (struct language_gdbarch, language_gdbarch_data): Implement
3185 per-architecture language information.
3186 (unknown_language_arch_info, language_string_char_type)
3187 (language_lookup_primative_type_by_name): New functions.
3188 (unknown_language_defn, auto_language_defn)
3189 (local_language_defn): Set la_language_arch_info to
3190 unknown_language_arch_info.
3191 (unknown_builtin_types): Delete.
3192 * gdbtypes.c (lookup_primitive_typename): Use
3193 language_lookup_primative_type_by_name.
3194 (create_string_type): Use language_string_char_type.
3195 * values.c (value_from_string): Use language_string_char_type.
3196 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3197 * p-lang.c (pascal_language_defn): Ditto.
3198 * m2-lang.c (m2_language_defn): Ditto.
3199 * jv-lang.c (java_language_defn): Ditto.
3200 * objc-lang.c (objc_language_defn): Ditto.
3201 * f-lang.c (f_language_defn): Ditto.
3202 * c-lang.c (c_language_defn, cplus_language_defn)
3203 (asm_language_defn, minimal_language_defn): Ditto.
3204
3205 2004-07-27 Andrew Cagney <cagney@gnu.org>
3206
3207 * gdbtypes.h (struct builtin_type): Declare.
3208 (builtin_type): Declare.
3209 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3210 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3211 (gdbtypes_post_init): New function.
3212 (builtin_type): New function.
3213
3214 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3215
3216 * remote-m32r-sdi.c: Fix breakpoint bug.
3217 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3218 recv_char_data, recv_long_data): New functions to replace communication
3219 sequences.
3220
3221 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3222
3223 Document PR threads/1650.
3224 * PROBLEMS (Threads): Document problem with many threads
3225
3226 2004-07-26 Andrew Cagney <cagney@gnu.org>
3227
3228 * gdb-mi.el: Move from here ...
3229 * mi/gdb-mi.el: ... to here.
3230
3231 2004-07-26 Andrew Cagney <cagney@gnu.org>
3232
3233 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3234 * main.c (captured_main): When in batch mode always detach.
3235
3236 2004-07-26 Andrew Cagney <cagney@gnu.org>
3237
3238 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3239 and h8300 as broken.
3240 * NEWS: END-OF-LIFE frame compatibility module.
3241 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3242 specific comments.
3243
3244 2004-07-26 Andrew Cagney <cagney@gnu.org>
3245
3246 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3247 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3248 * wince.c (_initialize_wince): Update.
3249 * win32-nat.c (_initialize_win32_nat): Update.
3250 * varobj.c (_initialize_varobj): Update.
3251 * valops.c (_initialize_valops): Update.
3252 * utils.c (initialize_utils, initialize_utils): Update.
3253 * tui/tui-win.c (_initialize_tui_win): Update.
3254 * top.c (init_main): Update.
3255 * symfile.c (_initialize_symfile): Update.
3256 * source.c (_initialize_source): Update.
3257 * somsolib.c (_initialize_som_solib): Update.
3258 * solib.c (_initialize_solib): Update.
3259 * solib-frv.c (_initialize_frv_solib): Update.
3260 * serial.c (_initialize_serial): Update.
3261 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3262 * remote.c (_initialize_remote, _initialize_remote): Update.
3263 * remote-vx.c (_initialize_vx): Update.
3264 * remote-utils.c (_initialize_sr_support): Update.
3265 * remote-sds.c (_initialize_remote_sds): Update.
3266 * remote-mips.c (_initialize_remote_mips): Update.
3267 * remote-e7000.c (_initialize_remote_e7000): Update.
3268 * proc-api.c (_initialize_proc_api): Update.
3269 * printcmd.c: Update.
3270 * parse.c (_initialize_parse): Update.
3271 * pa64solib.c (_initialize_pa64_solib): Update.
3272 * p-valprint.c (_initialize_pascal_valprint): Update.
3273 * monitor.c (_initialize_remote_monitors): Update.
3274 * mips-tdep.c (_initialize_mips_tdep): Update.
3275 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3276 * maint.c (_initialize_maint_cmds): Update.
3277 * lin-lwp.c (_initialize_lin_lwp): Update.
3278 * language.c (_initialize_language): Update.
3279 * kod.c (_initialize_kod): Update.
3280 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3281 * i386-tdep.c (_initialize_i386_tdep): Update.
3282 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3283 * gdbarch.sh: Update.
3284 * gdbarch.c: Re-generate.
3285 * gdb-events.sh: Update.
3286 * gdb-events.c: Re-generate.
3287 * frame.c (_initialize_frame): Update.
3288 * exec.c: Update.
3289 * demangle.c (_initialize_demangler): Update.
3290 * dcache.c (_initialize_dcache): Update.
3291 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3292 * cp-valprint.c (_initialize_cp_valprint): Update.
3293 * corefile.c (_initialize_core): Update.
3294 * command.h: Update.
3295 * cli/cli-decode.h: Update.
3296 * cli/cli-cmds.c (init_cli_cmds): Update.
3297 * charset.c (_initialize_charset): Update.
3298 * breakpoint.c (_initialize_breakpoint): Update.
3299 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3300 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3301 * aix-thread.c (_initialize_aix_thread): Update.
3302
3303 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3304
3305 Partial fix for PR backtrace/1718.
3306 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3307 that GCC migrates into the prolugue. Don't handle any
3308 instructions that clobber %ebx.
3309
3310 2004-07-23 Andrew Cagney <cagney@gnu.org>
3311
3312 Use regcache_raw_collect instead of regcache_collect.
3313 * regcache.h (regcache_collect): Delete declaration.
3314 * regcache.c (regcache_colect): Delete function.
3315 * win32-nat.c (do_child_store_inferior_registers): Update.
3316 * sol-thread.c (sol_thread_store_registers): Update.
3317 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3318 * rs6000-nat.c (store_register): Update.
3319 * remote.c (store_register_using_P, remote_store_registers): Update.
3320 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3321 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3322 (fill_vrregset, store_spe_registers, fill_gregset)
3323 (fill_gregset): Update.
3324 * nto-procfs.c (procfs_store_registers): Update.
3325 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3326 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3327 * m68klinux-nat.c (store_register, fill_gregset): Update.
3328 * m68k-tdep.c (fill_gregset): Update.
3329 * infptrace.c (store_register): Update.
3330 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3331 * i386-linux-nat.c (store_register, fill_gregset): Update.
3332 * hppa-linux-nat.c (fill_gregset): Update.
3333 * go32-nat.c (store_register): Update.
3334 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3335 (store_fp_regs): Update.
3336 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3337 (store_nwfpe_extended, store_fpregister, store_fpregs)
3338 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3339 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3340 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3341 (store_regs_user_thread, store_regs_kernel_thread): Update.
3342
3343 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3344
3345 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3346 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3347 encoding.
3348 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3349 member of `struct comp_unit'.
3350
3351 2004-07-23 Andrew Cagney <cagney@gnu.org>
3352
3353 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3354 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3355
3356 2004-07-23 Martin Hunt <hunt@redhat.com>
3357 Kevin Buettner <kevinb@redhat.com>
3358
3359 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3360 alignment was being added to the offset instead of multiplied.
3361
3362 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3363
3364 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3365 changed signal trampoline in OpenBSD 3.5-current.
3366
3367 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3368 <machine/pcb.h> and "bsd-kvm.h".
3369 (sparc64nbsd_supply_pcb): New function.
3370 (_initialize_sparc64nbsd_nat): Renamed from
3371 _initialize_sparcnbsd_nat. Enable libkvm interface.
3372 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3373 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3374 (LOADLIBES): New variable.
3375
3376 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3377
3378 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3379
3380 2004-07-21 Andrew Cagney <cagney@gnu.org>
3381
3382 Use regcache_raw_supply instead of supply_register.
3383 * regcache.h (supply_register): Delete declaration.
3384 * regcache.c (supply_register): Delete function.
3385 * wince.c (do_child_fetch_inferior_registers): Update.
3386 * win32-nat.c (do_child_fetch_inferior_registers)
3387 (fetch_elf_core_registers): Update.
3388 * v850ice.c (v850ice_fetch_registers): Update.
3389 * thread-db.c (thread_db_store_registers): Update.
3390 * sol-thread.c (sol_thread_store_registers): Update.
3391 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3392 * rs6000-nat.c (fetch_register): Update.
3393 * rom68k-rom.c (rom68k_supply_one_register): Update.
3394 * remote.c (remote_wait, remote_async_wait): Update.
3395 * remote-st.c (get_hex_regs): Update.
3396 * remote-sim.c (gdbsim_fetch_register): Update.
3397 * remote-sds.c (sds_fetch_registers): Update.
3398 * remote-rdp.c (remote_rdp_fetch_register): Update.
3399 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3400 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3401 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3402 * remote-hms.c (init_hms_cmds): Update.
3403 * remote-est.c (init_est_cmds): Update.
3404 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3405 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3406 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3407 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3408 (fetch_register, supply_vrregset, supply_vrregset)
3409 (fetch_spe_registers): Update.
3410 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3411 * monitor.c (monitor_supply_register): Update.
3412 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3413 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3414 (mipsnbsd_supply_fpreg): Update.
3415 * mips-nat.c (fetch_inferior_registers)
3416 (fetch_core_registers): Update.
3417 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3418 (supply_fpregset, mips64_supply_gregset)
3419 (mips64_supply_fpregset): Update.
3420 * m68klinux-nat.c (fetch_register, supply_gregset)
3421 (supply_fpregset): Update.
3422 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3423 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3424 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3425 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3426 * infptrace.c (fetch_register): Update.
3427 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3428 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3429 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3430 (gnu_fetch_registers, gnu_store_registers): Update.
3431 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3432 * i386-linux-nat.c (fetch_register, supply_gregset)
3433 (dummy_sse_values): Update.
3434 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3435 * hppah-nat.c (fetch_register): Update.
3436 * hppa-linux-nat.c (fetch_register, supply_gregset)
3437 (supply_fpregset): Update.
3438 * go32-nat.c (fetch_register): Update.
3439 * dve3900-rom.c (fetch_bitmapped_register)
3440 (_initialize_r3900_rom): Update.
3441 * cris-tdep.c (supply_gregset): Update.
3442 * abug-rom.c (init_abug_cmds): Update.
3443 * core-aout.c (fetch_core_registers): Update.
3444 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3445 (fetch_register, fetch_fp_register): Update.
3446 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3447 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3448 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3449 * alphanbsd-tdep.c (fetch_core_registers): Update.
3450 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3451 * alpha-nat.c (fetch_osf_core_registers)
3452 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3453 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3454 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3455
3456 2004-07-21 Andrew Cagney <cagney@gnu.org>
3457
3458 * PROBLEMS: Mention breakpoints/1702.
3459 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3460 that is known to work.
3461
3462 2004-07-21 Andrew Cagney <cagney@gnu.org>
3463
3464 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3465 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3466 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3467 (handle_inferior_event): Wrap call to deprecated
3468 IGNORE_HELPER_CALL in #ifdef.
3469 * config/mips/tm-nbsd.h: Update.
3470
3471 2004-07-20 Jim Blandy <jimb@redhat.com>
3472
3473 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3474 bfd_mach_ppc has no segment registers.
3475
3476 Include PowerPC SPR numbers for special-purpose registers.
3477 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3478 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3479 new member in initializer.
3480 (S, S4, SN4, S64): New macros for defining special-purpose
3481 registers.
3482 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3483 registers_403, registers_403GC, registers_505, registers_860,
3484 registers_601, registers_602, registers_603, registers_604,
3485 registers_750, registers_e500): Use them.
3486
3487 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3488 replace references with expression used to initialize variable.
3489
3490 2004-07-20 Andrew Cagney <cagney@gnu.org>
3491
3492 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3493 read_memory_nobpt.
3494 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3495 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3496 (s390_sigtramp_frame_sniffer): Update.
3497 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3498 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3499 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3500 (mips32_fetch_instruction): Update.
3501 * mcore-tdep.c (get_insn): Update.
3502 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3503 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3504 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3505 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3506 (i386_linux_rt_sigtramp_start): Update.
3507 * i386-linux-nat.c (child_resume): Update.
3508 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3509 * hppa-linux-tdep.c (insns_match_pattern): Update.
3510 * gdbcore.h: Update.
3511 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3512 * frame.c (safe_frame_unwind_memory): Update.
3513 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3514 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3515 * alpha-tdep.c (alpha_read_insn): Update.
3516
3517 2004-07-20 Andrew Cagney <cagney@gnu.org>
3518
3519 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3520 containing both bytes and mask. Add "frame_type".
3521 * tramp-frame.c (tramp_frame_start): Update.
3522 (tramp_frame_prepend_unwinder): Update.
3523 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3524 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3525 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3526 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3527
3528 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3529
3530 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3531 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3532 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3533 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3534
3535 2004-07-17 Andrew Cagney <cagney@gnu.org>
3536
3537 * NEWS, PROBLEMS: Update for 6.2.
3538
3539 * README: Update to 6.2.
3540
3541 * utils.c (xvasprintf): Call xstrvprintf.
3542
3543 * parse.c: Update copyright.
3544 (null_post_parser): Eliminate ARGSUSED.
3545
3546 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3547 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3548 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3549
3550 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3551 * ppc-linux-nat.c: Use "Linux kernel".
3552 * hppa-linux-tdep.c: Use GNU/Linux.
3553 * hppa-linux-nat.c: Use GNU/Linux.
3554 * dwarfread.c: Add [sic] to use of Linux.
3555
3556 * hppa-linux-nat.c: Do not include <string.h>.
3557 (supply_fpregset): Remove "register" attribute.
3558
3559 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3560
3561 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3562
3563 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3564 * configure, config.in: Regenerated.
3565
3566 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3567 "bsd-kvm.h".
3568 (vaxbsd_supply_pcb): New function.
3569 (_initialize_vaxbsd_nat): New prototype and function.
3570 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3571 solib-sunos.o.
3572 (LOADLIBES): New variable.
3573 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3574 (LOADLIBES): New variable.
3575 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3576 (LOADLIBES): New variable.
3577 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3578
3579 2004-07-16 Andrew Cagney <cagney@gnu.org>
3580
3581 * defs.h (event_loop_p): Replace variable declaration with macro,
3582 always 1.
3583 * main.c (captured_main): Delete options "-async" and "-noasync".
3584 (event_loop_p): Delete variable.
3585 * NEWS: Mention that "-async" and "-noasync" were removed.
3586
3587 2004-07-16 Andrew Cagney <cagney@gnu.org>
3588
3589 * remote-m32r-sdi.c: Re-indent.
3590
3591 2004-07-16 Jim Blandy <jimb@redhat.com>
3592
3593 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3594 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3595 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3596 missing MPC823 SPRs.
3597 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3598 incorrect. (This was corrected in GDB's register name tables on
3599 2004-07-14.)
3600
3601 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3602 should be "esasrr" ("ESA Save and Restore Register").
3603
3604 2004-07-16 Andrew Cagney <cagney@gnu.org>
3605
3606 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3607 calls, no longer applicable. Update comments and rename parameter
3608 "step_frame" to "return_frame".
3609
3610 2004-07-16 Andrew Cagney <cagney@gnu.org>
3611
3612 * frame.c (fprint_field): New function.
3613 (fprint_frame_id): Use fprint_field.
3614
3615 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3616
3617 * ada-lang.c (ada_language_defn): Remove commented out code.
3618
3619 2004-07-15 Jim Blandy <jimb@redhat.com>
3620
3621 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3622 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3623
3624 2004-07-14 Jim Blandy <jimb@redhat.com>
3625
3626 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3627
3628 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3629
3630 * ppc-tdep.h (ppc_num_srs): New enum constant.
3631
3632 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3633 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3634 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3635 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3636 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3637 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3638 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3639 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3640 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3641 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3642 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3643 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3644 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3645 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3646 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3647 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3648 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3649 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3650 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3651 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3652 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3653 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3654 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3655 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3656 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3657 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3658 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3659 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3660 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3661 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3662 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3663 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3664 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3665 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3666 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3667 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3668 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3669 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3670 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3671 special-purpose register numbers.
3672
3673 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3674 manual mentions 'md_twb', but many mention 'm_twb', and at that
3675 point in the register list.)
3676
3677 2004-07-14 Andrew Cagney <cagney@gnu.org>
3678
3679 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3680 instead of "internal-error".
3681
3682 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3683
3684 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3685 that was inserted inside a comment.
3686
3687 2004-07-10 Randolph Chung <tausq@debian.org>
3688
3689 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3690 function.
3691 (hppa_hpux_push_dummy_code): New function.
3692 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3693 Set find_global_pointer method.
3694
3695 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3696
3697 * NEWS: Mention BSD libkvm interface.
3698
3699 2004-07-10 Michael Snyder <msnyder@redhat.com>
3700
3701 * symfile.c (generic_load): Comment typo.
3702 * stack.c (get_selected_block): Ditto.
3703 * regcache.c (regcache_cooked_read): Ditto.
3704 * monitor.c (monitor_debug): Ditto.
3705 * mips-tdep.c (mips_read_pc): Ditto.
3706 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3707 * gdb_mbuild.sh: Ditto.
3708 * gdbarch.sh: Ditto.
3709 * gdbarch.h: Ditto.
3710
3711 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3712
3713 * ada-tasks.c: Remove file.
3714
3715 Remove ARI problems:
3716
3717 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3718 beginning of line.
3719
3720 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3721 Add comment.
3722 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3723 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3724 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3725 (UMIN_OF_SIZE): Remove.
3726 (max_of_type): New function to replace orphan macro in gdbtypes.h
3727 (min_of_type): Ditto.
3728 (discrete_type_high_bound): Use max_of_type.
3729 (discrete_type_low_bound): Use min_of_type.
3730 (possible_user_operator_p): Move operator to beginning of line.
3731 (ada_is_variant_part): Ditto.
3732 (ensure_lval): Rewrite to avoid deprecated operations.
3733 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3734 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3735 (ada_enum_name): Remove assignments in 'if' statements.
3736 (build_ada_types): Add gdbarch parameter.
3737 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3738 with gdbarch_data_register_post_init.
3739 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3740 add_show_from_set.
3741
3742 * ada-valprint.c (inspect_it): Remove declaration.
3743 (repeat_count_threshold): Remove declaration.
3744 (ada_print_floating): Remove assignments in 'if' statements.
3745 (print_str): Move operator to beginning of line.
3746
3747 2004-07-08 Jim Blandy <jimb@redhat.com>
3748
3749 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3750
3751 2004-07-08 Bob Rossi <bob@brasko.net>
3752
3753 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3754
3755 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3756
3757 * language.h (struct_language_defn): Add new function pointer:
3758 la_class_name_from_physname. Also add new prototype for
3759 language_class_name_from_physname.
3760 * language.c (language_class_name_from_physname): New function.
3761 (unk_lang_class_name): Ditto.
3762 (unknown_language_defn, auto_language_defn): Change
3763 to add unk_lang_class_name function pointer for
3764 la_class_name_from_physname.
3765 (local_language_defn): Ditto.
3766 * dwarf2read.c (guess_structure_name): Change to call
3767 language_class_name_from_physname.
3768 (determine_class_name): Ditto.
3769 * cp-support.c (class_name_from_physname): Renamed.
3770 (cp_class_name_from_physname): New name of function.
3771 * cp-support.h: Ditto.
3772 * c-lang.c (c_language_defn): Change to add NULL
3773 for class_name_from_physname function pointer.
3774 (cplus_language_defn): Change to add cp_class_name_from_physname.
3775 * jv-lang.c (java_class_name_physname): New function.
3776 (java_find_last_component): New static routine.
3777 (java_language_defn): Add java_class_name_from_physname pointer.
3778 * ada-lang.c (ada_language_defn): Change to add NULL
3779 for class_name_from_physname function pointer.
3780 * f-lang.c (f_language_defn): Ditto.
3781 * m2-lang.c (m2_language_defn): Ditto.
3782 * objc-lang.c (objc_language_defn): Ditto.
3783 * p-lang.c (pascal_language_defn): Ditto.
3784 * scm-lang.c (scm_language_defn): Ditto.
3785
3786 2004-07-06 Andrew Cagney <cagney@gnu.org>
3787
3788 Patch from Bart Robinson.
3789 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3790 (O_LARGEFILE): Define to 0, if not defined.
3791
3792 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3793
3794 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3795 <machine/pcb.h> and "bsd-kvm.h".
3796 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3797 (m68kbsd_supply_pcb): New function.
3798 (_initialize_m68kbsd_nat): New prototype and function.
3799 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3800 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3801 (LOADLIBES): New variable.
3802 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3803 (LOADLIBES): New variable.
3804
3805 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3806
3807 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3808
3809 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3810 <sys/proc.h>.
3811 (bsd_kvm_cmdlist): New variable.
3812 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3813 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3814 command and "kvm proc" command.
3815 * Makefile.in (bsd-kvm.o): Update dependencies.
3816
3817 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3818
3819 * osabi.c: Update copyright year.
3820 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3821 notes if EI_OSABI is set to ELFOSABI_HPUX.
3822
3823 2004-07-01 Michael Snyder <msnyder@redhat.com>
3824
3825 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3826 that seems to have gotten whacked out of line.
3827
3828 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3829
3830 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3831 code.
3832
3833 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3834
3835 * ada-lang.c (decode_packed_array): Minor change to comment.
3836 (ada_value_slice_ptr): New function.
3837 (ada_value_slice): New function.
3838 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3839 test. Don't know why it is there.
3840 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3841 to avoid dereferencing huge arrays from which one is slicing.
3842 (empty_array): Correct to return an array rather than
3843 a subrange value.
3844 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3845 on empty arrays (let'em use 'FIRST instead).
3846
3847 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3848
3849 Address complaints from gdb_ari.sh:
3850
3851 * ada-exp.y: Include gdb_string.h rather than string.h.
3852 (convert_char_literal): Reformat declaration.
3853 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3854 * ada-lex.l: Change use of free to xfree (the macro would do so
3855 anyway, but this is harmless).
3856 Include gdb_string.h rather than string.h.
3857 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3858
3859 * ada-lang.c (parse): Remove K&Rism in parameter list.
3860 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3861
3862 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3863
3864 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3865 dead code.
3866
3867 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3868
3869 * alphabsd-nat.c: Update copyright year.
3870 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3871
3872 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3873
3874 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3875 (i386_cygwin_in_solib_call_trampoline): New function.
3876 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3877 and skip_trampoline_code gdbarch methods.
3878
3879 2004-06-29 Jim Blandy <jimb@redhat.com>
3880
3881 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3882 name actually used in the dependency lists.
3883
3884 2004-06-29 Randolph Chung <tausq@debian.org>
3885
3886 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3887
3888 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3889
3890 * win32-nat.c (child_pid_to_exec_file): New function.
3891 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3892 functionality.
3893
3894 2004-06-28 Andrew Cagney <cagney@gnu.org>
3895
3896 * defs.h (xstrvprintf): Declare.
3897 * utils.c (xstrvprintf): New function.
3898 (internal_vproblem, xstrprintf, xasprintf)
3899 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3900 * serial.c (serial_printf): Ditto.
3901 * complaints.c (vcomplaint): Ditto.
3902
3903 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3904
3905 * infcmd.c (attach_command): Move call to target_terminal_inferior
3906 behind loading symbol table.
3907
3908 2004-06-28 Andrew Cagney <cagney@gnu.org>
3909
3910 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3911 change - add back extern deprecated_ui_loop_hook declaration.
3912
3913 2004-06-28 Andrew Cagney <cagney@gnu.org>
3914
3915 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3916 xstrprintf.
3917 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3918 (c_value_of_variable): Ditto.
3919 * utils.c (internal_vproblem): Ditto.
3920 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3921 * remote.c (add_packet_config_cmd): Ditto.
3922 * remote-rdp.c (rdp_set_command_line): Ditto.
3923 * regcache.c (regcache_dump): Ditto.
3924 * frv-tdep.c (new_variant, new_variant): Ditto.
3925 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3926 (fbsd_find_memory_regions): Ditto.
3927 * breakpoint.c (create_thread_event_breakpoint)
3928 (create_breakpoints): Ditto.
3929 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3930 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3931
3932 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3933
3934 * ada-lang.c: Re-indent file, with some massaging to help indent
3935 a bit when the result is otherwise really too ugly.
3936
3937 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3938
3939 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3940 code_addr_p and special_addr_p to 'unsigned int'.
3941
3942 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3943
3944 * i386v4-nat.c: Update copyright year and tweak comment.
3945 (regmap): Remove trailing comma.
3946 (supply_gregset): Rename local variable i to regnum. Call
3947 regcache_raw_supply instead of supply_register.
3948 (fill_gregset): Rename argument regno to regnum. Call
3949 regcache_raw_collect instead of regcache_collect.
3950
3951 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3952
3953 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3954 and special_addr_p.
3955 (frame_id_build, frame_id_build_special): Update comments.
3956 (frame_id_build_wild): New prototype.
3957 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3958 struct frame_id fields.
3959 (frame_id_build_wild): New function.
3960 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3961
3962 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3963
3964 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3965 hppabsd-tdep.c.
3966
3967 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3968
3969 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3970
3971 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3972
3973 * ada-lang.c: Re-indent file.
3974
3975 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3976
3977 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3978 (no_symtab_msg): Likewise.
3979
3980 2004-06-27 Andreas Schwab <schwab@suse.de>
3981
3982 * source.c: Fix whitespace.
3983
3984 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3985
3986 * configure.in: Include <sys/param.h> for td_pcb test.
3987 * configure: Regenerated.
3988
3989 * i386nbsd-nat.c: New file.
3990 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3991 i386obsd-nat.c and i386obsd-tdep.c.
3992 (i386nbsd-nat.o): New dependency.
3993 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3994 bsd-kvm.o.
3995 (LOADLIBES): New variable.
3996 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3997 bsd-kvm.o.
3998 (LOADLIBES): New variable.
3999
4000 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4001 (LOADLIBES): New variable.
4002
4003 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4004 fetching from BSD_KVM_PADDR. Correctly lookup address for
4005 "_thread0".
4006
4007 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4008 "bsd-kvm.h".
4009 (amd64fbsd_supply_pcb): New funcion.
4010 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4011
4012 2004-06-27 <david@streamline-computing.com>
4013
4014 Partial fix for PR cli/1056.
4015 * valarith.c: Check for zero in division and remainder
4016 evaluation.
4017
4018 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4019
4020 * i387-tdep.c: Remove excessive whitespace.
4021
4022 2004-06-26 Andrew Cagney <cagney@gnu.org>
4023
4024 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4025 * gdb-events.h, gdb-events.c: Re-generate.
4026 * tui/tui-hooks.c (tui_install_hooks): Update.
4027 (tui_remove_hooks): Update.
4028 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4029
4030 2004-06-26 Mark Kettenis <kettenis@gnu.org>
4031
4032 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4033 (gregset_t, fpregset_t): Remove typedefs.
4034 (REG_OFFSET): Rename argument.
4035 (amd64bsd_r_reg_offset): Rename from reg_offset.
4036 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4037 Remove functions.
4038 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4039 of reg_offset.
4040 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4041
4042 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4043
4044 * vax-tdep.c: Tweak comment.
4045
4046 Add OpenBSD/hppa support.
4047 * NEWS (New native configurations): Mention OpenBSD/hppa.
4048 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4049 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4050 files.
4051 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4052 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4053 * configure.host: Add hppa*-*-openbsd*.
4054 * configure.tgt: Add hppa*-*-openbsd*.
4055
4056 2004-06-25 Andrew Cagney <cagney@gnu.org>
4057
4058 * defs.h (deprecated_ui_loop_hook): Deprecated.
4059 * wince.c (child_wait): Update.
4060 * win32-nat.c (child_wait): Update.
4061 * v850ice.c (v850ice_wait): Update.
4062 * top.c (deprecated_ui_loop_hook): Update.
4063 * serial.h: Update.
4064 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4065 (do_unix_readchar): Update.
4066 * ser-tcp.c (net_open): Update.
4067 * remote-sim.c (gdb_os_poll_quit): Update.
4068 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4069
4070 2004-06-24 Andrew Cagney <cagney@gnu.org>
4071
4072 * defs.h (deprecated_pre_add_symbol_hook)
4073 (deprecated_post_add_symbol_hook): Deprecated.
4074 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4075 (symbol_file_add_with_addrs_or_offsets): Update references.
4076
4077 2004-06-24 Andrew Cagney <cagney@gnu.org>
4078
4079 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4080 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4081 * wince.c (ui_loop_hook): Delete extern declaration.
4082 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4083 * v850ice.c (ui_loop_hook): Delete extern declaration..
4084 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4085 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4086 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4087 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4088 ui_loop_hook declaration.
4089
4090 2004-06-24 Andrew Cagney <cagney@gnu.org>
4091
4092 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4093 entry_func_highpc fields.
4094 * objfiles.c (init_entry_point_info): Do not clear
4095 entry_func_lowpc and entry_func_highpc.
4096 (objfile_relocate): Do not relocate entry_func_lowpc and
4097 entry_func_highpc.
4098 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4099 entry_func_highpc.
4100 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4101 entry_func_highpc.
4102 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4103 entry_func_lowpc and entry_func_highpc with call to
4104 inside_entry_func.
4105
4106 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4107
4108 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4109 quad-precision floating point arguments in registers.
4110
4111 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4112
4113 From Michael Mueller <m.mueller99@kay-mueller.de>:
4114 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4115 account.
4116
4117 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4118
4119 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4120 to -1.
4121 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4122 untriggered watchpoints to a separate if clause. Update function
4123 comment regarding STOPPED_BY_WATCHPOINT argument.
4124
4125 2004-06-22 Jim Blandy <jimb@redhat.com>
4126
4127 * gdbarch.sh: Doc fix.
4128
4129 2004-06-21 Martin Hunt <hunt@redhat.com>
4130 Kevin Buettner <kevinb@redhat.com>
4131
4132 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4133 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4134 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4135 to set_gdbarch_sp_regnum(). Use cooked register number.
4136 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4137
4138 2004-06-21 Andrew Cagney <cagney@gnu.org>
4139
4140 * gdbarch.sh: When the macro field is empty, do not generate a
4141 macro definition. When the macro field is "=", generate the macro
4142 name from the upper-case function name.
4143 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4144 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4145 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4146 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4147 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4148 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4149 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4150 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4151 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4152 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4153 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4154 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4155 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4156 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4157 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4158 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4159 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4160 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4161 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4162 (DEPRECATED_USE_STRUCT_CONVENTION)
4163 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4164 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4165 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4166 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4167 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4168 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4169 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4170 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4171 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4172 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4173 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4174 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4175 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4176 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4177 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4178 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4179 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4180 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4181
4182 2004-06-21 Andrew Cagney <cagney@gnu.org>
4183
4184 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4185 macro name, and the function rather than macro value. Only wrap
4186 macro print statements in #ifdef. Move format logic to where it
4187 is needed.
4188 * gdbarch.c: Re-generate.
4189
4190 * gdbarch.sh (read): Delete "print_p" and "description", add
4191 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4192 Delete references to print_p.
4193 (TARGET_ARCHITECTURE): Delete print predicate.
4194 * gdbarch.c: Re-generate.
4195
4196 * gdbarch.sh: Check that multi-arch methods do not provide a
4197 macro.
4198 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4199 (print_registers_info, print_float_info, print_vector_info)
4200 (adjust_breakpoint_address, remote_translate_xfer_address)
4201 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4202 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4203 name from the multi-arch definition.
4204
4205 2004-06-20 Andrew Cagney <cagney@gnu.org>
4206
4207 * gdbarch.sh: Sort by the function, instead of macro name.
4208 * gdbarch.c: Re-generate.
4209
4210 2004-06-20 Andrew Cagney <cagney@gnu.org>
4211
4212 * gdbarch.sh: Use the function, instead of macro name in
4213 errors and the log file.
4214 (return_value): Remove stray ":" in spec.
4215
4216 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4217 * gdbarch.h, gdbarch.c: Re-generate.
4218 * Makefile.in (arch-utils.o): Update dependencies.
4219 * values.c (using_struct_return): Move code calling
4220 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4221 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4222 to legacy_return_value, simplify.
4223 * infcmd.c (print_return_value): Move code calling
4224 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4225 to legacy_return_value, simplify.
4226 * infcall.c (call_function_by_hand): Move code calling
4227 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4228 * arch-utils.c: Update copyright. Include "gdbcore.h".
4229 (legacy_return_value): New function.
4230 * arch-utils.h: Update copyright.
4231 (legacy_return_value): Declare.
4232
4233 2004-06-20 Andrew Cagney <cagney@gnu.org>
4234
4235 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4236 * gdbarch.h, gdbarch.c: Re-generate.
4237 * values.c (using_struct_return): Update call.
4238 * mcore-tdep.c: Update comment.
4239 * infcall.c (call_function_by_hand): Update comment.
4240 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4241 * arch-utils.h (always_use_struct_convention): Update.
4242 * v850-tdep.c (v850_gdbarch_init): Update.
4243 * sh64-tdep.c (sh64_gdbarch_init): Update.
4244 * sh-tdep.c (sh_gdbarch_init): Update.
4245 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4246 * mips-tdep.c (mips_gdbarch_init): Update.
4247 * mcore-tdep.c (mcore_gdbarch_init): Update.
4248 * m32r-tdep.c (m32r_gdbarch_init): Update.
4249 * ia64-tdep.c (ia64_gdbarch_init): Update.
4250 * h8300-tdep.c (h8300_gdbarch_init): Update.
4251 * frv-tdep.c (frv_gdbarch_init): Update.
4252 * cris-tdep.c (cris_gdbarch_init): Update.
4253 * arm-tdep.c (arm_gdbarch_init): Update.
4254 * alpha-tdep.c (alpha_gdbarch_init): Update.
4255
4256 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4257
4258 * PROBLEMS: Add more specific information, and a work-around,
4259 for PR gdb/1458.
4260
4261 2004-06-18 Andrew Cagney <cagney@gnu.org>
4262
4263 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4264 * gdbarch.h, gdbarch.c: Re-generate.
4265 * ada-lang.c (ada_finish_decode_line_1): Update.
4266 * infrun.c (handle_inferior_event): Update.
4267 * infcall.c (find_function_addr): Update.
4268 * linespec.c (minsym_found): Update.
4269 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4270 Update.
4271 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4272 * cli/cli-cmds.c (disassemble_command): Update.
4273 * vax-tdep.c (vax_gdbarch_init): Update.
4274
4275 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4276
4277 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4278
4279 2004-06-17 Andrew Cagney <cagney@gnu.org>
4280
4281 GDB 6.1.1 released from the GDB 6.1 branch.
4282 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4283 * PROBLEMS: Ditto.
4284
4285 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4286
4287 PR gdb/1658
4288 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4289 operation as a uleb128. Found by Michael Coulter.
4290
4291 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4292
4293 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4294 make it non-static.
4295 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4296 to ada-lang.h; this is needed to be able to implement the kill command
4297 in multi-task mode.
4298 (task_ptid): Ditto.
4299 (task_entry): Ditto.
4300 (task_list): Ditto.
4301 (ada_build_task_list): Ditto.
4302
4303 * ada-lang.c: Conditionalize routines and data structures related
4304 to breakpoints, exceptions, completion, and symbol caching on
4305 GNAT_GDB, since these are not yet used in the submitted public sources.
4306 (ada_main_name): Editorial: Move definition out of exception-related
4307 code.
4308
4309 2004-06-15 Andrew Cagney <cagney@gnu.org>
4310
4311 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4312 deprecated_pc_in_call_dummy.
4313
4314 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4315
4316 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4317 bfd_get_section_size_before_reloc or _raw_size.
4318 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4319 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4320 (dwarf2_read_section): Likewise.
4321 * elfread.c (elf_locate_sections): Likewise.
4322 * gcore.c (derive_heap_segment): Likewise.
4323 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4324 * remote-e7000.c (e7000_load): Likewise.
4325 * remote-m32r-sdi.c (m32r_load): Likewise.
4326 * remote-mips.c (mips_load_srec): Likewise.
4327 (pmon_load_fast): Likewise.
4328 * remote.c (compare_sections_command): Likewise.
4329 * symfile.c (add_section_size_callback): Likewise.
4330 (load_section_callback): Likewise.
4331 (pc_in_unmapped_range): Likewise.
4332 (pc_in_mapped_range): Likewise.
4333 (sections_overlap): Likewise.
4334 (list_overlays_command): Likewise.
4335 (simple_overlay_update_1): Likewise.
4336 (simple_overlay_update): Likewise.
4337 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4338 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4339
4340 2004-06-14 Randolph Chung <tausq@debian.org>
4341
4342 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4343 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4344 static.
4345 (hppa_hpux_inferior_created): New function.
4346 (hppa_hpux_init_abi): Register observer.
4347 * symfile.c (hp_cxx_exception_support_initialized)
4348 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4349 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4350
4351 2004-06-14 Randolph Chung <tausq@debian.org>
4352
4353 * MAINTAINERS (Write After Approval): Alphabetize my entry
4354 correctly.
4355
4356 2004-06-14 Andrew Cagney <cagney@gnu.org>
4357
4358 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4359 testsuite maintainer.
4360
4361 2004-06-13 Andrew Cagney <cagney@gnu.org>
4362
4363 * infcmd.c (print_return_value): Fix logic, allow
4364 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4365
4366 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4367 defining any macros.
4368 * gdbarch.h: Re-generate.
4369
4370 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4371 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4372 * gdbarch.h: Re-generate.
4373
4374 * values.c (generic_use_struct_convention): Don't check gcc_p.
4375
4376 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4377 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4378 * gdbarch.h, gdbarch.c: Regenerate.
4379 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4380 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4381 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4382 deprecated_max_register_raw_size and
4383 deprecated_max_register_virtual_size.
4384 * v850-tdep.c (v850_gdbarch_init): Ditto.
4385 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4386 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4387 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4388 * cris-tdep.c (cris_gdbarch_init): Ditto.
4389
4390 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4391 * gdbarch.h, gdbarch.c: Re-generate.
4392 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4393 (m68hc11_use_struct_convention): Delete function.
4394 (m68hc11_extract_struct_value_address): Delete function.
4395 (m68hc11_return_value): New function.
4396 (m68hc11_gdbarch_init): Instead of store_return_value,
4397 extract_return_value, return_value_on_stack,
4398 deprecated_extract_struct_value_address and use_struct_convention,
4399 set return_value.
4400 * values.c (using_struct_return): Do not call
4401 RETURN_VALUE_ON_STACK.
4402 * arch-utils.h (generic_return_value_on_stack_not): Delete
4403 declaration.
4404 * arch-utils.c (generic_return_value_on_stack_not): Delete
4405 function.
4406
4407 2004-06-12 Andrew Cagney <cagney@gnu.org>
4408
4409 * values.c (register_value_being_returned): Delete function.
4410 * infcmd.c (legacy_return_value): Delete function.
4411 * infcall.c (call_function_by_hand): Inline
4412 "register_value_being_returned", simplify.
4413 * values.c (using_struct_return): Update comment, refer to
4414 print_return_value instead of register_value_being_returned.
4415 * infcmd.c (print_return_value): Inline calls to
4416 register_value_being_returned and legacy_return_value. Simplify.
4417
4418 2004-06-11 Randolph Chung <tausq@debian.org>
4419
4420 * somread.c (som_symtab_read): Exclude gcc local symbols.
4421
4422 2004-06-11 Randolph Chung <tausq@debian.org>
4423
4424 * infrun.c (handle_inferior_event): Handle the case when a
4425 trampoline ends up in the runtime resolver, and if the trampoline
4426 has no name. Rearrange the code so that all the trampoline
4427 processing happens before other step-out-of-range handling.
4428
4429 2004-06-11 Martin Hunt <hunt@redhat.com>
4430
4431 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4432 has no fpu.
4433
4434 2004-06-10 Andrew Cagney <cagney@gnu.org>
4435
4436 * blockframe.c (legacy_inside_entry_func): Delete.
4437 (legacy_frame_chain_valid): Inline call to
4438 legacy_inside_entry_func, simplify.
4439
4440 2004-06-10 Bob Rossi <bob@brasko.net>
4441
4442 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4443 * dwarf2read.c (partial_die_info): Add dirname field.
4444 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4445 (read_partial_die): Save away DW_AT_comp_dir.
4446 * defs.h (symtab_to_filename): Removed.
4447 * source.c (find_and_open_source): Added.
4448 (open_source_file): Just calls find_and_open_source.
4449 (symtab_to_filename): Removed.
4450 (symtab_to_fullname, psymtab_to_fullname): Added.
4451 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4452 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4453 symtab_to_filename.
4454 * symtab.h (partial_symtab): Add dirname field.
4455 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4456 (mi_cmd_file_list_exec_source_file): Call new function
4457 symtab_to_fullname to find fullname.
4458 (mi_cmd_file_list_exec_source_files): Added.
4459 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4460 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4461
4462 2004-06-10 Andrew Cagney <cagney@gnu.org>
4463
4464 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4465 to generic_use_struct_convention, the default value.
4466
4467 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4468 of abort.
4469
4470 * ns32k-tdep.c (ns32k_push_arguments): New function.
4471 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4472 * infcall.c (call_function_by_hand): Call error instead of
4473 legacy_push_arguments.
4474 * value.h (legacy_push_arguments): Delete declaration.
4475 * valops.c (legacy_push_arguments): Delete function.
4476 (value_push): Delete function.
4477
4478 2004-06-10 Brian Ford <ford@vss.fsi.com>
4479
4480 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4481 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4482 info.
4483 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4484
4485 2004-06-10 Andrew Cagney <cagney@gnu.org>
4486
4487 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4488 * gdbarch.h, gdbarch.c: Re-generate.
4489 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4490 parameters.
4491 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4492 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4493 deprecated_pc_in_call_dummy instead of
4494 DEPRECATED_PC_IN_CALL_DUMMY.
4495 (arm_skip_prologue): Ditto.
4496 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4497 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4498 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4499 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4500 Ditto.
4501 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4502 (sh64_init_extra_frame_info, sh64_get_saved_register)
4503 (sh64_pop_frame): Ditto.
4504 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4505 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4506 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4507 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4508 (h8300_pop_frame): Ditto.
4509 * blockframe.c (legacy_inside_entry_func)
4510 (legacy_frame_chain_valid): Ditto.
4511 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4512 to deprecated_pc_in_call_dummy.
4513
4514 2004-06-09 Andrew Cagney <cagney@gnu.org>
4515
4516 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4517 provide a default value.
4518 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4519 * gdbarch.h, gdbarch.c: Re-generate.
4520 * arch-utils.c (generic_convert_register_p): Rename
4521 legacy_convert_register_p
4522 (legacy_register_to_value, legacy_value_to_register): Delete
4523 functions.
4524 * arch-utils.h (generic_convert_register_p): Rename
4525 legacy_convert_register_p.
4526 (legacy_register_to_value, legacy_value_to_register): Delete
4527 declarations.
4528
4529 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4530 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4531 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4532 * gdbarch.h, gdbarch.c: Re-generate.
4533 * infcmd.c (default_print_registers_info): Simplify.
4534 * findvar.c (value_of_register): Simplify.
4535 * mi/mi-main.c (get_register): Simplify.
4536 * arch-utils.c (legacy_convert_register_p): Always return 0.
4537 (legacy_register_to_value, legacy_value_to_register): Always call
4538 internal_error.
4539
4540 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4541 #ifdef CLEAR_INSN_CACHE code.
4542 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4543 Delete #ifdef CLEAR_DEFERRED_STORES code.
4544
4545 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4546
4547 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4548 copyright.
4549 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4550
4551 * config/mips/mipsv4.mh: Delete file.
4552
4553 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4554 unreferenced macro.
4555 (hpread_adjust_stack_address): Delete declaration.
4556
4557 2004-06-08 Andrew Cagney <cagney@gnu.org>
4558
4559 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4560 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4561 PTRACE_ATTACH / PTRACE_DETACH available call error.
4562 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4563 * infttrace.c (update_thread_state_after_attach, attach, detach):
4564 Remove #ifdef wrappers.
4565 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4566 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4567 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4568 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4569 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4570 * config/nm-linux.h (ATTACH_DETACH): Delete.
4571 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4572 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4573 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4574 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4575 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4576
4577 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4578
4579 * configure.in: Set $configdir to the right OS specific value.
4580 Use value when setting $tcldir and $tkdir.
4581 * configure: Regenerate.
4582
4583 2004-06-06 Paul Brook <paul@codesourcery.com>
4584
4585 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4586 records.
4587
4588 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4589
4590 * ada-lang.c (lookup_symbol_in_language): New function to allow
4591 re-use of another language's symbol lookup code. (Placed here
4592 temporarily while Ada support is being integrated into the public
4593 tree).
4594 (restore_language): New auxiliary function for
4595 lookup_symbol_in_language.
4596 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4597 temporarily while Ada support is being integrated into the public
4598 tree).
4599
4600 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4601
4602 * Makefile.in (check//%): New.
4603
4604 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4605 (mn10300_store_return_value): Rewrite.
4606 (mn10300_type_align): New.
4607 (mn10300_use_struct_convention): Rewrite.
4608 (mn10300_return_value): New, using all of the above.
4609 (mn10300_pop_frame_regular): Add saved_regs_size.
4610 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4611
4612 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4613 regs if PC is on movm.
4614
4615 2004-06-07 Jim Blandy <jimb@redhat.com>
4616
4617 Add native Linux support for the PowerPC E500.
4618 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4619 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4620 all architectures except the E500.
4621 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4622 #definitions.
4623 (struct gdb_evrregset_t): New type.
4624 (have_ptrace_getsetevrregs): New variable.
4625 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4626 fetch_spe_registers): New functions.
4627 (fetch_register): Call fetch_spe_register as appropriate.
4628 Assert that we're only passed raw register numbers.
4629 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4630 Don't fetch gprs if they're pseudoregisters.
4631 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4632 store_spe_registers): New functions.
4633 (store_register): Call store_spe_register as appropriate.
4634 Assert that we're only passed raw register numbers.
4635 (store_ppc_registers): Call store_spe_registers as appropriate.
4636 Don't store gprs if they're pseudoregisters.
4637
4638 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4639
4640 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4641 struct if one exists, even if we are dealing with a zombie thread.
4642
4643 2004-06-07 Andrew Cagney <cagney@gnu.org>
4644
4645 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4646 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4647 Rename PC_REQUIRES_RUN_BEFORE_USE.
4648 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4649 #ifdef.
4650
4651 2004-06-07 Randolph Chung <tausq@debian.org>
4652
4653 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4654 unwinding after sp has been saved to the stack but before the end
4655 of the prologue, and after the fp has been modified but before it has
4656 been saved to the stack.
4657 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4658 Remove superfluous definitions.
4659 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4660
4661 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4662
4663 Committed by Randolph Chung.
4664 * hppa-linux-nat.c: Include the correct version of the header file
4665 depending on the kernel version.
4666
4667 2004-06-06 Randolph Chung <tausq@debian.org>
4668
4669 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4670 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4671
4672 2004-06-06 Randolph Chung <tausq@debian.org>
4673
4674 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4675 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4676 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4677 * hppa-tdep.c (hppa_symbol_address): New function definition.
4678 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4679
4680 2004-06-06 Randolph Chung <tausq@debian.org>
4681
4682 * hppa-tdep.h (struct value): Forward declaration.
4683 (gdbarch_tdep): Define tdep find_global_pointer method.
4684 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4685 associated with the function we are trying to call, and write it
4686 to the gp register.
4687 (hppa32_convert_from_funct_ptr_addr): New function.
4688 (hppa_find_global_pointer): New function.
4689 (hppa_gdbarch_init): Set default find_global_pointer method; set
4690 convert_from_func_ptr_addr method.
4691 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4692 (hppa_linux_init_abi): Set find_global_pointer method.
4693 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4694
4695 2004-06-06 Randolph Chung <tausq@debian.org>
4696
4697 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4698 to struct value *function.
4699 * gdbarch.c: Regenerate.
4700 * gdbarch.h: Likewise.
4701 * infcall.c (call_function_by_hand): Pass entire function value
4702 to push_dummy_call.
4703
4704 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4705 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4706 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4707 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4708 * arm-tdep.c (arm_push_dummy_call): Likewise.
4709 * avr-tdep.c (avr_push_dummy_call): Likewise.
4710 * cris-tdep.c (cris_push_dummy_call): Likewise.
4711 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4712 * frv-tdep.c (frv_push_dummy_call): Likewise.
4713 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4714 * hppa-tdep.c (hppa32_push_dummy_call)
4715 (hppa64_push_dummy_call): Likewise.
4716 * i386-tdep.c (i386_push_dummy_call): Likewise.
4717 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4718 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4719 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4720 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4721 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4722 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4723 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4724 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4725 (ppc64_sysv_abi_push_dummy_call): Likewise.
4726 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4727 (ppc64_sysv_abi_push_dummy_call): Likewise.
4728 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4729 * s390-tdep.c (s390_push_dummy_call): Likewise.
4730 * sh-tdep.c (sh_push_dummy_call_fpu)
4731 (sh_push_dummy_call_nofpu): Likewise.
4732 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4733 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4734 * vax-tdep.c (vax_push_dummy_call): Likewise.
4735
4736 2004-06-04 Jim Blandy <jimb@redhat.com>
4737
4738 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4739 gdbarch argument to register_size.
4740
4741 * rs6000-tdep.c (rs6000_store_return_value): Use
4742 regcache_cooked_write_part instead of
4743 deprecated_write_register_bytes.
4744 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4745 not gdbarch_deprecated_store_return_value.
4746
4747 * ppc-linux-nat.c (store_register, fetch_register): Remove
4748 incorrect assertions. Simplify and generalize handling of
4749 transfers whose sizes are not multiples of, or less than, sizeof
4750 (PTRACE_XFER_TYPE).
4751
4752 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4753
4754 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4755 as a new thread event.
4756 * thread-db.c (thread_get_info_callback): If the thread is a
4757 zombie, return TD_THR_ZOMBIE.
4758 (thread_from_lwp): If thread_get_info_callback returns
4759 TD_THR_ZOMBIE, check if the thread is still on the thread list
4760 and return a -1 ptid if not found.
4761 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4762 change the status to TARGET_WAITKIND_SPURIOUS.
4763
4764 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4765
4766 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4767 double values in little endian mode.
4768
4769 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4770
4771 Committed by Andrew Cagney.
4772 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4773 after last enum constant to avoid error from IBM C
4774 compiler.
4775
4776 2004-06-02 Jim Blandy <jimb@redhat.com>
4777
4778 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4779 to 'message', and make it local to the lone block that uses it.
4780
4781 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4782
4783 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4784
4785 * ada-exp.y: Update copyright notice.
4786 Include block.h.
4787
4788 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4789 SPECIAL_VARIABLE and unify the treatment of these cases.
4790
4791 (write_attribute_call0): Remove.
4792 (write_attribute_call1): Remove.
4793 (write_attribute_calln): Remove.
4794 (save_qualifier): Add missing semicolon.
4795
4796 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4797 temporarily disabled to allow compilation with FSF head version.
4798
4799 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4800 use individual operators (OP_*) for all attributes.
4801 (exp syntax): Use write_int.
4802 Handle STRING literals with OP_STRING.
4803 (variable syntax): Add limit parameter to calls to
4804 write_object_renaming.
4805
4806 (temp_parse_space): New definition to hold entities that need
4807 only live until the next call to ada_parse.
4808 (string_to_operator): Rename fields of ada_opname_table entries.
4809
4810 (write_var_from_sym): Record block.
4811 (write_var_from_name): Minor reformatting.
4812 Make sure saved name is properly encoded in the case of multiple
4813 matches, and set its language to Ada.
4814 Update comment.
4815 Modify to indicate unresolved name as symbol in the UNRESOLVED
4816 namespace, allocated in temp_parse_space.
4817 (write_int): New function.
4818
4819 (write_object_renaming): Add max_depth parameter to limit
4820 chains of object renamings.
4821 Handle case where root of renaming expression is itself a renaming.
4822 Use temp_parse_space for temporary name buffer.
4823 Handle renamings to dereferenced pointers (___XEXA suffices).
4824
4825 (ada_parse, yyerror, string_to_operator,
4826 write_var_from_sym, write_var_from_name, write_attribute_call0,
4827 write_attribute_call1, write_attribute_calln,
4828 write_object_renaming): Protoize.
4829
4830 (_initialize_ada_exp): New function.
4831
4832 * ada-lang.c: Update copyright notice.
4833 General terminology change to conform to GNAT compiler usage:
4834 mangle => encode, demangle => decode
4835 Include gdb_obstack.h.
4836 Include gdb_regex.h
4837 Include frame.h
4838 Include hashtab.h
4839 Include completer.h
4840 Include gdb_stat.h
4841 Include block.h
4842 Include infcall.h
4843
4844 (ADA_RETAIN_DOTS): Make sure this is defined.
4845 (TRUNCATION_TOWARDS_ZERO): Define.
4846 (struct string_vector): Define.
4847 (unresolved_names): Remove definition.
4848 (xnew_string_vector): New function.
4849 (string_vector_append): New function.
4850 (extract_string): Make static.
4851 (ada_unqualified_name): New function.
4852 (add_angle_brackets): New function.
4853 (function_name_from_pc): New function.
4854 (place_on_stack): Rename to ensure_lval.
4855
4856 (ensure_lval): Renamed from place_on_stack.
4857 Make identity on lvals.
4858 Update comment.
4859 (is_nonfunction): New interface.
4860 Only symbols in LOC_CONST class can be enumerals.
4861 (fill_in_ada_prototype): Remove; now independent of language.
4862 (add_defn_to_vec): Add obstack and symtab arguments.
4863 Use obstack to hold collected definitions.
4864 (num_defns_collected): New function.
4865 (defns_collected): New function.
4866 (ada_resolve_subexp): Rename to resolve_subexp.
4867 (resolve_subexp): Renamed from ada_resolve_subexp.
4868 (ada_op_name): Return non-const result.
4869 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4870 other purposes.
4871
4872 (to_fixed_array_type): Add declaration.
4873 (coerce_unspec_val_to_type): Remove offset parameter.
4874 (find_sal_from_funcs_and_line): New interface.
4875 (find_line_in_linetable): Ditto.
4876
4877 (all_sals_for_line): Rename to ada_sals_for_line and make
4878 global.
4879 Add new parameter. When set, do not ask the user to choose the
4880 instance, but use the first one found instead.
4881 Use given line number in returned sals.
4882 Fix comment.
4883 Skip the prologue if funfirstline is set.
4884 Correct for memory leak when 0 lines found.
4885
4886 (value_pos_atr): Use pos_atr.
4887 (pos_atr): New function.
4888 (standard_lookup): Add block parameter.
4889
4890 (makeTimeStart): Remove declaration and uses.
4891 (makeTimeStop): Remove declaration and uses.
4892
4893 (ada_completer_word_break_characters): Allow for VMS.
4894 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4895 (raise_sym_name): New constant.
4896 (raise_unhandled_sym_name): New constant.
4897 (raise_assert_sym_name): New constant.
4898 (process_raise_exception_name): New constant.
4899 (longest_exception_template): New constant.
4900 (warning_limit): New variable to limit warnings during expression
4901 evaluation.
4902 (warnings_issued): New variable to keep track of warnings issued.
4903 (known_runtime_file_name_patterns): New constant.
4904 (known_auxiliary_function_name_patterns): New constant.
4905 (symbol_list_obstack): New variable.
4906
4907 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4908 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4909 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4910 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4911 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4912 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4913 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4914 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4915 and strcmp.
4916
4917 (ada_get_field_index): New function.
4918 (lim_warning): New function.
4919 (ada_translate_error_message): New function.
4920 (MAX_OF_SIZE): New function.
4921 (MIN_OF_SIZE): New function.
4922 (UMAX_OF_SIZE): New function.
4923 (UMIN_OF_SIZE): New function.
4924 (discrete_type_high_bound): New function.
4925 (discrete_type_low_bound): New function.
4926 (base_type): New function.
4927 (do_command): Remove.
4928
4929 (ada_update_initial_language): Use language_ada, not language_unknown.
4930 (ada_encode): Renamed from ada_mangle.
4931 Obey ADA_RETAIN_DOTS.
4932 (ada_decode): Renamed from ada_demangle.
4933 Update coding conventions.
4934 (decoded_names_store): New hash table.
4935 (ada_decode_symbol): New function.
4936 (ada_la_decode): New function.
4937
4938 (modify_general_field): Correct computations of offset and bit
4939 position.
4940 (desc_base_type): Handle ref types, too.
4941 (ada_is_direct_array_type): New function.
4942
4943 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4944 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4945 (ada_is_bogus_array_descriptor,ada_type_of_array,
4946 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4947 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4948 ada_is_array_descriptor_type.
4949
4950 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4951 (ada_is_packed_array_type): Handle pointers or
4952 references to packed arrays as well.
4953 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4954 (decode_packed_array_type): Search for the packed array type
4955 symbol in the currently selected block and associated
4956 superblocks too.
4957 Use lookup_symbol again.
4958
4959 (decode_packed_array): Handle pointers and references.
4960 Update call to coerce_unspec_val_to_type.
4961 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4962 (ada_value_primitive_packed_val): Improve comment.
4963
4964 (ada_index_type): Substitute int type for "undefined".
4965 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4966 ada_array_langth, ada_is_string_type): Use renamed
4967 ada_is_simple_array_type.
4968 (empty_array): New function.
4969
4970 (ada_resolve): Rename to resolve.
4971 (resolve): Make static.
4972 Call renamed resolve_subexp.
4973 Update comment.
4974 (ada_resolve_subexp): Rename to resolve_subexp.
4975 (resolve_subexp): Update comment.
4976 Decomment disabled code.
4977 Add LOC_COMPUTED* cases.
4978 Modify to use temporary struct symbols (marked as being in
4979 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4980 OP_UNRESOLVED_VALUE.
4981 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4982 Add OP_STRING case.
4983 Remove OP_ARRAY.
4984 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4985 Use new ada_lookup_symbol_list interface.
4986 Use new ada_resolve_function interface.
4987 Remove OP_TYPE case.
4988
4989 (ada_args_match): Idiot proof against null actuals.
4990 Use intermediate variables to clarify.
4991 (ada_resolve_function): Update comment and interface.
4992 (mangled_ordered_before): Rename to encoded_ordered_before and
4993 update comment.
4994 (sort_choices): Update comment and interface.
4995 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4996 (user_select_syms): New interface.
4997 Use new sort_choices interface.
4998 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4999 (possible_user_operator_p): Idiot-proof against null values.
5000 (ada_simple_renamed_entity): Don't make cleanup; rely on
5001 caller to free result string.
5002 Remove const from return type.
5003 (make_array_descriptor): Rename uses of place_on_stack to
5004 ensure_lval.
5005 Make sure that arrays are on stack.
5006
5007 (HASH_SIZE): Define.
5008 (struct cache_entry): Define.
5009 (cache_space): Define.
5010 (cache): Define.
5011 (clear_ada_sym_cache): New function.
5012 (find_entry): New function.
5013 (lookup_cached_symbol): New function.
5014 (defn_vector_size): Define.
5015 (cache_symbol): New function.
5016 (defn_symbols): Remove.
5017
5018 (standard_lookup): Use lookup_symbol_in_language to get effect of
5019 C lookup.
5020 Cache results.
5021
5022 (symbol_completion_match): New function.
5023 (symbol_completion_add): New function.
5024 (ada_make_symbol_completion_list): New function.
5025
5026 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5027 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5028 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5029 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5030
5031 (ada_lookup_simple_minsym): New function.
5032 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5033
5034 (add_symbols_from_enclosing_procs): New interface.
5035 Conditionalize more helpfully.
5036 Don't bother if program isn't running.
5037 Use new interface to get_frame_block.
5038 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5039
5040 (remove_extra_symbols): New interface.
5041 (xget_renaming_scope): New function.
5042 (is_package_name): New function.
5043 (renaming_is_visible): New function.
5044 (remove_out_of_scope_renamings): New function.
5045
5046 (ada_lookup_symbol_list): New interface.
5047 Properly reinitialize the symbol list obstack.
5048 Don't call add_symbols_from_enclosing_procs if we start from a
5049 static or global block.
5050 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5051 add_symbols_from_enclosing_procs.
5052 Add symtab data to cached entries.
5053 Handle symbols prefixed with
5054 "standard__" specially; strip prefix and don't look in local symbols.
5055 Do not include out of scope renaming symbols in list of
5056 symbols returned.
5057 Add const to block parameter.
5058 Move check for non-local, non-global symbols earlier.
5059 Remove timing stuff.
5060 (ada_lookup_symbol): New interface.
5061 Find symtab as well.
5062 (ada_lookup_symbol_nonlocal): New function.
5063
5064 (is_name_suffix): Enhance suffix detection to recognize
5065 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5066 (is_dot_digits_suffix): New function.
5067 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5068
5069 (ada_add_block_symbols): New interface. Use obstack to return results
5070 in a vector of struct ada_symbol_infos. Add symtab argument.
5071 Use new interface to add_defn_to_vec.
5072 Remove calls to fill_in_ada_prototype.
5073 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5074
5075 (ada_finish_decode_line_1): Add const qualification to local to fix
5076 warning.
5077 Start looking in static block for functions to avoid attempts
5078 to search frame chain for up-level variables.
5079 Adapt to new ada_sals_for_line interface.
5080 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5081 Handle quoting of the function name inside the spec string.
5082 Skip prologue when funfirstline is set and update the
5083 function documentation to that effect.
5084
5085 (debug_print_lines, debug_print_block, debug_print_blocks,
5086 debug_print_symtab): Remove.
5087
5088 (ada_main_name): New function.
5089 (ada_exception_breakpoint_type): New function.
5090 (is_known_support_routine): New function.
5091 (ada_find_printable_frame): Renamed from find_printable_frame and made
5092 global.
5093 Remove level parameter.
5094 Use new interface to select_frame.
5095
5096 (begin_command): Remove.
5097 (ada_adjust_exception_stop): New function.
5098 (ada_print_exception_stop): New function.
5099 (exception_name_from_cond): New function.
5100 (ada_report_exception_break): Replace disabled code with
5101 conditionalization on GNAT_GDB.
5102 Get the exception name from the condition string.
5103 Remove and move functionality into new functions
5104 ada_print_exception_breakpoint_task and
5105 ada_print_exception_breakpoint_nontask.
5106 (error_breakpoint_runtime_sym_not_found): New function.
5107 (is_runtime_sym_defined): New function.
5108 (ada_breakpoint_rewrite): Uncomment suppressed code.
5109 Use symbolic error-message and runtime-symbol names.
5110 Surround runtime symbol names in quotes.
5111 Allow non-specific breakpoints on exceptions and assertions before
5112 program starts.
5113
5114 (ada_is_tagged_type): Add parameter.
5115 (ada_is_tag_type): New function.
5116 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5117 (ada_variant_discrim_type): Ditto.
5118 (value_tag_from_contents_and_address): New function.
5119 (type_from_tag): New function.
5120 (struct tag_args): New structure used to communicate with
5121 ada_tag_name_1.
5122 (ada_tag_name_1): New function.
5123 (ada_tag_name): New function.
5124
5125 (ada_scan_number): Update comment.
5126 (find_struct_field): New function.
5127 (ada_search_struct_field): Make static.
5128 (ada_value_struct_elt): New version that returns references when
5129 given pointers or references to structs.
5130 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5131 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5132 interface.
5133 (ada_value_ind): Use new ada_to_fixed_value interface.
5134 (ada_coerce_ref): Ditto.
5135 (field_offset): Remove.
5136
5137 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5138 (ada_find_renaming_symbol): New function.
5139 (ada_prefer_type): Prefer named types over unnamed ones.
5140 (variant_field_index): New function.
5141 (contains_variant_part): Removed: subsumed by variant_field_index.
5142 (ada_template_to_fixed_record_type): New function, mostly from
5143 template_to_fixed_record_type.
5144 (template_to_fixed_record_type):
5145 Do not scan the type fields beyond the last one; prevents a
5146 potential SEGV.
5147 Handle case where variant field is listed BEFORE discriminant it
5148 depends on.
5149 Fix calculation of record length when bit length is
5150 not evenly divisible by char length.
5151 Move code to ada_template_to_fixed_record_type and call it.
5152
5153 (template_to_static_fixed_type): Revise comment.
5154 Modify to work on ordinary record types as well as templates,
5155 so as to handle fields that use ___XVE or ___XVU encodings.
5156 (to_record_with_fixed_variant_part): Fill out comment.
5157 Initialize C++ stuff in right type.
5158 Allow case where DVAL is null.
5159 Handle case where variant field is not last.
5160 Fix typo concerning record length.
5161 (to_fixed_record_type): Decomment disabled code.
5162 (to_fixed_record_type): Use variant_field_index instead of
5163 contains_variant_part.
5164 (to_fixed_variant_branch_type): Ditto.
5165 (to_fixed_array_type): Decomment disabled code.
5166 (ada_to_fixed_type): Convert tagged types to the specific type.
5167 Deactivate the size-check for array types in order to avoid
5168 some false size alarms.
5169 (to_static_fixed_type): Decomment disabled code.
5170 Modify to call template_to_static_fixed_type
5171 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5172 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5173 Remove valaddr argument, as it is never really used.
5174 (ada_to_fixed_value): Change interface to act on single struct value*
5175 operand.
5176 (adjust_pc_past_prologue): New function.
5177 (ada_attribute_name): Modify to take enum exp_opcode argument.
5178
5179 (ada_enum_name): Recognize new homonym-distinguishing convention.
5180 Adjust local variable's type to remove compiler warning.
5181 Fix a small problem in the part that unqualifies the enumeration name.
5182 (ada_value_binop): New function.
5183 (ada_value_equal): New function.
5184
5185 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5186 Don't give error message when not doing normal evaluation
5187 and a tagged type doesn't seem to contain a structure member.
5188 Give error message for packed arrays.
5189 For indexing arrays, handle pointers to packed arrays correctly.
5190 Handle case of 'first and 'last attributes of bare integral type
5191 without encoded subtype info.
5192 Remove some unnecessary casts.
5193 Fix uninitialized value of type in computing 'first, 'last, or 'length
5194 of array object.
5195 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5196 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5197 calls.
5198 Attributes are now exp_opcode values.
5199 Correct treatment of 'modulus.
5200 Better error message for taking 'length of wrong kind of type;
5201 improve comment.
5202 Change EVAL_NORMAL to noside for consistency.
5203 Use ada_value_binop for DIV, MOD, REM.
5204 Make special case out of array of length 0, since an argument
5205 of 0 upsets some platforms' malloc.
5206 Use OP_STRING instead of OP_ARRAY.
5207 For slice, add check that we have an array type before extracting
5208 a slice out of it. Avoids a SEGV.
5209 When evaluating an array slice, if the array type is a reference to
5210 an aligner type, then replace the aligner type by the actual type.
5211 Decomment disabled code.
5212 Remove some dead code.
5213 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5214 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5215 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5216 and UNOP_MBR to UNOP_IN_RANGE.
5217 If an array type has a parallel ___XVE type, then use it.
5218 Turn arrays into pointers for lvalue arrays.
5219 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5220 bounds error and handle 0-length slices.
5221 Use lim_warning.
5222 When selecting fields, apply ada_to_fixed_value (because the fields
5223 might have ___XVU or ___XVE encodings even if not dynamic.)
5224 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5225 (ada_is_system_address_type): New function.
5226
5227 (get_var_value): Use new interface to ada_lookup_symbol_list.
5228 (get_int_var_value): New interface.
5229 (to_fixed_range_type): Allow unknown bound, with warning.
5230 (ada_is_modular_type): Decomment disabled code.
5231 (ADA_OPERATORS): New definition.
5232 (ada_operator_length): New function.
5233 (ada_expr_op_name): New function.
5234 (ada_forward_operator_length): New function.
5235 (ada_dump_subexp_body): New function.
5236 (ada_print_subexp): New function.
5237 (ada_exp_descriptor): New constant.
5238 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5239 (ada_language_defn): Add ada_exp_descriptor entry.
5240 Change ada_parse => parse.
5241 Add post-parser entry.
5242 Use ada-specific non-local symbol lookup.
5243 Don't use C-style arrays.
5244 String lower-bound is 1.
5245 Decomment disabled code.
5246 (parse): New function.
5247 New fields ada_translate_error_message, ada_lookup_symbol,
5248 ada_lookup_minimal_symbol.
5249
5250 * ada-lang.h: Update copyright dates.
5251 Replace the mangle/demangle terminology throughout by the
5252 more appropriate encode/decode one.
5253 Include breakpoint.h.
5254 Forward declare struct partial_symbol, struct block.
5255 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5256 (EXTRACT_ADDRESS): Remove.
5257 (EXTRACT_INT): Remove.
5258 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5259 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5260 (MAX_RENAMING_CHAIN_LENGTH): Define.
5261 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5262
5263 (enum task_states): Remove.
5264 ada_task_states: Remove.
5265 (fat_string): Remove.
5266 (struct entry_call): Remove.
5267 (struct task_fields): Remove.
5268 (struct task_entry): Remove.
5269
5270 (struct ada_symbol_info): Define.
5271 (enum ada_attribute): Remove.
5272 (enum ada_operator): Define.
5273
5274 (ada_get_field_index): Declare.
5275 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5276 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5277 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5278 (ada_lookup_symbol_list): New interface.
5279 (ada_decode_symbol): Declare.
5280 (ada_decode): Declare.
5281 (ada_lookup_symbol): New interface.
5282 (ada_update_initial_language): Declare.
5283 (ada_lookup_simple_minsym): Declare.
5284 (user_select_syms): New interface.
5285 (ada_sals_for_line): Declare.
5286 (ada_is_tagged_type): New interface.
5287 (ada_tag_name): Declare.
5288 (ada_lookup_struct_elt_type): Remove declaration.
5289 (ada_search_struct_field): Remove declaration.
5290 (ada_attribute_name): New interface.
5291 (ada_is_system_address_type): Declare.
5292 (ada_to_fixed_value): Remove declaration.
5293 (ada_template_to_fixed_record_type_1): Declare.
5294 (get_int_var_value): New interface.
5295 (ada_find_any_symbol): Declare.
5296 (ada_find_renaming_symbol): Declare.
5297 (ada_mangle): Rename to ada_encode.
5298 (ada_simple_renamed_entity): Remove const.
5299 (ada_main_name): Declare.
5300 (get_current_task): Rename to ada_get_current_task.
5301 (get_entry_number): Remove declaration.
5302 (ada_report_exception_break): Remove declaration.
5303 (ada_print_exception_breakpoint_nontask): Declare.
5304 (ada_print_exception_breakpoint_task): Declare.
5305 (ada_find_printable_frame): Declare.
5306
5307 * ada-lex.l: Update copyright notices.
5308 Use xmalloc and xfree instead of malloc and free.
5309 Use new interface to name_lookup.
5310 Use new interface to
5311 ada_mangle=>ada_encode.
5312 Redo handling of '$...' variable to parallel current treatment
5313 in c-exp.y.
5314 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5315 digit_to_int, strtoulst, processInt, processReal, processId,
5316 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5317 yywrap): Protoize.
5318
5319 (processInt): Use cast to remove harmless warning.
5320 (processReal): Modify to get rid of compiler warning on scan formats.
5321
5322 (processId): Replace xmalloc with obstack_alloc for name and remove
5323 call to ada_name_string_cleanup.
5324 Remove obsolete disabled code.
5325 (name_lookup): Ditto.
5326 New interface.
5327 Use obsavestring on temp_parse_space instead of savestring
5328 on name, and remove call to ada_name_string_cleanup.
5329 Free string returned from ada_simple_renamed_entity.
5330 Use new interface to ada_lookup_symbol_list.
5331 Decomment disabled code.
5332 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5333 not types.
5334 When a type name lookup succeeds as a result of
5335 lookup_primitive_typename, check for regular type entry that has not
5336 yet been read in.
5337 Limit length of chain of renamed symbols we are willing to follow.
5338 Do not break names beginning with "standard__" into segments.
5339 (block_lookup): Use new interface to ada_lookup_symbol_list.
5340
5341 * ada-typeprint.c: Update copyright notice.
5342 (demangled_type_name): Rename to decoded_type_name.
5343 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5344 (print_range_bound): Correct handling of negative
5345 bounds that make the index type looked unsigned under STABS.
5346 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5347 (print_range_type_named): Use the builtin int type if no type
5348 corresponding to the given type name could be found.
5349 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5350 Add some bullet-proofing.
5351 (print_variant_clauses): Allow for variant branches with ___XVU
5352 encodings that are not dynamic fields.
5353 Use new interface to ada_is_tagged_type.
5354 (print_record_type): Allow for fields with ___XVE encodings that
5355 are not dynamic fields.
5356 Use new interface to ada_is_tagged_type.
5357 (ada_print_type): ada_is_array_descriptor =>
5358 ada_is_array_descriptor_type.
5359
5360 * ada-valprint.c: Update copyright notice.
5361 Include gdb_string.h
5362 Include infcall.h
5363 (ui_memcpy): New function.
5364 (ada_print_floating): New function.
5365 (ada_print_str): Order arguments correctly.
5366 Correct handling of empty arrays and arrays of 0-length items.
5367 ada_is_array_descriptor => ada_is_array_descriptor_type
5368 Print values of type System.Address in hexadecimal format.
5369 Use ada_print_floating to print floating-point numbers in Ada format.
5370 Print class tag values with type names.
5371 No longer print the address of reference values. Avoids
5372 a potential confusion.
5373 (ada_value_print): Stop printing the object type for reference
5374 values, but preserve that behavior for access types. Avoids
5375 a potential confusion.
5376 Simplify one conditional expression, as the first part is now
5377 necessarily true.
5378 ada_is_array_descriptor => ada_is_array_descriptor_type
5379 Add check for arrays for null records, and print them by hand.
5380
5381 2004-06-01 Jim Blandy <jimb@redhat.com>
5382
5383 * ppc-tdep.h: Delete unused 'regoff' member.
5384 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5385
5386 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5387
5388 Fix PR symtab/1661.
5389 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5390 (hpread_read_struct_type): Likewise.
5391
5392 2004-06-01 Andrew Cagney <cagney@gnu.org>
5393
5394 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5395 instead of xasprintf.
5396 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5397 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5398 (mi_cmd_data_list_register_names)
5399 (mi_cmd_data_list_changed_registers)
5400 (mi_cmd_data_list_register_values)
5401 (get_register, mi_cmd_data_write_register_values)
5402 (mi_cmd_data_write_register_values)
5403 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5404 (mi_cmd_target_download, mi_cmd_target_select)
5405 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5406 (mi_execute_cli_command, mi_execute_async_cli_command)
5407 (mi_execute_async_cli_command): Ditto.
5408 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5409 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5410
5411 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5412 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5413 error_last_message instead of mi_error_last_message.
5414 * mi/mi-main.c (mi_error_last_message): Delete function.
5415
5416 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5417 "invalid number of columns" error. Delete redundant "out of
5418 memory" check.
5419
5420 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5421
5422 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5423 (gregset_t, fpregset_t): Remove typedefs.
5424 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5425 (REG_OFFSET): Rename argument.
5426 (i386bsd_r_reg_offset): Rename from reg_offset.
5427 (REG_ADDR): Remove macro.
5428 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5429 functions.
5430 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5431 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5432 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5433 instead of supply_gregset.
5434 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5435 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5436 instead of fill_gregset.
5437 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5438
5439 * i386bsd-nat.c: Don't include "gregset.h".
5440 (supply_gregset, fill_gregset): Make static.
5441 (supply_fpregset, fill_fpregset): Remove.
5442 * Makefile.in (i386bsd-nat.o): Update dependencies.
5443
5444 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5445
5446 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5447 "gdb_assert.h". Con't include "gregset.h".
5448 (fbsd_make_corefile_notes): Use regset-based core file support
5449 instead off fill_gregset and fill_fpregset.
5450 * Makefile.in (fbsd-proc.o): Update dependencies.
5451
5452 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5453 instructions.
5454 (m88k_frame_prev_register): Simplify code a bit.
5455
5456 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5457 (amd64_collect_fpregset): New function.
5458 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5459
5460 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5461
5462 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5463 (i386_collect_gregset): New function.
5464 (i386_supply_fpregset): Adjust comment.
5465 (i386_collect_fpregset): New function.
5466 (i386_regset_from_core_section): Use i386_collect_gregset and
5467 i386_collect_fpregset.
5468
5469 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5470 handle VALUEP being null.
5471
5472 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5473
5474 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5475
5476 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5477
5478 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5479 assembler in OpenBSD 3.5-current.
5480 (amd64obsd_sigcontext_addr): Likewise.
5481
5482 2004-05-28 Jim Blandy <jimb@redhat.com>
5483
5484 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5485 register set, so our regcache isn't declared "legacy" and our E500
5486 pseudoregister read and write functions aren't ignored.
5487 (rs6000_register_byte, rs6000_register_raw_size,
5488 rs6000_register_virtual_type, rs6000_register_convertible,
5489 rs6000_register_convert_to_virtual,
5490 rs6000_register_convert_to_raw): Deleted.
5491 (rs6000_register_type, rs6000_convert_register_p,
5492 rs6000_register_to_value, rs6000_value_to_register): New
5493 functions.
5494 (rs6000_gdbarch_init): Don't register
5495 gdbarch_deprecated_register_size,
5496 gdbarch_deprecated_register_bytes,
5497 gdbarch_deprecated_register_byte,
5498 gdbarch_deprecated_register_raw_size,
5499 gdbarch_deprecated_register_virtual_type,
5500 gdbarch_deprecated_register_convertible,
5501 gdbarch_deprecated_register_convert_to_virtual, or
5502 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5503 register gdbarch_register_type, gdbarch_convert_register_p,
5504 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5505
5506 2004-05-26 Jim Blandy <jimb@redhat.com>
5507
5508 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5509 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5510 functions, updated to match the register numberings used in GCC.
5511 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5512 rs6000_dwarf2_reg_to_regnum as register number conversions
5513 functions for STABS and Dwarf2.
5514
5515 2004-05-26 Randolph Chung <tausq@debian.org>
5516
5517 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5518 in header file.
5519
5520 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5521
5522 * NEWS: Document new "start" command.
5523
5524 2004-05-25 Randolph Chung <tausq@debian.org>
5525
5526 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5527 hppa-linux.
5528
5529 2004-05-25 Randolph Chung <tausq@debian.org>
5530
5531 * hppa-hpux-tdep.c (offsetof): Define.
5532 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5533 (hppa32_hpux_frame_base_before_sigtramp)
5534 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5535 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5536 (hppa64_hpux_frame_base_before_sigtramp)
5537 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5538 functions.
5539 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5540 (hppa_hpux_sigtramp_frame_unwind_cache)
5541 (hppa_hpux_sigtramp_frame_this_id)
5542 (hppa_hpux_sigtramp_frame_prev_register)
5543 (hppa_hpux_sigtramp_frame_unwind)
5544 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5545 (hppa_hpux_init_abi): Register sigtramp unwinder.
5546 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5547
5548 2004-05-25 Randolph Chung <tausq@debian.org>
5549
5550 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5551 and multiple stack unwinds.
5552 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5553
5554 2004-05-25 Andrew Cagney <cagney@gnu.org>
5555
5556 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5557 * symfile-mem.h: Delete file.
5558 * symfile-mem.c: Do not include "symfile-mem.h".
5559 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5560 "struct bfd_section". When an error do not bother returning NULL.
5561 (add_symbol_file_from_memory_command): Use "struct bfd" and
5562 "struct bfd_section".
5563 * Makefile.in (symfile_mem_h): Delete.
5564 (symfile-mem.o): Update dependencies.
5565
5566 2004-05-25 Nick Roberts <nickrob@gnu.org>
5567
5568 * gdb-mi.el: New file.
5569
5570 2004-05-25 Andrew Cagney <cagney@gnu.org>
5571
5572 * inftarg.c: Include "observer.h".
5573 (child_attach, child_create_inferior): Notify inferior_created.
5574 * corelow.c: Include "observer.h".
5575 (core_open): Notify inferior_created.
5576 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5577
5578 2004-05-25 Andrew Cagney <cagney@gnu.org>
5579
5580 * target.h (struct target_ops): Add from_tty to
5581 to_create_inferior.
5582 (target_create_inferior, find_default_create_inferior): Update.
5583 * infcmd.c (run_command): Update.
5584 * wince.c (child_create_inferior): Update.
5585 * win32-nat.c (child_create_inferior): Update.
5586 * uw-thread.c (uw_thread_create_inferior): Update.
5587 * thread-db.c (thread_db_create_inferior): Update.
5588 * target.c (debug_to_create_inferior)
5589 (find_default_create_inferior): Update.
5590 (maybe_kill_then_create_inferior): Update.
5591 * sol-thread.c (sol_thread_create_inferior): Update.
5592 * remote.c (extended_remote_async_create_inferior)
5593 (extended_remote_create_inferior): Update.
5594 * remote-vx.c (vx_create_inferior): Update.
5595 * remote-st.c (st2000_create_inferior): Update.
5596 * remote-sim.c (gdbsim_create_inferior): Update.
5597 * remote-sds.c (sds_create_inferior): Update.
5598 * remote-rdp.c (remote_rdp_create_inferior): Update.
5599 * remote-rdi.c (arm_rdi_create_inferior): Update.
5600 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5601 * remote-e7000.c (e7000_create_inferior): Update.
5602 * procfs.c (procfs_create_inferior): Update.
5603 * ocd.c (ocd_create_inferior): Update.
5604 * ocd.h (ocd_create_inferior): Update.
5605 * nto-procfs.c (procfs_create_inferior): Update.
5606 * monitor.c (monitor_create_inferior): Update.
5607 * lin-lwp.c (lin_lwp_create_inferior): Update.
5608 * inftarg.c (child_create_inferior): Update.
5609 * hpux-thread.c (hpux_thread_create_inferior): Update.
5610 * gnu-nat.c (gnu_create_inferior): Update.
5611
5612 2004-05-25 Andrew Cagney <cagney@gnu.com>
5613
5614 * MAINTAINERS: Update e-mail address.
5615
5616 2004-05-24 Randolph Chung <tausq@debian.org>
5617
5618 * thread.c (info_threads_command, thread_apply_all_command)
5619 (thread_apply_command, thread_command, do_captured_thread_select):
5620 Remove HPUXHPPA-specific code.
5621
5622 2004-05-24 Randolph Chung <tausq@debian.org>
5623
5624 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5625 unused symbols.
5626 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5627 references.
5628
5629 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5630
5631 * infcmd.c (kill_if_already_running): New function, extracted
5632 from run_command().
5633 (run_command): Replace extracted code by call to
5634 kill_if_already_running().
5635 (start_command): New function.
5636 (_initialize_infcmd): Add "start" command.
5637
5638 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5639
5640 Add OpenBSD/m88k support.
5641 * NEWS (New native configurations): Mention OpenBSD/m88k.
5642 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5643 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5644 * Makefile.in (m88k_tdep_h): New variable.
5645 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5646 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5647 * configure.host: Add m88*-*-openbsd*.
5648 * configure.tgt: Add m88*-*-openbsd*.
5649
5650 2004-05-24 Jim Blandy <jimb@redhat.com>
5651
5652 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5653 to approve changes.
5654
5655 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5656
5657 * symtab.c (fixup_section): Search section table when lookup by
5658 name fails.
5659
5660 2004-05-24 Randolph Chung <tausq@debian.org>
5661
5662 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5663 be "small_struct".
5664
5665 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5666
5667 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5668 register number in regcache_raw_collect call.
5669 (m68kbsd_collect_fpregset): Likewise.
5670 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5671
5672 * regset.h (struct regset): Add back `regset' member.
5673
5674 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5675
5676 * configure.in: Check for td_pcb in `struct thread'.
5677 * configure, config.in: Regenerated.
5678
5679 * dpx2-nat.c: Remove file.
5680 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5681 (dpx2-nat.o): Remove dependencies.
5682
5683 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5684 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5685 (amd64obsd_supply_pcb): New function.
5686 (_initialize_amd64obsd_nat): Enable libkvm interface.
5687 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5688 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5689 (LOADLIBES): New variable.
5690
5691 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5692 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5693 (sparc32nbsd_supply_pcb): New function.
5694 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5695 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5696 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5697 (LOADLIBES): New variable.
5698
5699 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5700
5701 * bsd-kvm.c, bsd-kvm.h: New files.
5702 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5703 "bsd-kvm.h".
5704 (i386fbsd_supply_pcb): New function.
5705 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5706 (i386fbsd-nat.o): Update dependencies.
5707 (bsd_kvm_h): New variable.
5708 (bsd-kvm.o): New dependency.
5709 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5710 (LOADLIBES): New variable.
5711
5712 * regset.c: Tweak comment.
5713 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5714 macro.
5715 * regset.h: Update copyright year.
5716 (struct regset): Remove `descr' member, add `gdbarch' member.
5717 (regset_alloc): Adjust prototype and comment.
5718 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5719 (i386_supply_fpregset): Likewise.
5720 (i386_regset_from_core_section): Update call to regset_alloc.
5721 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5722 REGSET->arch.
5723 (i386obsd_aout_regset_from_core_section): Update call to
5724 regset_alloc.
5725 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5726 REGSET->arch.
5727 (i386nbsd_aout_regset_from_core_section): Update call to
5728 regset_alloc.
5729 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5730 REGSET->arch.
5731 (amd64_regset_from_core_section): Update call to regset_alloc.
5732 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5733 REGSET->arch.
5734 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5735 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5736 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5737 (sparc32nbsd_init_abi): Update call to regset_alloc.
5738 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5739 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5740 (sparc64obsd_init_abi): Update call to regset_alloc.
5741 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5742 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5743 (sparc64nbsd_init_abi): Update call to regset_alloc.
5744 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5745 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5746 (sparc64fbsd_init_abi): Update call to regset_alloc.
5747
5748 2004-05-22 Jim Blandy <jimb@redhat.com>
5749
5750 * ppc-tdep.h (spe_register_p): New declaration.
5751 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5752 ppc_spefscr_regnum.
5753 * rs6000-tdep.c (spe_register_p): New function.
5754 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5755 spefscr.
5756 (rs6000_gdbarch_init): Initialize the new members of the tdep
5757 structure.
5758
5759 2004-05-21 Jim Blandy <jimb@redhat.com>
5760
5761 * ppc-linux-nat.c (fetch_register): Move code back to be next
5762 to the comment that describes it. (Moved code, instead of
5763 comment, for symmetry with store_register.)
5764
5765 Allocate regset structures in the gdbarch's obstack, not using
5766 xmalloc.
5767 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5768 Add 'arch' argument. Allocate the regset on arch's obstack, not
5769 using xmalloc.
5770 * regset.h (regset_alloc): Update declaration.
5771 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5772 gdbarch argument.
5773 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5774 * i386-tdep.c (i386_regset_from_core_section): Same.
5775 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5776 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5777 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5778 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5779 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5780 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5781
5782 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5783
5784 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5785
5786 2004-05-21 Jim Blandy <jimb@redhat.com>
5787
5788 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5789 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5790
5791 2004-05-20 Jim Blandy <jimb@redhat.com>
5792
5793 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5794
5795 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5796
5797 * regset.h: Make prototype const-correct.
5798 * regset.c (regset_xmalloc): Make const-correct.
5799
5800 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5801
5802 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5803 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5804 (symbol_search_name): Declare.
5805
5806 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5807 (iter_name_next_hashed): Ditto.
5808 (iter_name_next_linear): Ditto.
5809 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5810
5811 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5812 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5813 (symbol_search_name): New function.
5814
5815 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5816
5817 * minsyms.c (build_minimal_symbol_hash_tables): Change
5818 test for adding to demangled hash table to check for difference
5819 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5820
5821 2004-05-19 Jim Blandy <jimb@redhat.com>
5822
5823 Use a constructor function to create regset structures.
5824 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5825 (struct regset): Use supply_regset_ftype. Add new
5826 'collect_regset' member.
5827 (regset_xmalloc): New declaration.
5828 * regset.c: New file.
5829 * am64-tdep.c (amd64_regset_from_core_section): Use
5830 regset_xmalloc to construct regset structures.
5831 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5832 * i386-tdep.c (i386_regset_from_core_section): Same.
5833 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5834 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5835 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5836 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5837 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5838 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5839 * Makefile.in (COMMON_OBS): Add regset.o.
5840 (regset.o): New rule.
5841
5842 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5843
5844 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5845 and pthread_cond_wait.c.
5846
5847 2004-05-18 Jim Blandy <jimb@redhat.com>
5848
5849 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5850 before the mach-specific switch, and then let the individual cases
5851 override the defaults, rather than leaving them uninitialized
5852 until the switch and then setting them in each case.
5853
5854 2004-05-18 Randolph Chung <tausq@debian.org>
5855
5856 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5857 millicode functions.
5858
5859 2004-05-18 Randolph Chung <tausq@debian.org>
5860
5861 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5862 references to dld_flags_buffer consistent.
5863
5864 2004-05-18 Randolph Chung <tausq@debian.org>
5865
5866 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5867 it for unwinding the stack.
5868
5869 2004-05-18 Randolph Chung <tausq@debian.org>
5870
5871 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5872 Undefine these so we can overide them using gdbarch.
5873
5874 2004-05-18 Randolph Chung <tausq@debian.org>
5875
5876 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5877 handling for 64-bit HPUX (elf).
5878
5879 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5880
5881 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5882 constants.
5883 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5884 * ia64-tdep.c (examine_prologue): Likewise.
5885 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5886 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5887
5888 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5889
5890 * vax-tdep.c (vax_return_value): Implement
5891 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5892
5893 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5894
5895 * vax-tdep.c (vax_return_value): Fix typo.
5896
5897 2004-05-17 Andrew Cagney <cagney@redhat.com>
5898
5899 * MAINTAINERS: Mark Salter was also responsible for
5900 testsuite/config/
5901
5902 * NEWS: Mention signal fixes.
5903
5904 2004-05-17 Randolph Chung <tausq@debian.org>
5905
5906 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5907 check to see if we are unwinding an export stub. Export stubs clobber
5908 the %rp in the call path and stores the original rp in a stack slot.
5909
5910 2004-05-17 Jim Blandy <jimb@redhat.com>
5911
5912 * MAINTAINERS: Update address for J.T. Conklin.
5913
5914 2004-05-17 Randolph Chung <tausq@debian.org>
5915
5916 * hppa-tdep.c: Remove superfluous #include's.
5917 * Makefile.in (hppa-tdep.o): Update dependencies.
5918
5919 2004-05-17 Randolph Chung <tausq@debian.org>
5920
5921 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5922 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5923 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5924 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5925 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5926 Remove static function declarations.
5927
5928 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5929
5930 * alphabsd-nat.c: Update copyright year.
5931 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5932
5933 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5934 and M68K_A2_REGNUM.
5935
5936 * m68k-tdep.c (m68k_svr4_return_value): Implement
5937 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5938
5939 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5940
5941 * sol-thread.c Update copyright year. Fix various coding
5942 standards violations. Tweak a few comments.
5943 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5944 Delete prototypes.
5945
5946 2004-05-15 Randolph Chung <tausq@debian.org>
5947
5948 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5949 as pointer instead of array reference since HPUX compiler does
5950 not accept unsized array arguments.
5951 * somsolib.c (dld_flags_buffer): Use constant array size.
5952
5953 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5954
5955 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5956 offset with decimal offset.
5957 (amd64obsd_sigcontext_addr): Return correct address for entire
5958 signal trampoline.
5959
5960 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5961 instead of get_frame_base.
5962
5963 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5964 (fill_gregset): Use regcache_raw_collect.
5965
5966 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5967 ppcobsd-tdep.c.
5968
5969 * config/sparc/tm-nbsd64.h: Remove file.
5970 * config/tm-sunos.h: Remove file.
5971
5972 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5973
5974 * rs6000-tdep.c (store_param_on_stack_p): New function,
5975 an improved version of some code extracted from skip_prologue().
5976 (skip_prologue): Use store_param_on_stack_p() to detect
5977 instructions saving a parameter on the stack. Detect when r0
5978 is used to save a parameter.
5979 Do not mark "li rx, SIMM" instructions as part of the prologue,
5980 unless the following instruction is also part of the prologue.
5981
5982 2004-05-14 Andrew Cagney <cagney@redhat.com>
5983
5984 * infrun.c (handle_inferior_event): Simplify
5985 STEP_OVER_UNDEBUGGABLE.
5986
5987 * infrun.c (handle_step_into_function): Delete function.
5988 (handle_inferior_event): Inline calls to
5989 handle_step_into_function.
5990
5991 2004-05-14 Jerome Guitton <guitton@gnat.com>
5992
5993 * rs6000-nat.c: Fix a comment.
5994
5995 2004-05-12 David Anderson <davea@sgi.com>
5996
5997 Committed by Jim Blandy <jimb@redhat.com>:
5998 * regcache.c (struct regcache_descr): fix comment spelling.
5999
6000 2004-05-13 J. Brobecker <brobecker@gnat.com>
6001
6002 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6003 Fixes a link link failure.
6004
6005 2004-05-13 J. Brobecker <brobecker@gnat.com>
6006
6007 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6008 error that was causing the build to fail.
6009
6010 2004-05-13 J. Brobecker <brobecker@gnat.com>
6011
6012 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6013 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6014
6015 2004-05-13 Andrew Cagney <cagney@redhat.com>
6016
6017 * infrun.c (handle_inferior_event): Check for
6018 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6019 calls. Update comments.
6020
6021 2004-05-13 Jim Blandy <jimb@redhat.com>
6022
6023 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6024 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6025 (store_regs_user_thread, store_regs_kernel_thread): Use
6026 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6027 * ppc-linux-nat.c (fill_gregset): Same.
6028 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6029 (ppc_linux_sigtramp_cache): Same.
6030 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6031 (ppcnbsd_sigtramp_cache_init): Same.
6032 * rs6000-nat.c (fetch_core_registers): Same.
6033 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6034 (rs6000_frame_cache): Same.
6035
6036 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6037 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6038 of assuming that the gprs are numbered starting with zero.
6039 * ppc-linux-nat.c (fill_gregset): Same.
6040 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6041 * ppcnbsd-nat.c (getregs_supplies): Same.
6042 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6043 * rs6000-nat.c (fetch_core_registers): Same.
6044 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6045
6046 2004-05-07 Michael Snyder <msnyder@redhat.com>
6047
6048 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6049 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6050
6051 2004-05-13 Andrew Cagney <cagney@redhat.com>
6052
6053 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6054
6055 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6056
6057 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6058 base_address for shared libraries.
6059
6060 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6061
6062 * MAINTAINERS (write after approval): Add myself.
6063
6064 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6065
6066 * breakpoint.c (bpstat_stop_status): Add new argument
6067 STOPPED_BY_WATCHPOINT. Use it instead of testing
6068 target_stopped_data_address agaist 0 to check whether
6069 or not we stopped due to a hardware watchpoint.
6070 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6071 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6072 with new argument.
6073
6074 2004-05-12 Jim Blandy <jimb@redhat.com>
6075
6076 * configure.in: When checking whether we should use the -bbigtoc
6077 option, don't forget to restore the original value of LDFLAGS.
6078 * configure: Regenerated.
6079
6080 2004-05-12 Andrew Cagney <cagney@redhat.com>
6081
6082 * thread.c (load_infrun_state): Delete step_sp.
6083 * infrun.c (context_switch): Ditto.
6084 * inferior.h (step_sp): Ditto.
6085 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6086 * gdbthread.h (struct thread_info, save_infrun_state)
6087 (restore_infrun_state): Ditto.
6088
6089 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6090
6091 * MAINTAINERS (write after approval): Add myself.
6092
6093 2004-05-12 Andrew Cagney <cagney@redhat.com>
6094
6095 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6096 eliminate reference to step_sp.
6097 (struct execution_control_state, init_execution_control_state)
6098 (handle_inferior_event, keep_going): Delete update_step_sp and
6099 step_sp.
6100 * infcmd.c (step_sp): Note that variable is unused.
6101
6102 2004-05-11 Andrew Cagney <cagney@redhat.com>
6103
6104 * infrun.c (step_over_function): Delete function.
6105 (handle_step_into_function): Use insert_step_resume_breakpoint.
6106 (insert_step_resume_breakpoint): Fix assertion.
6107
6108 2004-05-11 Nick Roberts <nickrob@gnu.org>
6109
6110 * utils.c (defaulted_query): Just use the normal query input type
6111 when printing the annotations.
6112
6113 2004-05-11 Andrew Cagney <cagney@redhat.com>
6114
6115 * infrun.c (handle_inferior_event): Simplify code handling
6116 step-into or return-from a signal trampoline.
6117
6118 2004-05-11 Andrew Cagney <cagney@redhat.com>
6119
6120 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6121 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6122
6123 2004-05-10 Jim Blandy <jimb@redhat.com>
6124
6125 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6126 with a call to internal_error.
6127
6128 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6129 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6130 processor variant lacks those registers.
6131 (ppc_floating_point_unit_p): Change description to make it clear
6132 that this returns info about the ISA, not the ABI.
6133 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6134 return true or false by checking tdep->ppc_fp0_regnum and
6135 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6136 arch/mach switching done in rs6000_gdbarch_init; it's better to
6137 keep that logic there, and just check the results here.
6138 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6139 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6140 floating-point registers.
6141 (ppc_supply_fpregset, ppc_collect_fpregset)
6142 (rs6000_push_dummy_call, rs6000_extract_return_value)
6143 (rs6000_store_return_value): Assert that we have floating-point
6144 registers.
6145 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6146 (rs6000_frame_cache): Don't note the locations at which
6147 floating-point registers were saved if we have no fprs.
6148 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6149 registers.
6150 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6151 (store_regs_user_thread, store_regs_kernel_thread): Only call
6152 supply_fprs / fill_fprs if we actually have floating-point
6153 registers.
6154 (special_register_p): Check ppc_fpscr_regnum before matching
6155 against it.
6156 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6157 supply / collect fpscr if we don't have it.
6158 * ppc-bdm.c: #include "gdb_assert.h".
6159 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6160 have floating-point registers, since I can't test this code on
6161 FP-free systems to adapt it.
6162 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6163 fpscr and floating point register numbers if they don't exist.
6164 (fetch_register): Assert that we have floating-point registers
6165 before we reach the code that handles them.
6166 (store_register): Same. And use tdep instead of calling
6167 gdbarch_tdep again.
6168 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6169 don't have them.
6170 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6171 fprs and fpscr if we don't have them.
6172 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6173 don't have them.
6174 * ppcnbsd-nat.c: #include "gdb_assert.h".
6175 (getfpregs_supplies): Assert that we have floating-point registers.
6176 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6177 * ppcobsd-tdep.c: #include "gdb_assert.h".
6178 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6179 have floating-point registers.
6180 * rs6000-nat.c (regmap): Don't match against the fpscr and
6181 floating point register numbers if they don't exist.
6182 (fetch_inferior_registers, store_inferior_registers,
6183 fetch_core_registers): Only fetch / store / supply the
6184 floating-point registers and the fpscr if we have them.
6185 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6186 (ppcobsd-tdep.o): Update dependencies.
6187
6188 2004-05-10 Andrew Cagney <cagney@redhat.com>
6189
6190 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6191 (context_switch): Do not switch through_sigtramp_breakpoint.
6192 * gdbthread.h (save_infrun_state, load_infrun_state)
6193 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6194 and structure member.
6195 * thread.c (load_infrun_state, save_infrun_state): Update.
6196
6197 2004-05-10 Mark Kettenis <kettenis@gnu.org>
6198
6199 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6200
6201 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6202
6203 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6204 throughout.
6205 * aclocal.m4: Regenerate.
6206
6207 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6208
6209 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6210
6211 2004-05-10 Andrew Cagney <cagney@redhat.com>
6212
6213 * infrun.c (check_sigtramp2): Delete function.
6214 (handle_inferior_event): When single stepping, and taking a
6215 signal, set a breakpoint at the signal return address. Delete
6216 redundant calls to check_sigtramp2.
6217 (insert_step_resume_breakpoint): New function.
6218 (through_sigtramp_breakpoint, handle_inferior_event)
6219 (follow_exec, wait_for_inferior, fetch_inferior_event)
6220 (currently_stepping, keep_going): Delete most uses of
6221 through_sigtramp_breakpoint, not that it should be deleted.
6222 (delete_breakpoint_current_contents): Delete function.
6223
6224 2004-05-10 Randolph Chung <tausq@debian.org>
6225
6226 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6227 target.
6228 * config/pa/tm-linux.h: New file.
6229
6230 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6231
6232 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6233 of prefixes. Don't print the prefix twice in the CLI.
6234
6235 2004-05-10 Jim Blandy <jimb@redhat.com>
6236
6237 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6238 collect all the gprs.
6239
6240 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6241 loop collecting gprs.
6242
6243 2004-05-09 Andrew Cagney <cagney@redhat.com>
6244
6245 * remote-vx.c (net_step): Delete step-range code.
6246 * remote.c (remote_resume, init_all_packet_configs)
6247 (set_remote_protocol_E_packet_cmd)
6248 (show_remote_protocol_E_packet_cmd)
6249 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6250 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6251 (show_remote_protocol_e_packet_cmd): Ditto.
6252
6253 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6254
6255 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6256
6257 * hppa-tdep.h: Update copyright year.
6258 (struct trad_frame_saved_reg): Add opaque declaration.
6259
6260 * amd64-tdep.c (amd64_return_value): Implement
6261 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6262
6263 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6264 (m68k_value_to_register): New functions.
6265 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6266 value_to_register.
6267
6268 * defs.h (enum return_value_convention): Add
6269 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6270 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6271 * infcmd.c (legacy_return_value): New function.
6272 (print_return_value): Rwerite to implement
6273 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6274 * values.c (using_struct_return): Check for inequality to
6275 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6276 RETURN_VALUE_STRUCT_CONVENTION.
6277 * i386-tdep.c (i386_return_value): Implement
6278 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6279
6280 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6281 include "symtab.h", "opcode/vax.h" and "inferior.h".
6282 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6283 to read_memory_unsigned_integer.
6284 (vax_gdbarch_init): Reorder.
6285 (_initialize_vax_tdep): Spell out prototype.
6286 * Makefile.in (vax-tdep.o): Update dependencies.
6287
6288 2004-05-08 Andrew Cagney <cagney@redhat.com>
6289
6290 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6291 * target.c (target_detach, target_disconnect): Ditto.
6292
6293 * infcall.c (call_function_by_hand): When no
6294 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6295 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6296 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6297 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6298 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6299
6300 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6301 * gdbarch.h, gdbarch.c: Re-generate.
6302 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6303 deprecated_fix_call_dummy.
6304 * v850-tdep.c (v850_gdbarch_init): Ditto.
6305 * infcall.c (call_function_by_hand): Do not call
6306 DEPRECATED_FIX_CALL_DUMMY.
6307
6308 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6309 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6310 * gdbarch.h, gdbarch.c: Re-generate.
6311 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6312 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6313 deprecated_sizeof_call_dummy_words.
6314 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6316 * v850-tdep.c (v850_gdbarch_init): Ditto.
6317 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6318 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6319 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6320 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6321 * arch-utils.h (legacy_call_dummy_words)
6322 (legacy_sizeof_call_dummy_words): Delete declarations.
6323 * arch-utils.c (legacy_call_dummy_words)
6324 (legacy_sizeof_call_dummy_words): Delete variables.
6325
6326 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6327 * gdbarch.h, gdbarch.c: Re-generate.
6328 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6329 * infcall.c (call_function_by_hand): Eliminate call to
6330 DEPRECATED_PUSH_DUMMY_FRAME.
6331 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6332 push_dummy_frame.
6333 (ns32k_push_dummy_frame): Delete function.
6334
6335 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6336 deprecated_call_dummy_breakpoint_offset or
6337 deprecated_call_dummy_start_offset.
6338 * dummy-frame.c, arm-tdep.c: Update comments.
6339 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6340 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6341 * gdbarch.h, gdbarch.c: Re-generate.
6342
6343 * infcall.c (legacy_push_dummy_code): Delete function.
6344 (push_dummy_code): Delete call.
6345
6346 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6347 * gdbarch.h, gdbarch.c: Re-generate.
6348 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6349 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6350 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6351 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6352
6353 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6354 (struct frame_info): Delete opaque declaration.
6355 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6356 * frame.c (get_frame_type): Delete call.
6357
6358 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6359 pc_in_call_dummy.
6360 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6361 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6362
6363 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6364
6365 * alphanbsd-tdep.c: Include "gdb_string.h".
6366 * armnbsd-tdep.c: Update copyright year.
6367 Include "gdb_string.h".
6368 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6369 dependencies.
6370
6371 * delta68-nat.c: Remove file.
6372 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6373 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6374 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6375 (delta68-nat.o): Remove dependency.
6376
6377 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6378 function.
6379 (m68k_gdbarch_init): Don't set
6380 deprecated_frameless_function_invocation.
6381
6382 2004-05-07 Randolph Chung <tausq@debian.org>
6383
6384 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6385 read_memory_nobpt for code reading when doing frame unwinding.
6386 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6387
6388 2004-05-07 Randolph Chung <tausq@debian.org>
6389
6390 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6391 instead of sp, handle sigaltstack case.
6392 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6393 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6394 signal handler and not that of the caller.
6395 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6396 hppa_linux_sigtramp_find_sigcontext.
6397
6398 2004-05-07 Randolph Chung <tausq@debian.org>
6399
6400 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6401 hppa-linux-nat.c.
6402 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6403 * hppa-linux-nat.c (fetch_register, store_register): Define.
6404 (fetch_inferior_registers, store_inferior_registers): Define.
6405 (supply_gregset): Add comment and clean up some unneeded code.
6406 (fill_gregset): Add comment and fix so that it saves registers in
6407 the right place in the gregset.
6408 (fill_fpregset): Fix buffer overrun problem.
6409 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6410
6411 2004-05-07 Randolph Chung <tausq@debian.org>
6412
6413 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6414 do common handling of the pcoqt register.
6415 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6416 to use helper function.
6417 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6418 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6419 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6420 generic fallback unwinder when all else fails.
6421 (hppa_gdbarch_init): Add fallback sniffer.
6422 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6423 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6424 to use helper function.
6425
6426 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6427
6428 * config/djgpp/fnchange.lst: Add translation rules for
6429 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6430
6431 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6432
6433 * frame.c (get_prev_frame_1): Work around GCC bug.
6434 * frame.h: Add comment about GCC bug.
6435
6436 2004-05-07 Andrew Cagney <cagney@redhat.com>
6437
6438 * observer.c: Include "commands.h" and "gdbcmd.h".
6439 (observer_debug, _initialize_observer): Add the
6440 command "set/show debug observer".
6441 * observer.sh: When observer debugging, log notify calls.
6442 * Makefile.in (observer.o): Update dependencies.
6443
6444 2004-05-07 Jason Molenda (jmolenda@apple.com)
6445
6446 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6447
6448 2004-05-07 Jim Blandy <jimb@redhat.com>
6449
6450 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6451 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6452 to recognize gpr regnums, instead of assuming that
6453 tdep->ppc_fp0_regnum marks the end of the general-purpose
6454 registers.
6455
6456 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6457 the given architecture has floating-point registers.
6458
6459 2004-05-07 Andrew Cagney <cagney@redhat.com>
6460
6461 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6462 macro defined to 1.
6463 * gdbarch.h, gdbarch.c: Re-generate.
6464 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6465 deprecated_use_generic_dummy_frames.
6466
6467 2004-05-07 Brian Ford <ford@vss.fsi.com>
6468
6469 * NEWS: Mention Cygwin DWARF 2 support.
6470
6471 2004-05-07 Andrew Cagney <cagney@redhat.com>
6472
6473 * objfiles.h (struct entry_info): Delete unused fields
6474 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6475 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6476 * mipsread.c (mipscoff_symfile_read): Update.
6477 * mdebugread.c (parse_partial_symbols): Update.
6478 * dwarfread.c (read_file_scope): Update.
6479 * dwarf2read.c (read_file_scope): Update.
6480 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6481 * coffread.c (complete_symtab): Update.
6482
6483 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6484
6485 * infcall.c (_initialize_infcall): Fix typo.
6486
6487 2004-05-07 Andrew Cagney <cagney@redhat.com>
6488
6489 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6490 * command.h (add_setshow_zinteger_cmd): Declare.
6491
6492 2004-05-06 Randolph Chung <tausq@debian.org>
6493
6494 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6495 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6496 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6497 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6498 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6499 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6500 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6501 definitions ...
6502 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6503 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6504 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6505 (hppa64_hpux_frame_find_saved_regs_in_sig)
6506 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6507 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6508 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6509 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6510 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6511 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6512 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6513 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6514 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6515 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6516 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6517 (hppa32_register_type, hppa_cannot_store_register)
6518 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6519 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6520 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6521 * pa64solib.c (pa64_solib_have_load_event)
6522 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6523 (pa64_solib_unloaded_library_pathname): Likewise.
6524 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6525 (som_solib_library_pathname): Likewise.
6526
6527 2004-05-05 Jim Ingham <jingham@apple.com>
6528
6529 * breakpoint.c (create_breakpoints): Copy the ignore count and
6530 thread id over from the pended breakpoint to the actual
6531 breakpoint.
6532
6533 2004-05-05 Andrew Cagney <cagney@redhat.com>
6534
6535 * gdbarch.sh (PARM_BOUNDARY): Delete.
6536 gdbarch.h, gdbarch.c: Re-generate.
6537 * valops.c (PARM_BOUNDARY): Delete macro.
6538 (value_push): Delete PARM_BOUNDARY code.
6539 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6540
6541 2004-05-04 Jim Blandy <jimb@redhat.com>
6542
6543 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6544 Don't assume that the gprs, fprs, and UISA sprs are
6545 contiguous, start at register number zero, and end with fpscr.
6546 Instead, use the numbers from the tdep structure.
6547
6548 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6549 should no longer be used in code specific to the RS6000 and its
6550 derivatives.
6551 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6552 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6553 tdep->ppc_fp0_regnum.
6554 (ppc_supply_fpregset, ppc_collect_fpregset)
6555 (rs6000_push_dummy_call, rs6000_extract_return_value)
6556 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6557 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6558 FP0_REGNUM.
6559 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6560 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6561 Same.
6562 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6563 bdm_ppc_store_registers): Same.
6564 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6565 (store_register, fill_fpregset): Same.
6566 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6567 (ppc_linux_supply_fpregset): Same.
6568 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6569 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6570 Same.
6571 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6572 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6573 ppc64_sysv_abi_return_value): Same.
6574 * rs6000-nat.c (regmap, fetch_inferior_registers)
6575 (store_inferior_registers, fetch_core_registers): Same.
6576
6577 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6578
6579 * m68knbsd-nat.c: Remove file.
6580 * m68knbsd-tdep.c: Remove file.
6581 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6582 dependencies.
6583 * configure.host: Add m68k-*-netbsdelf*.
6584 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6585 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6586 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6587 (XM_FILE): Remove.
6588 * config/m68k/nbsdelf.mh: New file.
6589 * config/m68k/nbsd.mt: New file.
6590 * config/m68k/nbsdaout.mt: Remove file.
6591 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6592 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6593 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6594 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6595 (use_struct_convention): Remove prototype.
6596 (USE_STRUCT_CONVENTION): Remove define.
6597 * config/m68k/xm-nbsd.h: Remove file.
6598
6599 2004-05-04 Michael Snyder <msnyder@redhat.com>
6600
6601 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6602 reg_struct_return method (as gcc usually does for cross targets).
6603
6604 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6605
6606 Committed by Andrew Cagney.
6607 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6608 alignment padding when accessing ucontext struct members.
6609
6610 2004-05-04 Jim Blandy <jimb@redhat.com>
6611
6612 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6613 'ppc_gplast_regnum' member.
6614 (ppc_num_gprs): New enum constant.
6615 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6616 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6617 * rs6000-nat.c (regmap, fetch_inferior_registers,
6618 store_inferior_registers): Same.
6619 * rs6000-tdep.c (e500_pseudo_register_read)
6620 (e500_pseudo_register_write): Same.
6621 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6622
6623 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6624 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6625 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6626 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6627 FPLAST_REGNUM.
6628 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6629 Same.
6630 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6631 * rs6000-nat.c (regmap, fetch_inferior_registers)
6632 (store_inferior_registers): Same.
6633
6634 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6635 with FPLAST_REGNUM.
6636
6637 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6638
6639 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6640 failure detected by recent versions of GCC.
6641 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6642 to be consistent with the usage in dwarf2_create_include_psymtab.
6643
6644 2004-05-03 Michael Snyder <msnyder@redhat.com>
6645
6646 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6647 (heuristic_proc_start): Whitespace cleanup.
6648
6649 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6650
6651 * sun3-nat.c: Remove file.
6652 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6653 dependencies.
6654 (ALLDEPFILES): Remove sun3-nat.c.
6655 (sun3-nat.o): Remove dependencies.
6656
6657 * i386-interix-nat.c, i386-interix-tdep.c,
6658 config/i386/nm-interix.h, config/i386/interix.mh,
6659 config/i386/interix.mt: Remove files.
6660 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6661 dependencies.
6662
6663 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6664
6665 * m68k-tdep.h (struct gdbarch_tdep): Add member
6666 struct_value_regnum.
6667 (m68k_svr4_init_abi): New prototype.
6668 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6669 different calling conventions.
6670 (m68k_extract_return_value): Remove code dealing with single-field
6671 structs.
6672 (m68k_store_return_value): Remove code dealing with single-field
6673 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6674 (m68k_extract_struct_value_address): Remove function.
6675 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6676 (m68k_reg_struct_return_p, m68k_return_value)
6677 (m68k_svr4_return_value): New functions.
6678 (m68k_use_struct_convention): Remove function.
6679 (m68k_push_dummy_call): Use new struct_value_regnum member of
6680 `struct gdbarch_tdep' instead of hardcoded register number to
6681 store STRUCT_ADDR.
6682 (m68k_svr4_init_abi): New function.
6683 (m68k_gdbarch_init): Don't set extract_return_value,
6684 store_return_values, deprecated_extract_struct_value_address and
6685 use_struct_convention. Set return_value instead. Initialize new
6686 struct_value_regnum member of `struct gdbarch_tdep'.
6687 * m68klinux-tdep.c: Update copyright year.
6688 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6689 (m68k_linux_extract_struct_value_address): Remove function.
6690 (m68k_linux_init_abi): Don't set extract_return_value,
6691 store_return_values, deprecated_extract_struct_value_address and
6692 use_struct_convention. Call m68k_svr4_init_abi but override the
6693 new struct_value_regnum member of `struct gdbarch_tdep'.
6694 * Makefile.in (m68k-tdep.o): Update dependencies.
6695
6696 2004-05-03 J. Brobecker <brobecker@gnat.com>
6697
6698 * dwarf2read.c (line_header): Add new included_p field in
6699 field file_names.
6700 (partial_die_info): New field has_stmt_list. New field line_offset.
6701 (dwarf2_create_include_psymtab): New function.
6702 (dwarf2_build_include_psymtabs): New function.
6703 (add_file_name): Add forward declaration. Initialize new field.
6704 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6705 to be able to determine the list of files included by the
6706 given unit, and build their associated psymtabs.
6707 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6708 files as well.
6709 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6710 (read_file_scope): Update call to dwarf_decode_lines.
6711 (read_partial_die): Handle DW_AT_stmt_list attributes.
6712
6713 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6714
6715 Unfix PR gdb/1626.
6716 * configure.in: Revert special case for osf5.*.
6717 * configure: Regenerate.
6718
6719 2004-05-02 Jim Blandy <jimb@redhat.com>
6720
6721 Move the symbol-file-from-memory functions into their own file.
6722 * symfile-mem.c, symfile-mem.h: New files.
6723 * symfile.c (symbol_file_add_from_bfd): New function.
6724 (symbol_file_add): Call symbol_file_add_from_bfd.
6725 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6726 Moved to symfile-mem.c.
6727 (_initialize_symfile): Move definition of
6728 add-symbol-file-from-memory command to symfile-mem.c.
6729 * symfile.h (symbol_file_add_from_bfd): New declaration.
6730 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6731 * config/powerpc/linux.mt (TDEPFILES): Same.
6732 * Makefile.in (SFILES): Add symfile-mem.c.
6733 (symfile_mem_h): New variable.
6734 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6735 (symfile-mem.o): New rule.
6736
6737 2004-05-01 Andrew Cagney <cagney@redhat.com>
6738
6739 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6740 frame_find_by_id instead of frame_relative_level.
6741 (do_enable_breakpoint): Ditto.
6742 * thread.c: Update copyright.
6743 (info_threads_command): Ditto, simplify.
6744
6745 * frame.c (deprecated_generic_get_saved_register): Delete
6746 function, moved to "xstormy16-tdep.c".
6747 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6748 deprecated_generic_get_saved_register from "frame.c".
6749 (xstormy16_frame_saved_register): Call
6750 xstormy16_get_saved_register.
6751 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6752 static.
6753 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6754 * frame.h (deprecated_generic_get_saved_register): Delete.
6755
6756 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6757
6758 * dwarfread.c: Update documentation on the state of dwarf-1.
6759
6760 2004-05-01 Andrew Cagney <cagney@redhat.com>
6761
6762 * stack.c (select_frame_command): Delete call to
6763 frame_relative_level.
6764 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6765 Delete #if0 code.
6766 (frame_info): Do not print FRAMELESS.
6767 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6768 (catch_info): Delete #if0 code.
6769
6770 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6771 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6772 of frame_relative_level.
6773 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6774 to SENTINEL_FRAME.
6775 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6776 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6777 frame_relative_level.
6778
6779 * frame.h (deprecated_set_frame_type): Delete declaration.
6780 * frame.c (deprecated_set_frame_type): Delete function, update
6781 comments.
6782
6783 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6784 * gdbarch.h, gdbarch.c: Re-generate.
6785 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6786 (shnbsd_pc_in_sigtramp): Delete.
6787 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6788 pc_in_sigtramp.
6789 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6790 pc_in_sigtramp.
6791 * frame.h: Update comments.
6792 * ppc-linux-tdep.c: Update comments.
6793 * breakpoint.c (bpstat_what): Update comments.
6794
6795 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6796 m68klinux-tdep.o's dependencies, were previously added to
6797 m68klinux-nat.o.
6798
6799 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6800 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6801 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6802 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6803 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6804
6805 * Makefile.in (m68klinux-nat.o): Update dependencies.
6806 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6807 (m68k_linux_sigtramp_frame_cache)
6808 (m68k_linux_sigtramp_frame_this_id)
6809 (m68k_linux_sigtramp_frame_prev_register)
6810 (m68k_linux_sigtramp_frame_unwind)
6811 (m68k_linux_sigtramp_frame_sniffer)
6812 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6813 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6814 names, use trad-frame.h.
6815 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6816 (struct m68k_sigtramp_info): Delete.
6817 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6818 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6819 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6820 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6821 "m68klinux-tdep.c".
6822
6823 * infrun.c (check_sigtramp2): Delete check for
6824 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6825
6826 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6827
6828 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6829
6830 2004-05-01 Andrew Cagney <cagney@redhat.com>
6831
6832 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6833 (frv_linux_sigtramp_frame_cache)
6834 (frv_linux_sigtramp_frame_this_id)
6835 (frv_linux_sigtramp_frame_prev_register)
6836 (frv_linux_sigtramp_frame_unwind)
6837 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6838 include "linux" in function and variable names, directly call
6839 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6840 the latest trad-frame code.
6841 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6842 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6843 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6844 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6845 * frv-tdep.c (frv_sigtramp_frame_cache)
6846 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6847 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6848 frv-linux-tdep.c.
6849 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6850 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6851 (frv_set_sigcontext_reg_addr): Delete function.
6852
6853 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6854 (DEPRECATED_SIGTRAMP_END): Delete.
6855 * gdbarch.h, gdbarch.c: Re-generate.
6856 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6857 * config/vax/tm-vaxbsd.h: Update copyright.
6858 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6859 (DEPRECATED_IN_SIGTRAMP): Define.
6860 * config/m68k/tm-nbsd.h: Update copyright.
6861 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6862 (DEPRECATED_IN_SIGTRAMP): Define.
6863
6864 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6865
6866 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6867 encondings. Fixes PR gdb/1628.
6868
6869 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6870 DW_CFA_restore state without a matching DW_CFA_remember_state
6871 instead of aborting. Fixes PR backtrace/1589.
6872
6873 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6874
6875 * MAINTAINERS: Add self as AIX maintainer.
6876 Update my e-mail address in write-after-approval section.
6877
6878 2004-04-30 Andrew Cagney <cagney@redhat.com>
6879
6880 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6881 (legacy_get_prev_frame): Ditto.
6882
6883 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6884 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6885 * mipsread.c (sigtramp_address): Delete extern variable.
6886 (mipscoff_new_init): Delete reference.
6887 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6888 (fixup_sigtramp): Delete function.
6889 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6890 (fixup_sigtramp): Delete declarations.
6891
6892 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6893 deprecated_pc_in_sigtramp.
6894 (ppcnbsd_pc_in_sigtramp): Delete function.
6895
6896 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6897
6898 * config/m68k/nm-nbsd.h: Tweak comments.
6899 * config/m68k/nm-nbsdaout.h: Likewise.
6900
6901 2004-04-30 Andrew Cagney <cagney@redhat.com>
6902
6903 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6904 legacy_pc_in_sigtramp.
6905 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6906
6907 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6908
6909 Add OpenBSD/m68k support.
6910 * NEWS (New native configurations): Mention OpenBSD/m68k.
6911 * m68kbsd-tdep.c: New file.
6912 * m68kbsd-nat.c: New file.
6913 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6914 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6915 * configure.host: Add m68k-*-openbsd.
6916 * configure.tgt: Add m68k-*-openbsd.
6917 * config/m68k/tm-obsd.h: New file.
6918 * config/m68k/obsd.mt: New file.
6919 * config/m68k/obsd.mh: New file.
6920 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6921 m68kbsd-tdep.c.
6922
6923 2004-04-30 Andrew Cagney <cagney@redhat.com>
6924
6925 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6926 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6927
6928 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6929
6930 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6931 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6932
6933 2004-04-30 Brian Ford <ford@vss.fsi.com>
6934
6935 Revert 2004-04-16 change.
6936 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6937 (i386_coff_init_abi): Remove.
6938 * i386-tdep.h (i386_coff_init_abi): Remove.
6939 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6940
6941 2004-04-30 Andrew Cagney <cagney@redhat.com>
6942
6943 * blockframe.c (find_pc_partial_function): Delete use of
6944 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6945 DEPRECATED_SIGTRAMP_END.
6946
6947 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6948 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6949 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6950 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6951 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6952
6953 * defs.h (deprecated_inside_entry_file): Delete declaration.
6954 * blockframe.c (deprecated_inside_entry_file): Delete function.
6955 (legacy_frame_chain_valid): Delete call.
6956 * sh64-tdep.c (sh64_frame_chain): Delete call.
6957 * objfiles.h: Update comments.
6958 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6959 call.
6960 * frame.c (get_prev_frame): Delete call, update comments.
6961
6962 2004-04-30 Brian Ford <ford@vss.fsi.com>
6963
6964 * MAINTAINERS (Write After Approval): Add myself.
6965
6966 2004-04-30 Andrew Cagney <cagney@redhat.com>
6967
6968 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6969 * gdbarch.h, gdbarch.c: Re-generate.
6970 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6971 code.
6972
6973 2004-04-30 Andrew Cagney <cagney@redhat.com>
6974
6975 * gdb-events.sh (selected_thread_changed)
6976 (selected_frame_level_changed, target_changed): Delete.
6977 * gdb-events.h, gdb-events.c: Re-generate.
6978 * valops.c (value_assign): Update.
6979 * stack.c (select_frame_command, up_silently_base)
6980 (down_silently_base): Update.
6981
6982 2004-04-29 Andrew Cagney <cagney@redhat.com>
6983
6984 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6985 registers correctly.
6986 (print_gp_register_row, mips32_heuristic_proc_desc)
6987 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6988 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6989 references to mips_isa_regsize.
6990
6991 2004-04-29 Andrew Cagney <cagney@redhat.com>
6992
6993 * mips-tdep.c (struct gdbarch_tdep): Delete
6994 mips_fp_register_double.
6995 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6996 mips_abi_regsize.
6997 (mips_gdbarch_init): Do not set mips_fp_register_double.
6998 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6999
7000 2004-04-29 Joel Brobecker <brobecker@gnat.com>
7001
7002 Committed by Andrew Cagney.
7003 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7004 function calls.
7005
7006 2004-04-29 Andrew Cagney <cagney@redhat.com>
7007
7008 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7009 gdbarch, use mips_abi, update callers.
7010 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7011 mips_abi_regsize, update callers.
7012 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7013 mips_default_abi_regsize.
7014 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7015 mips_default_abi_regsize.
7016
7017 2004-04-29 Andrew Cagney <cagney@redhat.com>
7018
7019 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7020 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7021 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7022 mips_default_abi_regsize.
7023 (mips_isa_regsize): Rename mips_regisze.
7024 * mipsnbsd-tdep.c: Update.
7025 * mips-linux-tdep.c: Update.
7026 * irix5-nat.c: Update.
7027 * mips-tdep.h (mips_isa_regsize): Update.
7028
7029 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7030 Delete all disabled code.
7031 * gdb-events.h, gdb-events.c: Re-generate.
7032
7033 2004-04-19 Jerome Guitton <guitton@gnat.com>
7034 Mark Kettenis <kettenis@gnu.org>
7035
7036 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7037 the function begins with a branch instruction.
7038
7039 2004-04-29 Mark Kettenis <kettenis@gnu.org>
7040
7041 * i386-tdep.c: Fix spelling mistakes.
7042
7043 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7044 Andrew Cagney <cagney@redhat.com>
7045
7046 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7047 <sys/proc.h>.
7048 * acconfig.h: Provide default _KMEMUSER value.
7049 * config.in, configure: Re-generate.
7050 * NEWS: Mention fix.
7051
7052 2004-04-24 Randolph Chung <tausq@debian.org>
7053
7054 * configure.host (hppa*-*-linux*): New target.
7055 * configure.tgt (hppa*-*-linux*): Likewise.
7056 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7057 gdbarch_init_osabi() call earlier so that osabi-specific frame
7058 unwinders can be registered first.
7059 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7060 hppa-linux-nat.c.
7061 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7062 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7063 * config/pa/linux.mh: New file.
7064 * config/pa/linux.mt: New file.
7065 * config/pa/nm-linux.h: New file.
7066 * config/pa/xm-linux.h: New file.
7067 * hppa-linux-nat.c: New file.
7068 * hppa-linux-tdep.c: New file.
7069
7070 2004-04-28 Randolph Chung <tausq@debian.org>
7071
7072 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7073 return values.
7074 (hppa32_push_dummy_call): Fix small struct and floating point argument
7075 passing, and make sure the stack frame is properly aligned.
7076
7077 2004-04-28 Andrew Cagney <cagney@redhat.com>
7078
7079 * stack.c (print_stack_frame): Fix description.
7080
7081 * NEWS: Mention gdb/gdbserver/configure execute permission
7082 changed. PR server/519.
7083
7084 2004-04-28 Andrew Cagney <cagney@redhat.com>
7085
7086 * stack.c (print_stack_frame_stub): Delete declaration.
7087 (struct print_stack_frame_args, print_stack_frame)
7088 (print_frame_info, print_frame): Replace "source" with print what.
7089 Replace "print" with "print_level". Replace "args" with
7090 "print_args".
7091 * frame.h (show_and_print_stack_frame, print_stack_frame)
7092 (print_frame_info): Update declarations.
7093 * stack.c (select_and_print_frame, frame_command)
7094 (current_frame_command, up_command, down_command): Update calls -
7095 use get_selected_frame, pass "enum print_what" for source, do not
7096 call frame_relative_level.
7097 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7098 * remote-rdp.c (remote_rdp_open): Ditto.
7099 * remote-mips.c (common_open): Ditto.
7100 * remote-e7000.c (e7000_start_remote): Ditto.
7101 * ocd.c (ocd_start_remote): Ditto.
7102 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7103 * infrun.c (normal_stop): Ditto.
7104 * inflow.c (kill_command): Ditto.
7105 * infcmd.c (finish_command): Ditto.
7106 * corelow.c (core_open): Ditto.
7107 * tracepoint.c (finish_tfind_command): Ditto.
7108 * thread.c (info_threads_command, info_threads_command)
7109 (restore_current_thread, do_captured_thread_select): Ditto.
7110 * ada-tasks.c (task_command): Ditto.
7111
7112 2004-04-26 Orjan Friberg <orjanf@axis.com>
7113
7114 * frame.c: Include "observer.h".
7115 (frame_observer_target_changed): New function.
7116 (_initialize_frame): Attach target_changed observer.
7117 * regcache.c: Include "observer.h".
7118 (regcache_observer_target_changed): New function.
7119 (_initialize_regcache): Attach target_changed observer.
7120 * valops.c: Include "observer.h".
7121 (value_assign): Notify target_changed event when modifying register.
7122 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7123
7124 2004-04-26 Orjan Friberg <orjanf@axis.com>
7125
7126 From Paul Koning <pkoning@equallogic.com>:
7127 * breakpoint.c (free_valchain): New function.
7128 (insert_bp_location, delete_breakpoint): Use free_valchain.
7129 (remove_breakpoint): Do not remove the valchain.
7130 (bpstat_stop_status): If not stopped by watchpoint, skip
7131 watchpoints when generating stop status list.
7132 * infrun.c (handle_inferior_event): Make
7133 stepped_after_stopped_by_watchpoint a global variable.
7134 * remote.c (remote_stopped_data_address): Return watch data
7135 address rather than zero if stepped_after_stopped_by_watchpoint is
7136 set.
7137
7138 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7139
7140 Fix PR gdb/1626.
7141 * configure.in: Check for curses after termcap.
7142 On osf5.*, do not check for ncurses.
7143 * configure: Regenerate.
7144
7145 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7146
7147 * ppcobsd-nat.c: Include "ppc-tdep.h".
7148 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7149
7150 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7151 Fixes PR tdep/1623 and PR tdep/1624.
7152
7153 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7154
7155 * xmodem.h, xmodem.c: Remove files.
7156 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7157
7158 2004-04-23 Randolph Chung <tausq@debian.org>
7159
7160 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7161 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7162 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7163 for handling stackless frames.
7164 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7165
7166 2004-04-23 Randolph Chung <tausq@debian.org>
7167
7168 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7169 starts at a pc before the frame is created.
7170
7171 2004-04-23 Joel Brobecker <brobecker@gnat.com>
7172
7173 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7174
7175 2004-04-23 Jerome Guitton <guitton@gnat.com>
7176
7177 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7178 use convert_typed_floating to get the appropriate format.
7179
7180 2004-04-22 Randolph Chung <tausq@debian.org>
7181
7182 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7183 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7184 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7185 (hppa_sign_extend): Add prototype.
7186 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7187 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7188 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7189 hppa targets will also use these functions.
7190 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7191 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7192 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7193 (hppa_gdbarch_init): Remove gdbarch setting of
7194 skip_trampoline_code, in_solib_call_trampoline and
7195 in_solib_return_trampoline.
7196 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7197 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7198 hppa_in_solib_call_trampoline.
7199 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7200 Moved from hppa-tdep.c.
7201 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7202 in_solib_call_trampoline and in_solib_return_trampoline.
7203
7204 2004-04-22 Randolph Chung <tausq@debian.org>
7205
7206 * hppa-tdep.c (hppa_debug): New variable.
7207 (find_unwind_entry, hppa_frame_cache): Add debug output.
7208 (_initialize_hppa_tdep): Add command to set debug flag.
7209
7210 2004-04-22 Andrew Cagney <cagney@redhat.com>
7211
7212 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7213 "trad-frame.h".
7214 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7215 signal trampoline unwinder.
7216 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7217
7218 2004-04-22 Mark Kettenis <kettenis@gnu.org>
7219
7220 Add OpenBSD/powerpc support.
7221 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7222 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7223 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7224 (ppc_collect_fpregset): New prototypes.
7225 * ppcobsd-nat.c: New file.
7226 * ppcobsd-tdep.c: New file.
7227 * ppcobsd-tdep.h: New file.
7228 * rs6000-tdep.c: Include "regset.h".
7229 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7230 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7231 New functions.
7232 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7233 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7234 (rs6000-tdep.o): Update dependencies.
7235 * configure.host: Add powerpc-*-openbsd.
7236 * configure.tgt: Add powerpc-*-openbsd.
7237 * config/powerpc/obsd.mh: New file.
7238 * config/powerpc/nm-obsd.h: New file.
7239 * config/powerpc/obsd.mt: New file.
7240
7241 2004-04-22 Andrew Cagney <cagney@redhat.com>
7242
7243 * frame.h (show_frame_info): Delete declaration.
7244
7245 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7246 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7247 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7248 * frv-tdep.c (frv_frame_this_id): Ditto.
7249 * avr-tdep.c (avr_frame_this_id): Ditto.
7250
7251 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7252
7253 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7254
7255 2004-04-22 Jim Blandy <jimb@redhat.com>
7256
7257 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7258 register number zero.
7259
7260 2004-04-21 Michael Snyder <msnyder@redhat.com>
7261
7262 * mips-tdep.c (heuristic_proc_start):
7263 Warning() already prefixes "Warning: ".
7264
7265 2004-04-21 Andrew Cagney <cagney@redhat.com>
7266
7267 * annotate.h (deprecated_annotate_starting_hook)
7268 (deprecated_annotate_stopped_hook)
7269 (deprecated_annotate_exited_hook)
7270 (deprecated_annotate_signal_hook)
7271 (deprecated_annotate_signalled_hook): Deprecate.
7272 * tracepoint.h (deprecated_create_tracepoint_hook)
7273 (deprecated_delete_tracepoint_hook)
7274 (deprecated_modify_tracepoint_hook)
7275 (deprecated_trace_find_hook)
7276 (deprecated_trace_start_stop_hook): Deprecate.
7277 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7278 * remote.h (deprecated_target_resume_hook)
7279 (deprecated_target_wait_loop_hook): Deprecate.
7280 * gdbcore.h (deprecated_exec_file_display_hook)
7281 (deprecated_file_changed_hook): Deprecate.
7282 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7283 * defs.h (deprecated_modify_breakpoint_hook)
7284 (deprecated_command_loop_hook, deprecated_show_load_progress)
7285 (deprecated_print_frame_info_listing_hook)
7286 (deprecated_query_hook, deprecated_warning_hook)
7287 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7288 (deprecated_delete_breakpoint_hook)
7289 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7290 (deprecated_readline_begin_hook, deprecated_readline_hook)
7291 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7292 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7293 (deprecated_context_hook, deprecated_target_wait_hook)
7294 (deprecated_attach_hook, deprecated_detach_hook)
7295 (deprecated_call_command_hook, deprecated_set_hook)
7296 (deprecated_error_hook, deprecated_error_begin_hook)
7297 (deprecated_ui_load_progress_hook): Deprecate.
7298 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7299 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7300 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7301 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7302 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7303 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7304 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7305 * annotate.c, aix-thread.c: Update.
7306
7307 2004-04-21 Andrew Cagney <cagney@redhat.com>
7308
7309 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7310 * vaxnbsd-tdep.c: Include "gdb_string.h".
7311
7312 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7313 (add_symbol_file_from_memory_command): #if 0 function body, call
7314 error instead.
7315
7316 2004-04-21 Andrew Cagney <cagney@redhat.com>
7317
7318 * gdbcore.h: Update copyright.
7319 (deprecated_add_core_fns): Rename add_core_fns.
7320 * win32-nat.c (_initialize_core_win32): Update.
7321 * sun3-nat.c (_initialize_core_sun3): Update.
7322 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7323 * rs6000-nat.c (_initialize_core_rs6000): Update.
7324 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7325 * nto-tdep.c (_initialize_nto_tdep): Update.
7326 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7327 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7328 * mips-nat.c (_initialize_core_mips): Update.
7329 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7330 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7331 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7332 * lynx-nat.c (_initialize_core_lynx): Update.
7333 * irix5-nat.c (_initialize_core_irix5): Update.
7334 * i386-interix-nat.c (_initialize_core_interix): Update.
7335 * cris-tdep.c (_initialize_cris_tdep): Update.
7336 * corelow.c (deprecated_add_core_fns): Update.
7337 * core-regset.c (_initialize_core_regset): Update.
7338 * core-aout.c (_initialize_core_aout): Update.
7339 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7340 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7341 * alpha-nat.c (_initialize_core_alpha): Update.
7342
7343 2004-04-21 Jim Blandy <jimb@redhat.com>
7344
7345 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7346
7347 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7348
7349 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7350 Delete.
7351 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7352 (read_attribute_value): Update calls to dwarf_alloc_block.
7353 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7354 dwarf2_tmp_obstack.
7355 (psymtab_to_symtab_1): Likewise. Clean up using
7356 free_stack_comp_unit.
7357 (add_to_cu_func_list): Use the comp_unit_obstack.
7358
7359 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7360
7361 * dwarf2read.c (dwarf2_flag_true_p): New function.
7362 (die_is_declaration): Use the function above. Add some comments.
7363
7364 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7365
7366 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7367 architecture when registering sparcnbsd_core_osabi_sniffer.
7368 Adjust comment.
7369
7370 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7371
7372 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7373 return value.
7374
7375 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7376 * i386-tdep.c: Correct register numbering scheme comments
7377 throughout.
7378 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7379 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7380 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7381 (i386_gdb_arch_init): Likewise.
7382
7383 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7384 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7385 ppcnbsd-tdep.o.
7386
7387 * m68k-tdep.h: Tweak comments.
7388 * m68k-tdep.c: Tweak comment.
7389
7390 2004-04-17 Randolph Chung <tausq@debian.org>
7391
7392 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7393 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7394 (hppa_hpux_som_init_abi): Set is_elf to 0.
7395 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7396 * hppa-tdep.c (low_text_segment_address): Remove global.
7397 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7398 section offset to calculate segment address.
7399 (internalize_unwinds): Define low_text_segment_address as local and
7400 pass to record_text_segment_lowaddr for ELF targets.
7401 (hppa_gdbarch_init): Zero fill tdep structure.
7402 (hppa_dump_tdep): Print tdep structure.
7403 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7404
7405 2004-04-17 Randolph Chung <tausq@debian.org>
7406
7407 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7408 (hppa_gdbarch_init): Set pseudo_register_read.
7409 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7410 * regcache.c (supply_register): Remove check for
7411 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7412
7413 2004-04-17 Randolph Chung <tausq@debian.org>
7414
7415 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7416 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7417 (hpread_adjust_stack_address): Move to hpread.c.
7418 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7419 obj_private_struct): Move from tm-hppa.h.
7420 * hpread.c (hppa-tdep.h): Include.
7421 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7422 (hpread_read_function_type, hpread_read_doc_function_type)
7423 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7424 directly.
7425 * pa64solib.c (hppa-tdep.h): Include.
7426 * somsolib.c (hppa-tdep.h): Include.
7427 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7428 inferior_status): Remove unused forward declarations.
7429 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7430 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7431 obj_private_struct): Move to hppa-tdep.h.
7432 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7433
7434 2004-04-17 Randolph Chung <tausq@debian.org>
7435
7436 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7437 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7438 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7439 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7440 Remove forward declaration and make static.
7441 (hppa_reg_struct_has_addr): Remove.
7442
7443 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7444
7445 * observer.sh: Move comments in sed command to first column.
7446
7447 2004-04-16 Jason Molenda (jmolenda@apple.com)
7448
7449 * frame.c: Minor typeo corrections in comments.
7450
7451 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7452
7453 * observer.c (observer_test_first_notification_function): Update
7454 function profile.
7455 (observer_test_second_notification_function): Likewise.
7456 (observer_test_third_notification_function): Likewise.
7457
7458 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7459
7460 From Brian Ford <ford@vss.fsi.com>:
7461 * i386-tdep.c (i386_coff_init_abi): New function.
7462 * i386-tdep.h (i386_coff_init_abi): New prototype.
7463 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7464 register number translation functions for DWARF and DWARF 2.
7465
7466 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7467
7468 * dwarf2read.c: Back out my previous change, it was incorrect.
7469
7470 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7471
7472 * dwarf2read.c: Include "hashtab.h".
7473 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7474 has_namespace_info.
7475 (struct partial_die_info): Add comments. Use bitfields to reduce
7476 memory footprint. Add scope, scope_set, has_specification,
7477 spec_offset, die_parent, die_child, and die_sibling.
7478 (peek_die_abbrev): Add prototype.
7479 (partial_read_comp_unit_head): New function, broken out from
7480 dwarf2_build_psymtabs_hard.
7481 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7482 Use partial_read_comp_unit_head. Initialize the CU and
7483 comp_unit_obstack. Update calls to read_partial_die and
7484 scan_partial_symbols. Use free_stack_comp_unit and
7485 load_partial_dies.
7486 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7487 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7488 Update calls to helper functions. Remove NAMESPACE argument.
7489 Update comments.
7490 (partial_die_parent_scope, partial_die_full_name): New functions.
7491 (add_partial_symbol): Remove namespace argument. Update call to
7492 pdi_needs_namespace. Use partial_die_full_name. Handle
7493 DW_TAG_namespace. Check has_namespace_info flag.
7494 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7495 tag. Handle namespaces.
7496 (add_partial_namespace, add_partial_enumeration): Simplify.
7497 (guess_structure_name): New function, derived from
7498 add_partial_structure.
7499 (add_partial_structure): Remove.
7500 (determine_class_name): Update comment.
7501 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7502 (is_type_tag_for_partial, load_partial_dies): New functions.
7503 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7504 Record specifications instead of following them immediately.
7505 (find_partial_die_in_comp_unit, find_partial_die)
7506 (fixup_partial_die, free_stack_comp_unit)
7507 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7508 (partial_die_hash, partial_die_eq): New functions.
7509 * Makefile.in (hashtab_h): Define.
7510 (dwarf2read.o): Update dependencies.
7511 (observer_inc, observer_h): Move to the correct section.
7512
7513 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7514
7515 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7516 (die_is_declaration): Use the function above. Add comment.
7517
7518 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7519
7520 * dwarf2read.c (read_structure_scope): Identify stub types
7521 using die_is_declaration() only.
7522
7523 2004-04-15 Roland McGrath <roland@redhat.com>
7524
7525 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7526 argument instead of NAME.
7527 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7528 in call to symbol_file_add_with_addrs_or_offsets.
7529 (build_addr_info): New function, helper for ...
7530 (symbol_file_add_from_memory): New function.
7531 (add_symbol_file_from_memory_command): New function using that.
7532 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7533 (pre_add_symbol_hook): Add const to argument type.
7534 * symfile.h (symbol_file_add_from_memory): Declare it.
7535
7536 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7537
7538 * NEWS (New native configurations): Mention OpenBSD/vax.
7539 * configure.host: Add vax-*-openbsd*.
7540 * config/vax/obsd.mh: New file.
7541 * config/vax/nm-obsd.h: New file.
7542
7543 * vax-tdep.c: Include "regset.h".
7544 (vax_supply_gregset): New function.
7545 (vax_gregset): New variable.
7546 (vax_regset_from_core_section): New function.
7547 (vax_gdbarch_init): Set regset_from_core_section.
7548 * Makefile.in (vax-tdep.o): Update dependencies.
7549
7550 2004-04-15 Andrew Cagney <cagney@redhat.com>
7551
7552 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7553 (observer_normal_stop_notification_stub)
7554 (observer_attach_normal_stop, observer_detach_normal_stop):
7555 Delete, replaced by #include "observer.inc".
7556 * infrun.c (normal_stop): Pass "stop_bpstat" to
7557 observer_notify_normal_stop.
7558 * Makefile.in (observer_inc): Define.
7559 (observer.o): Update dependencies.
7560 (observer.h, observer.inc): New rules.
7561 * observer.h: Delete file.
7562 * observer.sh: New file.
7563
7564 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7565
7566 * vax-tdep.c (vax_frame_cache): Fix typo.
7567
7568 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7569
7570 * NEWS (New native configurations): Mention NetBSD/vax.
7571 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7572 * config/vax/nbsdelf.mh: New file.
7573 * config/vax/nbsdaout.mh: New file.
7574 * config/vax/nm-nbsd.h: New file.
7575 * config/vax/nm-nbsdaout.h: New file.
7576
7577 * vaxnbsd-tdep.c: New file.
7578 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7579 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7580 * config/vax/nbsd.mt: New file.
7581 * config/vax/tm-nbsd.h: New file.
7582
7583 * Makefile.in (vaxbsd-nat.o): New dependency.
7584
7585 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7586 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7587 struct_addr arguments. Don't push return value address.
7588 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7589 arguments to vax_store_arguments. Store return value address in
7590 R1.
7591 (vax_store_struct_return, vax_extract_return_value)
7592 (vax_store_return_value): Remove functions.
7593 (vax_return_value): New function.
7594 (vax_gdbarch_init): Set return value. Don't set
7595 deprecated_store_struct_return, deprecated_extract_struct_return
7596 and deprecated_store_return_value.
7597
7598 2004-04-14 Andreas Schwab <schwab@suse.de>
7599
7600 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7601 value buffer.
7602 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7603
7604 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7605
7606 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7607 (vax_unwind_dummy_id): New functions.
7608 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7609 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7610 variables.
7611 (vax_fix_call_dummy): Remove function.
7612 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7613 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7614 call_dummy_location, deprecated_call_dummy_words,
7615 deprecated_sizeof_call_dummy_words,
7616 deprecated_call_dummy_breakpoint_offset,
7617 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7618 and deprecated_dummy_write_sp.
7619
7620 2004-04-13 David Carlton <carlton@kealia.com>
7621
7622 * MAINTAINERS: Move myself to "paper trail" section.
7623
7624 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7625
7626 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7627 "trad-frame.h".
7628 (vax_frame_init_saved_regs): Remove function.
7629 (vax_sigtramp_saved_pc): Remove function.
7630 (vax_frame_saved_pc): Remove function.
7631 (vax_frame_args_address): Remove function.
7632 (vax_frame_num_args): Rewrite.
7633 (vax_frame_chain): Remove function.
7634 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7635 VAX_FP_REGNUM.
7636 (vax_pop_frame): Likewise.
7637 (vax_saved_pc_after_call): Remove function.
7638 (struct vax_frame_cache): New structure.
7639 (vax_frame_cache): New function.
7640 (vax_frame_this_id): New function.
7641 (vax_frame_prev_register): New function.
7642 (vax_frame_unwind): New variable.
7643 (vax_frame_sniffer): New function.
7644 (vax_frame_base_address): New function.
7645 (vax_frame_args_address): New function.
7646 (vax_frame_base): New variable.
7647 (vax_unwind_pc): New function.
7648 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7649 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7650 deprecated_frame_chain, deprecated_frame_saved_pc,
7651 deprecated_frame_args_address and
7652 deprecated_frame_init_saved_regs.
7653 * Makefile.in (vax-tdep.o): Update dependencies.
7654
7655 * vaxbsd-nat.c: New file.
7656
7657 * vax-tdep.h: Update copyright year. Adjust comments.
7658 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7659 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7660 (vax_regnum): New enum. Replacing...
7661 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7662 (VAX_PS_REGNUM): ... these removed macros.
7663 * vax-tdep.c (vax_register_name): Remove prototype.
7664 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7665 (vax_register_byte, vax_register_raw_size,
7666 vax_register_virtual_size, vax_register_virtual_type): Remove
7667 functions.
7668 (vax_register_type): New function.
7669 (vax_breakpoint_from_pc): Reorganize.
7670 (vax_gdbarch_init): Set register_type. Don't set
7671 deprecated_register_size, deprecated_register_bytes,
7672 deprecated_register_byte, deprecated_register_raw_size,
7673 deprecated_max_register_raw_size,
7674 deprecated_register_virtual_size,
7675 deprecated_max_register_virtual_size and
7676 deprecated_register_virtual_type. Add comment on stack direction.
7677
7678 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7679
7680 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7681 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7682 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7683
7684 2004-04-10 Randolph Chung <tausq@debian.org>
7685
7686 * MAINTAINERS (write after approval): Add myself.
7687
7688 2004-04-07 Randolph Chung <tausq@debian.org>
7689
7690 * hppa-tdep.c (hppa_inner_than): Remove.
7691 (is_pa_2): Remove unused static variable.
7692 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7693
7694 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7695
7696 * language.h (language_defn): Add new la_post_parser field.
7697 * parser-defs.h (null_post_parser): New declaration (default for
7698 la_post_parser).
7699
7700 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7701 insert call to that function.
7702 (parse_exp_in_context): New function, including code formerly in
7703 parse_exp_1. Calls language-dependent post-parser after
7704 prefixification.
7705 (parse_expression_in_context): New exported function.
7706 (null_post_parser): New definition.
7707 * expression.h (parse_expression_in_context): Add declaration.
7708
7709 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7710 * c-lang.c (c_language_defn): Ditto.
7711 (cplus_language_defn): Ditto.
7712 (asm_language_defn): Ditto.
7713 (minimal_language_defn): Ditto.
7714 * f-lang.c (f_language_defn): Ditto.
7715 * jv-lang.c (java_language_defn): Ditto.
7716 * language.c (unknown_language_defn): Ditto.
7717 (auto_language_defn): Ditto.
7718 (local_language_defn): Ditto.
7719 * m2-lang.c (m2_language_defn): Ditto.
7720 * scm-lang.c (scm_language_defn): Ditto.
7721 * obj-lang.c (objc_language_defn): Ditto.
7722
7723 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7724
7725 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7726 (amd64nbsd_mcontext_addr): New function.
7727 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7728 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7729 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7730
7731 * corelow.c (core_xfer_partial): Fix coding standards violation.
7732 Add support for TARGET_OBJECT_WCOOKIE.
7733
7734 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7735 deprecated_pc_in_sigtramp.
7736 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7737 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7738 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7739 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7740 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7741 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7742 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7743
7744 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7745 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7746 Fix typo.
7747
7748 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7749 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7750 (amd64_collect_fxsave): Likewise.
7751
7752 * i386-sol2-tdep.c: Include "gdb_string.h".
7753 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7754 name.
7755 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7756
7757 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7758
7759 * i386-sol2-tdep.c: Include "solib-svr4.h".
7760 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7761 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7762 * config/i386/tm-i386sol2.h: Include :solib.h".
7763 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7764 solib-svr4.o and solib-legacy.o.
7765 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7766 solib-svr4.o.
7767
7768 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7769
7770 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7771 whether a register is supplied by PTRACE_GETFPREGS.
7772 (store_inferior_registers): Likewise.
7773 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7774 whether a register is supplied by PT_GETFPREGS.
7775 (store_inferior_registers): Likewise.
7776
7777 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7778 * config/i386/linux64.mt (TDEPFILES): Likewise.
7779
7780 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7781
7782 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7783 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7784 the program counter is in the range specified by `struct
7785 gdbarch_tdep'.
7786 * amd64-linux-tdep.c: Include "symtab.h".
7787 (amd64_linux_pc_in_sigtramp): Remove function.
7788 (amd64_linux_sigtramp_p): New function.
7789 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7790 deprecated_pc_in_sigtramp.
7791 * amd64nbsd-tdep.c: Include "symtab.h".
7792 (amd64nbsd_sigtramp_p): New function.
7793 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7794 deprecated_pc_in_sigtramp.
7795 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7796 few comments.
7797 (amd64obsd_pc_in_sigtramp): Remove function.
7798 (amd64obsd_sigtramp_p): New function.
7799 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7800 deprecated_pc_in_sigtramp.
7801 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7802 (i386bsd_pc_ins_sigtramp): Remove prototype.
7803 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7804 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7805 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7806 the program counter is in the range specified by `struct
7807 gdbarch_tdep'.
7808 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7809 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7810 (i386_go32_pc_in_sigtramp): Remove function.
7811 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7812 Initialize TDEP->sigtramp_p.
7813 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7814 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7815 deprecated_pc_in_sigtramp.
7816 * i386-linux-tdep.c: Adjust comments.
7817 (i386_linux_pc_in_sigtramp): Remove function.
7818 (i386_linux_sigtramp_p): New function.
7819 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7820 deprecated_pc_in_sigtramp.
7821 * i386-nto-tdep.c: Update copyright year.
7822 (i386nto_pc_in_sigtramp): Remove function.
7823 (i386nto_sigtramp_p): New function.
7824 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7825 SP_REGNUM.
7826 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7827 deprecated_pc_in_sigtramp.
7828 * i386-sol2-tdep.c: Update copyright year.
7829 (i386_sol2_pc_in_sigtramp): Remove function.
7830 (i386_sol2_sigtramp_p): New function.
7831 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7832 deprecated_pc_in_sigtramp.
7833 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7834 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7835 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7836 deprecated_sigtramp_start and deprecated_sigtramp_end.
7837 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7838 (i386nbsd_pc_in_sigtramp): Remove function.
7839 (i386nbsd_sigtramp_p): New function.
7840 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7841 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7842 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7843 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7844 (i386obsd_pc_in_sigtramp): Remove function.
7845 (i386obsd_sigtramp_p): New function.
7846 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7847 functions.
7848 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7849 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7850 TDEP->sigtramp_p.
7851 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7852 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7853 dependencies.
7854
7855 * config/i386/i386aout.mt: Remove file.
7856
7857 * configure.tgt: Remove i[34567]86-*-go32*,
7858 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7859 and i[34567]86-*-isc*. Set gdb_target to i386 for
7860 i[34567]86-*-netware* and i[34567]86-*-*.
7861 * config/i386/i386.mt: New file.
7862 * config/i386/embed.mt: Remove file.
7863 * config/i386/go32.mt: Remove file.
7864 * config/i386/i386nw.mt: Remove file.
7865 * config/i386/i386v.mt: Remove file.
7866 * config/i386/tm-go32.h: Remove file.
7867
7868 * tui/tui-hooks.c: Include "readline/readline.h" after
7869 "gdb_curses.h" instead of before.
7870 * tui/tui-io.c: Likewise.
7871
7872 * tui/tui.c: Fix typo in comment.
7873
7874 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7875
7876 2004-04-08 Andrew Cagney <cagney@redhat.com>
7877
7878 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7879 (deprecated_exception_support_initialized): Declare.
7880 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7881 (initialize_hp_cxx_exception_support)
7882 (child_enable_exception_callback): Update.
7883 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7884 (deprecated_exception_support_initialized): Rename
7885 deprecated_exception_catchpoints_are_fragile and
7886 deprecated_exception_support_initialized.
7887 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7888
7889 * symtab.c (deprecated_hp_som_som_object_present): Rename
7890 hp_som_som_object_present.
7891 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7892 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7893 Update. Delete extern declaration.
7894 * valops.c (hp_som_som_object_present): Ditto.
7895 * parse.c (deprecated_hp_som_som_object_present)
7896 (parse_nested_classes_for_hpacc): Ditto.
7897 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7898 * hppa-hpux-tdep.c (hp_som_som_object_present)
7899 (initialize_hp_cxx_exception_support): Ditto.
7900 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7901 * cp-valprint.c (hp_som_som_object_present)
7902 (cp_print_class_method): Ditto.
7903 * c-typeprint.c (hp_som_som_object_present):
7904 (c_type_print_base): Ditto.
7905 * c-exp.y (hp_som_som_object_present): Ditto.
7906
7907 2004-04-08 Andrew Cagney <cagney@redhat.com>
7908
7909 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7910 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7911 (frame_unwind_find_by_frame): Re-implement the unwind code so
7912 that it can both prepend and append sniffers. Replace
7913 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7914 * tramp-frame.c (tramp_frame_append): Use
7915 frame_unwind_prepend_unwinder.
7916 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7917 frame_unwind_register_unwinder.
7918 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7919 tramp_frame_append.
7920 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7921 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7922 (mips_linux_init_abi): Update.
7923
7924 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7925
7926 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7927 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7928 file support.
7929
7930 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7931
7932 * ia64-tdep.c (elf.h): Don't include.
7933 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7934
7935 2004-04-07 Jason Molenda (jmolenda@apple.com)
7936
7937 * frame.h: Typeo corrections in comments.
7938
7939 2004-04-07 Jim Blandy <jimb@redhat.com>
7940
7941 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7942 %esp and %ebp
7943
7944 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7945
7946 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7947 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7948 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7949 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7950 and solib-legacy.o.
7951 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7952 solib-svr4.o.
7953 * config/sparc/tm-sol2.h: Update copyright year. Include
7954 "solib.h".
7955
7956 * sparc-sol2-tdep.c: Update copyright year. Include
7957 "solib-svr4.h".
7958 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7959 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7960 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7961 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7962 dependencies.
7963
7964 2004-04-06 Andrew Cagney <cagney@redhat.com>
7965
7966 * infttrace.c: Include "infttrace.h".
7967 * infttrace.h: Include "target.h".
7968 * Makefile.in (infttrace_h): Update.
7969 (infttrace.o): Update.
7970
7971 2004-04-06 Andrew Cagney <cagney@redhat.com>
7972
7973 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7974 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7975 move extern declarations from here ...
7976 * infttrace.h: ... to here.
7977 * Makefile.in (hppah-nat.o): Update dependencies.
7978
7979 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7980 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7981 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7982 (hppa_breakpoint_from_pc): Delete.
7983
7984 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7985
7986 2004-04-05 Andrew Cagney <cagney@redhat.com>
7987
7988 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7989 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7990 <sys/file.h>.
7991
7992 2004-04-06 Randolph Chung <tausq@debian.org>
7993
7994 Committed by Andrew Cagney (mechanical change).
7995 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7996 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7997 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7998 child_enable_exception_callback, current_ex_event,
7999 null_symtab_and_line, child_get_current_exception_event,
8000 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8001 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8002 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8003 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8004 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8005 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8006 Move hpux-specific definitions ...
8007 * hppa-hpux-tdep.c: ... to here.
8008
8009 2004-04-05 Andrew Cagney <cagney@redhat.com>
8010
8011 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8012 skip_prologue_using_sal.
8013
8014 2004-04-05 Andrew Cagney <cagney@redhat.com>
8015
8016 * config/i386/tm-i386.h: Delete file.
8017 * config/i386/tm-vxworks.h: Update copyright, do not include
8018 "tm-i386.h".
8019 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8020 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8021 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8022 * config/i386/ncr3000.mt (TM_FILE): Delete.
8023 * config/i386/interix.mt (TM_FILE): Delete.
8024 * config/i386/i386v.mt (TM_FILE): Delete.
8025 * config/i386/i386nw.mt (TM_FILE): Delete.
8026 * config/i386/i386gnu.mt (TM_FILE): Delete.
8027 * config/i386/i386aout.mt (TM_FILE): Delete.
8028 * config/i386/embed.mt (TM_FILE): Delete.
8029
8030 2004-04-05 Kevin Buettner <kevinb@redhat.com>
8031
8032 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8033 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8034 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8035 (accg7_regnum): New constants.
8036 (last_spr_regnum, last_pseudo_regnum): Update.
8037 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8038 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8039 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8040 for accg registers.
8041 (frv_register_sim_regno): Update spr_map[].
8042
8043 2004-04-04 Andrew Cagney <cagney@redhat.com>
8044
8045 * config/mips/xm-riscos.h: Delete.
8046 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8047 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8048 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8049 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8050 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8051 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8052 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8053 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8054 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8055 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8056 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8057 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8058 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8059 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8060 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8061 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8062 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8063 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8064 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8065 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8066 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8067 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8068 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8069 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8070 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8071 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8072
8073 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8074 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8075 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8076 * configure.host: Remove m680[01]0-sun-sunos3*,
8077 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8078 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8079 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8080 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8081 mips-*-riscos*.
8082 * NEWS: Mention removed systems.
8083
8084 2004-04-04 Andrew Cagney <cagney@redhat.com>
8085
8086 GDB 6.1 release created from 6.1 branch.
8087
8088 2004-04-04 Andrew Cagney <cagney@redhat.com>
8089
8090 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8091 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8092 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8093
8094 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8095 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8096 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8097
8098 2004-04-03 Jim Blandy <jimb@redhat.com>
8099
8100 * MAINTAINERS: Chris Faylor has changed employers; add him to
8101 "paper trail" section, and update his E-mail address.
8102
8103 2004-04-03 Andrew Cagney <cagney@redhat.com>
8104
8105 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8106 generic dummy frames.
8107 * dummy-frame.c: Update copyright.
8108 (dummy_frame_sniffer): Delete check for generic dummy frames.
8109
8110 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8111 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8112 (REG_PARM_STACK_SPACE): Delete.
8113 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8114 Inline reference to REG_PARM_STACK_SPACE.
8115
8116 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8117 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8118 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8119 (FRAME_BASE_BEFORE_SIGTRAMP)
8120 (hppa32_hpux_frame_base_before_sigtramp)
8121 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8122 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8123 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8124 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8125 (FRAME_BASE_BEFORE_SIGTRAMP)
8126 (hppa64_hpux_frame_base_before_sigtramp)
8127 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8128
8129 2004-04-03 Andrew Cagney <cagney@redhat.com>
8130
8131 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8132
8133 2004-04-02 Andrew Cagney <cagney@redhat.com>
8134
8135 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8136 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8137 * dummy-frame.h: Delete out-of-date comments.
8138 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8139 * gdbarch.h, gdbarch.c: Re-generate.
8140
8141 2004-04-02 Joel Brobecker <brobecker@gnat.com>
8142
8143 Committed by Andrew Cagney <cagney@redhat.com>.
8144 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8145 into account an instruction saving a register if we have already
8146 seen an earlier instruction saving that same register.
8147
8148 2004-04-02 Andrew Cagney <cagney@redhat.com>
8149
8150 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8151 * gdbarch.h, gdbarch.c: Re-generate.
8152 * frame.c (legacy_get_prev_frame): Delete references to
8153 DEPRECATED_INIT_FRAME_PC_FIRST.
8154
8155 * infrun.c (pc_in_sigtramp): Delete function.
8156 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8157 get_frame_type.
8158
8159 2004-04-02 Andrew Cagney <cagney@redhat.com>
8160
8161 * infrun.c (handle_step_into_function): Delete code conditional on
8162 legacy_frame_p.
8163 (handle_inferior_event, step_over_function): Ditto.
8164
8165 2004-04-02 Andrew Cagney <cagney@redhat.com>
8166
8167 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8168 "previous frame inner to this frame" test.
8169
8170 2004-04-02 Andrew Cagney <cagney@redhat.com>
8171
8172 * frame.c (safe_frame_unwind_memory): New function.
8173 * frame.h (safe_frame_unwind_memory): Declare. Update description
8174 of /safe_/ methods.
8175 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8176 "next_frame". Use safe_frame_unwind_memory.
8177 (tramp_frame_sniffer): Update call to tramp_frame_start.
8178
8179 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
8180
8181 * dwarf2read.c (dwarf2_objfile_data_key): New.
8182 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8183 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8184 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8185 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8186 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8187 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8188 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8189 Remove variables.
8190 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8191 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8192 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8193 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8194 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8195 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8196 Remove macros.
8197 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8198 data.
8199 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8200 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8201 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8202 (read_partial_die, read_full_die, read_indirect_string)
8203 (dwarf_decode_line_header, dwarf_decode_macros)
8204 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8205 Update uses of removed variables.
8206 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8207 of removed macros.
8208 (_initialize_dwarf2_read): New function.
8209 * symfile.h (dwarf2_has_info): Update prototype.
8210 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8211 * elfread.c (elf_symfile_read): Likewise.
8212
8213 2004-04-01 Jim Blandy <jimb@redhat.com>
8214
8215 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8216 function for register numbers on all the rs6000-derived targets.
8217 (rs6000_gdbarch_init): Don't register a separate
8218 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8219 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8220 variants.
8221
8222 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8223 numbering.
8224
8225 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8226
8227 * valarith.c: Update copyright notice.
8228 (value_add): Handle range types.
8229 (value_sub): Ditto.
8230 (value_equal): Ditto.
8231 (value_less): Ditto.
8232 (value_neg): Ditto.
8233 (value_complement): Ditto.
8234 (value_binop): Simplify slightly by using is_integral_type and
8235 eliminiating unnecessary COERCE_ENUMs.
8236
8237 2004-03-31 Andrew Cagney <cagney@redhat.com>
8238
8239 * frame.h (frame_unwind_id): Declare.
8240 * frame.c (frame_unwind_id): New function.
8241 (get_prev_frame_1): New function.
8242 (frame_debug_got_null_frame): New function.
8243 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8244 code proper to prev_frame, update description.
8245 * infrun.c (step_over_function): Use frame_unwind_id.
8246
8247 2004-04-31 J. Brobecker <brobecker@gnat.com>
8248
8249 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8250 (hppa64_push_dummy_call): Likewise.
8251
8252 2004-03-30 Jim Blandy <jimb@redhat.com>
8253
8254 From Ulrich Weigand:
8255 * utils.c (query): Do not use a va_list variable multiple times.
8256
8257 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8258
8259 * Makefile.in (linux_nat_h): Update dependencies.
8260 * configure.in: Check for <gnu/libc-version.h>.
8261 * configure: Regenerate.
8262 * config.in: Regenerate.
8263 * linux-nat.h: Include "target.h". Add waitstatus field to
8264 struct lwp_info.
8265 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8266 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8267 to.
8268 (lin_lwp_handle_extended): New function. Handle clone events.
8269 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8270 thread exit events.
8271 (child_wait): Handle clone events.
8272 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8273 * linux-nat.c (linux_enable_event_reporting): Turn on
8274 PTRACE_O_TRACECLONE.
8275 (linux_handle_extended_wait): Handle clone events.
8276 * thread-db.c: Include <gnu/libc-version.h>.
8277 (struct private_thread_info): Add dying flag.
8278 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8279 higher.
8280 (attach_thread): Update comments. Handle dying threads.
8281 (detach_thread): Set the dying flag.
8282 (check_event): Always call attach_thread.
8283
8284 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8285
8286 * mips-tdep.c (mips_pdr_data): New.
8287 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8288 (_initialize_mips_tdep): Initialize mips_pdr_data.
8289
8290 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8291
8292 * minsyms.c (install_minimal_symbols): Move dropping leading
8293 char from linkage name from here...
8294 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8295 test for "__gnu_compiled*" symbols.
8296
8297 2004-03-28 Jim Blandy <jimb@redhat.com>
8298
8299 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8300 registers to temp register r0 and byte stores as prologue
8301 instructions.
8302
8303 2004-03-28 Andrew Cagney <cagney@redhat.com>
8304
8305 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8306 arm*-*-*.
8307
8308 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8309
8310 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8311 and switch the layout to force a display of register window.
8312
8313 2004-02-26 J. Brobecker <brobecker@gnat.com>
8314
8315 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8316 of the INTEGER class.
8317
8318 2004-03-26 Jim Blandy <jimb@redhat.com>
8319
8320 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8321 bytes long on PPC GNU/Linux.
8322
8323 2004-03-26 David Carlton <carlton@kealia.com>
8324
8325 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8326
8327 2004-03-25 Andrew Cagney <cagney@redhat.com>
8328
8329 * PROBLEMS: Add general section titles, remove references to
8330 specific releases.
8331
8332 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8333
8334 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8335 INT_REGISTER_SIZE.
8336 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8337 FP_REGISTER_VIRTUAL_SIZE.
8338 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8339 of DEPRECATED_REGISTER_RAW_SIZE.
8340 (arm_register_type): Add gdbarch argument.
8341 (arm_register_raw_size, arm_register_virtual_size): Delete.
8342 (arm_register_byte, arm_extract_return_value)
8343 (arm_store_return_value, arm_get_longjmp_target): Update references
8344 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8345 (arm_gdbarch_init): Likewise. Don't set
8346 deprecated_register_raw_size, deprecated_register_virtual_size,
8347 deprecated_max_register_raw_size,
8348 deprecated_max_register_virtual_size, or
8349 deprecated_max_register_virtual_type. Do set register_type.
8350 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8351 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8352 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8353 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8354 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8355 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8356 INT_REGISTER_SIZE.
8357 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8358 (remote_rdp_store_register): Likewise.
8359
8360 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8361
8362 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8363 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8364 to after osabi initialization.
8365 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8366 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8367 functions.
8368 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8369 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8370 variables.
8371 (mips_linux_init_abi): Append signal trampoline unwinders.
8372
8373 2004-03-24 Andrew Cagney <cagney@redhat.com>
8374
8375 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8376 * tramp-frame.c: Include "gdb_assert.h".
8377 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8378 correct sizeof.
8379 (tramp_frame_append): Validate the tramp frame's instructions.
8380 * Makefile.in (tramp-frame.o): Update dependencies.
8381
8382 2004-03-23 Andrew Cagney <cagney@redhat.com>
8383
8384 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8385
8386 2004-03-23 Andrew Cagney <cagney@redhat.com>
8387
8388 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8389 Nasser as past testsuite/lib/ (and other) maintainers.
8390
8391 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8392
8393 * infcmd.c (attach_command): Reread symbols if we already have
8394 an exec file.
8395
8396 2004-03-23 Andrew Cagney <cagney@redhat.com>
8397
8398 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8399
8400 2004-03-23 Andrew Cagney <cagney@redhat.com>
8401
8402 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8403 * gdbarch.h, gdbarch.c: Re-generate.
8404 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8405 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8406 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8407 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8408 (DEPRECATED_SIGTRAMP_START): Update.
8409 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8410 (DEPRECATED_SIGTRAMP_START): Update.
8411 * blockframe.c (find_pc_sect_partial_function): Update.
8412 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8413
8414 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8415
8416 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8417 if necessary.
8418
8419 2004-03-23 Andrew Cagney <cagney@redhat.com>
8420
8421 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8422 predicate, deprecate.
8423 * gdbarch.h, gdbarch.c: Re-generate.
8424 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8425 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8426 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8427 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8428 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8429 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8430 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8431 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8432 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8433 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8434 * blockframe.c (find_pc_partial_function): Update.
8435 * breakpoint.c (bpstat_what): Update.
8436 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8437 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8438 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8439 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8440 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8441 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8442 * i386-nto-tdep.c (i386nto_init_abi): Update.
8443 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8444 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8445 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8446 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8447 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8448 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8449 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8450 * infrun.c (pc_in_sigtramp): Update.
8451 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8452 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8453 * mips-tdep.c (mips_gdbarch_init): Update.
8454 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8455 * ppc-linux-tdep.c: Update comment.
8456 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8457 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8458 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8459 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8460 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8461 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8462 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8463 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8464 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8465 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8466
8467 2004-03-23 Andrew Cagney <cagney@redhat.com>
8468
8469 * tramp-frame.h, tramp-frame.h: New files.
8470 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8471 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8472
8473 * Makefile.in: Update all dependencies.
8474
8475 2004-03-23 Andrew Cagney <cagney@redhat.com>
8476
8477 * Makefile.in (trad_frame_h): Add $(frame_h).
8478 * trad-frame.h: Update copyright. Include "frame.h".
8479 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8480 (trad_frame_set_id, trad_frame_get_id): Declare.
8481 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8482 * trad-frame.c: Update copyright.
8483 (struct trad_frame_cache): Define.
8484 (trad_frame_cache_zalloc): New function.
8485 (trad_frame_set_id, trad_frame_get_id): New functions.
8486 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8487
8488 2004-03-22 Andrew Cagney <cagney@redhat.com>
8489
8490 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8491 s390_pltstub_unwind_cache.
8492 (s390_stub_frame_unwind_cache): Rename
8493 s390_pltstub_frame_unwind_cache.
8494 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8495 (s390_stub_frame_prev_register): Rename
8496 s390_pltstub_frame_prev_register.
8497 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8498 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8499
8500 From Ulrich Weigand:
8501 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8502 pointer calls like PLT calls.
8503
8504 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8505
8506 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8507 PC rather than the partial function start address. Use the start
8508 address to sanity check the found PDR.
8509
8510 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8511
8512 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8513 linux_handle_extended_wait.
8514
8515 2004-03-22 Andrew Cagney <cagney@redhat.com>
8516
8517 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8518 function.
8519
8520 * frame.h (generic_pop_current_frame): Delete declaration.
8521 (deprecate_pop_dummy_frame): Deprecate
8522 generic_pop_dummy_frame.
8523 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8524 (generic_pop_current_frame): Delete function.
8525 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8526 generic_pop_current_frame.
8527 * v850-tdep.c (v850_pop_frame): Update.
8528 * mcore-tdep.c (mcore_pop_frame): Update.
8529 * sh64-tdep.c (sh64_pop_frame): Update.
8530 * h8300-tdep.c (h8300_pop_frame): Update.
8531
8532 2004-03-22 Andrew Cagney <cagney@redhat.com>
8533
8534 * frame.h (deprecated_pc_in_call_dummy): Rename
8535 generic_pc_in_call_dummy.
8536 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8537 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8538 generic_pc_in_call_dummy.
8539 (pc_in_dummy_frame): Make static.
8540 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8541 * gdbarch.h, gdbarch.c: Re-generate.
8542 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8543 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8544 (legacy_get_prev_frame): Ditto.
8545 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8546 comment.
8547
8548 2004-03-21 Andrew Cagney <cagney@redhat.com>
8549
8550 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8551 declaration and out-of-date comment.
8552 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8553 Delete function.
8554 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8555 deprecated_pc_in_call_dummy.
8556
8557 * infrun.c (handle_inferior_event): For non legacy frames, use the
8558 frame ID and frame type to identify a signal trampoline. Update
8559 comments.
8560
8561 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8562
8563 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8564 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8565
8566 2004-03-21 Andrew Cagney <cagney@redhat.com>
8567
8568 * frame-unwind.h: Update copyright.
8569 (struct frame_data): Add opaque declaration.
8570 (frame_sniffer_ftype): Declare.
8571 (struct frame_unwind): Add "unwind_data" and "sniffer".
8572 (frame_unwind_register_unwinder): Declare.
8573 (frame_unwind_find_by_frame): Add parameter "this_cache".
8574 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8575 (legacy_get_prev_frame, legacy_get_prev_frame)
8576 (get_frame_type): Pass the prologue_cache to
8577 frame_unwind_find_by_frame.
8578 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8579 "unwinder".
8580 (frame_unwind_register_unwinder): New function.
8581 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8582
8583 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8584
8585 * bcache.c (print_percentage): Use floating point to avoid
8586 incorrect results when portion*100 overflows.
8587
8588 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8589
8590 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8591 (ppc_linux_init_extra_frame_info)
8592 (ppc_linux_frameless_function_invocation)
8593 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8594 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8595 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8596 (rs6000_frame_chain): Delete declarations.
8597 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8598 (ppc_linux_init_extra_frame_info)
8599 (ppc_linux_frameless_function_invocation)
8600 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8601 (ppc_linux_init_abi): Remove registration of above deleted functions.
8602 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8603 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8604 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8605 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8606 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8607 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8608 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8609 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8610 frame management for all OSABIs.
8611
8612 2004-03-19 Andrew Cagney <cagney@redhat.com>
8613
8614 Committed by Kevin Buettner <kevinb@redhat.com>.
8615
8616 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8617 Update copyright.
8618 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8619 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8620 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8621 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8622 unwinders. #ifdef legacy frame code.
8623 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8624 "frame-base.h".
8625 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8626 (struct rs6000_frame_cache, rs6000_frame_cache)
8627 (rs6000_frame_this_id, rs6000_frame_prev_register)
8628 (rs6000_frame_sniffer, rs6000_frame_unwind)
8629 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8630 (rs6000_frame_base): Implement a traditional frame unwinder.
8631 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8632 frame unwinder.
8633
8634 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8635
8636 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8637 breakpoint address for watchpoints or the catch eventpoints.
8638 Add new paramter ``bptype''. Adjust all callers.
8639
8640 2004-03-19 Andrew Cagney <cagney@redhat.com>
8641
8642 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8643
8644 * PROBLEMS: Delete note that ARM does not use frame code, problem
8645 fixed.
8646
8647 2004-03-18 Andrew Cagney <cagney@redhat.com>
8648
8649 * stack.c (return_command): Delete code wrapped in #ifdef
8650 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8651
8652 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8653
8654 2004-03-18 Andrew Cagney <cagney@redhat.com>
8655
8656 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8657 DEPRECATED_IN_SIGTRAMP.
8658 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8659 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8660 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8661 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8662 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8663 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8664 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8665 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8666 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8667 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8668
8669 2004-03-18 Andrew Cagney <cagney@redhat.com>
8670
8671 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8672 (struct frame_base_table_entry): Define.
8673 (struct frame_base_table): Re-implement as a linked list.
8674 (frame_base_init): Re-implement.
8675 (frame_base_table): Delete function.
8676 (append_predicate): Delete function.
8677 (frame_base_append_sniffer): Update.
8678 (frame_base_set_default): Update.
8679 (frame_base_find_by_frame): Update.
8680 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8681 * Makefile.in (frame-base.o): Update dependencies.
8682
8683 2004-03-17 Andrew Cagney <cagney@redhat.com>
8684
8685 * frame.c (legacy_get_prev_frame): Pass correct frame to
8686 frame_unwind_find_by_frame.
8687
8688 2004-03-17 David Carlton <carlton@kealia.com>
8689
8690 * NEWS: Mention C++ nested types and namespaces
8691
8692 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8693
8694 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8695 and "Regressions since gdb 5.3.". Add known regressions since
8696 gdb 6.0.
8697
8698 2004-03-16 David Carlton <carlton@kealia.com>
8699
8700 * dwarf2read.c (process_structure_scope): Process children even
8701 when we're a declaration.
8702
8703 2004-03-16 Andrew Cagney <cagney@redhat.com>
8704
8705 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8706 * blockframe.c (find_pc_partial_function)
8707 (find_pc_sect_partial_function): Merge into a single
8708 find_pc_partial_function.
8709
8710 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8711
8712 * i386bsd-nat.c: s/regno/regnum/g.
8713 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8714 FP0_REGNUM.
8715 (store_inferior_registers): Likewise.
8716
8717 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8718
8719 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8720 of i387_fill_fsave.
8721 (store_inferior_registers): Call i387_collect_fsave and
8722 i387_collect_fxsave instead of i387_fill_fsave and
8723 i387_fill_fxsave.
8724
8725 2004-03-15 Andrew Cagney <cagney@redhat.com>
8726
8727 * Makefile.in (frame-unwind.o): Update dependencies.
8728 * frame-unwind.c: Include "gdb_obstack.h".
8729 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8730 parameter.
8731 (append_predicate): Delete function.
8732 (struct frame_unwind_table_entry): New structure.
8733 (struct frame_unwind_table): Replace "sniffer" with "head" and
8734 "tail".
8735 (frame_unwind_append_sniffer): Update.
8736 (frame_unwind_find_by_frame): Update.
8737 (_initialize_frame_unwind): Registe frame_unwind_init using
8738 gdbarch_data_register_pre_init.
8739
8740 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8741
8742 * i386bsd-nat.c: Update copyright year.
8743 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8744 define unconditionally.
8745
8746 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8747
8748 * i387-tdep.h (i387_collect_fsave): New prototype.
8749 * i387-tdep.c (i387_collect_fsave): New function containing most
8750 of the code from i387_fill_fsave.
8751 (i387_fill_fsave): Call i387_collect_fsave.
8752
8753 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8754
8755 * i386-linux-tdep.c: Update copyright year.
8756 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8757 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8758 svr4_ilp32_link_map_offsets instead of
8759 i386_linux_svr4_fetch_link_map_offsets.
8760
8761 2004-03-15 David Carlton <carlton@kealia.com>
8762
8763 Fix for PR c++/1553:
8764 * dwarf2read.c (read_structure_type): Determine type name by
8765 calling determine_class_name.
8766 (determine_class_name): New.
8767 (determine_prefix): Look at TYPE_TAG_NAME and call
8768 determine_class_name when appropriate.
8769 (determine_prefix_aux, class_name): Delete.
8770 (read_namespace): Set die->type.
8771
8772 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8773
8774 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8775 unused macro definition. The definition in target.h (or perhaps
8776 elsewhere) takes precedence.
8777
8778 2004-03-15 Andrew Cagney <cagney@redhat.com>
8779
8780 * ppc-tdep.h: Update copyright.
8781 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8782 function signatures to match "regsets.h".
8783 * ppc-linux-tdep.c: Include "regset.h".
8784 (ELF_GREGSET_SIZE): Delete.
8785 (right_supply_register): New function.
8786 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8787 using right_supply_register.
8788 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8789 functions.
8790 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8791 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8792 (_initialize_ppc_linux_tdep): Do not register
8793 ppc_linux_regset_core_fns.
8794 (ppc_linux_regset_from_core_section): Replace
8795 fetch_core_registers.
8796 (ppc_linux_regset_core_fns): Delete.
8797 * ppc-linux-nat.c: (right_fill_reg): New function.
8798 (supply_gregset): Update call to ppc_linux_supply_gregset.
8799 (fill_gregset): Clear the register set, use right_fill_reg.
8800 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8801 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8802
8803 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8804 unsigned.
8805
8806 2004-03-15 Andrew Cagney <cagney@redhat.com>
8807
8808 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8809 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8810 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8811 and register_gdbarch_data.
8812 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8813 (struct gdbarch_data): Replace "init" by "pre_init" and
8814 "post_init".
8815 * gdbarch.h, gdbarch.c: Re-generate.
8816 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8817 with"obstack", use OBSTACK_ZALLOC.
8818 (dwarf2_frame_ops): Delete.
8819 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8820 (dwarf2_frame_init_reg): Use gdbarch_data.
8821 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8822 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8823 (_initialize_svr4_solib): Update.
8824 * user-regs.c (_initialize_user_regs): Update.
8825 * reggroups.c (_initialize_reggroup): Update.
8826 * regcache.c (_initialize_regcache): Update.
8827 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8828 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8829 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8830 * frame-unwind.c (_initialize_frame_unwind): Update.
8831 * frame-base.c (_initialize_frame_base): Update.
8832 * user-regs.c (user_reg_add): Update.
8833 * reggroups.c (reggroup_add): Update.
8834 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8835 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8836 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8837 * frame-base.c (frame_base_table): Update.
8838 * remote.c (_initialize_remote): Update.
8839 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8840
8841 2004-03-15 Andrew Cagney <cagney@redhat.com>
8842
8843 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8844
8845 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8846
8847 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8848 * frv-linux-tdep.c: New file.
8849 * frv-tdep.c (struct gdbarch_tdep): Add new field
8850 ``sigcontext_reg_addr''.
8851 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8852 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8853 (frv_sigramp_frame_sniffer): New functions.
8854 (frv_sigtramp_frame_unwind): New static global.
8855 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8856 sniffers.
8857 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8858 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8859
8860 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8861
8862 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8863 but not via a call to error(), when unable to read memory.
8864
8865 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8866
8867 * frv-tdep.c (frv_call_dummy_words): Delete.
8868 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8869
8870 2004-03-15 Andrew Cagney <cagney@redhat.com>
8871
8872 * infrun.c (handle_step_into_function, step_over_function): Only
8873 update and use STEP_FRAME_ID when the system is using legacy
8874 frames. Update comments.
8875
8876 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8877
8878 * amd64-linux-tdep.h: Remove file.
8879 * amd64-linux-tdep.c: Don't include "inferior.h" and
8880 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8881 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8882 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8883 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8884 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8885 macros.
8886 (user_to_gdb_regmap): Remove variable.
8887 (amd64_linux_gregset_reg_offset): New variable.
8888 (amd64_core_fns): Remove variable.
8889 (fetch_core_registers): Remove function.
8890 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8891 functions.
8892 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8893 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8894 * Makefile.in (amd64_linux_tdep_h): Remove.
8895 (amd64-linux-nat.o): Update dependencies.
8896 (amd64-linux-tdep.o): Update dependencies.
8897
8898 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8899 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8900 functions.
8901 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8902
8903 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8904 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8905
8906 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8907
8908 * dwarf2read.c (read_structure_type): Rename from
8909 read_structure_scope. Don't create a symbol or call process_die.
8910 Return immediately if die->type is set. Call read_type_die before
8911 dwarf2_add_member_fn.
8912 (process_structure_scope): New function.
8913 (read_enumeration_type, process_enumeration_scope): New functions,
8914 broken out from read_enumeration. Don't create the enumeration
8915 type if it has already been created.
8916 (read_enumeration): Removed.
8917 (process_die): Call read_structure_type, process_structure_scope,
8918 read_enumeration_type, and process_enumeration_scope. Just call
8919 new_symbol for base and subrange types. Add a comment about other
8920 type dies.
8921 (read_type_die): Call read_enumeration_type.
8922 (add_partial_structure, new_symbol): Update comments.
8923
8924 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8925
8926 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8927
8928 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8929
8930 * tui/tui-win.h (tui_get_cmd_list): Declare.
8931 * tui/tui-win.c (tui_command): New function.
8932 (tui_get_cmd_list): New function.
8933 (_initialize_tui_win): Moved initialization of tui command in
8934 tui_get_cmd_list.
8935
8936 * tui/tui-data.c (init_content_element): Setup new data members.
8937 (init_win_info): Likewise.
8938 (free_content_elements): Free it.
8939 * tui/tui-data.h (struct tui_data_element): Store the register
8940 content to print.
8941 (struct tui_data_info): Keep the current register group.
8942
8943 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8944
8945 * tui/tui-regs.h (tui_show_registers): Update prototype.
8946 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8947 (tui_resize_all): No need to calculate anything for register window.
8948 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8949 (tui_set_register_element, tui_set_general_regs_content): Remove.
8950 (tui_set_special_regs_content): Remove.
8951 (tui_set_general_and_special_regs_content): Remove.
8952 (tui_set_float_regs_content): Remove.
8953 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8954 (tui_set_regs_content): Remove.
8955 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8956 (tui_v_show_registers_command_support): Remove.
8957 (tui_show_registers): Use a reggroup to specify the registers to show.
8958 (tui_show_register_group): New function.
8959 (tui_display_registers_from): Compute the layout of register window
8960 and refresh with new API; be sure to delete old register windows.
8961 (tui_check_register_values): Update to use tui_get_register and
8962 tui_display_data.
8963 (tui_display_register): Just refresh the register window part.
8964 (tui_register_format): Format registers and save in tui_data_element.
8965 (tui_get_register): New to combine tui_reg_value_has_changed and
8966 tui_get_register_raw_value; fix to use the new gdb API.
8967 (tui_show_float_command): Renamed tui_reg_float_command.
8968 (tui_show_general_command): Renamed tui_reg_general_command.
8969 (tui_show_special_command): Renamed tui_reg_system_command.
8970 (_initialize_tui_regs): Remove unused commands.
8971
8972 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8973
8974 * NEWS (New native configurations): Mention OpenBSD/amd64.
8975
8976 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8977 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8978 Remove defines.
8979 * config/i386/nm-fbsd64.h: Likewise.
8980 * config/i386/nm-obsd.h: Likewise.
8981 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8982 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8983
8984 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8985
8986 * frv-tdep.c (set_variant_scratch_registers): New function.
8987 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8988 New constants.
8989
8990 From Richard Sandiford <rsandifo@redhat.com>:
8991 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8992
8993 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8994
8995 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8996 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8997 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8998 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8999 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9000 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9001 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9002 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9003 definitions from frv-tdep.c to frv-tdep.h.
9004
9005 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9006
9007 Add shared library support for FR-V FDPIC ABI:
9008 * Makefile.in (solib-frv.o): Add dependencies.
9009 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9010 New functions.
9011 (frv_push_dummy_call): Add support for FDPIC ABI.
9012 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9013 for FDPIC ABI.
9014 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9015 (frv_fdpic_find_canonical_descriptor): Declare.
9016 * solib-frv.c: New file.
9017 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9018 * config/frv/tm-frv.h (solib.h): Include.
9019
9020 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9021
9022 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9023 (frv-tdep.o): Update dependencies.
9024 * frv-tdep.h: New file.
9025 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9026 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9027 constants.
9028 (struct gdbarch_tdep): Add new member ``frv_abi''.
9029 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9030 functions.
9031 (new_variant): Set ``frv_abi'' field.
9032 (gdb_arch_init): Detect FDPIC executables.
9033
9034 2004-03-12 Mark Kettenis <kettenis@gnu.org>
9035
9036 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9037 wrapper.
9038
9039 2004-03-11 Andrew Cagney <cagney@redhat.com>
9040
9041 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9042
9043 2004-03-11 Kevin Buettner <kevinb@redhat.com>
9044
9045 * solist.h (master_so_list): New function.
9046 * solib.c (master_so_list): Likewise.
9047 * solib-svr4.c (enable_break): Iterate over so_list entries
9048 obtained from master list instead of entries obtained directly
9049 via svr4_current_sos().
9050
9051 2004-03-10 Ben Elliston <bje@gnu.org>
9052
9053 * MAINTAINERS: Update my mail address.
9054
9055 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9056
9057 * remote-m32r-sdi.c: Support hardware watchpoint.
9058
9059 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9060
9061 * user-regs.c: Update copyright years.
9062 (struct user_regs): Rename to gdb_user_regs.
9063 (append_user_reg, builtin_user_regs, user_regs_init)
9064 (user_reg_add, user_reg_map_name_to_regnum)
9065 (usernum_to_user_reg): Update.
9066
9067 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9068
9069 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9070 (skip_children): New functions.
9071 (locate_pdi_sibling): Call skip_children.
9072
9073 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9074
9075 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9076 * gdbtypes.c (check_typedef): Update comments.
9077
9078 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9079
9080 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9081 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9082 pointer. Update comment about comp_unit_head.
9083 (struct abbrev_info): Shorten two int flags.
9084 (dwarf_alloc_abbrev): Take a CU argument.
9085 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9086 each time through the loop. Update cleanup argument.
9087 (psymtab_to_symtab_1): Update cleanup call.
9088 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9089 abbrev_obstack.
9090 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9091 Just call obstack_free and clear the pointer.
9092
9093 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9094
9095 * infrun.c (handle_inferior_event): Remove short-circuit code for
9096 events in a different thread.
9097
9098 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9101 print the whole transfer.
9102 (initialize_targets): Update description of "set debug target".
9103
9104 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9105
9106 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9107
9108 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9109
9110 * MAINTAINERS (write after approval): Add myself.
9111
9112 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9113
9114 * sh-tdep.c (sh_print_registers_info): Use for loop.
9115 Don't skip multiple registers when a float register is encountered.
9116
9117 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9118
9119 Fix PR tdep/1291.
9120 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9121 to official SH documentation.
9122
9123 2004-03-07 Andrew Cagney <cagney@redhat.com>
9124
9125 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9126 unused function.
9127
9128 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
9129
9130 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9131 (arm_get_next_pc): Handle BX and BLX.
9132
9133 2004-03-07 Andrew Cagney <cagney@redhat.com>
9134
9135 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9136 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9137 HPPA_SP_REGNUM.
9138 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9139 (hppa_target_read_fp): Delete.
9140 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9141 register_virtual_size, max_register_raw_size,
9142 max_register_virtual_size, register_byte, register_size,
9143 target_read_fp, fp_regnum, and register_bytes. Set register_type
9144 instead of register_virtual_type.
9145 (hppa32_register_type, hppa64_register_type): Replace
9146 hppa32_register_virtual_type and hppa64_register_virtual_type.
9147 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9148 (HPPA_FP_REGNUM): Define.
9149
9150 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9151
9152 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9153 (pa_do_registers_info): Delete.
9154 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
9155 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
9156 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
9157
9158 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9159 GDB_TARGET_IS_HPPA code.
9160 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
9161 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
9162 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9163 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
9164 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9165 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9166 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
9167 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
9168 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9169 (hppa_frameless_function_invocation, hppa64_store_return_value)
9170 (hppa_store_struct_return, hppa64_extract_return_value)
9171 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
9172 (hppa32_call_dummy_length, hppa64_call_dummy_length)
9173 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
9174 (find_proc_framesize, deposit_21, restore_pc_queue)
9175 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
9176 (rp_saved, pc_in_linker_stub): Delete.
9177
9178 Unconditionally enable 64-bit frame and ABI code.
9179 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9180 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9181 push_dummy_frame, fix_call_dummy, push_arguments,
9182 call_dummy_location, extract_return_value, use_struct_convention,
9183 store_return_value, store_struct_return, saved_pc_after_call,
9184 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9185 frame_chain, frame_chain_valid, frameless_function_invocation,
9186 frame_saved_pc, and pop_frame.
9187
9188 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9189 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9190 (hppa_gdbarch_init): Do not set PC_REGNUM.
9191
9192 2004-03-06 Mark Kettenis <kettenis@gnu.org>
9193
9194 * config/alpha/tm-fbsd.h: Remove file.
9195 * config/alpha/fbsd.mt: Tweak comment.
9196 (TM_FILE): Set to tm-alpha.h.
9197
9198 2004-03-05 Andrew Cagney <cagney@redhat.com>
9199
9200 * infrun.c (step_over_function): When non-legacy code, and no
9201 step_frame_id, use the unwinder to get the caller's frame ID.
9202
9203 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9204
9205 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9206 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9207 bfd_arch_unknown. Adjust comment.
9208
9209 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9210 * i386obsd-tdep.c: Correct spelling in comment.
9211 * i386nbsd-tdep.c: Correct spelling in comment.
9212 * sparc-tdep.c: Correct spelling in comments.
9213
9214 2004-03-05 David Carlton <carlton@kealia.com>
9215
9216 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9217 bug.
9218
9219 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9220
9221 * sparc-tdep.c: Fix typo in comment.
9222
9223 2004-03-04 J. Brobecker <brobecker@gnat.com>
9224
9225 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9226
9227 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9228
9229 * dwarf2read.c: Add comment describing memory lifetimes.
9230 (struct dwarf2_pinfo): Update comment.
9231 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9232 (read_enumeration, new_symbol): Don't use obsavestring.
9233
9234 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9235
9236 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9237 instead of amd64_fill_fxsave.
9238 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9239 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9240
9241 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9242 Reorganize code a bit.
9243
9244 2004-03-04 Orjan Friberg <orjanf@axis.com>
9245
9246 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9247 when the frame pointer is pushed. Don't set the frame pointer's
9248 address on the stack unless it's actually located there.
9249 Set the SRP's address on the stack correctly when the PC is still in
9250 the prologue.
9251 (cris_return_value): New function.
9252 (cris_gdbarch_init): Clear deprecated store_return_value,
9253 extract_return_value.
9254
9255 2004-03-02 Jim Blandy <jimb@redhat.com>
9256
9257 * stabsread.c (reg_value_complaint): The maximum register number
9258 is one less than the number of registers.
9259
9260 2004-03-02 Andrew Cagney <cagney@redhat.com>
9261
9262 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9263 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9264 trailing comma and redundant assignment of I386_ST0_REGNUM.
9265 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9266 32-bit segment registers.
9267
9268 2004-03-01 Andrew Cagney <cagney@redhat.com>
9269
9270 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9271 use frame_relative_level and get_next_frame.
9272
9273 2004-02-29 Andrew Cagney <cagney@redhat.com>
9274
9275 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9276 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9277 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9278 Delete macro.
9279
9280 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9281
9282 * inflow.c (terminal_inferior): Don't give up the terminal if we
9283 previously couldn't get the inferior's terminal state.
9284
9285 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9288 PC_REGNUM.
9289
9290 2004-02-28 Andrew Cagney <cagney@redhat.com>
9291
9292 * NEWS: Refer to GDB 6.1.
9293 * README: Refer to GDB 6.1.
9294 * PROBLEMS: Refer to GDB 6.1.
9295
9296 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9297
9298 * thread-db.c (disable_thread_signals): Remove unused function.
9299
9300 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9301
9302 * amd64-nat.c: Include "gdb_string.h".
9303 (amd64_collect_native_gregset): Zero-extend the 32-bit
9304 general-purpose registers and %eip.
9305
9306 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9307 * amd64-tdep.c (amd64_collect_fxsave): New function.
9308 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9309
9310 * i387-tdep.h: Update copyright year.
9311 (i387_collect_fxsave): New prototype.
9312 * i387-tdep.c: Update copyright year.
9313 (i387_collect_fxsave): New function containing most of the code
9314 from i387_fill_fxsave.
9315 (i387_fill_fxsave): Call i387_collect_fxsave.
9316
9317 2004-02-28 Andrew Cagney <cagney@redhat.com>
9318
9319 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9320 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9321
9322 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9323
9324 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9325
9326 2004-02-28 Andrew Cagney <cagney@redhat.com>
9327
9328 * utils.c: Use "", instead of <>, to include readline.
9329 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9330 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9331 * source.c, solib.c, exec.c, event-top.c: Ditto.
9332 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9333 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9334 * Makefile.in: Update all dependencies.
9335 (readline_tilde_h, readline_history_h): Define.
9336 (readline_headers): Delete.
9337
9338 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9339
9340 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9341 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9342 "config/i386/tm-lx64.h".
9343
9344 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9345 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9346 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9347
9348 2004-02-28 Andrew Cagney <cagney@redhat.com>
9349
9350 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9351
9352 * breakpoint.c (_initialize_breakpoint): Use
9353 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9354 Add help to show command.
9355
9356 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9357
9358 * i386-nat.c: Reformat to be closer to coding standards.
9359 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9360 `retval'. Make variables `align' and `size' local to while-loop.
9361 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9362 (_initialize_i386_nat): New prototype.
9363
9364 * tui/tui.c: Include <readline/readline.h> instead of
9365 "readline/readline.h". Include it after <term.h> and
9366 "gdb_curses.h".
9367
9368 2004-02-27 Andrew Cagney <cagney@redhat.com>
9369
9370 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9371 the new frame unwind code.
9372 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9373 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9374 PCOQ_HEAD_REGNUM.
9375
9376 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9377 "return_value" and "push_dummy_call".
9378 (hppa32_use_struct_convention): Delete unused function.
9379 (hppa32_store_return_value): Delete unused function.
9380 (hppa32_extract_return_value): Delete unused function.
9381 (hppa32_stack_align): Delete function.
9382
9383 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9384
9385 * coffread.c (enter_linenos): Don't let rawptr reference memory
9386 outside linetab[]'s limits.
9387
9388 2004-02-27 Andrew Cagney <cagney@redhat.com>
9389
9390 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9391 inferior stack space - the stack needs to grow upwards.
9392 (hppa32_frame_align): New function.
9393 (hppa64_frame_align): Replace hppa_frame_align.
9394 (hppa_gdbarch_init): Update.
9395
9396 2004-02-26 Orjan Friberg <orjanf@axis.com>
9397
9398 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9399 (dwarf2-frame.h): Include.
9400 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9401 Remove static variables related to ABI setting.
9402 (struct gdbarch_tdep): Remove cris_abi member.
9403 (struct frame_extra_info): Remove.
9404 (cris_unwind_cache, stack_item): New structs.
9405 (cris_frame_unwind, cris_frame_base): New variables.
9406 (push_stack_item, pop_stack_item)
9407 (cris_frame_unwind_cache, cris_frame_this_id)
9408 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9409 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9410 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9411 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9412 (cris_reg_struct_has_addr): New functions.
9413 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9414 (cris_frame_saved_pc, cris_saved_pc_after_call,
9415 (cris_store_struct_return, cris_frameless_function_invocation)
9416 (cris_pop_frame, cris_skip_prologue_main)
9417 (cris_abi_original_store_return_value)
9418 (cris_abi_v2_store_return_value)
9419 (cris_abi_original_extract_return_value)
9420 (cris_abi_v2_extract_return_value)
9421 (cris_abi_original_reg_struct_has_addr)
9422 (cris_abi_v2_reg_struct_has_addr)
9423 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9424 (cris_push_return_address, cris_abi_update): Remove.
9425 (_initialize_cris_tdep): Remove ABI command.
9426 (cris_dump_tdep): Ditto.
9427 (cris_gdbarch_init): Remove ABI command.
9428 Set store_return_value, extract_return_value, push_dummy_code,
9429 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9430 frame_unwind_append_sniffer, frame_base_set_default.
9431 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9432 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9433 sizeof_call_dummy_words, get_saved_register, push_return_address,
9434 pop_frame, store_struct_return, frame_init_saved_regs,
9435 init_extra_frame_info, frameless_function_invocation, frame_chain,
9436 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9437 dummy_write_sp.
9438
9439 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9440
9441 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9442 * valprint.c (print_hex_chars): Change from static to external.
9443 (print_char_chars): New function.
9444 * printcmd.c (print_scalar_formatted): For integer and enum types
9445 that are longer than LONGEST, perform processing via appropriate
9446 print_*_chars routines.
9447
9448 2004-02-26 Andrew Cagney <cagney@redhat.com>
9449
9450 * Makefile.in: Update dependencies.
9451 Changes from Ulrich Weigand,
9452 * s390-tdep.c: Include "dwarf2-frame.h".
9453 (s390_dwarf2_frame_init_reg): New function.
9454 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9455 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9456
9457 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9458
9459 * breakpoint.c (pending_break_support): New setting variable.
9460 (break_command_1): Account for pending_break_support setting
9461 when creating pending breakpoints.
9462 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9463 (_initialize_breakpoint): Add "set breakpoint pending" and
9464 "show breakpoint pending" commands.
9465
9466 2004-02-26 Andrew Cagney <cagney@redhat.com>
9467
9468 Fix PR i18n/1570.
9469 * charset.c (backslashable, backslashed, represented): Remove 'e'
9470 from list of escaped characters, not part of ISO-C.
9471
9472 2004-02-25 J. Brobecker <brobecker@gnat.com>
9473
9474 From Peter Schauer <schauer@pdf.de>:
9475 * tui/tui.c: Move system header includes after local includes.
9476 Fixes a build failure on solaris systems.
9477
9478 2004-02-25 J. Brobecker <brobecker@gnat.com>
9479
9480 * configure.in: Refine the previous change.
9481 * configure: Regenerate.
9482
9483 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9484
9485 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9486 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9487 "amd64-tdep.h" instead of "x86-64-tdep.h".
9488 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9489 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9490 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9491 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9492 and "x86-64-tdep.c".
9493 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9494 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9495 and "x86-64-tdep.c".
9496 * amd64bsd-nat.c: Update copyright year.
9497 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9498 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9499 "x86-64-tdep.h".
9500 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9501 "x86-64-tdep.h".
9502 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9503 "x86-64-tdep.h".
9504 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9505 "x86-64-tdep.h".
9506 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9507 "x86-64-tdep.h".
9508 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9509 "x86-64-tdep.h".
9510 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9511 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9512 * Makefile.in (amd64_linux_tdep_h): Renamed from
9513 x86_64_linux_tdep_h.
9514 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9515 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9516 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9517 (amd64obsd-tdep.o): Update dependencies.
9518 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9519 dependencies.
9520 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9521 dependencies.
9522 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9523 amd64-linux-nat.c amd64-linux-tdep.c.
9524 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9525 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9526 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9527 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9528 amd64-tdep.o and amd64-linux-tdep.o.
9529 (TM_FILE): Set to tm-linux64.h.
9530 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9531 (NAT_FILE): Set to nm-linux64.h.
9532 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9533 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9534 amd64-tdep.o.
9535 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9536 amd64-tdep.o.
9537 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9538 amd64-tdep.o.
9539
9540 2004-02-25 Roland McGrath <roland@redhat.com>
9541
9542 * remote.c (remote_protocol_qPart_auxv): New variable.
9543 (init_all_packet_configs): Initialize it.
9544 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9545 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9546 (show_remote_cmd): Call it.
9547 (_initialize_remote): Initialize commands.
9548 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9549 service TARGET_OBJECT_AUXV requests.
9550
9551 2004-02-25 J. Brobecker <brobecker@gnat.com>
9552
9553 * configure.in: Make sure that the wborder function is available.
9554 Otherwise, search for it in the cur_colr library.
9555 * configure: Regenerate.
9556
9557 2004-02-25 Andrew Cagney <cagney@redhat.com>
9558
9559 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9560
9561 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9562
9563 * config/i386/tm-x86-64linux.h: Tweak comments.
9564
9565 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9566
9567 * MAINTAINERS: Add self to write-after-approval list.
9568
9569 2004-02-25 Andrew Cagney <cagney@redhat.com>
9570
9571 PR cli/1566. Problem found, and fix suggested by David Allan.
9572 * cli/cli-script.c (execute_control_command): Unconditionally
9573 install a cleanup. Default "ret" to "invalid_control". Use
9574 "break" instead of "return" to escape from the switch.
9575
9576 2004-02-24 J. Brobecker <brobecker@gnat.com>
9577
9578 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9579 with the lines macro defined in term.h on AiX.
9580 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9581 a collision with the label_width macro defined in term.h on AiX.
9582
9583 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9584
9585 Committed by Kevin Buettner <kevinb@redhat.com>.
9586
9587 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9588 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9589 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9590 instead of ia64_write_pc().
9591 * ia64-linux-tdep.c (regcache.h): Include.
9592 (ia64_linux_write_pc): New function.
9593
9594 2004-02-23 Roland McGrath <roland@redhat.com>
9595
9596 * auxv.c (info_auxv_command): Fix typos in error messages.
9597
9598 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9599
9600 * x86-64-tdep.h: Tweak comment.
9601 (enum amd64_regnum): New.
9602 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9603 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9604 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9605 (X86_64_XMM1_REGNUM): Removed.
9606 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9607 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9608 prototypes for renamed functions.
9609 * x86-64-tdep.c: Fix typo.
9610 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9611 register numbers.
9612 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9613 Use constants from `enum amd64_regnum' for register numbers.
9614 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9615 (amd64_analyze_prologue, amd64_frame_cache,
9616 amd64_sigtramp_frame_cache): Use constants from `enum
9617 amd64_regnum' for register numbers.
9618 (amd64_supply_fpregset): Adjust for renamed functions.
9619 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9620 `enum amd64_regnum' for register numbers.
9621 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9622 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9623 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9624 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9625 (amd64_linux_fill_gregset): Adjust for renamed macros.
9626 (fetch_core_registers): Adjust for renamed functions.
9627 (amd64_linux_init_abi): Adjust for renamed functions.
9628 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9629 renamed functions.
9630 * amd64-nat.c: Adjust for renamed macros.
9631 * amd64bsd-nat.c (fetch_inferior_registers)
9632 (store_inferior_registers): Use constants from `enum amd64_regnum'
9633 for register numbers. Adjust for renamed variables.
9634 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9635 renamed variables.
9636 (_initialize_amd64fbsd_nat): Use constants from `enum
9637 amd64_regnum' for register numbers.
9638 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9639 `enum amd64_regnum' for register numbers.
9640 (amd64fbsd_init_abi): Adjust for renamed functions.
9641 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9642 `enum amd64_regnum' for register numbers.
9643 (amd64nbsd_init_abi): Adjust for renamed functions.
9644 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9645 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9646 `enum amd64_regnum' for register numbers.
9647 (amd64obsd_init_abi): Adjust for renamed functions.
9648 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9649
9650 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9651
9652 * breakpoint.c (print_one_breakpoint): Do not output spaces
9653 after printing <PENDING> for a pending breakpoint.
9654
9655 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9656
9657 * printcmd.c (print_scalar_formatted): Initialize val_long
9658 to remove compiler warning message.
9659
9660 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9661
9662 * defs.h (nquery, yquery): New prototypes.
9663 * breakpoint.c (break_command_1): Use new nquery interface.
9664 * utils.c (defaulted_query, nquery, yquery): New functions.
9665
9666 2004-02-23 Andrew Cagney <cagney@redhat.com>
9667
9668 * hppa-tdep.c (hppa_frame_align): New function.
9669 (hppa32_push_dummy_call): New function.
9670 (hppa64_push_dummy_call): New function.
9671 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9672 disabled.
9673
9674 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9675 FIX_CALL_DUMMY when push_dummy_call is available.
9676 (call_function_by_hand, push_dummy_code): Ditto.
9677
9678 2004-02-22 Andrew Cagney <cagney@redhat.com>
9679
9680 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9681 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9682 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9683 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9684 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9685 call_dummy_location to ON_STACK.
9686
9687 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9688
9689 * x86-64-linux-tdep.c: Tweak comment.
9690 (amd64_linux_supply_gregset): Renamed from
9691 x86_64_linux_supply_gresget.
9692 (amd64_linux_fill_gregset): Renamed from
9693 x86_64_linux_fill_gregset.
9694 (fetch_core_registers): Adjust for renamed functions.
9695 (amd64_core_fns): Renamed from x86_64_core_fns.
9696 (amd64_linux_sigtramp_start): Renamed from
9697 x86_64_linux_sigtramp_start.
9698 (amd64_linux_pc_in_sigtramp): Renamed from
9699 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9700 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9701 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9702 (amd64_linux_sigcontext_addr): Renamed from
9703 x86_64_linux_sigcontext_addr.
9704 (amd64_linux_sc_reg_offset): Renamed from
9705 x86_64_linux_sc_reg_offset.
9706 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9707 Adjust for renamed functions and variables.
9708 (_initialize_amd64_linux_tdep): Renamed from
9709 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9710 variables.
9711 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9712 Adjust for renamed functions.
9713
9714 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9715 from x86_64_linux_gregset64_reg_offset.
9716 (amd64_linux_gregset32_reg_offset): Rename from
9717 x86_64_linux_gregset64_reg_offset.
9718 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9719 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9720 (amd64_linux_dr_set_control): Renamed from
9721 x86_64_linux_dr_set_control. Adjust for renamed functions.
9722 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9723 Adjust for renamed functions.
9724 (amd64_linux_dr_reset_addr): Renamed from
9725 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9726 (amd64_linux_dr_get_status): Renamed from
9727 x86_64_linux_dr_get_status. Adjust for renamed functions.
9728 (_initialize_amd64_linux_nat): Renamed from
9729 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9730 functions.
9731 * config/i386/nm-x86-64linux.h: Update copyright year.
9732 Adjust for renamed functions.
9733
9734 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9735 amd64fbsd_sigtramp_start.
9736 (amd64fbsd_sigtramp_end_addr): Renamed from
9737 amd64fbsd_sigtramp_end.
9738 (amd64fbsd_init_abi): Adjust for renamed variables.
9739 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9740 variables.
9741 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9742 amd64fbsd_sigtramp_start.
9743 (amd64fbsd_sigtramp_end_addr): Renamed from
9744 amd64fbsd_sigtramp_end.
9745
9746 2004-02-22 Andrew Cagney <cagney@redhat.com>
9747
9748 * hppa-tdep.c (hppa32_return_value): New function.
9749 (hppa64_return_value): New function.
9750 (hppa_gdbarch_init): Set return_value; keep disabled.
9751
9752 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9753 struct-return and inferior function call methods.
9754
9755 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9756 "frame-base.h".
9757 (struct hppa_frame_cache): Define.
9758 (hppa_frame_cache, hppa_frame_this_id): New functions.
9759 (hppa_frame_prev_register): New function.
9760 (hppa_frame_unwind, hppa_frame_base): New variables.
9761 (hppa_frame_unwind_sniffer): New function.
9762 (hppa_frame_base_address, hppa_unwind_pc): New function.
9763 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9764 sniffer, and frame base sniffer; keep disabled.
9765 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9766 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9767
9768 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9769 to predicates for "seriously old code".
9770
9771 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9772 runtime if(0).
9773
9774 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9775 unsigned.
9776 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9777
9778 * config/pa/tm-hppa.h: Update copyright.
9779 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9780 (deprecated_init_frame_pc_default): Delete declaration.
9781 (hppa_frame_init_saved_regs): Delete declaration.
9782 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9783 * hppa-tdep.c: Include "arch-utils.h".
9784 (hppa_gdbarch_init): Set deprecated init_frame_pc
9785 and deprecated frame_init_saved_regs.
9786 (hppa_frame_init_saved_regs): Make static.
9787
9788 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9789
9790 Remove old 386BSD support.
9791 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9792 * configure.host: Remove i[34567]86-*-bsd*.
9793 * configure.tgt: Remove i[34567]86-*-bsd*.
9794 * i386b-nat.c: Removed.
9795 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9796 (i386b-nat.o): Remove dependencies.
9797
9798 * config/i386/i386bsd.mh: Removed.
9799 * config/i386/i386bsd.mt: Removed.
9800 * config/i386/nm-i386bsd.h: Removed.
9801 * config/i386/tm-i386bsd.h: Removed.
9802 * config/i386/xm-i386bsd.h: Removed.
9803
9804 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9805
9806 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9807 (amd64fbsd_init_abi): Set link map offsets.
9808 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9809 (amd64nbsd_init_abi): Set link map offsets.
9810 * amd64obsd-tdep.c: Include "solib-svr4.h".
9811 (amd64obsd_init_abi): Set link map offsets.
9812 * i386fbsd-tdep.c: Include "solib-svr4.h".
9813 (i386fbsd_init_abi): Set link map offsets.
9814 * i386nbsd-tdep.c: Include "solib-svr4.h".
9815 (i386nbsdelf_init_abi): Set link map offsets.
9816 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9817 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9818 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9819 solib-legacy.o and core-aout.o. Reformat.
9820 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9821 solib-svr4.o, solib-legacy.o. Reformat.
9822 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9823 * config/i386/nbsdelf.mh: Reformat.
9824 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9825 solib-svr4.o, solib-legacy.o and corelow.o.
9826 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9827 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9828 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9829 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9830 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9831 (TM_FILE): Set to tm-fbsd.h.
9832 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9833 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9834 solib-svr4.o.
9835 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9836 solib-svr4.o.
9837 (TM_FILE): Set to nm-nbsd.h.
9838 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9839 Simplify shared library support. Don't include "elf/common.h".
9840 (SVR4_SHARED_LIBS): Don't define.
9841 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9842 "solib.h".
9843 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9844 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9845 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9846 Don't include "i386/tm-i386.h". Include "solib.h".
9847 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9848 Don't include "i386/tm-i386.h".
9849 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9850 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9851 Include "i386/xm-i386.h".
9852 (HOST_LONG_DOUBLE_FORMAT): Remove.
9853
9854 Fix OpenBSD/i386 sigtramp recognition.
9855 * i386-tdep.h: Update copyright year.
9856 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9857 (i386bsd_sigtramp_end): New prototypes.
9858 (i386fbsd_sigtramp_start_addr): Renamed from
9859 i386fbsd_sigtramp_start.
9860 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9861 (i386obsd_sigtramp_start_addr): Renamed from
9862 i386obsd_sigtramp_start.
9863 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9864 * i386bsd-tdep.c: Update copyright year.
9865 (i386bsd_pc_in_sigtramp): Make public.
9866 * i386fbsd-nat.c: Update copyright year.
9867 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9868 * i386fbsd-tdep.c: Update copyright year.
9869 (i386fbsd_sigtramp_start_addr): Renamed from
9870 i386fbsd_sigtramp_start.
9871 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9872 (i386fbsdaout_init_abi): Adjust for renamed variables.
9873 * i386obsd-nat.c: Update copyright year.
9874 (_initialize_i386obsd_nat): Adjust for renamed variables.
9875 * i386obsd-tdep.c: Include "target.h".
9876 (i386obsd_page_size): New variable.
9877 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9878 (i386obsd_sigtramp_end): New functions.
9879 (i386obsd_sigtramp_start_addr): Renamed from
9880 i386obsd_sigtramp_start.
9881 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9882 (i386obsd_init_abi): Adjust for renamed variables. Set
9883 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9884 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9885
9886 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9887 trampoline change in OpenBSD kernel.
9888
9889 * amd64-nat.c: Update copyright year.
9890 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9891 architecture from REGCACHE.
9892
9893 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9894 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9895
9896 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9897
9898 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9899 i[34567]86-*-openbsd3.[0-3].
9900 * config/i386/obsdaout.mh: New file.
9901
9902 * config/i386/obsd.mh (MH_FLAGS): Remove.
9903
9904 Fix PR build/1549.
9905 * i386obsd-tdep.c: Update copyright years. Include
9906 "solib-svr4.h".
9907 (i386obsd_init_abi): Don't set regset_from_core_section here.
9908 (i386obsd_aout_init_abi): New function. Set
9909 regset_from_core_section here.
9910 (i386obsd_elf_init_abi): New function.
9911 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9912 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9913 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9914 (TM_FILE): Set to tm-nbsd.h.
9915
9916 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9917 solib-sunos.o.
9918
9919 * solib-svr4.h: Update copyright year.
9920 (svr4_ilp32_fetch_link_map_offsets)
9921 (svr4_lp64_fetch_link_map_offsets): New prototype.
9922 * solib-svr4.c: Update copyright year.
9923 (svr4_ilp32_fetch_link_map_offsets)
9924 (svr4_lp64_fetch_link_map_offsets): New function.
9925
9926 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9927
9928 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9929 to the partial symbol table.
9930
9931 2004-02-20 J. brobecker <brobecker@gnat.com>
9932
9933 * PROBLEMS: Add description of problem documented under gdb/1560.
9934
9935 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9936
9937 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9938 comments.
9939 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9940 functions.
9941 (amd64obsd_init_abi): Reorder initializations. Use
9942 amd64obsd_r_reg_offset to initialize the general-purpose register
9943 set details. Set regset_from_core_section.
9944 (_initialize_amd64obsd_tdep): Rename from
9945 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9946 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9947 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9948
9949 * NEWS (New native configurations): Mention OpenBSD/alpha.
9950 * configure.tgt: Add alpha*-*-openbsd*.
9951 * configure.host: Add alpha*-*-openbsd*.
9952 * alphanbsd-tdep.c: Update copyright year.
9953 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9954
9955 2004-02-20 Andrew Cagney <cagney@redhat.com>
9956
9957 Fix PR tdep/1372.
9958 * configure.tgt: Delete target "none-*-*".
9959 * configure.host: Delete host "none-*-*".
9960 * config/none/none.mh: Delete file.
9961 * config/none/none.mt: Delete file.
9962 * config/none/xm-none.h: Delete file.
9963 * config/none/tm-none.h: Delete file.
9964 * config/none/nm-none.h: Delete file.
9965
9966 2004-02-19 Fred Fish <fnf@redhat.com>
9967
9968 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9969 cache->uses_fp prior to setting it.
9970
9971 2004-02-19 Fred Fish <fnf@redhat.com>
9972
9973 Fix for PR breakpoint/1558.
9974 * sh-tdep.c (IS_JSR): New macro.
9975 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9976
9977 2004-02-19 Jim Blandy <jimb@redhat.com>
9978
9979 * findvar.c (value_from_register): Doc fix.
9980
9981 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9982
9983 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9984 type being greater than sizeof of host's LONGEST. Always use
9985 unpack_long() unless format 'f' chosen.
9986
9987 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9988
9989 Committed by Elena Zannoni <ezannoni@redhat.com>
9990
9991 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9992 contains a symbol wich is the best, non-exact match for the given
9993 pc. Update comments.
9994
9995 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9996
9997 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9998 macro, which was part of the now removed Mach 3 port.
9999 * utils.c (request_quit): Ditto.
10000
10001 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10002
10003 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10004 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10005
10006 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10007
10008 Committed by Mark Kettenis <kettenis@gnu.org>.
10009
10010 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10011 Define.
10012
10013 2004-02-18 Andrew Cagney <cagney@redhat.com>
10014
10015 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10016 CONFIG_INSTALL and CONFIG_UNINSTALL.
10017 * configure: Re-generate.
10018 * interps.h (INTERP_TUI): Define.
10019 * Makefile.in: Update dependencies.
10020 (TUI): New macro.
10021 (tui-main.o): Specify dependencies.
10022 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10023 * tui/tui-main.c: New file.
10024
10025 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10026
10027 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10028 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10029 dependencies.
10030 * configure.host: Add x86_64-*-openbsd*.
10031 * configure.tgt: Add x86_64-*-openbsd*.
10032 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10033
10034 * tui/tui.c: Don't include <malloc.h>.
10035
10036 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10037 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10038 amd64nbsd-tdep.c.
10039
10040 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
10041 static. Remove extraneous whitespace.
10042 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10043 static.
10044
10045 2004-02-17 Jim Blandy <jimb@redhat.com>
10046
10047 * findvar.c (value_from_register): Doc fix.
10048
10049 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10050
10051 Committed by Jim Blandy <jimb@redhat.com>.
10052
10053 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
10054 CORE_ADDR as type for selectors. Correct types for GNU run time
10055 message lookup function to use double indirection.
10056 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10057 * objc-lang.h (lookup_child_selector): Adapt prototype.
10058
10059 * s390-nat.c (SUBOFF): New macro.
10060 (supply_gregset, fill_gregset): Use it to handle debugging
10061 of 32-bit exectuables running under a 64-bit kernel.
10062 * s390-tdep.c: Include "solib-svr4.h".
10063 (s390_svr4_fetch_link_map_offset): New function.
10064 (s390x_svr_fetch_link_map_offset): Likewise.
10065 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10066 * Makefile.in (s390-tdep.o): Update dependencies.
10067
10068 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10069 "frame-unwind.h".
10070 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10071 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10072 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10073 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10074 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10075 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
10076 S390_SIGNAL_FRAMESIZE,
10077 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10078 (struct frame_extra_info): Remove.
10079 (s390_memset_extra_info): Remove.
10080 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10081 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10082 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
10083 (is_rse): Renamed to ...
10084 (is_rsy): ... this. Support long displacements.
10085 (is_rxe): Renamed to ...
10086 (is_rxy): ... this. Support long displacements.
10087 (compute_x_addr): Support long displacements.
10088 (struct s390_prologue_data): New data type.
10089 (s390_on_stack): Change API to use struct s390_prologue_data.
10090 (s390_store): Reimplement.
10091 (s390_load): New function.
10092 (s390_get_signal_frame_info): Remove.
10093 (s390_get_frame_info): Remove, replace by ...
10094 (s390_analyze_prolog): ... this new function.
10095 (s390_check_function_end): Remove.
10096 (s390_function_start): Remove.
10097 (s390_frameless_function_invokation): Remove.
10098 (s390_is_sigreturn): Remove.
10099 (s390_init_frame_pc_first): Remove.
10100 (s390_init_frame_extra_info): Remove.
10101 (s390_frame_init_saved_regs): Remove.
10102 (s390_frame_saved_pc_nofix): Remove.
10103 (s390_frame_saved_pc): Remove.
10104 (s390_frame_chain): Remove.
10105 (s390_fp_regnum, s390_read_fp): Remove.
10106 (s390_pop_frame_regular, s390_pop_frame): Remove.
10107 (s390_saved_pc_after_call): Remove.
10108 (s390_skip_prologue): Reimplement.
10109 (s390_in_function_epilogue_p): Support long displacements.
10110 (struct s390_unwind_cache): New data structure.
10111 (s390_frame_unwind_cache): New function.
10112 (s390_prologue_frame_unwind_cache): Likewise.
10113 (s390_backchain_frame_unwind_cache): Likewise.
10114 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10115 (s390_frame_unwind): Define.
10116 (s390_frame_sniffer): New function.
10117 (struct s390_pltstub_unwind_cache): New data structure.
10118 (s390_pltstub_frame_unwind_cache): New function.
10119 (s390_pltstub_frame_this_id): Likewise.
10120 (s390_pltstub_frame_prev_register): Likewise.
10121 (s390_pltstub_frame_unwind): Define.
10122 (s390_pltstub_frame_sniffer): New function.
10123 (struct s390_sigtramp_unwind_cache): New data structure.
10124 (s390_sigtramp_frame_unwind_cache): New function.
10125 (s390_sigtramp_frame_this_id): Likewise.
10126 (s390_sigtramp_frame_prev_register): Likewise.
10127 (s390_sigtramp_frame_unwind): Define.
10128 (s390_sigtramp_frame_sniffer): New function.
10129 (s390_frame_base_address, s390_local_base_address): New functions.
10130 (s390_frame_base): Define.
10131 (s390_unwind_pc, s390_unwind_sp): New function.
10132 (s390_push_dummy_call): Use new frame base location.
10133 (s390_unwind_dummy_id): Likewise.
10134 (s390_gdbarch_init): Remove calls to:
10135 set_gdbarch_frameless_function_invocation,
10136 set_gdbarch_deprecated_init_frame_pc,
10137 set_gdbarch_deprecated_frame_chain,
10138 set_gdbarch_deprecated_frame_init_saved_regs,
10139 set_gdbarch_deprecated_pop_frame,
10140 set_gdbarch_deprecated_init_extra_frame_info,
10141 set_gdbarch_deprecated_init_frame_pc_first,
10142 set_gdbarch_deprecated_target_read_fp,
10143 set_gdbarch_deprecated_frame_saved_pc,
10144 set_gdbarch_deprecated_saved_pc_after_call,
10145 set_gdbarch_deprecated_fp_regnum.
10146 Add calls to:
10147 set_gdbarch_in_solib_call_trampoline,
10148 frame_unwind_append_sniffer,
10149 frame_base_set_default,
10150 set_gdbarch_unwind_pc,
10151 set_gdbarch_unwind_sp.
10152 * Makefile.in (s390-tdep.o): Update dependencies.
10153
10154 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10155 (S390_STACK_FRAME_OVERHEAD): Remove.
10156 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10157 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10158 (s390_promote_integer_argument): Remove.
10159 (s390_cannot_extract_struct_value_address): Remove.
10160 (s390_use_struct_convention, s390_store_struct_return): Remove.
10161 (s390_extract_return_value, s390_store_return_value): Remove.
10162 (s390_return_value_convention, s390_return_value): New functions.
10163 (is_float_singleton): Handle typedefs.
10164 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
10165 Remove, replace by ...
10166 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10167 s390_function_arg_integer): ... these new functions.
10168 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10169 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10170 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10171 Fill in tdep->abi.
10172 Remove calls to:
10173 set_gdbarch_deprecated_store_struct_return,
10174 set_gdbarch_deprecated_extract_return_value,
10175 set_gdbarch_deprecated_store_return_value,
10176 set_gdbarch_use_struct_convention,
10177 set_gdbarch_extract_struct_value_address,
10178 set_gdbarch_deprecated_pc_in_call_dummy,
10179 set_gdbarch_deprecated_push_arguments,
10180 set_gdbarch_deprecated_save_dummy_frame_tos,
10181 set_gdbarch_deprecated_push_return_address,
10182 set_gdbarch_deprecated_sizeof_call_dummy_words,
10183 set_gdbarch_deprecated_call_dummy_words,
10184 set_gdbarch_deprecated_dummy_write_sp.
10185 Add calls to:
10186 set_gdbarch_push_dummy_call,
10187 set_gdbarch_unwind_dummy_id,
10188 set_gdbarch_return_value.
10189
10190 * config/s390/nm-linux.h: Update comments.
10191 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10192 (STOPPED_BY_WATCHPOINT): Redefine.
10193 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10194 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10195 (s390_stopped_by_watchpoint): Likewise.
10196 (watch_area_cnt): Remove.
10197 * s390-nat.c: Update comments.
10198 (watch_area): Remove typedef.
10199 Global replace watch_area by struct watch_area.
10200 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
10201 (s390_stopped_by_watchpoint): Remove pid argument,
10202 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10203 (s390_fix_watch_points): Remove pid argument,
10204 use s390_inferior_tid. Recompute area spanned by watchpoints.
10205 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10206 argument. Reimplement.
10207
10208 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10209 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10210 (FETCH_INFERIOR_REGISTERS): Define.
10211 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
10212 core-regset.o.
10213 * config/s390/s390x.mt: Remove.
10214 * config/s390/tm-s390.h: Remove.
10215 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10216 (TARGET_ELF64): Remove.
10217 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10218 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10219 s390*-*-* case; always set gdb_target to s390.
10220 * regformats/reg-s390.dat: Remove control registers.
10221 * regformats/reg-s390x.dat: Likewise.
10222 * s390-tdep.h: New file.
10223 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10224 Include "inferior.h" and "s390-tdep.h".
10225 Remove private definition of offsetof.
10226 (s390_register_u_addr): Remove.
10227 (regmap_gregset, regmap_fpregset): Define.
10228 (supply_gregset, fill_gregset): Reimplement.
10229 (supply_fpregset, fill_fpregset): Likewise.
10230 (s390_inferior_tid): New function.
10231 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10232 (fetch_inferior_registers, store_inferior_registers): Likewise.
10233 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10234 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10235 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10236 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10237 (struct gdbarch_tdep): Define.
10238 (struct s390_register_info): Define.
10239 (s390_register_info): New variable.
10240 (s390_register_name): Reimplement.
10241 (s390_register_type): New function.
10242 (s390_register_raw_size, s390x_register_raw_size): Remove.
10243 (s390_cannot_fetch_register): Remove.
10244 (s390_register_byte): Remove.
10245 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10246 (s390_dwarf_regmap): New variable.
10247 (s390_dwarf_reg_to_regnum): New function.
10248 (s390_stab_reg_to_regnum): Remove.
10249 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10250 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10251 (s390_convert_register_p): Likewise.
10252 (s390_register_to_value, s390_value_to_register): Likewise.
10253 (s390_register_reggroup_p): Likewise.
10254 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10255 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10256 (s390_supply_regset, s390_regset_from_core_section): New functions.
10257 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10258 (S390_FPR_SIZE): Likewise.
10259 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10260 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10261 (S390_NUM_GPRS): Move here from tm-s390.h.
10262 (S390_NUM_FPRS): Likewise.
10263 (s390_in_function_epilogue_p): New function.
10264 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10265 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10266 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10267 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10268 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10269 Remove calls to:
10270 set_gdbarch_deprecated_max_register_raw_size,
10271 set_gdbarch_deprecated_max_register_virtual_size,
10272 set_gdbarch_deprecated_register_byte,
10273 set_gdbarch_cannot_fetch_register,
10274 set_gdbarch_cannot_store_register,
10275 set_gdbarch_deprecated_register_size,
10276 set_gdbarch_deprecated_register_raw_size,
10277 set_gdbarch_deprecated_register_virtual_size,
10278 set_gdbarch_deprecated_register_virtual_type,
10279 set_gdbarch_deprecated_register_bytes.
10280 Add calls to:
10281 set_gdbarch_num_pseudo_regs,
10282 set_gdbarch_register_type,
10283 set_gdbarch_convert_register_p,
10284 set_gdbarch_register_to_value,
10285 set_gdbarch_value_to_register,
10286 set_gdbarch_register_reggroup_p,
10287 set_gdbarch_regset_from_core_section,
10288 set_gdbarch_pseudo_register_read,
10289 set_gdbarch_pseudo_register_write,
10290 set_gdbarch_in_function_epilogue_p.
10291 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10292 (s390_tdep_h): New variable.
10293
10294 2004-02-17 Jim Blandy <jimb@redhat.com>
10295
10296 * findvar.c (value_from_register): If the type has no length, just
10297 return an acceptable value --- don't report an internal error.
10298
10299 * stabsread.c (read_type): If we find any type numbers that are
10300 forward references, complain if the references aren't resolved by
10301 the time we're finished reading.
10302 (cleanup_undefined_types): Make error message more appropriate for
10303 a complaint.
10304
10305 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10306
10307 * Makefile.in (defs_h): Remove dependency on progress_h.
10308 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10309 progress.h.
10310 * main.c (captured_main): Delete use of START_PROGRESS and
10311 END_PROGRESS.
10312
10313 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10314
10315 * objfiles.c (terminate_minimal_symbol_table): Add back
10316 initialization of MSYMBOL_TYPE.
10317
10318 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10319
10320 Committed by Andrew Cagney.
10321 * Makefile.in (ia64_tdep_h): New macro.
10322 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10323 (ia64-tdep.o): Likewise.
10324 * ia64-tdep.h: New file.
10325 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10326 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10327 (ia64_aix_sigcontext_register_address): Likewise.
10328 (ia64_linux_getunwind_table): Delete declaration.
10329 * ia64-linux-tdep.c: Likewise.
10330
10331 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10332
10333 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10334 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10335 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10336
10337 2004-02-17 Andrew Cagney <cagney@redhat.com>
10338
10339 * symtab.c (skip_prologue_using_sal): New function.
10340 * symtab.h (skip_prologue_using_sal): Declare.
10341 * frv-tdep.c: Include "symtab.h".
10342 (skip_prologue_using_sal): Delete function.
10343 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10344 * rs6000-tdep.c (refine_prologue_limit): Mention
10345 skip_prologue_using_sal.
10346 * ia64-tdep.c (refine_prologue_limit): Ditto.
10347 * Makefile.in: Update dependencies.
10348
10349 2004-02-16 Andrew Cagney <cagney@redhat.com>
10350
10351 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10352 START_INFERIOR_TRAPS_EXPECTED.
10353 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10354 START_INFERIOR_TRAPS_EXPECTED.
10355 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10356 Delete macro.
10357 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10358 macro, moved to "nm-osf.h". Update copyright.
10359 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10360 update copyright.
10361
10362 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10363 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10364 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10365 frameless_look_for_prologue.
10366 * frame.h (legacy_frameless_look_for_prologue): Rename
10367 frameless_look_for_prologue.
10368 * gdbarch.h, gdbarch.c: Re-generate.
10369 * sh64-tdep.c (sh64_gdbarch_init): Update.
10370 * sh-tdep.c (sh_gdbarch_init): Update.
10371 * s390-tdep.c (s390_gdbarch_init): Update.
10372 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10373 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10374 * m68k-tdep.c (m68k_gdbarch_init): Update.
10375 (delta68_frame_args_address): Update.
10376 * m32r-tdep.c (m32r_gdbarch_init): Update.
10377 * hppa-tdep.c (hppa_gdbarch_init): Update.
10378 * h8300-tdep.c (h8300_gdbarch_init): Update.
10379 * frv-tdep.c (frv_gdbarch_init): Update.
10380 (frv_frameless_function_invocation): Update.
10381 * cris-tdep.c (cris_gdbarch_init): Update.
10382 (cris_frameless_function_invocation): Update.
10383 * avr-tdep.c (avr_gdbarch_init): Update.
10384 * arm-tdep.c (arm_gdbarch_init): Update.
10385 * stack.c (frame_info): Update, call predicate.
10386 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10387 * frame.c (legacy_get_prev_frame): Update, call predicate..
10388 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10389 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10390 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10391 invocation.
10392 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10393 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10394 * vax-tdep.c (vax_gdbarch_init): Ditto.
10395
10396 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10397 function.
10398
10399 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10400
10401 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10402 initializations.
10403
10404 2004-02-16 Andrew Cagney <cagney@redhat.com>
10405
10406 * tui/tui-windata.c: Include "gdb_string.h".
10407 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10408 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10409 * Makefile.in: Update dependencies.
10410
10411 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10412
10413 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10414 * infrun.c: Include "gdb_assert.h".
10415 (singlestep_ptid, saved_singlestep_ptid)
10416 (stepping_past_singlestep_breakpoint): New variables.
10417 (resume): Set singlestep_ptid. Check for singlestep thread
10418 hop.
10419 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10420 (handle_inferior_event): Handle singlestep thread hop.
10421
10422 2004-02-16 Andrew Cagney <cagney@redhat.com>
10423
10424 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10425 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10426 (dwarf2_frame_init_reg): Ditto.
10427
10428 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10429 suggested by Joshua Neuheisel
10430
10431 * configure.in: Always check for curses, including pdcurses.
10432 Warn, instead of error, when no curses are found. Enable TUI when
10433 curses is available.
10434 * configure: Re-generate.
10435
10436 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10437
10438 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10439 sh_sh4_register_convert_to_virtual.
10440 (sh_register_convert_to_raw): Rename from
10441 sh_sh4_register_convert_to_raw.
10442 (sh_pseudo_register_read): Accomodate above name change.
10443 (sh_pseudo_register_write): Ditto.
10444
10445 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10446
10447 * sh-tdep.c (sh_generic_register_name): Remove.
10448 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10449
10450 2004-02-15 Andrew Cagney <cagney@redhat.com>
10451
10452 * configure.in (build_warnings): Add -Wunused-function.
10453 * configure: Re-generate.
10454
10455 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10456 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10457
10458 * procfs.c (procfs_init_inferior): Assume that
10459 START_INFERIOR_TRAPS_EXPECTED is defined.
10460 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10461 * config/ns32k/tm-nbsd.h: Delete file,
10462 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10463
10464 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10465 * config/vax/tm-vax.h: Delete file.
10466
10467 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10468 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10469 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10470 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10471 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10472 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10473 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10474
10475 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10476
10477 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10478 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10479 (struct dwarf2_frame_ops): New.
10480 (dwarf2_frame_default_init_reg): New function, based on
10481 dwarf2_frame_init_reg.
10482 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10483 (dwarf2_frame_init_reg): Call architecture-specific function.
10484 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10485 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10486 instead of dwarf2_frame_data.
10487 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10488 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10489
10490 2004-02-15 Andrew Cagney <cagney@redhat.com>
10491
10492 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10493 register_gdbarch_swap.
10494 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10495 * f-lang.c (_initialize_f_language): Update, use
10496 DEPRECATED_REGISTER_GDBARCH_SWAP.
10497 * remote.c (_initialize_remote): Ditto.
10498 * regcache.c (_initialize_regcache): Ditto.
10499 * parse.c (_initialize_parse): Ditto.
10500 * infrun.c (_initialize_infrun): Ditto.
10501 * mi/mi-main.c (_initialize_mi_main): Ditto.
10502 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10503
10504 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10505 poking .cacheable directly.
10506 * symfile.c (symfile_bfd_open): Ditto.
10507
10508 * Makefile.in: Update all dependencies.
10509
10510 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10511 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10512 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10513 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10514 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10515
10516 2004-02-14 Andrew Cagney <cagney@redhat.com>
10517
10518 * arch-utils.c (legacy_convert_register_p): Check
10519 DEPRECATED_REGISTER_CONVERTIBLE_P.
10520 * findvar.c (value_of_register): Ditto.
10521
10522 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10523 * gdbarch.h, gdbarch.c: Re-generate.
10524 * arch-utils.c (deprecated_register_convertible_not): Delete.
10525 * arch-utils.h (deprecated_register_convertible_not): Delete.
10526 * mi/mi-main.c (get_register): Update. Update copyright.
10527 * infcmd.c (default_print_registers_info): Update.
10528
10529 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10530 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10531 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10532 * gdbarch.h, gdbarch.c: Re-generate.
10533 * frame.c (deprecated_get_next_frame_hack): Delete function.
10534 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10535 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10536 Update.
10537 * infcall.c (call_function_by_hand): Update.
10538
10539 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10540
10541 * symfile.c (init_entry_point_info, entry_point_address): Move
10542 from here...
10543 * objfiles.c (init_entry_point_info, entry_point_address):..to
10544 here.
10545 * symfile.h (init_entry_point_info, entry_point_address): Remove
10546 prototypes.
10547 * objfiles.h (init_entry_point_info, entry_point_address):Add
10548 prototypes.
10549 * cris-tdep.c: Remove include of symfile.h. Add include of
10550 objfiles.h.
10551 * infcall.c: Ditto.
10552 * mcore-tdep.c: Ditto.
10553 * mn10300-tdep.c: Ditto.
10554 * sh64-tdep.c: Ditto.
10555 * v850-tdep.c: Ditto.
10556 * arm-tdep.c: Remove include of symfile.h.
10557 * blockframe.c: Ditto.
10558 * coffread.c: Ditto.
10559 * dbxread.c: Ditto.
10560 * dwarf2read.c: Ditto.
10561 * dwarfread.c: Ditto.
10562 * frv-tdep.c: Ditto.
10563 * ia64-tdep.c: Ditto.
10564 * mdebugread.c: Ditto.
10565 * mipsread.c: Ditto.
10566 * rs6000-tdep.c: Ditto.
10567 * s390-tdep.c: Ditto.
10568 * sh-tdep.c: Ditto.
10569 * xstormy16-tdep.c: Ditto.
10570 * gdbarch.sh: Remove include of symfile.h.
10571 * gdbarch.c: Regenerate.
10572 * solib-irix.c (enable_break): Use entry_point_address().
10573 Add comment about include file.
10574 * xcoffread.c: Add comment about include file.
10575 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10576 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10577 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10578 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10579 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10580
10581 2004-02-13 Andrew Cagney <cagney@redhat.com>
10582
10583 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10584 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10585 copyright.
10586 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10587
10588 2004-02-12 Fred Fish <fnf@redhat.com>
10589
10590 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10591 set_gdbarch_store_return_value.
10592
10593 2004-02-12 Andrew Cagney <cagney@redhat.com>
10594
10595 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10596 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10597 (interrupt_query): Ditto.
10598 (ofunc): Delete unused variable.
10599 * cris-tdep.c (cris_abi): Delete unused function.
10600 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10601 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10602 (cris_get_asr_quick_shift_steps): Ditto.
10603 (cris_skip_prologue_frameless_p): Ditto.
10604 * arm-tdep.c (arm_push_return_address): Delete unused function.
10605 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10606 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10607 * s390-tdep.c (s390_function_start): Delete unused function.
10608
10609 2004-02-12 Andrew Cagney <cagney@redhat.com>
10610
10611 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10612 gdbarch.h, gdbarch.c: Re-generate.
10613 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10614 to generic_prologue_frameless_p.
10615 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10616 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10617
10618 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10619
10620 * mips-linux-tdep.c: Include "frame.h".
10621 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10622 (mips_linux_skip_resolver): New functions.
10623 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10624 and set_gdbarch_in_solib_call_trampoline.
10625 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10626 to after set_gdbarch_in_solib_return_trampoline. Only set the
10627 solib hooks to mips16 functions if the OS ABI is unknown.
10628 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10629 including "config/tm-linux.h".
10630 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10631 * Makefile.in (mips-linux-tdep.o): Update.
10632
10633 2004-02-11 David Carlton <carlton@kealia.com>
10634
10635 * linespec.c (decode_compound): Only look for a class symbol when
10636 considering all but the rightmost component.
10637
10638 2004-02-11 Andrew Cagney <cagney@redhat.com>
10639
10640 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10641 abi code are are separatly grouped.
10642
10643 2004-02-11 Andrew Cagney <cagney@redhat.com>
10644
10645 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10646 * gdbarch.h, gdbarch.c: Re-generate.
10647 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10648 * v850-tdep.c (v850_gdbarch_init): Update.
10649 * sh64-tdep.c (sh64_gdbarch_init): Update.
10650 * sh-tdep.c (sh_gdbarch_init): Update.
10651 * s390-tdep.c (s390_gdbarch_init): Update.
10652 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10653 * mips-tdep.c (mips_gdbarch_init): Update.
10654 * mcore-tdep.c (mcore_gdbarch_init): Update.
10655 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10656 * m32r-tdep.c (m32r_gdbarch_init): Update.
10657 * ia64-tdep.c (ia64_gdbarch_init): Update.
10658 * hppa-tdep.c (hppa_gdbarch_init): Update.
10659 * h8300-tdep.c (h8300_gdbarch_init): Update.
10660 * frv-tdep.c (frv_gdbarch_init): Update.
10661 * d10v-tdep.c (d10v_gdbarch_init): Update.
10662 * cris-tdep.c (cris_gdbarch_init): Update.
10663 * avr-tdep.c (avr_gdbarch_init): Update.
10664 * arm-tdep.c (arm_gdbarch_init): Update.
10665 * alpha-tdep.c (alpha_gdbarch_init): Update.
10666
10667 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10668
10669 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10670 comma.
10671 (sh_sh4al_dsp_register_name): Ditto.
10672
10673 2004-02-10 Andrew Cagney <cagney@redhat.com>
10674
10675 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10676 (mips_init_frame_pc_first): Delete function.
10677 (mips_frame_saved_pc): Delete function.
10678 (mips_frame_chain): Delete function.
10679 (mips_init_extra_frame_info): Delete function.
10680 (mips_xfer_register): Delete unused variable "reg".
10681 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10682 (mips_n32n64_return_value): Delete unused variable "reg".
10683 (mips_n32n64_return_value): Delete unused variable "pos".
10684 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10685 (mips_o32_return_value): Delete unused variable "pos".
10686 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10687 (mips_print_fp_register): Delete unused variable "namelen"
10688 (mips_print_fp_register): Delete unused variable "flt2"
10689 (get_frame_pointer): Delete function.
10690 (cached_proc_desc): Delete static variable.
10691 (mips_pop_frame): Delete function.
10692 (mips_find_saved_regs): Delete function.
10693 (mips_get_saved_register): Delete function.
10694 (mips_saved_pc_after_call): Delete function.
10695 (SIGFRAME_BASE): Delete macro.
10696 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10697 (SIGFRAME_PC_OFF): Delete macro.
10698 (SIGFRAME_REGSAVE_OFF): Delete macro.
10699 (mips_dump_tdep): Do not print deleted macro definitions.
10700
10701 2004-02-10 Andrew Cagney <cagney@redhat.com>
10702
10703 * Makefile.in (SFILES): Remove explictly listed tui files.
10704 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10705
10706 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10707
10708 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10709 to use paddr functions to format ia64 addresses and long values.
10710 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10711 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10712 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10713 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10714 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10715
10716 2004-02-10 Andrew Cagney <cagney@redhat.com>
10717
10718 * defs.h: Do not include "tui.h".
10719 * gdb_curses.h: New file.
10720 * tui/tui-hooks.h: New file.
10721 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10722 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10723 (tui_initialize_io): Delete declaration.
10724 (tui_initialize_readline: Delete redundant declaration.
10725 (struct tui_point): Delete definition.
10726 * tui/tui-data.h (struct tui_point): Define.
10727 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10728 * utils.c: Include "tui/tui.h".
10729 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10730 * printcmd.c [TUI]: Include "tui/tui.h".
10731 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10732 * tui/tui-command.c: Include "gdb_curses.h".
10733 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10734 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10735 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10736 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10737 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10738 * Makefile.in: Update all dependencies.
10739 (tui_hooks_h, gdb_curses_h): Define.
10740 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10741
10742 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10743
10744 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10745 auxf2. Add comments about some other rarely used fields.
10746
10747 2004-02-10 Andrew Cagney <cagney@redhat.com>
10748
10749 * Makefile.in (init.c): Fix script removing duplicates. Problem
10750 reported by Peter Schauer.
10751
10752 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10753
10754 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10755 obstack_specify_allocation.
10756 * objfiles.c (allocate_objfile): Ditto.
10757 * solib-sunos.c (solib_add_common_symbols)
10758 (allocate_rt_common_objfile): Ditto.
10759 * symfile.c (reread_symbols): Ditto.
10760 * gdb_obstack.h: Add comment.
10761
10762 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10763
10764 * linespec.c (decode_line_1, locate_first_half)
10765 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10766 commented out code.
10767
10768 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10769
10770 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10771 obstack_free.
10772
10773 2004-02-09 Andrew Cagney <cagney@redhat.com>
10774
10775 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10776 fails, try find_pc_section. Fix PR c++/1267.
10777 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10778 instead of find_pc_mapped_section.
10779 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10780 not default to the section containing PC. Fix PR symtab/1519.
10781
10782 2004-02-09 Andrew Cagney <cagney@redhat.com>
10783
10784 * Makefile.in (mips-tdep.o): Update dependencies.
10785 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10786 "trad-frame.h".
10787 (mips_unwind_pc): Return the pseudo PC register.
10788 (mips_unwind_dummy_id): New function.
10789 (mips16_fetch_instruction): New function.
10790 (mips32_fetch_instruction): New function.
10791 (struct mips_frame_cache): Define.
10792 (mips_mdebug_frame_cache): New function.
10793 (mips_mdebug_frame_this_id): New function.
10794 (mips_mdebug_frame_prev_register): New function.
10795 (mips_mdebug_frame_unwind): Define.
10796 (mips_mdebug_frame_sniffer): New function.
10797 (mips_mdebug_frame_base_address): New function.
10798 (mips_mdebug_frame_base): Define.
10799 (mips_mdebug_frame_base_sniffer): New function.
10800 (mips_gdbarch_init): Append unwind and base sniffers. Set
10801 unwind_dummy_id.
10802
10803 2004-02-08 Andrew Cagney <cagney@redhat.com>
10804
10805 * frame.c: Print both the register number and name.
10806
10807 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10808 and a sed into a single sed. Make .c and .o patterns more robust.
10809 (OBS): Delete.
10810 (INIT_FILES): Replace OBS with COMMON_OBS.
10811 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10812
10813 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10814
10815 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10816 the PT_WCOOKIE request.
10817
10818 2004-02-08 Andrew Cagney <cagney@redhat.com>
10819
10820 * mips-tdep.c (mips_unwind_pc): New function.
10821 (mips_gdbarch_init): Set mips_unwind_pc.
10822
10823 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10824 (get_frame_id): Allow the UNKNOWN_FRAME.
10825 (frame_register_unwind, get_frame_type): Ditto.
10826
10827 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10828 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10829 unwind_dummy_id indicates a legacy frame.
10830
10831 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10832 * configure: Re-generate.
10833
10834 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10835 methods.
10836
10837 2004-02-08 Andrew Cagney <cagney@redhat.com>
10838
10839 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10840 makefile macro.
10841 * configure: Re-generate.
10842 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10843 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10844 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10845 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10846 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10847 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10848 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10849 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10850 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10851 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10852
10853 2004-02-07 Andrew Cagney <cagney@redhat.com>
10854
10855 * Makefile.in: Update all dependencies.
10856
10857 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10858 * configure: Re-generate.
10859 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10860 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10861 (COMMON_OBS): Add "main.o" and "annotate.o".
10862 (ANNOTATE_OBS): Delete.
10863 (OBS): Remove ANNOTATE_OBS.
10864 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10865 CONFIG_INITS.
10866 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10867 against CONFIG_OBS and "main.o".
10868 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10869 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10870
10871 * tui/tui-command.c: Include "gdb_string.h", delete register
10872 attribute, use ISO-C function signatures.
10873 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10874 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10875 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10876 * tui/tui.c: Ditto.
10877
10878 * tui/tui-command.c: Change variable and function names to lower
10879 case.
10880 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10881 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10882 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10883 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10884 * tui/tui-winsource.c, tui/tui.c: Ditto.
10885
10886 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10887
10888 * buildsym.c (free_pending_blocks, finish_block)
10889 (record_pending_block, make_blockvector, end_symtab): Replace
10890 symbol_obstack with objfile_obstack.
10891 * coffread.c (process_coff_symbol, coff_read_struct_type)
10892 (coff_read_enum_type): Ditto.
10893 * cp-namespace.c (initialize_namespace_symtab)
10894 (check_one_possible_namespace_symbol): Ditto.
10895 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10896 (dwarf2_symbol_mark_computed): Ditto.
10897 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10898 * elfread.c (elf_symtab_read): Ditto.
10899 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10900 (hpread_read_enum_type, hpread_read_function_type)
10901 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10902 Ditto.
10903 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10904 (java_link_class_type): Ditto.
10905 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10906 (new_symbol): Ditto.
10907 * minsyms.c (install_minimal_symbols): Ditto.
10908 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10909 (terminate_minimal_symbol_table): Replace symbol_obstack with
10910 objfile_obstack.
10911 (free_objfile): Remove freeing of symbol_obstack.
10912 * objfiles.h: Remove symbol_obstack field.
10913 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10914 objfile_obstack.
10915 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10916 symbol_obstack.
10917 (solib_add_common_symbols): Replace symbol_obstack with
10918 objfile_obstack.
10919 * somsolib.c (som_solib_add): Ditto.
10920 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10921 (common_block_start, common_block_end): Ditto.
10922 * symfile.c (reread_symbols): Remove freeing and init of
10923 symbol_obstack.
10924 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10925 * symfile.h: Update comment.
10926 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10927 stats printing.
10928 * symtab.c (symbol_set_names): Replace symbol_obstack with
10929 objfile_obstack.
10930 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10931 Update comments.
10932 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10933 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10934 objfile_obstack.
10935
10936 2004-02-07 Andrew Cagney <cagney@redhat.com>
10937
10938 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10939 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10940 fields and variables.
10941 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10942 (m_beInvisible): Delete macro.
10943 * tui/tui-data.h: Fix case case fields and variables.
10944 (m_genWinPtrIsNull): Delete macro.
10945 (tui_win_list): Rename winList.
10946 (TUI_SRC_WIN): Rename srcWin.
10947 (TUI_DISASM_WIN): Rename disassemWin.
10948 (TUI_DATA_WIN): Rename dataWin.
10949 (TUI_CMD_WIN): Rename cmdWin.
10950 (m_genWinPtrNotNull): Delete macro.
10951 (m_winPtrIsNull): Delete macro.
10952 (m_winPtrNotNull): Delete macro.
10953 (tui_win_is_source_type): Replace m_winIsSourceType
10954 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10955 (tui_win_has_locator): Replace m_hasLocator.
10956 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10957 m_setWinHighlightOff.
10958 * tui/tui-data.c: Update references.
10959 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10960 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10961 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10962 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10963 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10964 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10965 * tui/tui-winsource.c, tui/tui.c: Ditto.
10966
10967 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10968
10969 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10970 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10971 StackGhost.
10972
10973 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10974 variable `i6' to `i7'.
10975 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10976
10977 2004-02-07 Andrew Cagney <cagney@redhat.com>
10978
10979 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10980 (TuiPoint, TuiPointPtr): Ditto.
10981 (TuiStatus, TuiStatusPtr): Ditto.
10982 (TuiWinType, TuiWinTypePtr): Ditto.
10983 (struct tui_point): Rename _TuiPoint.
10984 (tui_get_low_disassembly_address): Rename
10985 tuiGetLowDisassemblyAddress.
10986 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10987 (tuiFree): Delete declaration.
10988 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10989 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10990 * tui/tui.c (tuiFree): Delete function.
10991 * cli/cli-cmds.c (disassemble_command): Update references.
10992 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10993 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10994 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10995 * tui/tui-winsource.c: Ditto.
10996
10997 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10998
10999 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11000 coffstab_build_psymtabs, elfstab_build_psymtabs)
11001 (stabsect_build_psymtabs): Replace psymbol_obstack with
11002 objfile_obstack.
11003 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11004 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11005 Ditto.
11006 * dwarfread.c (scan_compilation_units): Ditto.
11007 * elfread.c (elfstab_offset_sections): Ditto.
11008 * hppa-tdep.c (read_unwind_info): Ditto.
11009 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11010 (hpread_end_psymtab): Ditto.
11011 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11012 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11013 Ditto.
11014 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
11015 * objfiles.c (add_to_objfile_sections)
11016 (build_objfile_section_table): Ditto.
11017 (allocate_objfile): Remove init of psymbol_obstack.
11018 (free_objfile): Remove freeing of psymbol_obstack.
11019 * objfiles.h (struct objfile): Remove field
11020 psymbol_obstack. Update comments.
11021 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11022 psymbol_obstack with objfile_obstack.
11023 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11024 psymbol_obstack.
11025 * somread.c (som_symfile_offsets, init_import_symbols)
11026 (init_export_symbols): Replace psymbol_obstack with
11027 objfile_obstack.
11028 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11029 * symfile.c (default_symfile_offsets, syms_from_objfile)
11030 (reread_symbols): Remove freeing and init of psymbol_obstack.
11031 (cashier_psymtab): Update comment.
11032 * symmisc.c (print_objfile_statistics): Don't report stats for
11033 psymbol obstack.
11034 * symtab.h (struct general_symbol_info, struct partial_symtab):
11035 Update comments.
11036 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11037 (xcoff_symfile_offsets): Replace psymbol_obstack with
11038 objfile_obstack.
11039
11040 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11041
11042 * objfiles.h (struct objfile): Add objfile_obstack field.
11043 Remove type_obstack field.
11044
11045 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11046 read_structure_scope read_enumeration, new_symbol): Replace
11047 type_obstack with objfile_obstack.
11048 * dwarfread.c (struct_type, enum_type): Ditto.
11049 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
11050 (lookup_fundamental_type): Ditto.
11051 * gdbtypes.h (TYPE_ALLOC): Ditto.
11052 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11053 (hpread_read_doc_function_type, hpread_read_struct_type)
11054 (fix_static_member_physnames, hpread_read_array_type)
11055 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
11056 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
11057 (java_link_class_type): Ditto.
11058 * mdebugread.c (parse_type): Ditto.
11059 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11060 * solib-sunos.c (solib_add_common_symbols): Ditto.
11061 * stabsread.c (define_symbol, read_type, read_member_functions,
11062 read_cpp_abbrev, read_one_struct_field): Ditto.
11063 * symfile.c (reread_symbols): Ditto.
11064 * symmisc.c (print_objfile_statistics): Ditto.
11065
11066 2004-02-07 Andrew Cagney <cagney@redhat.com>
11067
11068 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11069 (tui_exec_info_content): Rename TuiExecInfoContent.
11070 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11071 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11072 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11073 (TuiList, TuiListPtr): Ditto.
11074 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11075 (TuiDataType, TuiDataTypePtr): Ditto.
11076 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11077 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11078 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11079 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11080 (TuiDataElement, TuiDataElementPtr): Ditto.
11081 (TuiWinElement, TuiWinElementPtr): Ditto.
11082 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11083 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11084 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11085 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11086 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11087 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11088 * tui/tui-command.c, tui/tui-data.c: Update references.
11089 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11090 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11091 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11092 * tui/tui-winsource.c, tui/tui.c: Ditto.
11093
11094 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11095
11096 * dwarf2-frame.h: Update copyright.
11097 (enum dwarf2_frame_reg_rule): New.
11098 (struct dwarf2_frame_state_reg): New.
11099 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11100 * dwarf2-frame.c: Update copyright.
11101 (enum dwarf2_reg_rule): Remove.
11102 (struct dwarf2_frame_state): Remove defenition of `struct
11103 dwarf2_frame_state_reg'.
11104 (read_reg): Call get_frame_arch to get the architecture instead of
11105 using CURRENT_GDBARCH.
11106 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11107 DWARF2_FRAME_.
11108 (dwarf2_frame_init_reg): New function.
11109 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11110 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11111 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11112 tags with DWARF2_FRAME_.
11113 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11114 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11115 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11116
11117 2004-02-06 Andrew Cagney <cagney@redhat.com>
11118
11119 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11120 (enum tui_data_type): Rename _TuiDataType.
11121 (struct tui_layout_def): Rename _TuiLayoutDef.
11122 (struct tui_source_element): Rename _TuiSourceElement.
11123 (struct tui_data_element): Rename _TuiDataElement.
11124 (struct tui_command_element): Rename _TuiCommandElement.
11125 (struct tui_locator_element): Rename _TuiLocatorElement.
11126 (union tui_which_element): Define.
11127 (struct tui_win_element): Rename _TuiWinElement.
11128 (struct tui_data_info): Rename _TuiDataInfo.
11129 (struct tui_source_info): Rename _TuiSourceInfo.
11130 (struct tui_command_info): Rename _TuiCommandInfo.
11131 (tui_initialize_static_data): Rename initializeStaticData.
11132 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11133 (tui_alloc_win_info): Rename allocWinInfo.
11134 (tui_init_generic_part): Rename initGenericPart.
11135 (tui_init_win_info): Rename initWinInfo.
11136 (tui_alloc_content): Rename allocContent.
11137 (tui_add_content_elements): Rename addContentElements.
11138 (tui_init_content_element): Rename initContentElement.
11139 (tui_free_window): Rename freeWindow.
11140 (tui_free_win_content): Rename freeWinContent.
11141 (tui_free_data_content): Rename freeDataContent.
11142 (tui_free_all_source_wins_content): Rename
11143 freeAllSourceWinsContent.
11144 (tui_del_window): Rename tuiDelWindow.
11145 (tui_del_data_windows): Rename tuiDelDataWindows.
11146 (tui_partial_win_by_name): Rename partialWinByName.
11147 (tui_win_name): Rename winName.
11148 (tui_current_layout): Rename currentLayout.
11149 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11150 (tui_term_height): Rename termHeight.
11151 (tui_set_term_height_to): Rename setTermHeightTo.
11152 (tui_term_width): Rename termWidth.
11153 (tui_set_term_width_to): Rename setTermWidthTo.
11154 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11155 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11156 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11157 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11158 (tui_source_windows): Rename sourceWindows.
11159 (tui_clear_source_windows): Rename clearSourceWindows.
11160 (tui_clear_source_windows_detail): Rename
11161 clearSourceWindowsDetail.
11162 (tui_clear_win_detail): Rename clearWinDetail.
11163 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11164 (tui_default_tab_len): Rename tuiDefaultTabLen.
11165 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11166 (tui_win_with_focus): Rename tuiWinWithFocus.
11167 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11168 (tui_layout_def): Rename tuiLayoutDef.
11169 (tui_win_resized): Rename tuiWinResized.
11170 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11171 (tui_next_win): Rename tuiNextWin.
11172 (tui_prev_win): Rename tuiPrevWin.
11173 (tui_add_to_source_windows): Rename addToSourceWindows.
11174 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11175 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11176 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11177 * tui/tui.c, tui/tui-data.c: Ditto.
11178 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11179 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11180
11181 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11182 (struct symtab): Declare.
11183 (tui_set_source_content): Rename tuiSetSourceContent.
11184 (tui_show_symtab_source): Rename tuiShowSource.
11185 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11186 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11187 * tui/tui-source.c: Update copyright. Update references.
11188 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11189 * tui/tui-stack.c: Update references.
11190
11191 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11192 (struct tui_win_info): Declare.
11193 (tui_scroll_forward): Rename tuiScrollForward.
11194 (tui_scroll_backward): Rename tuiScrollBackward.
11195 (tui_scroll_left): Rename tuiScrollLeft.
11196 (tui_scroll_right): Rename tuiScrollRight.
11197 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11198 (tui_resize_all): Rename tuiResizeAll.
11199 (tui_refresh_all_win): Rename tuiRefreshAll.
11200 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11201 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11202 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11203 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11204
11205 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11206 (tui_erase_data_content): Rename tuiEraseDataContent.
11207 (tui_display_all_data): Rename tuiDisplayAllData.
11208 (tui_check_data_values): Rename tuiCheckDataValues.
11209 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11210 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11211 (tui_first_data_element_no_in_line): Rename
11212 tuiFirstDataElementNoInLine.
11213 (tui_delete_data_content_windows): Rename
11214 tuiDeleteDataContentWindows.
11215 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11216 (tui_display_data_from): Rename tuiDisplayDataFrom.
11217 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11218 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11219 * tui/tui-win.c, tui/tui-regs.c: Update references.
11220 * tui/tui-layout.c, tui/tui.c: Update references.
11221
11222 * tui/tui-wingeneral.h: Update copyright.
11223 (m_allBeVisible): Delete macro.
11224 (m_allBeInvisible): Delete macro.
11225 (struct tui_gen_win_info): Declare.
11226 (struct tui_win_info): Declare.
11227 (tui_unhighlight_win): Rename unhighlightWin.
11228 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11229 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11230 (tui_make_window): Rename makeWindow.
11231 (tui_copy_win): Rename copyWin.
11232 (tui_box_win): Rename boxWin.
11233 (tui_highlight_win): Rename highlightWin.
11234 (tui_check_and_display_highlight_if_needed): Rename
11235 checkAndDisplayHighlightIfNeeded.
11236 (tui_refresh_all): Rename refreshAll.
11237 (tui_delete_win): Rename tuiDelwin.
11238 (tui_refresh_win): Rename tuiRefreshWin.
11239 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11240 (tui_make_visible, tui_make_invisible): New functions.
11241 (tui_make_all_visible, tui_make_all_invisible): New functions.
11242 (make_all_visible): Rename makeAllVisible.
11243 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11244 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11245 * tui/tui-windata.c, tui/tui-win.c: Update references.
11246 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11247 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11248
11249 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11250
11251 * proc-api.c (write_with_trace): Initialize local variable to
11252 silence compiler warning.
11253
11254 2004-02-06 Andrew Cagney <cagney@redhat.com>
11255
11256 * tui/tui-source.h: Do not include "defs.h".
11257 (struct tui_win_info): Declare.
11258 (tui_set_source_content_nil): Declare.
11259 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11260 (union tui_line_or_address): Rename _TuiLineOrAddress.
11261 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11262 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11263 (tui_update_source_window_as_is): Rename
11264 tuiUpdateSourceWindowAsIs.
11265 (tui_update_source_windows_with_addr): Rename
11266 tuiUpdateSourceWindowsWithAddr.
11267 (tui_update_source_windows_with_line): Rename
11268 tuiUpdateSourceWindowsWithLine.
11269 (tui_clear_source_content): Rename tuiClearSourceContent.
11270 (tui_erase_source_content): Rename tuiEraseSourceContent.
11271 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11272 (tui_show_source_content): Rename tuiShowSourceContent.
11273 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11274 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11275 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11276 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11277 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11278 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11279 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11280 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11281 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11282 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11283 (struct tui_win_info): Declare.
11284 * tui/tui-stack.c: Update references.
11285 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11286 * tui/tui-win.c, tui/tui-source.c: Ditto.
11287 * tui/tui.c, tui/tui-disasm.c: Ditto.
11288
11289 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11290
11291 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11292 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11293
11294 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11295
11296 * infrun.c (handle_inferior_event): Allow for breakpoint
11297 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11298 and SIGEMT. Update comments.
11299 * NEWS (Revised SPARC target): Mention support for non-executable
11300 stack.
11301
11302 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11303
11304 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11305 * inftarg.c: Update copyright year.
11306 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11307 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11308 (sparc_xfer_wcookie): New function.
11309 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11310 * Makefile.in (sparc-nat.o): Update dependencies.
11311 * config/sparc/nm-nbsd.h: Include "target.h".
11312 (NATIVE_XFER_WCOOKIE): New define.
11313 (sparc_xfer_wcookie): New prototype.
11314
11315 2004-02-04 Andrew Cagney <cagney@redhat.com>
11316
11317 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11318 SYSCALL_TRAP function.
11319 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11320
11321 2004-02-04 Andrew Cagney <cagney@redhat.com>
11322 Daniel Jacobowitz <drow@mvista.com>
11323
11324 * objfiles.h: Delete comments refering to inside_entry_func and
11325 DEPRECATED_FRAME_CHAIN_VALID.
11326 * defs.h (inside_entry_func): Update prototype..
11327 * blockframe.c (inside_entry_func): Rename to
11328 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11329 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11330
11331 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11332
11333 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11334 outside of #ifdef SOLIB_ADD region.
11335 (do_restore_lang_radix_cleanup): Ditto.
11336 (resolve_pending_breakpoint): Ditto.
11337
11338 2004-02-03 Andrew Cagney <cagney@redhat.com>
11339
11340 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11341 (process_note_abi_tag_sections): Delete unused function.
11342 (ia64_read_fp): Delete unused function.
11343 (gdbarch_extract_struct_value_address): Delete declaration.
11344
11345 2004-02-02 Andrew Cagney <cagney@redhat.com>
11346
11347 * vax-tdep.c (vax_frame_chain): Delete call to
11348 deprecated_inside_entry_file.
11349 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11350
11351 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11352
11353 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11354 column that's "empty" or "same value" when eliminating REG_RA
11355 rules.
11356
11357 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11358
11359 * NEWS: Add information about new pending breakpoint support.
11360
11361 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11362
11363 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11364 and pending fields for pending breakpoint support.
11365 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11366 (condition_command): Only parse condition if not a pending
11367 breakpoint.
11368 (print_one_breakpoint): Add support for pending breakpoints.
11369 (describe_other_breakpoints): Add checks to verify we are not
11370 dealing with pending breakpoints.
11371 (check_duplicates): Don't check pending breakpoints.
11372 (set_raw_breakpoint): Initialize pending flag.
11373 (do_restore_lang_radix_cleanup): New cleanup routine.
11374 (resolve_pending_breakpoint): New function.
11375 (re_enable_breakpoints_in_shlibs): Try and resolve any
11376 pending breakpoints via resolve_pending_breakpoint.
11377 (mention): Add pending breakpoint support.
11378 (parse_breakpoint_sals): Add new parameter to pass to
11379 decode_line_1 to indicate silent errors when files or functions
11380 are not found. Change all callers.
11381 (do_captured_parse_breakpoint): New function.
11382 (break_command_1): Change prototype to return an rc value and to
11383 take an optional pending breakpoint pointer. Support creating
11384 a pending breakpoint if a "not found" form of error occurs when
11385 parsing the breakpoint. Also support resolving an existing pending
11386 breakpoint and be silent if the resolution fails.
11387 (create_breakpoints): Change prototype to take pending breakpoint
11388 pointer. When resolving a pending breakpoint, use the new pointer
11389 to provide a conditional or commands added by the end-user.
11390 (delete_breakpoint): Add appropriate check for pending.
11391 (breakpoint_re_set_one): Ditto.
11392 (do_enable_breakpoint): Ditto.
11393
11394 2004-02-02 David Carlton <carlton@kealia.com>
11395
11396 * valops.c (enum oload_classification): New.
11397 (find_overload_match): Break implementation into separate
11398 functions; delete #if 0'd code; look for symbols within
11399 namespaces.
11400 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11401 (find_oload_champ,oload_method_static,classify_oload_match): New.
11402 * cp-support.h: Add declaration for cp_func_name; update
11403 declaration for make_symbol_overload_list.
11404 * cp-support.c (cp_func_name): New.
11405 (overload_list_add_symbol): Fix comment, use
11406 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11407 (make_symbol_overload_list): Take a function name and a namespace
11408 instead of a symbol; change implementation.
11409 (make_symbol_overload_list_using): New.
11410 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11411
11412 2004-02-02 Fred Fish <fnf@redhat.com>
11413
11414 * main.c (gdb_stdtarg): Move definition to group with other
11415 gdb_stdtarg definitions and update copyright years.
11416 * remote-sim.c (gdb_os_write_stderr): Write output to
11417 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11418 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11419 gdb_stderr stream and update copyright years.
11420
11421 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11422
11423 * Makefile.in (mips-linux-nat.o): Update dependencies.
11424 * mips-linux-nat.c: Include mips-tdep.h.
11425
11426 2004-02-01 Roland McGrath <roland@redhat.com>
11427
11428 * sol-thread.c (sol_thread_xfer_partial): New function.
11429 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11430 (init_sol_core_ops): Likewise.
11431
11432 * procfs.c (procfs_xfer_partial): New function.
11433 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11434 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11435
11436 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11437 procfs_xfer_auxv function.
11438
11439 * procfs.c (procfs_make_note_section): If we can read
11440 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11441 * linux-proc.c (linux_make_note_section): Likewise.
11442
11443 * auxv.h: New file.
11444 * auxv.c: New file.
11445 * Makefile.in (auxv_h): New variable.
11446 (COMMON_OBS): Add auxv.o here.
11447 (auxv.o): New target.
11448
11449 * corelow.c (core_xfer_partial): New function.
11450 (init_core_ops): Use it for core_ops.to_xfer_partial.
11451
11452 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11453 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11454 macro if that is defined.
11455
11456 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11457
11458 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11459 and check the specified thread for each breakpoint.
11460 * breakpoint.h (bpstat_stop_status): Update prototype.
11461 * infrun.c (handle_inferior_event): Update calls to
11462 bpstat_stop_status.
11463
11464 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11465
11466 * Makefile.in (cli-cmds.o): Add $(readline_h).
11467
11468 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11469
11470 * cli/cli-cmds.c: Include readline.h.
11471 (complete_command): Pass the start of the last word to
11472 complete_line.
11473
11474 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11475
11476 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11477 argument, and change first argument to a CORE_ADDR.
11478 * breakpoint.h (bpstat_stop_status): Update prototype.
11479 * infrun.c (adjust_pc_after_break): Add a new comment.
11480 (handle_inferior_event): Update calls to bpstat_stop_status.
11481
11482 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11483
11484 * breakpoint.h: Update copyright years.
11485
11486 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11487
11488 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11489 (bpstat_stop_status): Don't decrement PC.
11490 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11491 prototype.
11492 * infrun.c (adjust_pc_after_break): New function.
11493 (handle_inferior_event): Call it, early. Remove later references
11494 to DECR_PC_AFTER_BREAK.
11495 (normal_stop): Add commentary.
11496
11497 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11498
11499 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11500 2004-01-27 double-free fix.
11501
11502 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11503
11504 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11505 (sparc32_frame_prev_register): Handle StackGhost.
11506 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11507
11508 2004-01-29 Roland McGrath <roland@redhat.com>
11509
11510 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11511 * configure: Regenerated.
11512
11513 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11514 * Makefile.in (procfs.o): Add dep.
11515
11516 2004-01-28 Andrew Cagney <cagney@redhat.com>
11517
11518 * tui/tui-stack.h: Update copyright.
11519 (struct frame_info): Add opaque declaration.
11520 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11521 (tui_show_locator_content): Rename tuiShowLocatorContent.
11522 (tui_show_frame_info): Rename tuiShowFrameInfo.
11523 * tui/tui-stack.c: Update copyright. Update references.
11524 * tui/tui-winsource.c: Update references.
11525 * tui/tui-win.c: Update references.
11526 * tui/tui-layout.c: Update references.
11527 * tui/tui-hooks.c: Update copyright, update references.
11528 * tui/tui.c: Update copyright, update references.
11529 * tui/tui-disasm.c: Update references.
11530
11531 2004-01-28 David Carlton <carlton@kealia.com>
11532
11533 * dwarf2read.c (add_partial_structure): Use demangled name if
11534 namespace equals "".
11535
11536 2004-01-27 Jim Blandy <jimb@redhat.com>
11537
11538 Clean up misapplied patch:
11539 * dwarf2read.c (determine_prefix): Change one of the two forward
11540 declarations for 'determine_prefix_aux' to a declaration for this.
11541 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11542 argument to 'die_specification'.
11543
11544 * dwarf2read.c (read_func_scope): Re-indent comment.
11545
11546 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11547
11548 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11549 b->exp to NULL after freeing so that error during re-parsing or
11550 evaluation of expressions associated with breakpoint don't
11551 eventually lead to re-freeing of storage.
11552 Committed by Andrew Cagney.
11553
11554 2004-01-27 Andrew Cagney <cagney@redhat.com>
11555
11556 * source.c (ambiguous_line_spec): Delete undefined declaration.
11557 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11558 (m32r_set_server_address, m32r_set_download_path): Ditto.
11559 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11560
11561 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11562
11563 * dwarf2read.c: Update calls to changed and renamed functions, and
11564 references to moved variables.
11565
11566 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11567 language, language_defn, list_in_scope, and ftypes members.
11568 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11569 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11570 (baseaddr): Remove globals.
11571
11572 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11573 (set_cu_language, die_is_declaration, die_specification)
11574 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11575 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11576 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11577 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11578
11579 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11580 cu.list_in_scope. Don't initialize cu_header_offset.
11581 (add_partial_symbol): Add local baseaddr.
11582 (psymtab_to_symtab_1): Add local baseaddr. Use
11583 objfile->section_offsets for consistency. Don't initialize
11584 cu_header_offset; do initialize cu.header.offset and
11585 cu.list_in_scope.
11586 (read_file_scope, read_func_scope, read_lexical_block_scope)
11587 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11588
11589 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11590
11591 * PROBLEMS: Add gdb/1516.
11592
11593 2003-12-29 Robert Millan <robertmh@gnu.org>
11594
11595 Patch committed by Andrw Cagney.
11596 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11597 * configure.tgt: Match knetbsd*-gnu.
11598
11599 2004-01-26 Andrew Cagney <cagney@redhat.com>
11600
11601 * breakpoint.c (catch_command_1): Delete #ifdef code.
11602 (catch_fork_command_1): Delete #ifdef wrapper.
11603 (catch_exec_command_1): Ditto.
11604 (catch_load_command_1): Ditto.
11605 (catch_unload_command_1): Ditto.
11606
11607 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11608 (catch_breakpoint): Delete #if0ed function.
11609 (disable_catch_breakpoint): Ditto.
11610 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11611 (disable_catch, enable_catch, delete_catch): Ditto.
11612
11613 2004-01-26 Andrew Cagney <cagney@redhat.com>
11614
11615 * remote.c (echo_check, quit_flag): Delete variables.
11616 (cisco_kernel_mode): Delete variable.
11617 (minitelnet_return, tty_input, escape_count): Delete variables.
11618 (remote_cisco_mode): Delete variable.
11619 (remote_cisco_open, remote_cisco_close): Delete function.
11620 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11621 (init_remote_cisco_ops): Delete function.
11622 (_initialize_remote): Do not install "remote cisco" code.
11623 (read_frame): Delete cisco specific code.
11624 (remote_info_process): Delete function.
11625 (remote_wait): Delete cisco specific code.
11626 (remote_cisco_section_offsets): Delete function.
11627 (remote_cisco_objfile_relocate): Delete function.
11628 (remote_async_wait): Delete cisco specific code.
11629 (minitelnet, readtty, readsocket): Delete function.
11630
11631 2004-01-26 Andrew Cagney <cagney@redhat.com>
11632
11633 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11634 comments mentioning extract_returned_value_address.
11635 * infcmd.c (print_return_value): Update. Add comments on
11636 extract_returned_value_address.
11637 * stack.c (return_command): Add comments on
11638 extract_returned_value_address.
11639 * values.c: Update comment.
11640 * m32r-tdep.c: Update comment.
11641 * sparc-tdep.c: Update comment.
11642 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11643 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11644 * sh64-tdep.c (sh64_gdbarch_init): Update.
11645 * sh-tdep.c (sh_gdbarch_init): Update.
11646 * s390-tdep.c (s390_gdbarch_init): Update.
11647 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11648 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11649 * m68k-tdep.c (m68k_gdbarch_init): Update.
11650 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11651 * m32r-tdep.c (m32r_gdbarch_init): Update.
11652 * ia64-tdep.c (ia64_gdbarch_init): Update.
11653 * h8300-tdep.c (h8300_gdbarch_init): Update.
11654 * frv-tdep.c (frv_gdbarch_init): Update.
11655 * arm-tdep.c (arm_gdbarch_init): Update.
11656 * alpha-tdep.c (alpha_gdbarch_init): Update.
11657
11658 2004-01-26 Andrew Cagney <cagney@redhat.com>
11659
11660 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11661 SYMBOL_LOCATION_FUNCS
11662 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11663 "struct symbol_ops".
11664 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11665 type to "struct symbol_ops".
11666 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11667 (struct symbol): Replace ".aux_value.loc.funcs" and
11668 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11669 (SYMBOL_OBJFILE): Delete macro.
11670 (SYMBOL_LOCATION_FUNCS): Delete macro.
11671 (SYMBOL_LOCATION_BATON): Update.
11672 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11673 intead of SYMBOL_LOCATION_FUNCS.
11674 * ax-gdb.c (gen_var_ref): Ditto.
11675 * printcmd.c (address_info): Ditto.
11676 * findvar.c (read_var_value): Ditto.
11677 (symbol_read_needs_frame): Ditto.
11678
11679 2004-01-26 Andrew Cagney <cagney@redhat.com>
11680
11681 * dwarf2read.c (read_func_scope): Document frame-base hack.
11682
11683 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11684
11685 * infcmd.c (print_return_value): Plug memory leak; delete
11686 ui_stream object. Rename argument `structure_return' to
11687 `struct_return'.
11688
11689 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11690
11691 * infcmd.c (print_return_value): Wrap long lines.
11692 (finish_command_continuation, finish_command): Remove unused
11693 variable `funcaddr'. Fix some coding-standards problems.
11694
11695 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11696 SECT_SIZE is large enough, not whether it's exactly the right size.
11697 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11698 TDEP->fpregset to zero.
11699
11700 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11701 floating-point registers for traditional NetBSD core files.
11702 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11703 TDEP->sizeof_fpregset here.
11704
11705 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11706
11707 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11708 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11709 function with code split out from
11710 sparc32nbsd_sigcontext_frame_cache.
11711 (sparc32nbsd_sigcontext_frame_cache): Use
11712 sparc32nbsd_sigcontext_saved_regs.
11713 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11714 OpenBSD.
11715 * sparcobsd-tdep.c: New file.
11716 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11717 (sparcobsd-tdep.o): New dependency.
11718 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11719 * config/sparc/obsd.mt: New file.
11720
11721 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11722 TDEP->fpregset to be initialized to enable core file register
11723 sets.
11724
11725 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11726
11727 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11728 Add opaque declarations.
11729 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11730 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11731 function with code split out from
11732 sparc64nbsd_sigcontext_frame_cache.
11733 (sparc64nbsd_sigcontext_frame_cache): Use
11734 sparc64nbsd_sigcontext_saved_regs.
11735 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11736 OpenBSD.
11737 * sparc64obsd-tdep.c: New file.
11738 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11739 (sparc64obsd-tdep.o): New dependency.
11740 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11741 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11742 * config/sparc/obsd64.mt: New file.
11743
11744 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11745 read the instruction at PC.
11746
11747 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11748 value of GDB_OSABI_DEFAULT.
11749 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11750 instead of GDB_OSABI_NETBSD_AOUT.
11751
11752 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11753
11754 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11755 copyright.
11756
11757 2004-01-23 Andrew Cagney <cagney@redhat.com>
11758
11759 * printcmd.c (display_command): Replace tui_set_display call with
11760 tui_set_layout_for_display_command.
11761 * tui/tui.h (enum tui_win_type): Define.
11762 (tui_set_layout): Delete declaration.
11763 (tui_set_layout_for_display_command): Rename set_tui_layout.
11764 * tui/tui-data.h (enum tui_layout_type): Define.
11765 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11766 "tui.h".
11767 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11768 (tui_default_win_height): Rename tuiDefaultWinHeight.
11769 (tui_default_win_viewport_height): Rename
11770 tuiDefaultWinViewportHeight.
11771 (tui_set_layout): RenametuiSetLayout.
11772 * tui/tui-layout.c: Update references.
11773 * tui/tui.c: Update references.
11774 * tui/tui-disasm.c: Update references.
11775
11776 2004-01-23 David Carlton <carlton@kealia.com>
11777
11778 Partial workaround for PR c++/1511:
11779 * cp-namespace.c: Include frame.h.
11780 (cp_lookup_transparent_type): New
11781 (cp_lookup_transparent_type_loop): New.
11782 * cp-support.h: Declare cp_lookup_transparent_type.
11783 * symtab.c (basic_lookup_transparent_type): Renamed from
11784 lookup_transparent_type.
11785 (lookup_transparent_type): Replace old body by a call to
11786 current_language->la_lookup_transparent_type.
11787 * symtab.h: Update copyright. Declare
11788 basic_lookup_transparent_type.
11789 * language.h: Update copyright.
11790 (struct language_defn): Add la_lookup_transparent_type.
11791 * language.c: Update copyright.
11792 (unknown_language_defn): Add basic_lookup_transparent_type.
11793 (auto_language_defn): Add basic_lookup_transparent_type.
11794 (local_language_defn): Add basic_lookup_transparent_type.
11795 * ada-lang.c: Update copyright.
11796 (ada_language_defn): Add basic_lookup_transparent_type.
11797 * c-lang.c: Update copyright.
11798 (c_language_defn): Add basic_lookup_transparent_type.
11799 (cplus_language_defn): Add basic_lookup_transparent_type.
11800 (asm_language_defn): Add basic_lookup_transparent_type.
11801 (minimal_language_defn): Add basic_lookup_transparent_type.
11802 * f-lang.c: Update copyright.
11803 (f_language_defn): Add basic_lookup_transparent_type.
11804 * jv-lang.c: Update copyright.
11805 (java_language_defn): Add basic_lookup_transparent_type.
11806 * m2-lang.c: Update copyright.
11807 (m2_language_defn): Add basic_lookup_transparent_type.
11808 * objc-lang.c: Update copyright.
11809 (objc_language_defn): Add basic_lookup_transparent_type.
11810 * p-lang.c: Update copyright.
11811 (p_language_defn): Add basic_lookup_transparent_type.
11812 * scm-lang.c: Update copyright.
11813 (scm_language_defn): Add basic_lookup_transparent_type.
11814 * Makefile.in (cp-namespace.o): Depend on frame.h.
11815
11816 2004-01-23 David Carlton <carlton@kealia.com>
11817
11818 Patch for PR c++/1520:
11819 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11820 properly if we have a specification die.
11821 (determine_prefix_aux): Rename from determine_prefix.
11822 (determine_prefix): Like the old determine_prefix, but never
11823 returns NULL.
11824
11825 2004-01-23 Theodore A. Roth <troth@openavr.org>
11826
11827 * avr-tdep.c: Update copyright.
11828 (avr_iaddr_p): Delete unused function.
11829 (avr_saddr_p): Delete unused function.
11830
11831 2004-01-23 David Carlton <carlton@kealia.com>
11832
11833 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11834 Fix for PR symtab/1534.
11835
11836 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11837
11838 * NEWS (New native configurations): Mention OpenBSD/sparc and
11839 OpenBSD/sparc64.
11840 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11841 * configure.host: Likewise.
11842 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11843 handler for OpenBSD.
11844 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11845
11846 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11847
11848 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11849 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11850
11851 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11852 * cli/cli-cmds.c (shell_escape): Likewise.
11853
11854 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11855 OpenBSD .note.openbsd.ident sections.
11856
11857 2004-01-22 David Carlton <carlton@kealia.com>
11858
11859 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11860 get_scope_pc_bounds.
11861 (read_file_scope): Ditto.
11862 (get_scope_pc_bounds): New function, produced by extracting code
11863 from the above two functions, consolidating it, and adding support
11864 for DW_TAG_namespace.
11865
11866 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11867
11868 * osabi.c (MAX_NOTESZ): New define.
11869 (check_note): New function.
11870 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11871 check_note.
11872
11873 2004-01-21 Roland McGrath <roland@redhat.com>
11874
11875 * MAINTAINERS (write after approval): Add myself.
11876
11877 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11878
11879 * utils.c (init_page_info): Move declarations of `rows' and
11880 `cols' before the __GO32__-specific code. Move the closing brace
11881 outside the #ifdef __GO32__..#endif block.
11882 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11883
11884 2004-01-21 Paul Brook <paul@codesourcery.com>
11885
11886 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11887 BPSTAT_WHAT_CHECK_SHLIBS.
11888
11889 2004-01-21 Paul Brook <paul@codesourcery.com>
11890
11891 * MAINTAINERS: Add myself to write-after-approval.
11892
11893 2004-01-20 Andrew Cagney <cagney@redhat.com>
11894
11895 * ax-gdb.c (print_axs_value): Delete unused function.
11896 * jv-lang.c (java_lookup_type): Delete unused function.
11897 * cli/cli-dump.c (dump_filetype): Delete unused function.
11898 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11899 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11900 (mips_getstring): Delete unused function.
11901 (pmon_insert_breakpoint): Delete #if0ed function.
11902 (PMON_MAX_BP): Delete #if0ed MACRO.
11903 (mips_pmon_bp_info): Delete #if0ed variable.
11904 (pmon_remove_breakpoint): Delete #if0ed function.
11905 * monitor.c (monitor_write_even_block): Delete unused function.
11906 (monitor_write_memory_block): Delete #if0ed code.
11907 * dink32-rom.c (dink32_load): Delete unused function.
11908 (_initialize_dink32_rom): Delete #if0ed code.
11909 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11910
11911 * tui/tui-command.c: Update references.
11912 * tui/tui-io.c: Update references.
11913 * tui/tui-command.h: Update copyright.
11914 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11915
11916 * source.c (ambiguous_line_spec): Delete never-defined function.
11917 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11918 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11919 * cli/cli-cmds.c (validate_comname): Ditto.
11920
11921 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11922 "tui-data.h".
11923 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11924 (tui_show_disassem): Rename tuiShowDisassem.
11925 (tui_show_disassem_and_update_source): Rename
11926 tuiVerticalDisassemScroll.
11927 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11928 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11929 * tui/tui.h: Update copyright.
11930 (enum tui_status): Define.
11931 * tui/tui-data.h (enum tui_scroll_direction): Define.
11932 * tui/tui-disasm.c: Update copyright. Update references.
11933 * tui/tui-winsource.c: Update copyright. Update references.
11934 * tui/tui-win.c: Update references.
11935 * tui/tui-layout.c: Update references.
11936
11937 2004-01-20 Andrew Cagney <cagney@redhat.com>
11938
11939 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11940 sym2 to start of block.
11941
11942 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11943
11944 * MAINTAINERS: Delete mmalloc.
11945 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11946 * NEWS: Mention removal of --with-malloc.
11947 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11948 * config.in: Regenerate.
11949 * configure: Regenerate.
11950 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11951 USE_MMALLOC, MMCHECK_FORCE.
11952 * gdbinit.in: Remove mmalloc.
11953 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11954 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11955 * config/i386/go32.mh: Likewise.
11956 * config/i386/interix.mh: Likewise.
11957 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11958
11959 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11960
11961 * linespec.c (decode_variable, symtab_from_filename): Call
11962 error_silent with error message instead of throwing an exception
11963 directly.
11964 * defs.h (error_silent, error_output_message): Add prototypes.
11965 (catch_exceptions_with_msg): Ditto.
11966 * utils.c (error_silent, error_output_message): New functions.
11967 * top.c (catch_exceptions_with_msg): New function.
11968
11969 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11970
11971 * mi/mi-cmds.h (enum print_values): Add definition.
11972
11973 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11974 type and value for simple data types and just the name and type
11975 for complex ones, if required.
11976
11977 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11978 children, if required.
11979
11980 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11981
11982 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11983 unused declarations.
11984
11985 2004-01-19 Andrew Cagney <cagney@redhat.com>
11986
11987 * top.h (mapped_symbol_files): Delete declaration.
11988 * main.c (captured_main): Delete option "m" and "mapped".
11989 * objfiles.c (mapped_symbol_files): Delete variable.
11990 * symfile.c (symbol_file_command): Delete mmap code.
11991 (symbol_file_add_with_addrs_or_offsets): Ditto.
11992 (add_symbol_file_command, reread_separate_symbols): Ditto.
11993 * objfiles.h (OBJF_MAPPED): Delete.
11994 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11995 (free_objfile) [USE_MMALLOC]: Ditto.
11996 (open_existing_mapped_file): Delete function.
11997 (open_mapped_file): Delete function.
11998 (map_to_file): Delete function.
11999
12000 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12001
12002 * infrun.c (step_into_function): Account for possible breakpoint
12003 adjustment when computing ``stop_func_start''.
12004
12005 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12006
12007 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12008 the region size against the size of a pointer, not the size of
12009 a register as given by DEPRECATED_REGISTER_SIZE.
12010
12011 2004-01-19 Andrew Cagney <cagney@redhat.com>
12012
12013 * tui/tui-regs.h: Include "tui-data.h".
12014 (tuiFirstRegElementNoInLine): Delete declaration.
12015 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12016 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12017 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12018 (tui_calculate_regs_column_count): Rename
12019 tuiCalculateRegsColumnCount.
12020 (tui_check_register_values): Rename tuiCheckRegisterValues.
12021 (tui_show_registers): Rename tuiShowRegisters.
12022 (tui_display_registers_from_line): Rename
12023 tuiDisplayRegistersFromLine.
12024 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12025 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12026 (tui_first_reg_element_no_inline): Rename
12027 tuiFirstRegElementNoInLine.
12028 * tui/tui-data.h: Update copyright.
12029 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12030 * tui/tui-windata.c: Update copyright, update references.
12031 * tui/tui-regs.c: Update copyright, update references.
12032 * tui/tui-win.c: Update copyright, update references.
12033 * tui/tui-layout.c: Update copyright, update references.
12034
12035 2004-01-18 Andrew Cagney <cagney@redhat.com>
12036
12037 * tui/tui-io.c: Update copyright.
12038 (key_is_end_sequence, key_is_backspace): New functions.
12039 (key_is_command_char, key_is_start_sequence): New function.
12040 (tui_getc): Update references.
12041 * tui/tui-io.h: Update copyright.
12042 (m_tuiStartNewLine): Delete macro.
12043 (m_isBackspace, m_isDeleteChar): Delete macros.
12044 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12045 (m_isNextPage, m_isPrevPage): Delete macros.
12046 (m_isLeftArrow, m_isRightArrow): Delete macros.
12047 (m_isXdbStyleCommandChar): Delete macro.
12048 (key_is_start_sequence): Declare, replace m_isStartSequence.
12049 (key_is_end_sequence): Declare, replace m_isEndSequence.
12050 (key_is_backspace): Declare ,replace m_isBackspace.
12051 (key_is_command_char): Declare, replace m_isCommandChar.
12052 * tui/tui-command.c: Update copyright.
12053 (tuiDispatchCtrlChar): Update references.
12054
12055 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12056 tuiSourceWin.h.
12057
12058 * tui/tui-command.c: Rename tui/tuiCommand.c.
12059 * tui/tui-command.h: Rename tui/tuiCommand.h.
12060 * tui/tui-data.c: Rename tui/tuiData.c.
12061 * tui/tui-data.h: Rename tui/tuiData.h.
12062 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12063 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12064 * tui/tui-io.c: Rename tui/tuiIO.c.
12065 * tui/tui-io.h: Rename tui/tuiIO.h.
12066 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12067 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12068 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12069 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12070 * tui/tui-source.c: Rename tui/tuiSource.c.
12071 * tui/tui-source.h: Rename tui/tuiSource.h.
12072 * tui/tui-stack.c: Rename tui/tuiStack.c.
12073 * tui/tui-stack.h: Rename tui/tuiStack.h.
12074 * tui/tui-win.c: Rename tui/tuiWin.c.
12075 * tui/tui-win.h: Rename tui/tuiWin.h.
12076 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12077 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12078 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12079 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12080 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12081 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12082 * tui/tui-file.c: Update includes.
12083 * tui/tui-hooks.c: Update includes.
12084 * tui/tui-interp.c: Update includes.
12085 * tui/tui.c: Update includes.
12086 * Makefile.in: Update all tui/ dependencies.
12087 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12088
12089 * Makefile.in: Update copyright. Update dependencies.
12090
12091 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12092 problem.
12093
12094 2004-01-18 Andrew Cagney <cagney@redhat.com>
12095
12096 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12097 instead of register_gdbarch_init.
12098
12099 * remote-sds.c (tohex): Delete unused function. Update copyright.
12100 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12101 * v850-tdep.c (v850_register_virtual_size): Ditto.
12102 * target.c (normal_target_post_startup_inferior): Ditto.
12103 * source.c (ambiguous_line_spec): Ditto.
12104 * remote.c (adapt_remote_get_threadinfo): Ditto.
12105 * mi/mi-out.c (out_field_fmt): Ditto.
12106 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12107 (output_control_change_notification): Ditto.
12108 * m68k-tdep.c (m68k_register_byte): Ditto.
12109 (m68k_remote_breakpoint_from_pc): Ditto.
12110 * ui-out.c (init_ui_out_state): Delete unused declaration.
12111 * stabsread.c (search_value): Ditto.
12112 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12113 * maint.c (print_section_table): Ditto.
12114 * infrun.c (set_follow_fork_mode_command): Ditto.
12115
12116 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12117
12118 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12119 DW_CFA_def_cfa_exporession. Add support for
12120 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12121 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12122
12123 2004-01-18 Andrew Cagney <cagney@redhat.com>
12124
12125 * ocd.c: Update copyright.
12126 (bdm_read_register_command): Delete unused function.
12127 (_initialize_remote_ocd): Delete commented out reference.
12128 (get_quoted_char, reset_packet): Delete #if0ed function.
12129 (output_packet, put_quoted_char): Delete #if0ed function.
12130 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12131 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12132 (BDM_BREAKPOINT): Delete #if0ed macro.
12133 (remote_timeout): Delete #if0ed variable.
12134
12135 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12136
12137 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12138 (core-sol2.o): Remove dependency.
12139 * core-sol2.c: Remove file.
12140
12141 2004-01-17 Andrew Cagney <cagney@redhat.com>
12142
12143 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12144 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12145 enums.
12146
12147 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12148
12149 * remote.c: Update copyright years.
12150
12151 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12152
12153 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12154
12155 2004-01-17 Andrew Cagney <cagney@redhat.com>
12156
12157 * mdebugread.c: Update copyright.
12158 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12159 (parse_type, parse_procedure): Ditto.
12160 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12161
12162 * cris-tdep.c (cris_store_struct_return): Put back accidently
12163 deleted function.
12164
12165 * gdbarch.sh: Update copyright year.
12166 * gdbarch.h, gdbarch.c: Re-generate.
12167
12168 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12169
12170 Suggested by George Anzinger.
12171 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12172 correct stack offset. Include unknown opcode numbers in the error
12173 message.
12174
12175 2004-01-17 Andrew Cagney <cagney@redhat.com>
12176
12177 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12178 extract_struct_value_address, i386 does not set it.
12179 * sparc64-tdep.c (sparc64_init_abi): Do not set
12180 extract_struct_value_address, never called.
12181 (sparc64_extract_struct_value_address): Delete function.
12182 * m68hc11-tdep.c: Update copyright.
12183 (m68hc11_gdbarch_init): Delete redundant assignment of
12184 extract_struct_value_address.
12185 * i386-tdep.c: Update copyright.
12186 (i386_gdbarch_init): Do not set extract_struct_value_address,
12187 never called.
12188 (i386_extract_struct_value_address): Delete function.
12189 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12190 extract_struct_value_address, never called.
12191 (sparc32_extract_struct_value_address): #if 0 function. Add
12192 comments explaining its future.
12193
12194 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12195
12196 * arm-tdep.c (arm_write_pc): New function.
12197 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12198
12199 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12200
12201 * breakpoint.c (must_shift_inst_regs): Delete.
12202 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12203 and SHIFT_INST_REGS.
12204 * infcmd.c (step_1, step_1_continuation): Delete references to
12205 SHIFT_INST_REGS.
12206 * infrun.c (keep_going): Likewise.
12207 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12208 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12209
12210 2004-01-17 Andrew Cagney <cagney@redhat.com>
12211
12212 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12213 * gdbarch.h, gdbarch.c: Re-generate.
12214 * infcmd.c (print_return_value): Delete reference to
12215 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12216
12217 * cris-tdep.c (cris_gdbarch_init): Do not set
12218 deprecated_extract_struct_value_address.
12219
12220 * xstormy16-tdep.c: Update copyright.
12221 (xstormy16_extract_struct_value_address): Update to current
12222 extract struct value address interface.
12223 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12224 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12225 current extract struct value address interface.
12226 (sh64_gdbarch_init): Set extract_struct_value_address.
12227
12228 * cris-tdep.c: Update copyright.
12229 (cris_extract_struct_value_address): Delete function.
12230 (struct_return_address): Delete variable.
12231 (cris_store_struct_return): Do not set struct_return_address.
12232
12233 * mcore-tdep.c: Update copyright.
12234 (mcore_extract_struct_value_address): Delete function. Update
12235 comments.
12236 (mcore_gdbarch_init): Update.
12237 * mn10300-tdep.c: Update copyright.
12238 (mn10300_extract_struct_value_address): Delete function.
12239 (mn10300_gdbarch_init): Update.
12240 * v850-tdep.c: Update copyright.
12241 (v850_extract_struct_value_address): Delete.
12242 (v850_gdbarch_init): Update.
12243 * ns32k-tdep.c: Update copyright.
12244 (ns32k_extract_struct_value_address): Delete.
12245 (ns32k_gdbarch_init): Update.
12246 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12247 (hppa_gdbarch_init): Update.
12248 * vax-tdep.c: Update copyright.
12249 (vax_extract_struct_value_address): Delete.
12250 (vax_gdbarch_init): Update.
12251
12252 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12253 * gdbarch.h, gdbarch.c: Re-generate.
12254 * procfs.c (procfs_fetch_registers): Delete reference to
12255 DEPRECATED_NPC_REGNUM.
12256 (procfs_store_registers): Ditto.
12257 * regcache.c (generic_target_write_pc): Simplify.
12258 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12259
12260 * core-sol2.c (fetch_core_registers): Replace
12261 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12262
12263 * hppa-tdep.c: Update copyright year.
12264 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12265 NPC_REGNUM.
12266 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12267
12268 * mips-tdep.c (mips_write_pc): New function.
12269 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12270 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12271 (mips_find_saved_regs, mips_software_single_step: Ditto.
12272 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12273 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12274
12275 2004-01-17 Andrew Cagney <cagney@redhat.com>
12276
12277 * mips-tdep.c: Re-indent. Group functions by ABI.
12278
12279 2004-01-17 Andrew Cagney <cagney@redhat.com>
12280
12281 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12282 * gdbarch.c: Re-generate.
12283 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12284 DECR_PC_AFTER_BREAK to zero.
12285 * vax-tdep.c (vax_gdbarch_init): Ditto.
12286 * v850-tdep.c (v850_gdbarch_init): Ditto.
12287 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12288 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12289 * sh-tdep.c (sh_gdbarch_init): Ditto.
12290 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12291 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12292 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12293 * mips-tdep.c (mips_gdbarch_init): Ditto.
12294 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12295 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12296 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12297 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12298 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12299 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12300 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12301 * frv-tdep.c (frv_gdbarch_init): Ditto.
12302 * cris-tdep.c (cris_gdbarch_init): Ditto.
12303 * avr-tdep.c (avr_gdbarch_init): Ditto.
12304 * arm-tdep.c (arm_gdbarch_init): Ditto.
12305 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12306
12307 2004-01-17 J. Brobecker <brobecker@gnat.com>
12308
12309 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12310 Delete, no longer used.
12311 (read_subrange_type): New function, mostly extracted from
12312 read_array_type().
12313 (read_array_type): Replace extracted code by call to
12314 read_subrange_type().
12315 (dwarf2_get_attr_constant_value): New function.
12316 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12317 (add_partial_symbol): Likewise.
12318 (process_die): Likewise.
12319 (new_symbol): Likewise.
12320 (read_type_die): Likewise.
12321
12322 2004-01-16 Andrew Cagney <cagney@redhat.com>
12323
12324 * symfile.c: Update copyright year.
12325 (compare_symbols): Delete unused function.
12326 * stabsread.c: Update copyright year.
12327 (lrs_general_complaint): Delete unused function.
12328 (ref_search_value): Ditto.
12329 (get_substring): Delete declaration.
12330 * sh64-tdep.c: Update copyright year.
12331 (sh64_get_gdb_regnum): Delete unused function.
12332 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12333 Delete unused function.
12334
12335 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12336
12337 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12338 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12339
12340 2004-01-16 Andrew Cagney <cagney@redhat.com>
12341
12342 Changes from Peter Schauer.
12343 * rs6000-tdep.c: Update copyright year.
12344 (rs6000_push_dummy_call): Update the stack pointer before
12345 accessing the corresponding stack region.
12346 * rs6000-nat.c: Update copyright year.
12347 (set_host_arch): Set "info.abfd" to "exec_bfd".
12348
12349 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12350
12351 * blockframe.c: Update copyright year.
12352 (inside_entry_func): Don't treat a zero PC specially.
12353
12354 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12355
12356 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12357 variable.
12358 (gcore_create_callback): Ditto. Skip any memory segment that has
12359 no permissions set.
12360
12361 2004-01-14 David Carlton <carlton@kealia.com>
12362
12363 Change symbols for C++ nested types to contain the fully qualified
12364 name, if possible. (At least in the DWARF-2 case.) Partial fix
12365 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12366 c++/895.
12367 * c-exp.y (qualified_type): Handle types nested within classes.
12368 * cp-namespace.c: Update comments.
12369 (cp_set_block_scope): Delete #if 0.
12370 (cp_lookup_nested_type): Handle types nested within classes.
12371 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12372 when appropriate.
12373 (add_partial_symbol): Add the name of the enclosing namespace to
12374 types.
12375 (pdi_needs_namespace): New.
12376 (add_partial_namespace): Tweak comment.
12377 (add_partial_structure): New.
12378 (psymtab_to_symtab_1): Initialize processing_current_prefix
12379 here...
12380 (process_die): instead of here.
12381 (read_structure_scope): Try to figure out the name of the class or
12382 namespace that the structure might be defined within.
12383 (read_enumeration): Generate fully-qualified names, if possible.
12384 (read_namespace): Don't set name to NULL.
12385 (die_specification): New.
12386 (new_symbol): Generate fully-qualified names for types.
12387 (read_type_die): Determine appropriate prefix.
12388 (determine_prefix): New.
12389 (typename_concat): New.
12390 (class_name): New.
12391 * valops.c (value_aggregate_elt): Pass NOSIDE to
12392 value_struct_elt_for_reference.
12393 (value_struct_elt_for_reference): Make static, add NOSIDE
12394 parameter, call value_maybe_namespace_elt as a last resort.
12395 (value_namespace_elt): Break out code into
12396 value_maybe_namespace_elt.
12397 (value_maybe_namespace_elt): New.
12398
12399 2004-01-12 Andrew Cagney <cagney@redhat.com>
12400
12401 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12402 cooked floating-point registers.
12403 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12404 and value_to_register.
12405
12406 2004-01-13 Andrew Cagney <cagney@redhat.com>
12407
12408 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12409 * gdbarch.c: Re-generate.
12410 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12411 FUNCTION_START_OFFSET.
12412 * v850-tdep.c (v850_gdbarch_init): Ditto.
12413 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12414 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12415 * sh-tdep.c (sh_gdbarch_init): Ditto.
12416 * s390-tdep.c (s390_gdbarch_init): Ditto.
12417 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12418 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12419 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12420 * mips-tdep.c (mips_gdbarch_init): Ditto.
12421 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12422 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12423 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12424 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12425 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12426 * i386-tdep.c (i386_gdbarch_init): Ditto.
12427 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12428 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12429 * frv-tdep.c (frv_gdbarch_init): Ditto.
12430 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12431 * cris-tdep.c (cris_gdbarch_init): Ditto.
12432 * avr-tdep.c (avr_gdbarch_init): Ditto.
12433 * arm-tdep.c (arm_gdbarch_init): Ditto.
12434 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12435
12436 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12437
12438 * infrun.c (follow_fork_mode_ask): Remove.
12439 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12440 (follow_fork): Simplify and remove internal error for
12441 follow_fork_mode_ask.
12442 (_initialize_infrun): Update "set follow-fork-mode" help text.
12443
12444 2004-01-13 Andrew Cagney <cagney@redhat.com>
12445
12446 * configure.in: Update copyright year.
12447 (build_warnings): Add -Wunused-label.
12448 * configure: Re-generate.
12449
12450 2004-01-12 Andrew Cagney <cagney@redhat.com>
12451
12452 * exec.h (exec_ops): Make "extern".
12453
12454 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12455 the function is void.
12456 (mips_pseudo_register_write): Ditto.
12457
12458 2004-01-12 Andrew Cagney <cagney@redhat.com>
12459
12460 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12461 call. Never defined.
12462 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12463 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12464 (struct sparc_gregset, struct regcache): Ditto.
12465 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12466
12467 2004-01-12 Andrew Cagney <cagney@redhat.com>
12468
12469 * mi/ChangeLog: Delete file. Renamed to ...
12470 * mi/ChangeLog-1999-2003: New file.
12471 * tui/ChangeLog: Delete file. Renamed to ...
12472 * tui/ChangeLog-1998-2003: New file.
12473
12474 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12475
12476 * sparc64nbsd-tdep.c: Include "regset.h".
12477 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12478 Remove variables.
12479 (fetch_core_registers): Remove function.
12480 (sparc64nbsd_core_fns): Remove variable.
12481 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12482 functions.
12483 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12484 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12485 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12486
12487 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12488 sparc_extract_struct_value_address.
12489 (sparc32_gdbarch_init): Set extract_struct_value_address.
12490 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12491 function.
12492 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12493 return_value_on_stack.
12494
12495 * NEWS: Mention that %cs and %ss have been added to the AMD64
12496 configurations
12497
12498 * frame.c: Update copyright year.
12499 (get_prev_frame): Improve comment.
12500
12501 * sparc64fbsd-tdep.c: Include "regset.h".
12502 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12503 Remove variables.
12504 (fetch_core_registers): Remove function.
12505 (sparc64fbsd_core_fns): Remove variable.
12506 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12507 functions.
12508 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12509 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12510 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12511
12512 * sparcnbsd-tdep.c: Include "regset.h".
12513 (fetch_core_registers): Remove function.
12514 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12515 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12516 functions.
12517 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12518 TDEP->fpregset.
12519 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12520
12521 * sparc-tdep.h (struct regset): Provide opaque declaration.
12522 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12523 fpregset and sizeof_fpregset members.
12524 * sparc-tdep.c (struct regset): Provide opaque declaration.
12525 (sparc_regset_from_core_section): New function.
12526 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12527 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12528 Set regset_from_core_section when appropriate.
12529
12530 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12531
12532 * x86-64-tdep.c (amd64_non_pod_p): New function.
12533 (amd64_classify_aggregate): Return class memory for non-POD
12534 C++ structure types.
12535
12536 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12537 argument. Use it to reserve a register if necessary.
12538 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12539 amd64_push_arguments.
12540
12541 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12542
12543 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12544 register numbers in comments.
12545 * x86-64-tdep.h: Update copyright year.
12546 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12547 Adjust for addition of %cs and %ss.
12548 * amd64fbsd-nat.c: Update copyright year.
12549 (reg_offset): Add register offsets for %cs and %ss.
12550 * amd64fbsd-tdep.c: Update copyright year.
12551 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12552 (amd64fbsd_sc_reg_offset): Likewise.
12553 * x86-64-linux-nat.c: Update copyright year.
12554 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12555 and %ss.
12556 * amd64nbsd-nat.c: Update copyright year.
12557 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12558 * amd64nbsd-tdep.c: Update copyright year.
12559 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12560 * x86-64-linux-tdep.c: Update copyright year.
12561 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12562 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12563 * regformats/reg-x86-64.dat: Add %cs and %ss.
12564
12565 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12566 variables to prevent long lines. Update comments to reflect
12567 reality.
12568
12569 2004-01-09 David Carlton <carlton@kealia.com>
12570
12571 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12572 * dwarf2read.c (read_namespace): Pull out name-generating code
12573 into namespace_name. Rename previous_namespace to previous_prefix
12574 and processing_current_namespace to processing_current_prefix..
12575 (namespace_name): New function.
12576 (add_partial_symbol): Substitute uses of pdi->name with
12577 actual_name.
12578 * cp-support.h: Rename processing_current_namespace to
12579 processing_current_prefix.
12580 Update copyright year.
12581 * cp-namespace.c: Rename processing_current_namespace to
12582 processing_current_prefix.
12583 Update copyright year.
12584
12585 2004-01-09 Andrew Cagney <cagney@redhat.com>
12586
12587 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12588
12589 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12590
12591 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12592 complaining.
12593 (process_one_symbol): Deal with N_PATCH stabs.
12594
12595 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12596
12597 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12598 ifdeffed code.
12599 Update copyright year.
12600
12601 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12602
12603 * config/pa/tm-hppa.h: Update extern declarations for
12604 hppa32_hpux_frame_saved_pc_in_sigtramp,
12605 hppa32_hpux_frame_base_before_sigtramp, and
12606 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12607
12608 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12609
12610 * config/pa/tm-hppah.h: Update copyright years.
12611
12612 2004-01-08 Andrew Cagney <cagney@redhat.com>
12613
12614 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12615 (mips_o32_reg_struct_has_addr): Delete function.
12616 (mips_gdbarch_init): Update.
12617 (mips_extract_struct_value_address): Delete function.
12618
12619 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12620
12621 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12622 reality.
12623
12624 2004-01-07 Andrew Cagney <cagney@redhat.com>
12625
12626 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12627 architecture's elf flags (when available).
12628
12629 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12630 FPU to the start, check the MIPS FPU when looking for an old
12631 architecture.
12632 (set_mipsfpu_single_command): Update the architecture.
12633 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12634
12635 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12636 (mips_mask_address_p): Add "tdep" parameter.
12637 (show_mask_address, mips_addr_bits_remove): Update.
12638 (mips_dump_tdep): Update.
12639 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12640 (MIPS_STACK_ARGSIZE): Delete macro.
12641 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12642 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12643 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12644 (mips_dump_tdep): Update.
12645 (MIPS_SAVED_REGSIZE): Delete macro.
12646 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12647 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12648 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12649 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12650 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12651 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12652 (mips_pop_frame, return_value_location): Update.
12653 (mips_n32n64_return_value, mips_dump_tdep): Update.
12654
12655 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12656 MIPS ABI.
12657
12658 * mips-tdep.c: Update copyright.
12659 (mips_gdbarch_init): Merge two code blocks handling the register
12660 name and number layout.
12661
12662 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12663
12664 * tracepoint.c (validate_actionline): Fix segv at EOF
12665
12666 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12667
12668 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12669 properly for static fields.
12670
12671 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12672 Jason Molenda <jmolenda@apple.com>
12673
12674 * disasm.c: Update copyright to include 2004.
12675 (do_mixed_source_and_assembly): For uiout asm list
12676 and tuple cleanups, initialize to null_cleanup instead of
12677 NULL and do so prior to loop. Only reset when we close off
12678 the tuple/list. Move check for whether to close off the
12679 asm tuple/list to after dump_insns call where it will be run
12680 on each loop iteration.
12681
12682 2004-01-05 Andrew Cagney <cagney@redhat.com>
12683
12684 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12685 should be a switch case and not a label.
12686 * mips-tdep.c (mips32_next_pc): Delete unused labels
12687 "greater_equal_branch" and "less_zero_branch".
12688 * jv-valprint.c (java_print_value_fields): Delete unused label
12689 "flush_it".
12690
12691 * target.c (unpush_target): Only close a target that is in the
12692 target stack.
12693
12694 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12695
12696 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12697 address from [sp + 64] instead of %o2.
12698
12699 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12700 fixes PR backtrace/1476.
12701
12702 2004-01-05 Andrew Cagney <cagney@redhat.com>
12703
12704 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12705 move to start of file.
12706 * i386-tdep.h (struct regcache): Add opaque declaration.
12707 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12708 declaration.
12709 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12710 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12711 * win32-nat.c (fake_create_process): Use ISO C style definition.
12712 * stabsread.c (define_symbol): Delete #ifndef
12713 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12714 stabs_argument_has_addr call, macro never defined.
12715
12716 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12717
12718 * op50-rom.c: Delete.
12719 * w89k-rom.c: Delete.
12720 * Makefile.in: Remove references.
12721
12722 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12723
12724 * x86-64-tdep.c: Update copyright year.
12725 (struct amd64_register_info): Rename from x86_64_register_info.
12726 (amd64_register_info): Rename from x86_64_register_info.
12727 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12728 (amd64_register_name): Rename from x86_64_register_name.
12729 (amd64_register_type): Rename from x86_64_register_type.
12730 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12731 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12732 (amd64_dwarf_reg_to_regnum): Rename from
12733 x86_64_dwarf_reg_to_regnum.
12734 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12735 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12736 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12737 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12738 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12739 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12740 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12741 (amd64_frame_cache): Rename from x86_64_frame_cache.
12742 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12743 (amd64_frame_prev_register): Rename from
12744 x86_64_frame_prev_register.
12745 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12746 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12747 (amd64_sigtramp_frame_cache): Rename from
12748 x86_64_sigtramp_frame_cache.
12749 (amd64_sigtramp_frame_prev_register): Rename from
12750 x86_64_sigtramp_frame_prev_register.
12751 (amd64_sigtramp_frame_unwind): Rename from
12752 x86_64_sigtramp_frame_unwind.
12753 (amd64_sigtramp_frame_sniffer): Rename from
12754 x86_64_sigtramp_frame_sniffer.
12755 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12756 (amd64_frame_base): Rename from x86_64_frame_base.
12757 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12758 (amd64_frame_align): Rename from x86_64_frame_align.
12759 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12760 (amd64_regset_from_core_section): Rename from
12761 x86_64_regset_from_core_section.
12762 (x86_64_init_abi): Update comments.
12763
12764 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12765
12766 * MAINTAINERS (write after approval): Add myself.
12767
12768 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12769
12770 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12771 `float' arguments.
12772
12773 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12774
12775 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12776 such that it mentions a specific version of GCC that exhibits this
12777 bug.
12778
12779 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12780
12781 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12782 structure that has a single `float' member, store it in %f1 in
12783 addition to %f0.
12784
12785 * sparc-sol2-nat.c: Add missing '\'.
12786
12787 * sparc-tdep.c (sparc32_return_value): New function.
12788 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12789 Remove functions.
12790 (sparc32_gdbarch_init): Set return_value, don't set
12791 extract_return_value, store_return_value, use_struct_convention
12792 and return_value_on_stack.
12793
12794 * sparc-sol2-nat.c: Add missing ')'.
12795
12796 2004-01-03 J. Brobecker <brobecker@gnat.com>
12797
12798 * infrun.c (handle_step_into_function): New function.
12799 (handle_inferior_event): Extract out some code into the new
12800 function above.
12801
12802 2004-01-03 J. Brobecker <brobecker@gnat.com>
12803
12804 * infrun.c (handle_inferior_event): Move the declaration of
12805 real_stop_pc inside the if blocks where it is used.
12806
12807 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12808
12809 * sparc64-tdep.c (sparc64_16_byte_align_p)
12810 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12811 Use check_typedef to get subtypes of structures and unions.
12812 (sparc64_store_return_value): Fix calculation of the appropriate
12813 offset into VALBUF when storing a structure or union.
12814 (sparc64_return_value): New function.
12815 (sparc64_use_struct_convention): Remove function.
12816 (sparc64_init_abi): Set return_value, don't set
12817 extract_return_value, store_return_value and
12818 use_struct_convention.
12819
12820 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12821
12822 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12823 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12824 gdb/config/alpha/xm-alphaosf.h,
12825 gdb/config/powerpc/tm-ppcle-eabi.h,
12826 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12827 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12828 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12829 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12830 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12831 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12832 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12833 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12834 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12835 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12836 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12837 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12838 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12839 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12840 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12841 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12842 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12843 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12844 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12845 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12846 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12847 Remove lines for .cvsignore files.
12848
12849 2004-01-03 J. Brobecker <brobecker@gnat.com>
12850
12851 * infrun.c: Back out the previous change.
12852
12853 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12854
12855 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12856 sparc-*-sunos4* to the list of REMOVED configurations.
12857
12858 * configure.tgt: Add back sparc-*-vxworks*.
12859 * remote-vxsparc.c: Remove all includes except for "defs.h",
12860 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12861 Include "sparc-tdep.h".
12862 (SPARC_R_G1): New define.
12863 (vxsparc_gregset): New variable.
12864 (ext_format_sparc): Remove extern declaration.
12865 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12866 sparc32_supply_fpregset.
12867 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12868 sparc_collect_rwindow and sparc32_collect_fpregset.
12869 * config/sparc/tm-vxworks.h: New file, based on recently removed
12870 tm-vxsparc.h.
12871 * config/sparc/vxworks.mt: New file, based on recently removed
12872 vxworks.mt.
12873
12874 2004-01-03 J. Brobecker <brobecker@gnat.com>
12875
12876 * infrun.c (handle_step_into_function): New function.
12877 (handle_inferior_event): Extract out some code into the new
12878 function above.
12879
12880 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12881
12882 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12883 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12884 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12885 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12886 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12887 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12888 (sparc_nat_h): New variable.
12889 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12890 (tm-sun4os4.h): Remove dependency.
12891 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12892 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12893 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12894 sparc-tdep.o): Update dependencies.
12895 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12896 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12897 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12898 dependencies.
12899 * configure.host: Remove existing sparc-*-lynxos*,
12900 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12901 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12902 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12903 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12904 triplets.
12905 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12906 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12907 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12908 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12909 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12910 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12911 sparc64-*-solaris2* and sparc64-*-* triplets.
12912 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12913 "symtab.h" and "objfiles.h".
12914 (BIAS): Remove define.
12915 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12916 (X_DISP19): Remove macros.
12917 (sparc_fetch_instruction): Remove function.
12918 (struct gdbarch_tdep): Remove definition.
12919 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12920 (sparc_breakpoint_from_pc): Remove function.
12921 (struct sparc64_frame_cache): Remove definition.
12922 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12923 sparc64_unwind_pc): Remove functions.
12924 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12925 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12926 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12927 (sparc64_frame_cache): Change return type to `struct
12928 sparc_frame_cache *'. Simply call sparc_frame_cache.
12929 (sparc64_frame_this_id, sparc64_frame_prev_register,
12930 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12931 instead of `struct sparc64_frame_cache.
12932 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12933 sparc_analyze_control_transfer, sparc_software_single_step,
12934 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12935 _initialize_sparc64_tdep): Remove functions.
12936 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12937 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12938 macros.
12939 (sparc64_supply_gregset, sparc64_collect_gregset,
12940 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12941 (sparc64_init_abi): New function.
12942 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12943 inclusion guard. Include "sparc-tdep.h".
12944 (BIAS): Define.
12945 (r_tstate_offset, r_fprs_offset): New defines.
12946 (enum sparc_regnum): Remove defenition.
12947 (enum sparc64_regnum): Reformat.
12948 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12949 (sparc64_init_abi, sparc64_supply_gregset,
12950 sparc64_collect_gregset, sparc64_supply_fpregset,
12951 sparc64_collect_fpregset): New prototypes.
12952 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12953 Add extern declarations.
12954 (sparc64_sol2_init_abi): New prototype.
12955 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12956 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12957 prototypes.
12958 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12959 "sparnbsd-nat.h".
12960 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12961 functions.
12962 (_initialize_sparc64fbsd_nat): Remove initialization of
12963 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12964 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12965 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12966 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12967 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12968 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12969 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12970 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12971 (sparc64fbsd_r_y_offset): Remove variables.
12972 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12973 Make static and const.
12974 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12975 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12976 functions.
12977 (sparc64fbsd_gregset): New variable.
12978 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12979 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12980 and sparc64_supply_fpregset.
12981 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12982 (sparc64fbsd_sigtramp_frame_this_id)
12983 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12984 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12985 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12986 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12987 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12988 * sparcnbsd-tdep.c: Update copyright year. Include
12989 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12990 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12991 "value.h" and "sparcnbsd-tdep.h".
12992 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12993 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12994 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12995 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12996 defines.
12997 (sparcnbsd_gregset): New variable.
12998 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12999 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13000 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13001 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13002 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13003 variables.
13004 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13005 (sparc32nbsd_sigcontext_frame_this_id)
13006 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13007 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13008 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13009 (sparcnbsd_get_longjmp_target_32,
13010 sparcnbsd_get_longjmp_target_64): Remove functions.
13011 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13012 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13013 sparcnbsd_init_elf): Remove.
13014 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13015 (sparcnbsd_elf_init_abi): New functions.
13016 (_initialize_sparcnbsd_tdep): New prototype.
13017 (_initialize_sparnbsd_tdep): Update.
13018 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13019 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13020 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13021 * config/sparc/linux.mh: Update comment.
13022 (XM_FILE, HOST_IPC): Remove variables.
13023 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13024 sparc-linux-nat.o.
13025 * config/sparc/linux.mt: Update comment.
13026 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13027 * config/sparc/nbsd.mt: Reformat.
13028 * config/sparc/nbsd64.mh: Update comment.
13029 (NATDEPFILES): Add sparc-nat.o.
13030 * config/sparc/nbsd64.mt: Update comment.
13031 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13032 (TM_FILE): Set to tm-nbsd.h.
13033 * config/sparc/nbsdelf.mh: Update comment.
13034 (NATDEPFILES): Add sparc-nat.o.
13035 (XM_FILE): Delete.
13036 * config/sparc/nbsdaout.mh: Update comment.
13037 (NATDEPFILES): Add sparc-nat.o
13038 (XM_FILE): Delete.
13039 * config/sparc/nm-linux.h: Update copyright year. Don't include
13040 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13041 inclusion.
13042 (KERNEL_U_SIZE): Remove define.
13043 (kernel_u_size): Remove prototype.
13044 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13045 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13046 "regcache.h".
13047 (CHILD_PREPARE_TO_STORE): Remove define.
13048 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13049 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13050 sparcnbsd-nat.c: Rewrite files.
13051 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13052 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13053 sparcnbsd-tdep.h: Remove files.
13054 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13055 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13056 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13057 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13058 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13059 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13060 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13061 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13062 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13063 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13064 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13065 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13066 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13067 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13068 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13069 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13070 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13071 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13072 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13073
13074 2004-01-02 Andrew Cagney <cagney@redhat.com>
13075
13076 From 2003-12-18 Kazuhiro Inaoka:
13077 * configure.host: Add m32r-linux target.
13078
13079 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13080
13081 * top.c (print_gdb_version): Update year to 2004.
13082
13083 2004-01-02 Mark Mitchell <mark@codesourcery.com>
13084
13085 * MAINTAINERS: Add myself to the write-after-approval category.
13086
13087 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
13088
13089 From Bernardo Innocenti <bernie@develer.com>:
13090 * configure.tgt: Add uClinux target.
13091
13092 2004-01-02 Andrew Cagney <cagney@redhat.com>
13093
13094 * utils.c (do_my_cleanups): Make static, add forward declaration.
13095 * defs.h (do_my_cleanups): Delete declaration.
13096
13097 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
13098
13099 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13100 bfd/ChangeLog-0203.
13101
13102 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13103
13104 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13105 in <machine/reg.h>.
13106 * configure, config.in: Regenerate.
13107
13108 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13109 tui/ChangeLog-1998-2003.
13110 \f
13111 Local Variables:
13112 mode: change-log
13113 left-margin: 8
13114 fill-column: 74
13115 version-control: never
13116 End:
This page took 0.290671 seconds and 5 git commands to generate.